HomeSort by relevance Sort by last modified time
    Searched refs:throwing (Results 1 - 25 of 62) sorted by null

1 2 3

  /toolchain/binutils/binutils-2.25/gold/testsuite/
relro_test.cc 87 // Tell terminate handler that we are throwing from a signal handler.
89 static bool throwing; variable
97 throwing = true;
105 // Throwing an exception out of a signal handler doesn't always work
112 if (!throwing)
  /external/objenesis/tck/src/main/resources/org/objenesis/tck/candidates/
candidates.properties 30 org.objenesis.tck.candidates.SerializableWithAncestorThrowingException = Serializable with ancestor throwing exception
35 org.objenesis.tck.candidates.ConstructorThrowingException = Constructor throwing exception
36 org.objenesis.tck.candidates.SerializableConstructorThrowingException = Constructor throwing exception (serializable)
serializable-candidates.properties 29 org.objenesis.tck.candidates.SerializableConstructorThrowingException = Constructor throwing exception (serializable)
  /external/slf4j/slf4j-ext/src/main/java/org/slf4j/ext/
XLogger.java 49 static Marker THROWING_MARKER = MarkerFactory.getMarker("THROWING");
157 public <T extends Throwable> T throwing(T throwable) { method in class:XLogger
159 ((LocationAwareLogger) logger).log(THROWING_MARKER, FQCN, LocationAwareLogger.ERROR_INT, "throwing", null, throwable);
172 public <T extends Throwable> T throwing(Level level, T throwable) { method in class:XLogger
174 ((LocationAwareLogger) logger).log(THROWING_MARKER, FQCN, level.level, "throwing", null, throwable);
  /external/slf4j/slf4j-ext/src/test/java/org/slf4j/dummyExt/
XLoggerTest.java 107 assertEquals(t, logger.throwing(t));
108 assertEquals(t, logger.throwing(XLogger.Level.DEBUG, t));
110 verifyWithException((LoggingEvent) listAppender.list.get(0), "throwing", t);
112 verifyWithLevelAndException(event, XLogger.Level.DEBUG, "throwing", t);
  /cts/tests/tests/media/src/android/media/cts/
MediaMetadataRetrieverTest.java 84 protected TestMediaDataSource getFaultyDataSource(int resid, boolean throwing) {
89 if (throwing) {
190 TestMediaDataSource ds = getFaultyDataSource(R.raw.testvideo, true /* throwing */);
200 TestMediaDataSource ds = getFaultyDataSource(R.raw.testvideo, false /* throwing */);
  /external/mockito/src/main/java/org/mockito/internal/creation/bytebuddy/
SubclassBytecodeGenerator.java 91 .throwing(ClassNotFoundException.class, IOException.class)
  /prebuilts/go/darwin-x86/src/runtime/
os3_plan9.go 117 _g_.m.throwing = 1
panic.go 592 if gp.m.throwing == 0 {
593 gp.m.throwing = 1
693 } else if level >= 2 || _g_.m.throwing > 0 {
734 if _m_.locks-_m_.softfloat != 0 || _m_.mallocing != 0 || _m_.throwing != 0 || _m_.preemptoff != "" || _m_.dying != 0 {
signal_sighandler.go 77 _g_.m.throwing = 1
runtime1.go 38 all = _g_.m.throwing > 0
traceback.go 414 if g.m.throwing > 0 && gp == g.m.curg || level >= 2 {
718 if g.m.throwing > 0 && gp != nil && (gp == g.m.curg || gp == g.m.caughtsig.ptr()) {
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
os3_plan9.go 117 _g_.m.throwing = 1
panic.go 592 if gp.m.throwing == 0 {
593 gp.m.throwing = 1
693 } else if level >= 2 || _g_.m.throwing > 0 {
734 if _m_.locks-_m_.softfloat != 0 || _m_.mallocing != 0 || _m_.throwing != 0 || _m_.preemptoff != "" || _m_.dying != 0 {
signal_sighandler.go 77 _g_.m.throwing = 1
runtime1.go 38 all = _g_.m.throwing > 0
traceback.go 414 if g.m.throwing > 0 && gp == g.m.curg || level >= 2 {
718 if g.m.throwing > 0 && gp != nil && (gp == g.m.curg || gp == g.m.caughtsig.ptr()) {
    [all...]
  /external/v8/src/compiler/
simplified-lowering.cc 2719 Node* throwing; local
2803 Node* throwing; local
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/logging/log4j/log4j-api/2.5/
log4j-api-2.5.jar 
  /external/guava/guava-tests/test/com/google/common/cache/
CacheLoadingTest.java 146 assertSame(key, cache.get(key, throwing(new Exception())));
2503 static <T> Callable<T> throwing(final Exception exception) { method in class:CacheLoadingTest
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.identity_3.1.0.v20100529-0735.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.ecf.identity_3.2.0.v20130604-1622.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.ecf.identity_3.2.0.v20130604-1622.jar 
  /libcore/ojluni/src/main/java/java/util/logging/
Logger.java 186 * throwing exceptions (the "throwing" methods).
1444 public void throwing(String sourceClass, String sourceMethod, Throwable thrown) { method in class:Logger
    [all...]
  /external/v8/src/js/
promise.js 334 // equivalent to throwing an exception directly.

Completed in 664 milliseconds

1 2 3