Home
last modified time | relevance | path

Searched defs:throwing (Results 1 – 6 of 6) sorted by relevance

/external/clang/test/CodeGenObjC/
Dexceptions-nonfragile.m15 void throwing() { function
/external/v8/test/mjsunit/
Dstack-traces-2.js61 function testNotOmittedBuiltin(throwing, included) { argument
Dstack-traces.js227 function testOmittedBuiltin(throwing, omitted) { argument
/external/chromium_org/v8/test/mjsunit/
Dstack-traces-2.js61 function testNotOmittedBuiltin(throwing, included) { argument
Dstack-traces.js239 function testOmittedBuiltin(throwing, omitted) { argument
/external/guava/guava-tests/test/com/google/common/cache/
DCacheLoadingTest.java2312 static <T> Callable<T> throwing(final Exception exception) { in throwing() method in CacheLoadingTest