/external/v8/test/mjsunit/regress/ |
regress-1620.js | 30 // sequences without throwing a SyntaxError. Instead "\u22gk" would
|
/frameworks/base/core/java/com/android/internal/util/ |
Preconditions.java | 71 * Check the requested flags, throwing if any requested flags are outside
|
/libcore/luni/src/main/java/org/apache/harmony/xml/parsers/ |
DocumentBuilderFactoryImpl.java | 70 * or by throwing the full SPI monty at it.
|
/ndk/sources/cxx-stl/gabi++/tests/ |
test_vector2.cpp | 84 // Try throwing from a destructor while unwinding the stack -- should abort
|
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
ClonerToResultTree.java | 67 // // Can't clone a document, but refrain from throwing an error 147 // Can't clone a document, but refrain from throwing an error
|
/external/apache-xml/src/main/java/org/apache/xpath/jaxp/ |
JAXPExtensionsProvider.java | 149 // further execution by throwing WrappedRuntimeException 201 // further execution by throwing WrappedRuntimeException
|
/external/jmonkeyengine/engine/src/core/com/jme3/asset/ |
ImplHandler.java | 98 logger.throwing(type.getName(), "<init>", ex); 103 logger.throwing(type.getName(), "<init>", ex);
|
/external/guava/guava-tests/test/com/google/common/testing/ |
NullPointerTesterTest.java | 393 doThrow(s); // Fail: throwing non-NPE exception for null s 415 doThrow(s); // Fail: throwing non-NPE exception for null s 432 doThrow(i); // Fail: throwing non-NPE exception for null i 446 doThrow(s); // Fail: throwing non-NPE exception for null s 476 doThrow(s); // Fail: throwing non-NPE exception for null s
|
/dalvik/dx/src/com/android/dx/rop/ |
package-info.java | 118 * case, the result assignments for throwing instructions can be said to occur 121 * Throwing instructions may not directly specify results. Instead, result 135 * non-call-like throwing instructions. It may never be considered dead code
|
/external/chromium_org/v8/test/mjsunit/ |
stack-traces.js | 239 function testOmittedBuiltin(throwing, omitted) { 241 throwing(); 313 // Check that throwing exception in a custom stack trace formatting function
|
/art/test/061-out-of-memory/src/ |
Main.java | 21 * Exercise the construction and throwing of OutOfMemoryError.
|
/cts/tests/tests/security/src/android/security/cts/ |
ServicePermissionsTest.java | 105 // Service is throwing about something else; they're
|
/dalvik/tests/061-out-of-memory/src/ |
Main.java | 21 * Exercise the construction and throwing of OutOfMemoryError.
|
/external/antlr/antlr-3.4/gunit/ |
CHANGES.txt | 59 * recognizes invalid input as a FAIL case instead of throwing an exception
|
/external/chromium/base/threading/ |
platform_thread_win.cc | 98 // there isn't a debugger, we are just needlessly throwing an exception.
|
/external/chromium/chrome/browser/search_engines/ |
search_provider_install_data.h | 27 // loading the data on demand (when CallWhenLoaded is called) and then throwing
|
/external/chromium/testing/gmock/ |
CHANGES | 83 * New feature: actions for accessing function arguments and throwing
|
/external/chromium_org/base/android/java/src/org/chromium/base/ |
MemoryPressureListener.java | 66 * Used by applications to simulate a memory pressure signal. By throwing certain intent
|
/external/chromium_org/chrome/browser/search_engines/ |
search_provider_install_data.h | 27 // loading the data on demand (when CallWhenLoaded is called) and then throwing
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebPasswordFormUtils.cpp | 54 // Maximum number of password fields we will observe before throwing our
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
webkit-patch | 64 # the utf-8 codec to prevent throwing and exception.
|
/external/chromium_org/third_party/freetype/src/cff/ |
cf2error.h | 67 * When we assign an error code we are thus `throwing' an error.
|
/external/chromium_org/third_party/libjingle/source/talk/examples/android/src/org/appspot/apprtc/ |
UnhandledExceptionHandler.java | 44 * error-handling consists of throwing RuntimeExceptions.
|
/external/freetype/src/cff/ |
cf2error.h | 67 * When we assign an error code we are thus `throwing' an error.
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
MinimalIterable.java | 34 * <li>throwing an exception of some kind
|