Home
last modified time | relevance | path

Searched refs:throwing (Results 1 – 25 of 55) sorted by relevance

123

/external/v8/test/mjsunit/
Dstack-traces-2.js61 function testNotOmittedBuiltin(throwing, included) { argument
63 throwing();
Dstack-traces.js254 function testOmittedBuiltin(throwing, omitted) { argument
256 throwing();
/external/v8/test/webkit/
Dtry-catch-try-try-catch-try-finally-return-catch-finally-expected.txt24throwing operation at the beginning of a finally blow that gets inlined inside a complicated catch…
Dthrow-from-finally-expected.txt24 This tests that throwing from a finally block has the expected effect.
Dexception-propagate-from-dfg-to-llint-expected.txt24 Ensures that we pass exceptions to the correct codeblock when throwing from the DFG to the LLInt.
/external/objenesis/tck/src/org/objenesis/tck/candidates/
Dcandidates.properties65 …didates.SerializableWithAncestorThrowingException = Serializable with ancestor throwing exception
70 ….tck.candidates.ConstructorThrowingException = Constructor throwing exception
71 …idates.SerializableConstructorThrowingException = Constructor throwing exception (serial…
Dserializable-candidates.properties64 …idates.SerializableConstructorThrowingException = Constructor throwing exception (serial…
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/ext/
DXLogger.java157 public <T extends Throwable> T throwing(T throwable) { in throwing() method in XLogger
172 public <T extends Throwable> T throwing(Level level, T throwable) { in throwing() method in XLogger
/external/slf4j/slf4j-ext/src/test/java/org/slf4j/dummyExt/
DXLoggerTest.java107 assertEquals(t, logger.throwing(t)); in testThrowing()
108 assertEquals(t, logger.throwing(XLogger.Level.DEBUG, t)); in testThrowing()
/external/clang/test/CodeGenObjC/
Dexceptions-nonfragile.m15 void throwing() { function
/external/llvm/test/Transforms/LICM/
Dpreheader-safe.ll54 ; Negative test - can't move out of throwing block
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/groovy/org/mockftpserver/fake/command/
DStorCommandHandlerTest.groovy86 println "Calling createOutputStream() - throwing exception"
/external/antlr/antlr-3.4/gunit/
DCHANGES.txt59 * recognizes invalid input as a FAIL case instead of throwing an exception
/external/tlsdate/
DHACKING.md72 Rather than just throwing them about in code:
/external/google-breakpad/src/testing/
DCHANGES85 * New feature: actions for accessing function arguments and throwing
/external/jcommander/
DCHANGELOG104 Added: now throwing an exception if required main parameters are not supplied
/external/eigen/doc/
DTopicAssertions.dox13 …r. You can redefine this macro if you want to do something else such as throwing an exception, and…
DPreprocessorDirectives.dox51 macro if you want to do something else, like throwing an exception.
/external/gmock/
DCHANGES119 * New feature: actions for accessing function arguments and throwing
/external/guava/guava-tests/test/com/google/common/cache/
DCacheLoadingTest.java146 assertSame(key, cache.get(key, throwing(new Exception()))); in testLoad()
1151 cache.get(new Object(), throwing(callableException)); in testLoadCheckedException()
1225 cache.get(new Object(), throwing(callableException)); in testLoadInterruptedException()
1499 cache.get(new Object(), throwing(callableException)); in testLoadUncheckedException()
2503 static <T> Callable<T> throwing(final Exception exception) { in throwing() method in CacheLoadingTest
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/
DCHANGELOG135 throwing an exception, a good httlib2.Response object is returned
/external/libunwind/
DNEWS44 ** Fix a typo in _ReadSLEB.c which caused hangs when throwing exceptions
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.ecf.identity_3.1.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/eigen/
DCMakeLists.txt226 # throw exceptions - in particular in the unit tests we are throwing extra many
/external/llvm/docs/
DSystemLibrary.rst183 be bashful about throwing them.

123