/development/ndk/platforms/android-9/arch-mips/include/ |
fenv.h | 38 * causing unimplemented operation exception. 46 * 16 -> cause bit for invalid exception 47 * 15 -> cause bit for division by zero exception 48 * 14 -> cause bit for overflow exception 49 * 13 -> cause bit for underflow exception 50 * 12 -> cause bit for inexact exception 51 * 11 -> enable exception for invalid exception 52 * 10 -> enable exception for division by zero exception [all...] |
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
V8ThrowException.cpp | 54 // FIXME: Handle other WebIDL exception types. 59 v8::Handle<v8::Value> exception = toV8(domException, creationContext, isolate); local 61 if (exception.IsEmpty()) 65 v8::Handle<v8::Value> error = v8::Exception::Error(v8String(isolate, domException->message())); 67 ASSERT(exception->IsObject()); 68 exception->ToObject()->SetAccessor(v8AtomicString(isolate, "stack"), domExceptionStackGetter, domExceptionStackSetter, error); 70 return exception; 76 v8::Handle<v8::Value> exception = createDOMException(ec, sanitizedMessage, unsanitizedMessage, creationContext, isolate); local 77 if (exception.IsEmpty()) 80 return V8ThrowException::throwError(exception, isolate) 104 v8::Handle<v8::Value> exception = V8ThrowException::createError(type, message, isolate); local 117 v8::Handle<v8::Value> exception = V8ThrowException::createTypeError(message, isolate); local [all...] |
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/ |
fenv.h | 38 * causing unimplemented operation exception. 46 * 16 -> cause bit for invalid exception 47 * 15 -> cause bit for division by zero exception 48 * 14 -> cause bit for overflow exception 49 * 13 -> cause bit for underflow exception 50 * 12 -> cause bit for inexact exception 51 * 11 -> enable exception for invalid exception 52 * 10 -> enable exception for division by zero exception [all...] |
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/ |
fenv.h | 38 * causing unimplemented operation exception. 46 * 16 -> cause bit for invalid exception 47 * 15 -> cause bit for division by zero exception 48 * 14 -> cause bit for overflow exception 49 * 13 -> cause bit for underflow exception 50 * 12 -> cause bit for inexact exception 51 * 11 -> enable exception for invalid exception 52 * 10 -> enable exception for division by zero exception [all...] |
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/ |
fenv.h | 38 * causing unimplemented operation exception. 46 * 16 -> cause bit for invalid exception 47 * 15 -> cause bit for division by zero exception 48 * 14 -> cause bit for overflow exception 49 * 13 -> cause bit for underflow exception 50 * 12 -> cause bit for inexact exception 51 * 11 -> enable exception for invalid exception 52 * 10 -> enable exception for division by zero exception [all...] |
/external/chromium_org/net/android/javatests/src/org/chromium/net/ |
AndroidProxySelectorTest.java | 80 * @throws Exception 84 public void testNoProxy() throws Exception { 93 * @throws Exception 97 public void testHttpProxyHostAndPort() throws Exception { 108 * @throws Exception 112 public void testHttpProxyHostOnly() throws Exception { 122 * @throws Exception 126 public void testHttpProxyPortOnly() throws Exception { 136 * @throws Exception 140 public void testHttpNonProxyHosts1() throws Exception { [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
TimerTest.java | 219 boolean exception = false; 223 exception = true; 226 "Scheduling a task after Timer.cancel() should throw exception", 227 exception); 310 public void test_purge() throws Exception { 352 boolean exception = false; 356 exception = true; 359 "Scheduling a task after Timer.cancel() should throw exception", 360 exception); 368 exception = false [all...] |
/external/chromium_org/native_client_sdk/src/libraries/error_handling/ |
error_handling.h | 30 * functions will install an untrusted exception handler. 32 * The raw form will install the provided handler directly to the exception 38 * NOTE: Exception handling is enabled process wide. 39 * NOTE: Exception handling is not guaranteed to be available so it should 49 * the exception handler. This is useful in cases when the threads original 50 * stack may have overflowed or may be too small to handler the exception. 55 * NOTE: If the allocation fails, the exception will still take place on the 66 * NOTE: Exception handling is not guarenteed to be available so it should 72 /** Fill an exception frame from an exception context. * [all...] |
/external/chromium_org/ppapi/api/private/ |
ppb_instance_private.idl | 63 * The exception, if any, will be returned in *exception. As with the PPB_Var 64 * interface, the exception parameter, if non-NULL, must be initialized 66 * the exception parameter will be set to a "void" var. On failure, the 70 * @param[in/out] exception PP_Var containing the exception. Initialize 71 * this to NULL if you don't want exception info; initialize this to a void 72 * exception if want exception info. 79 [out] PP_Var exception); [all...] |
/external/chromium_org/ppapi/c/private/ |
ppb_instance_private.h | 81 * The exception, if any, will be returned in *exception. As with the PPB_Var 82 * interface, the exception parameter, if non-NULL, must be initialized 84 * the exception parameter will be set to a "void" var. On failure, the 88 * @param[in/out] exception PP_Var containing the exception. Initialize 89 * this to NULL if you don't want exception info; initialize this to a void 90 * exception if want exception info. 97 struct PP_Var* exception); [all...] |
/external/chromium_org/ppapi/proxy/ |
ppp_class_proxy.h | 57 SerializedVarOutParam exception, 61 SerializedVarOutParam exception, 65 SerializedVarOutParam exception, 70 SerializedVarOutParam exception); 74 SerializedVarOutParam exception); 77 SerializedVarOutParam exception); 81 SerializedVarOutParam exception, 85 SerializedVarOutParam exception, 90 // object. On failure, the exception, if non-NULL, will also be set. 92 SerializedVarOutParam* exception); [all...] |
/external/robolectric/src/test/java/com/xtremelabs/robolectric/util/ |
DatabaseConfigTest.java | 24 public void testSettingDatabaseMapLoadsCorrectly() throws Exception { 42 public void testMapIsNotNull() throws Exception { 53 public void testLoadingNullMapThrowsException() throws Exception { 55 DatabaseConfig.getMemoryConnection(); //attempt to load driver for map and throw exception 59 public void testGetScrubSQLThrowsExceptionWithNullMap() throws Exception { 65 public void testGetSelectLastInsertIdentityThrowsExceptionWithNullMap() throws Exception { 71 public void testGetResultSetTypeThrowsExceptionWithNullMap() throws Exception { 77 public void testGetScrubSQL() throws Exception { 82 public void testGetSelectLastInsertIdentity() throws Exception { 87 public void testGetResultSetType() throws Exception { [all...] |
/frameworks/base/core/tests/coretests/src/android/app/activity/ |
SubActivityTest.java | 25 public void testPendingResult() throws Exception { 31 public void testNoResult() throws Exception { 37 public void testResult() throws Exception { 43 public void testFinishSub() throws Exception { 50 public void testRemoteNoResult() throws Exception { 57 public void testRemoteResult() throws Exception { 64 public void testRemoteFinishSub() throws Exception { 70 public void testRemoteRestartNoResult() throws Exception { 78 public void testRemoteRestartResult() throws Exception { 86 public void testRemoteRestartFinishSub() throws Exception { [all...] |
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/ |
GCMParameterSpecTest.java | 28 public void testConstructor_IntByteArray_Success() throws Exception { 32 public void testConstructor_IntByteArray_NegativeTLen_Failure() throws Exception { 40 public void testConstructor_IntByteArray_NullIv_Failure() throws Exception { 48 public void testConstructor_IntByteArrayWithOffsets_Success() throws Exception { 52 public void testConstructor_IntByteArrayWithOffsets_NullIv_Failure() throws Exception { 60 public void testConstructor_IntByteArrayWithOffsets_NegativeOffset_Failure() throws Exception { 68 public void testConstructor_IntByteArrayWithOffsets_TooLongLength_Failure() throws Exception { 76 public void testGetIV_Success() throws Exception { 92 public void testGetIV_Subarray_Success() throws Exception { 98 public void testGetTLen_Success() throws Exception { [all...] |
/libcore/luni/src/test/java/tests/api/javax/security/auth/ |
X500PrincipalTest.java | 47 } catch (Exception e) { 48 fail("Unexpected exception: " + e); 55 } catch (Exception e) { 63 } catch (Exception e) { 82 } catch (Exception e) { 83 fail("Unexpected exception: " + e); 90 } catch (Exception e) { 99 } catch (Exception e) { 117 } catch (Exception e) { 118 fail("Unexpected exception: " + e) [all...] |
/art/test/044-proxy/src/ |
WrappedThrow.java | 46 System.err.println("No exception thrown"); 50 System.err.println("Got unexpected exception: " + t); 55 System.err.println("No exception thrown"); 59 System.err.println("Got unexpected exception: " + t); 64 System.err.println("No exception thrown"); 68 System.err.println("Got unexpected exception: " + t); 76 System.err.println("No exception thrown"); 80 System.err.println("Got unexpected exception: " + t); 85 System.err.println("No exception thrown"); 89 System.err.println("Got unexpected exception: " + t) [all...] |
/dalvik/tests/044-proxy/src/ |
WrappedThrow.java | 46 System.err.println("No exception thrown"); 50 System.err.println("Got unexpected exception: " + t); 55 System.err.println("No exception thrown"); 59 System.err.println("Got unexpected exception: " + t); 64 System.err.println("No exception thrown"); 68 System.err.println("Got unexpected exception: " + t); 76 System.err.println("No exception thrown"); 80 System.err.println("Got unexpected exception: " + t); 85 System.err.println("No exception thrown"); 89 System.err.println("Got unexpected exception: " + t) [all...] |
/external/chromium_org/v8/test/webkit/fast/js/ |
array-prototype-properties-expected.txt | 29 PASS Array.prototype.toString.call(undefined) threw exception TypeError: Cannot convert undefined or null to object. 30 PASS Array.prototype.toLocaleString.call(undefined) threw exception TypeError: Cannot convert undefined or null to object. 31 PASS Array.prototype.concat.call(undefined, []) threw exception TypeError: Array.prototype.concat called on null or undefined. 32 PASS Array.prototype.join.call(undefined, []) threw exception TypeError: Array.prototype.join called on null or undefined. 33 PASS Array.prototype.pop.call(undefined) threw exception TypeError: Array.prototype.pop called on null or undefined. 34 PASS Array.prototype.push.call(undefined, {}) threw exception TypeError: Array.prototype.push called on null or undefined. 35 PASS Array.prototype.reverse.call(undefined) threw exception TypeError: Array.prototype.reverse called on null or undefined. 36 PASS Array.prototype.shift.call(undefined) threw exception TypeError: Array.prototype.shift called on null or undefined. 37 PASS Array.prototype.slice.call(undefined, 0, 1) threw exception TypeError: Array.prototype.slice called on null or undefined. 38 PASS Array.prototype.sort.call(undefined) threw exception TypeError: Array.prototype.sort called on null or undefined [all...] |
/frameworks/base/test-runner/tests/src/android/test/ |
AndroidTestRunnerTest.java | 42 protected void setUp() throws Exception { 50 public void testLoadNoTestCases() throws Exception { 60 public void testSetTestSuiteWithOneTestCase() throws Exception { 70 public void testRunTest() throws Exception { 81 public void testRunTestWithAndroidTestCase() throws Exception { 97 public void testRunTestWithAndroidTestCaseInSuite() throws Exception { 113 public void testRunTestWithAndroidTestCaseInNestedSuite() throws Exception { 129 public void testRunTestWithNullListener() throws Exception { 140 public void testSetTestClassWithTestSuiteProvider() throws Exception { 152 public void testSetTestClassWithTestSuite() throws Exception { [all...] |
/libcore/luni/src/main/java/org/xml/sax/ |
ErrorHandler.java | 33 * in preference to throwing an exception: it is up to the application 34 * to decide whether to throw an exception for different types of 38 * may throw an exception after reporting any fatalError. 67 * @param exception The warning information encapsulated in a 68 * SAX parse exception. 69 * @exception org.xml.sax.SAXException Any SAX exception, possibly 70 * wrapping another exception. 73 public abstract void warning (SAXParseException exception) 96 * @param exception The error information encapsulated in [all...] |
/libcore/luni/src/test/java/libcore/java/lang/ |
IntrinsicTest.java | 25 public void testString_charAt() throws Exception { 30 public void testString_compareTo() throws Exception { 35 public void testString_equals() throws Exception { 40 public void testString_fastIndexOf_II() throws Exception { 45 public void testString_isEmpty() throws Exception { 50 public void testString_length() throws Exception { 55 public void testMath_abs() throws Exception { 66 public void testStrictMath_abs() throws Exception { 77 public void testStrictMath_min() throws Exception { 82 public void testStrictMath_max() throws Exception { [all...] |
/external/chromium_org/build/android/pylib/host_driven/ |
test_runner.py | 20 """Test result corresponding to a python exception in a host-driven test.""" 26 test_name: name of the test which raised an exception. 28 exc_info: exception info, ostensibly from sys.exc_info(). 33 log_msg = 'Exception:\n' + trace_info 91 except Exception: 92 logging.exception( 93 'Caught exception while trying to run SetUp() for test: ' + 105 except Exception: 107 # Run() should TearDown() also raise an exception. 109 logging.exception('Caught exception while trying to run test: ' [all...] |
/external/chromium_org/v8/test/webkit/ |
object-literal-syntax-expected.txt | 29 PASS ({a:1, get a(){}}) threw exception SyntaxError: Object literal may not have data and accessor property with the same name. 30 PASS ({a:1, set a(){}}) threw exception SyntaxError: Object literal may not have data and accessor property with the same name. 31 PASS ({get a(){}, a:1}) threw exception SyntaxError: Object literal may not have data and accessor property with the same name. 32 PASS ({set a(){}, a:1}) threw exception SyntaxError: Object literal may not have data and accessor property with the same name. 33 PASS ({get a(){}, get a(){}}) threw exception SyntaxError: Object literal may not have multiple get/set accessors with the same name. 34 PASS ({set a(){}, set a(){}}) threw exception SyntaxError: Object literal may not have multiple get/set accessors with the same name. 35 PASS ({set a(){}, get a(){}, set a(){}}) threw exception SyntaxError: Object literal may not have multiple get/set accessors with the same name. 36 PASS (function(){({a:1, get a(){}})}) threw exception SyntaxError: Object literal may not have data and accessor property with the same name. 37 PASS (function(){({a:1, set a(){}})}) threw exception SyntaxError: Object literal may not have data and accessor property with the same name. 38 PASS (function(){({get a(){}, a:1})}) threw exception SyntaxError: Object literal may not have data and accessor property with the same name [all...] |
/external/guava/guava-tests/test/com/google/common/base/ |
AbstractIteratorTest.java | 73 fail("no exception thrown"); 78 public void testSneakyThrow() throws Exception { 92 // The first time, the sneakily-thrown exception comes out 95 fail("No exception thrown"); 96 } catch (Exception e) { 105 fail("No exception thrown"); 111 final SomeUncheckedException exception = new SomeUncheckedException(); local 114 throw exception; 121 fail("No exception thrown"); 123 assertSame(exception, e) [all...] |
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
AnimationTest.java | 25 public void setUp() throws Exception { 33 public void startShouldInvokeStartCallback() throws Exception { 42 public void cancelShouldInvokeEndCallback() throws Exception { 51 public void invokeRepeatShouldInvokeRepeatCallback() throws Exception { 60 public void invokeEndShouldInvokeEndCallback() throws Exception { 69 public void simulateAnimationEndShouldInvokeApplyTransformationWith1() throws Exception { 76 public void testHasStarted() throws Exception { 85 public void testDuration() throws Exception { 92 public void testInterpolation() throws Exception { 100 public void testRepeatCount() throws Exception { [all...] |