/development/testrunner/ |
runtest.py | 171 raise errors.AbortError 211 raise errors.AbortError 305 raise errors.AbortError
|
/build/tools/releasetools/ |
ota_from_target_files | 546 raise 565 raise common.ExternalError("couldn't find %s in build.prop" % (property,)) 602 raise ValueError('unknown script mode "%s"' % (OPTIONS.script_mode,)) 633 raise common.ExternalError("\"%s\" must be sent verbatim" % (fn,)) 882 raise ValueError('unknown script mode "%s"' % (OPTIONS.script_mode,)) 905 raise
|
edify_generator.py | 73 raise ValueError("must specify some fingerprints") 171 raise ValueError("bad patches given to ApplyPatch")
|
/external/webkit/WebKitTools/Scripts/webkitpy/style/ |
checker.py | 299 raise ValueError('Invalid "output_format" parameter: ' 304 raise ValueError('Invalid "verbosity" parameter: ' 516 raise ValueError('Flag \'%(extra_flag)s is duplicated ' 557 raise ValueError('Invalid --output value "%s": The only ' 566 raise ValueError('Invalid --verbose value %s: value must ' 661 raise ValueError('Invalid file type "%(file_type)s": the only valid file types '
|
/bionic/libm/src/ |
s_expm1.c | 83 * (i) if x < -56*ln2, return -1.0, (raise inexact if x!=inf) 155 if(x+tiny<0.0) /* raise inexact */
|
s_atan.c | 90 if(huge+x>one) return x; /* raise inexact */
|
s_atanf.c | 70 if(huge+x>one) return x; /* raise inexact */
|
s_expm1f.c | 60 if(x+tiny<(float)0.0) /* raise inexact */
|
s_log1pf.c | 53 if(two25+x>zero /* raise inexact */
|
/dalvik/libcore/xml/src/test/java/tests/org/w3c/dom/ |
CreateDocument.java | 41 * DOMImplementation should raise NAMESPACE_ERR DOMException if parameter 48 * null. Method should raise NAMESPACE_ERR DOMException.
|
/external/fdlibm/ |
s_expm1.c | 79 * (i) if x < -56*ln2, return -1.0, (raise inexact if x!=inf) 156 if(x+tiny<0.0) /* raise inexact */
|
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/ |
chromium.py | 222 raise KeyboardInterrupt 232 raise AssertionError("test out of sync")
|
/external/webkit/WebKitTools/Scripts/webkitpy/ |
mock_bugzillatool.py | 300 raise Exception("Bogus commit_id in commit_message_for_local_commit.") 307 raise Exception("Bogus commit_id in commit_message_for_local_commit.")
|
/prebuilt/linux-x86/toolchain/sh-4.3.3/lib/gcc/sh-linux-gnu/4.3.3/include/ |
unwind.h | 123 /* Raise an exception, passing along the given exception object. */ 127 /* Raise an exception for forced unwinding. */
|
/external/sonivox/jet_tools/JetCreator/ |
midifile.py | 262 raise MIDIFileException(stream, 'Unexpected EOF')
411 raise MIDIFileException(stream, MSG_TYPE_MISMATCH)
445 raise MIDIFileException(stream, MSG_TYPE_MISMATCH)
476 raise MIDIFileException(stream, MSG_TYPE_MISMATCH)
502 raise MIDIFileException(stream, MSG_TYPE_MISMATCH)
530 raise MIDIFileException(stream, MSG_TYPE_MISMATCH)
556 raise MIDIFileException(stream, MSG_TYPE_MISMATCH)
580 raise MIDIFileException(stream, MSG_TYPE_MISMATCH)
604 raise MIDIFileException(stream, MSG_TYPE_MISMATCH)
634 raise MIDIFileException(stream, MSG_TYPE_MISMATCH) [all...] |
/build/tools/acp/ |
acp.c | 77 * If it turns out to be a directory, go ahead and raise the
|
/dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
characterdataindexsizeerrdeletedatacountnegative.java | 37 * method with offset=10 and count=-3. It should raise the
|
characterdataindexsizeerrdeletedataoffsetgreater.java | 37 * method with offset=40 and count=3. It should raise the
|
characterdataindexsizeerrdeletedataoffsetnegative.java | 37 * method with offset=-5 and count=3. It should raise the
|
characterdataindexsizeerrinsertdataoffsetgreater.java | 37 * method with offset=40 and arg="ABC". It should raise
|
characterdataindexsizeerrinsertdataoffsetnegative.java | 37 * method with offset=-5 and arg="ABC". It should raise
|
characterdataindexsizeerrreplacedatacountnegative.java | 38 * and count=-3 and arg="ABC". It should raise the
|
characterdataindexsizeerrreplacedataoffsetgreater.java | 38 * and count=3 and arg="ABC". It should raise the
|
characterdataindexsizeerrreplacedataoffsetnegative.java | 38 * and count=3 and arg="ABC". It should raise the
|
characterdataindexsizeerrsubstringcountnegative.java | 37 * method with offset=10 and count=-3. It should raise the
|