| /external/chromium_org/v8/test/mjsunit/regress/ |
| regress-244.js | 57 var exception = false; 61 exception = true; 64 assertTrue(exception);
|
| regress-325676.js | 37 var exception = null; variable 45 exception = e; 69 assertNull(exception);
|
| regress-1170187.js | 36 exception = false; 67 exception = e; 80 assertFalse(exception, "exception in listener")
|
| /external/stlport/test/eh/ |
| cygwin.mak | 79 echo "Cygwin has bugs in exception handling, runnning w/o throwing exceptions..." 83 echo "Cygwin has bugs in exception handling, runnning w/o throwing exceptions..." 87 echo "Cygwin has bugs in exception handling, runnning w/o throwing exceptions..."
|
| /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/ |
| StopDebuggee.java | 38 * 'Stop' command with NullPointerException exception. 66 public static final String FIELD_NAME = "exception"; 68 public static NullPointerException exception = new NullPointerException(); field in class:StopDebuggee 118 logWriter.println(getName() + ": FAILED: TIMEOUT is run out - No any exception is caught"); 121 logWriter.println(getName() + ": Exception is caught: " + thrown); 122 if ( thrown.equals(exception) ) { 123 logWriter.println(getName() + ": PASSED: It is expected Exception"); 125 logWriter.println(getName() + ": FAILED: It is unexpected Exception");
|
| /external/chromium_org/chrome/browser/resources/chromeos/chromevox/testing/ |
| chromevox_unittest_base.js | 25 * Asserts that a given function call raises an exception. 28 * @param {string} error The name of the exception we expect to throw. 29 * @return {boolean} True if it throws the exception. 43 throw new Error('Expected to throw exception');
|
| /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/ |
| main.py | 93 logging.exception('Could not parse response as JSON: %s' % response_text) 97 logging.exception('Could not fetch license data')
|
| /external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
| ScriptPromise.cpp | 129 ScriptPromise ScriptPromise::rejectWithDOMException(ScriptState* scriptState, PassRefPtrWillBeRawPtr<DOMException> exception) 132 return reject(scriptState, ToV8Value<WithScriptState, v8::Handle<v8::Object> >::toV8Value(exception, scriptState->context()->Global(), scriptState->isolate()));
|
| /external/chromium_org/v8/test/mjsunit/ |
| debug-clearbreakpoint.js | 34 exception = false; 85 exception = e 100 assertFalse(exception, "exception in listener")
|
| debug-evaluate-arguments.js | 33 exception = false; 70 exception = e 93 assertFalse(exception, "exception in listener")
|
| debug-evaluate-bool-constructor.js | 33 var exception = false; variable 62 exception = e 79 assertFalse(exception, "exception in listener")
|
| debug-evaluate-const.js | 33 exception = false; 105 exception = e; 119 assertFalse(exception, "exception in listener")
|
| debug-evaluate-with.js | 33 exception = false; 55 exception = e 81 assertFalse(exception, "exception in listener")
|
| debug-stepout-recursive-function.js | 32 var exception = null; 48 exception = e; 56 exception = null; 61 assertNull(exception, test_name);
|
| debug-suspend.js | 34 exception = false; 84 exception = e 94 assertFalse(exception, "exception in listener")
|
| debug-version.js | 34 exception = false; 78 exception = e 88 assertFalse(exception, "exception in listener")
|
| strict-mode-opt.js | 56 fail("ReferenceError after MAX iterations", "no exception"); 77 fail("no exception", "exception"); 102 fail("ReferenceError after MAX iterations", "no exception");
|
| /external/clang/INPUTS/ |
| all-std-headers.cpp | 23 #include <exception>
|
| /external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/ |
| ServerPairingSession.java | 19 import com.google.polo.exception.NoConfigurationException; 20 import com.google.polo.exception.PoloException;
|
| /external/llvm/bindings/ocaml/irreader/ |
| llvm_irreader.mli | 15 exception Error of string
|
| /external/lzma/CS/7zip/ |
| ICoder.cs | 8 /// The exception that is thrown when an error in input stream occurs during decoding.
16 /// The exception that is thrown when the value of an argument is outside the allowable range.
57 /// <exception cref="SevenZip.DataErrorException">
59 /// </exception>
|
| /external/objenesis/tck/src/org/objenesis/tck/candidates/ |
| serializable-candidates.properties | 64 org.objenesis.tck.candidates.SerializableConstructorThrowingException = Constructor throwing exception (serializable)
|
| /external/smack/src/org/xbill/DNS/ |
| A6Record.java | 66 throw st.exception("prefix bits must be [0..128]"); 73 throw st.exception("invalid IPv6 address: " + s);
|
| /external/stlport/test/unit/ |
| exception_test.cpp | 1 #include <exception> 9 * This test case purpose is to check that the exception handling 64 void throw_except_func() throw(std::exception) { 126 throw "exception";
|
| /frameworks/base/test-runner/src/android/test/ |
| TestPrinter.java | 81 public void failed(String className, Throwable exception) { 83 Log.i(mTag, "----- begin exception -----"); 84 Log.i(mTag, "", exception); 85 Log.i(mTag, "----- end exception -----");
|