HomeSort by relevance Sort by last modified time
    Searched full:throwing (Results 226 - 250 of 434) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LoggerTest.java 957 * Test throwing(String, String, Throwable) with normal values.
962 this.sharedLogger.throwing("sourceClass", "sourceMethod", t);
977 this.sharedLogger.throwing("sourceClass", "sourceMethod", t);
982 * Test throwing(String, String, Throwable) with null values.
991 child.throwing(null, null, null);
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/locks/
AbstractQueuedSynchronizer.java     [all...]
  /packages/apps/Exchange/src/com/android/exchange/
EasSyncService.java 675 userLog("Code: " + code + ", throwing IOException");
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
Ropper.java 847 * end, both in the successors and in the throwing
899 * Obviously, this block won't be throwing an exception
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
RopTranslator.java 497 * block (used before switches and throwing instructions)
  /dalvik/dx/src/com/android/dx/dex/code/
RopTranslator.java 504 * block (used before switches and throwing instructions)
  /dalvik/libdex/
DexFile.h 333 * The "catches" table is used when throwing an exception,
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
TransformerFactoryImpl.java 780 instead of throwing an exception" - the newTemplates() does
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
IncrementalSAXSource_Filter.java 545 * very quickly by throwing a reserved exception to it. If the stream is
  /external/chromium/chrome/browser/ui/views/
toolbar_view.cc 618 // I am throwing in a NULL check for now to stop the hurt, but
  /external/chromium/net/base/
transport_security_state.cc 150 // throwing a parse failure.
  /external/guava/javadoc/com/google/common/util/concurrent/
TimeLimiter.html 251 the operation and throwing InterruptedException; if false, the
  /external/guava/src/com/google/common/collect/
ImmutableSortedMap.java 627 * of throwing an exception, if passed a {@code toKey} greater than an earlier
ImmutableSortedSet.java 612 * original {@code toElement}, instead of throwing an exception, if passed a
  /external/libphonenumber/java/test/com/android/i18n/phonenumbers/
PhoneNumberUtilTest.java     [all...]
  /external/llvm/docs/
SystemLibrary.html 226 be bashful about throwing them.</p>
  /external/openssl/crypto/rand/
rand_win.c 507 the expected (MSDN documented) exception-throwing behaviour of
  /external/protobuf/
CHANGES.txt 45 false/null instead of throwing an exception.
  /external/skia/src/images/
SkImageDecoder_libjpeg.cpp 109 /* Automatically clean up after throwing an exception */
  /external/stlport/stlport/stl/config/
features.h 863 * the noreturn functions in throwing functions taking also into account
    [all...]
  /external/v8/src/
flag-definitions.h 330 "print stack trace when throwing exceptions")
parser.h 698 // Generic AST generator for throwing errors from compiled code.
  /external/valgrind/main/docs/internals/
threads-syscalls-signals.txt 176 stack (most notably, g++'s exception throwing code), which is why it has
  /external/webkit/Source/JavaScriptCore/qt/tests/qscriptengine/
tst_qscriptengine.cpp 62 QVERIFY2(engine.evaluate("ping").isValid(), "Script throwing an unhandled exception should return an exception value");
  /frameworks/base/core/java/android/net/
NetworkStats.java 476 * to 0 instead of throwing {@link NonMonotonicException}.

Completed in 1777 milliseconds

1 2 3 4 5 6 7 8 91011>>