HomeSort by relevance Sort by last modified time
    Searched defs:Try (Results 1 - 11 of 11) sorted by null

  /external/chromium/base/synchronization/
lock_impl_posix.cc 37 bool LockImpl::Try() {
lock_impl_win.cc 20 bool LockImpl::Try() {
lock.h 30 bool Try() { return lock_.Try(); }
50 bool Try() {
51 bool rv = lock_.Try();
  /external/libpng/contrib/visupng/
cexcept.h 69 The Try/Catch and Throw statements (described below) implicitly
97 Try/Catch/Throw macros, so it shouldn't be expensive or have side
108 are used by a Try/Catch statement. It does no harm to initialize
112 Try/Catch statement.
115 Try statement
118 The Try/Catch/Throw macros are capitalized in order to avoid
122 A Try/Catch statement has a syntax similar to an if/else statement,
132 If a Throw that uses the same exception context as the Try/Catch is
133 executed within the Try clause (typically within a function called
134 by the Try clause), and the exception is not caught by a neste
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
SDLOSXCAGuard.h 101 int (*Try)(struct S_SDLOSXCAGuard *cag, int *outWasLocked); /* returns true if lock is free, false if not */
  /dalvik/dx/src/com/android/dx/io/
Code.java 25 private final Try[] tries;
29 short[] instructions, Try[] tries, CatchHandler[] catchHandlers) {
59 public Try[] getTries() {
67 public static class Try {
72 Try(int startAddress, int instructionCount, int catchHandlerIndex) {
87 * Returns this try's catch handler <strong>index</strong>. Note that
  /external/dexmaker/src/dx/java/com/android/dx/io/
Code.java 25 private final Try[] tries;
29 short[] instructions, Try[] tries, CatchHandler[] catchHandlers) {
59 public Try[] getTries() {
67 public static class Try {
72 Try(int startAddress, int instructionCount, int handlerOffset) {
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 
dx.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 

Completed in 517 milliseconds