Searched refs:Try (Results 1 - 25 of 41) sorted by relevance

12

/external/dexmaker/src/dx/java/com/android/dx/io/
H A DCode.java25 private final Try[] tries;
29 short[] instructions, Try[] tries, CatchHandler[] catchHandlers) {
59 public Try[] getTries() {
67 public static class Try { class in class:Code
72 Try(int startAddress, int instructionCount, int handlerOffset) { method in class:Code.Try
/external/chromium/base/synchronization/
H A Dlock.h30 bool Try() { return lock_.Try(); } function in class:base::Lock
50 bool Try() {
51 bool rv = lock_.Try();
H A Dlock_impl_win.cc20 bool LockImpl::Try() { function in class:base::internal::LockImpl
H A Dlock_impl.h39 bool Try();
45 // a successful call to Try, or a call to Lock.
H A Dlock_unittest.cc13 // Basic test to make sure that Acquire()/Release()/Try() don't crash ----------
32 if (lock_->Try()) {
69 if (lock.Try()) {
88 // Test that Try() works as expected -------------------------------------------
95 got_lock_ = lock_->Try();
112 ASSERT_TRUE(lock.Try());
140 ASSERT_TRUE(lock.Try());
H A Dlock_impl_posix.cc37 bool LockImpl::Try() { function in class:base::internal::LockImpl
/external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
H A DSDLOSXCAGuard.h101 int (*Try)(struct S_SDLOSXCAGuard *cag, int *outWasLocked); /* returns true if lock is free, false if not */ member in struct:S_SDLOSXCAGuard
H A DSDLOSXCAGuard.c173 SET_SDLOSXCAGUARD_METHOD(Try);
H A DAudioFileReaderThread.c83 if (frt->mGuard->Try(frt->mGuard, &didLock))
464 if (guard->Try(guard, &didLock)) {
/external/valgrind/main/drd/tests/
H A Dtc15_laog_lockdel.stderr.exp3 Try order 2 -> 1. This gives an error.
/external/clang/test/SemaCXX/
H A Dconstexpr-nqueens.cpp37 constexpr Board tryBoard(const Board &Try, argument
39 return Try.Failed ? buildBoardScan(N, Col, Row, B) : Try;
/external/libpng/contrib/visupng/
H A Dcexcept.h69 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 claus
211 #define Try macro
[all...]
H A DPngFile.c153 Try
323 Try
/external/webkit/LayoutTests/http/tests/resources/
H A DportabilityLayer.php11 // Try to get from environment variable
/external/dhcpcd/mk/
H A Dcc.mk12 # Try and use some good cc flags if we're building from git
/external/llvm/lib/Support/Windows/
H A DMemory.inc42 // Try again without the NearBlock hint
/external/valgrind/main/helgrind/tests/
H A Dtc15_laog_lockdel.stderr.exp3 Try order 2 -> 1. This gives an error.
/external/llvm/lib/Support/Unix/
H A DMemory.inc68 if (NearBlock) //Try again without a near hint
H A DPathV2.inc422 // Try to open + create the file.
/external/libvpx/examples/includes/geshi/geshi/
H A Dpowershell.php27 * - Try and get -- and ++ to work in the KEYWORDS array with the other operators
/external/clang/www/demo/
H A Dindex.cgi123 <title>Try out LLVM in your browser!</title>
132 Try out LLVM in your browser!
/external/jpeg/
H A Dltmain.sh36 help="Try \`$progname --help' for more information."
217 help="Try \`$modename --help --mode=$mode' for more information."
1243 # Try sorting and uniquifying the output.
1489 # Try to get the absolute directory name.
2318 MODE-ARGS vary depending on the MODE. Try \`$modename --help --mode=MODE' for
2446 $echo "Try \`$modename --help' for more information about other modes."
H A Dconfigure477 # Try the directory containing this script, then its parent.
989 echo Try putting '"typedef unsigned int size_t;"' in jconfig.h.
/external/qemu/distrib/jpeg-6b/
H A Dltmain.sh36 help="Try \`$progname --help' for more information."
217 help="Try \`$modename --help --mode=$mode' for more information."
1243 # Try sorting and uniquifying the output.
1489 # Try to get the absolute directory name.
2318 MODE-ARGS vary depending on the MODE. Try \`$modename --help --mode=MODE' for
2446 $echo "Try \`$modename --help' for more information about other modes."
H A Dconfigure477 # Try the directory containing this script, then its parent.
989 echo Try putting '"typedef unsigned int size_t;"' in jconfig.h.

Completed in 487 milliseconds

12