HomeSort by: relevance | last modified time | path
    Searched refs:ValueError (Results 1 - 25 of 92) sorted by relevancy

1 2 3 4

  /src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/googletest-timeout/DummySubDir/
OneTest.py 7 raise ValueError("unexpected number of args")
17 raise ValueError("unexpected argument: %r" % (sys.argv[1]))
  /src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/googletest-format/DummySubDir/
OneTest.py 6 raise ValueError("unexpected number of args")
21 raise ValueError("unexpected argument: %r" % (sys.argv[1]))
  /src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/googletest-upstream-format/DummySubDir/
OneTest.py 6 raise ValueError("unexpected number of args")
22 raise ValueError("unexpected argument: %r" % (sys.argv[1]))
  /src/external/mpl/bind/dist/bin/tests/system/digdelv/
yamlget.py 26 except ValueError:
  /src/external/gpl3/gcc/dist/contrib/unicode/
gen_wcwidth.py 32 raise ValueError
52 raise ValueError
67 except (ValueError, IndexError):
utf8-dump.py 39 except ValueError:
  /src/external/gpl3/gcc.old/dist/contrib/unicode/
gen_wcwidth.py 32 raise ValueError
52 raise ValueError
67 except (ValueError, IndexError):
utf8-dump.py 39 except ValueError:
  /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/function/
caller_is.py 44 raise ValueError("nframes must be >= 0")
76 raise ValueError("nframes must be >= 0")
108 raise ValueError("nframes must be >= 0")
142 raise ValueError("nframes must be >= 0")
  /src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/function/
caller_is.py 44 raise ValueError("nframes must be >= 0")
76 raise ValueError("nframes must be >= 0")
108 raise ValueError("nframes must be >= 0")
142 raise ValueError("nframes must be >= 0")
  /src/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/
test_token_kind.py 23 with self.assertRaises(ValueError):
29 with self.assertRaises(ValueError):
  /src/external/mpl/bind/dist/doc/misc/
parsegrammar.py 90 except ValueError:
165 except ValueError:
166 raise ValueError("unfinished nested map, missing }; detected") from None
180 # Intentionally do not return second parameter to cause ValueError
  /src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/
newconfig.py 13 raise ValueError('Substitution {} is not in the config.'.format(substitution))
  /src/external/apache2/llvm/dist/clang/utils/
CaptureCmd 40 raise ValueError('CAPTURE_CMD_PROGRAM is not defined!')
42 raise ValueError('CAPTURE_CMD_DIR is not defined!')
  /src/external/apache2/llvm/dist/llvm/utils/lit/lit/
Test.py 172 raise ValueError("result already includes metrics for %r" % (
189 raise ValueError("Result already includes microResult for %r" % (
269 except ValueError as err:
309 Throws ValueError if an XFAIL line has a syntax error.
326 except ValueError as e:
327 raise ValueError('Error in XFAIL list:\n%s' % str(e))
340 Throws ValueError if a REQUIRES line has a syntax error.
362 except ValueError as e:
363 raise ValueError('Error in REQUIRES list:\n%s' % str(e))
370 Throws ValueError if a REQUIRES line has a syntax error
    [all...]
BooleanExpression.py 16 # Returns True or False. Throws a ValueError on syntax error.
27 except ValueError as e:
28 raise ValueError(str(e) + ('\nin expression: %r' % string))
55 raise ValueError("couldn't parse text: %r" % string)
79 raise ValueError("expected: %s\nhave: %s" %
97 raise ValueError("expected: '!' or '(' or identifier\nhave: %s" %
184 # Fail if it does not throw a ValueError containing the text `error`.
189 except ValueError as e:
191 self.fail(("expression %r caused the wrong ValueError\n" +
ShUtil.py 138 raise ValueError("Fast path failure: %r != %r" % (
141 raise ValueError("Fast path failure: %r != %r" % (
209 raise ValueError("empty command!")
211 raise ValueError("syntax error near unexpected token %r" % tok[0])
236 raise ValueError("syntax error near token %r" % op[0])
258 raise ValueError(
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-finish-breakpoint.py 47 except ValueError as e:
74 except ValueError as e:
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-finish-breakpoint.py 47 except ValueError as e:
74 except ValueError as e:
  /src/external/apache2/llvm/dist/clang/utils/analyzer/
ProjectMap.py 74 raise ValueError(f"Incorrect project size '{raw_size}'. "
123 raise ValueError(
143 raise ValueError(
171 raise ValueError(
179 raise ValueError(
  /src/external/apache2/llvm/dist/llvm/utils/lit/tests/unit/
TestRunner.py 173 except ValueError as e:
181 except ValueError as e:
189 except ValueError as e:
198 except ValueError as e:
219 except ValueError as e:
277 except ValueError:
  /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/
missing_files.py 78 ValueError: If name is invalid as a missing file handler
84 raise ValueError("invalid character '%s' in handler name: %s" % (ch, name))
109 ValueError: name contains invalid characters.
160 ValueError: If the name of the handler is invalid, or if
165 raise ValueError("handler_type must be 'debug' or 'objfile'")
  /src/external/mpl/bind/dist/bin/tests/system/isctest/
instance.py 73 raise ValueError(f"{self.directory} isn't a directory")
101 raise ValueError(f'Can\'t parse numeric identifier from "{identifier}"')
  /src/external/apache2/llvm/dist/llvm/utils/
extract_vplan.py 29 raise ValueError("Can't get the right VPlan name")
  /src/external/bsd/libevent/dist/test/
check-dumpevents.py 17 except ValueError:

Completed in 41 milliseconds

1 2 3 4