HomeSort by relevance Sort by last modified time
    Searched full:raise (Results 26 - 50 of 1297) sorted by null

12 3 4 5 6 7 8 91011>>

  /cts/tests/tests/webkitsecurity/assets/
bad-handshake-crash_wsh.py 14 raise handshake.AbortedByUserException("Abort the connection") # Prevents pywebsocket from sending its own handshake message.
  /external/antlr/antlr-3.4/runtime/Python/tests/
t033backtracking.py 15 raise
t038lexerRuleLabel.py 15 raise
t040bug80.py 15 raise
t007lexer.py 18 raise re
49 raise AssertionError, token
t035ruleLabelPropertyRef.py 15 raise
24 raise
t037rulePropertyRef.py 15 raise
24 raise
t039labels.py 15 raise
24 raise
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
rule-methods.rb 19 raise error
28 raise error
65 raise error
74 raise error
properties.rb 17 raise error
26 raise error
61 raise e
67 raise e
119 raise error
128 raise error
185 raise error
194 raise error
  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DESedeKeySpecTest.java 46 fail("Should raise an NullPointerException "
50 fail("Should raise an NullPointerException "
55 fail("Should raise an InvalidKeyException on a short byte array.");
71 fail("Should raise an NullPointerException "
75 fail("Should raise an NullPointerException "
82 fail("Should raise an InvalidKeyException on a short byte array.");
147 fail("Should raise an NullPointerException "
151 fail("Should raise an NullPointerException "
159 fail("Should raise an InvalidKeyException "
IvParameterSpecTest.java 47 fail("Should raise an NullPointerException "
67 fail("Should raise an IllegalArgumentException "
78 fail("Should raise an IllegalArgumentException "
89 fail("Should raise an ArrayIndexOutOfBoundsException "
101 fail("Should raise an ArrayIndexOutOfBoundsException "
  /external/javasqlite/src/main/java/SQLite/
Authorizer.java 18 * for don't allow access but don't raise an error, Constants.SQLITE_DENY
  /external/linux-tools-perf/util/ui/
setup.c 16 raise(SIGTSTP);
  /external/llvm/bindings/python/llvm/tests/
base.py 31 raise Exception('No suitable test binaries available!')
  /external/llvm/utils/lit/lit/
LitTestCase.py 28 raise UnresolvedError(output)
  /external/protobuf/python/google/protobuf/
message.py 71 raise NotImplementedError
78 raise NotImplementedError
91 raise NotImplementedError
109 raise NotImplementedError
118 raise NotImplementedError
127 raise NotImplementedError
163 raise NotImplementedError
180 raise NotImplementedError
191 raise NotImplementedError
215 raise NotImplementedErro
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DESedeKeySpecTest.java 46 fail("Should raise an NullPointerException "
50 fail("Should raise an NullPointerException "
55 fail("Should raise an InvalidKeyException on a short byte array.");
71 fail("Should raise an NullPointerException "
75 fail("Should raise an NullPointerException "
82 fail("Should raise an InvalidKeyException on a short byte array.");
147 fail("Should raise an NullPointerException "
151 fail("Should raise an NullPointerException "
159 fail("Should raise an InvalidKeyException "
  /external/llvm/test/CodeGen/X86/
2007-05-05-Personality.ll 10 invoke void @raise()
28 declare void @raise()
  /external/webkit/Source/WebCore/dom/
DocumentFragment.idl 24 [RequiresAllArguments=Raise] Element querySelector(in DOMString selectors)
26 [RequiresAllArguments=Raise] NodeList querySelectorAll(in DOMString selectors)
  /external/webkit/Tools/Scripts/webkitpy/tool/bot/
queueengine.py 46 raise NotImplementedError, "subclasses must implement"
49 raise NotImplementedError, "subclasses must implement"
52 raise NotImplementedError, "subclasses must implement"
55 raise NotImplementedError, "subclasses must implement"
58 raise NotImplementedError, "subclasses must implement"
62 raise NotImplementedError, "subclasses must implement"
65 raise NotImplementedError, "subclasses must implement"
68 raise NotImplementedError, "subclasses must implement"
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
tokens.py 49 raise NotImplementedError
56 raise NotImplementedError
64 raise NotImplementedError
71 raise NotImplementedError
81 raise NotImplementedError
88 raise NotImplementedError
98 raise NotImplementedError
105 raise NotImplementedError
113 raise NotImplementedError
120 raise NotImplementedErro
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/
decoder.py 77 raise ValueError(
90 raise ValueError(
96 raise ValueError(
104 raise ValueError
106 raise ValueError(errmsg("Invalid \\uXXXX escape", s, end))
127 raise ValueError(errmsg("Expecting property name", s, end))
135 raise ValueError(errmsg("Expecting : delimiter", s, end))
140 raise ValueError(errmsg("Expecting object", s, end))
148 raise ValueError(errmsg("Expecting , delimiter", s, end - 1))
153 raise ValueError(errmsg("Expecting property name", s, end - 1)
    [all...]
  /dalvik/vm/compiler/template/
gen-template.py 56 raise DataParseError("handler-size requires one argument")
58 raise DataParseError("handler-size may only be set once")
68 raise DataParseError("handler-size (%d) must be power of 2 and > 0" \
78 raise DataParseError("import requires one argument")
83 raise DataParseError("don't know how to import %s (expecting .c/.S)"
93 raise DataParseError("import requires one argument")
99 raise DataParseError("unable to load asm-stub: %s" % str(err))
110 raise DataParseError("opStart takes a directory name argument")
112 raise DataParseError("opStart can only be specified once")
123 raise DataParseError("op requires exactly two arguments"
    [all...]
  /development/testrunner/test_defs/
test_defs.py 59 raise errors.ParseError
62 raise errors.ParseError
65 raise e
70 # TODO: catch exceptions and raise ParseError
87 raise errors.ParseError(msg=error_msg)

Completed in 808 milliseconds

12 3 4 5 6 7 8 91011>>