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

123

/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_org/third_party/sfntly/cpp/src/sfntly/port/
H A Dlock.cc33 bool Lock::Try() { function in class:sfntly::Lock
58 bool Lock::Try() {
H A Dlock.h44 bool Try();
50 // a successful call to Try, or a call to Lock.
/external/sfntly/cpp/src/sfntly/port/
H A Dlock.cc33 bool Lock::Try() { function in class:sfntly::Lock
58 bool Lock::Try() {
H A Dlock.h44 bool Try();
50 // a successful call to Try, or a call to Lock.
/external/chromium_org/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.h38 bool Try();
44 // a successful call to Try, or a call to Lock.
H A Dlock_unittest.cc15 // Basic test to make sure that Acquire()/Release()/Try() don't crash ----------
34 if (lock_->Try()) {
71 if (lock.Try()) {
90 // Test that Try() works as expected -------------------------------------------
97 got_lock_ = lock_->Try();
114 ASSERT_TRUE(lock.Try());
142 ASSERT_TRUE(lock.Try());
H A Dlock_impl_posix.cc38 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);
/external/valgrind/main/drd/tests/
H A Dtc15_laog_lockdel.stderr.exp3 Try order 2 -> 1. This gives an error.
/external/chromium_org/third_party/sfntly/cpp/src/test/
H A Dlock_test.cc25 // Basic test to make sure that Acquire()/Unlock()/Try() don't crash
44 if (lock_->Try()) {
81 if (lock.Try()) {
102 // Test that Try() works as expected -------------------------------------------
109 got_lock_ = lock_->Try();
126 EXPECT_TRUE(lock.Try());
154 EXPECT_TRUE(lock.Try());
/external/sfntly/cpp/src/test/
H A Dlock_test.cc25 // Basic test to make sure that Acquire()/Unlock()/Try() don't crash
44 if (lock_->Try()) {
81 if (lock.Try()) {
102 // Test that Try() works as expected -------------------------------------------
109 got_lock_ = lock_->Try();
126 EXPECT_TRUE(lock.Try());
154 EXPECT_TRUE(lock.Try());
/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.c155 Try
331 Try
/external/chromium_org/media/audio/
H A Daudio_power_monitor.cc59 if (reading_lock_.Try()) {
/external/dhcpcd/mk/
H A Dcc.mk12 # Try and use some good cc flags if we're building from git
/external/valgrind/main/helgrind/tests/
H A Dtc15_laog_lockdel.stderr.exp3 Try order 2 -> 1. This gives an error.
/external/chromium_org/chrome/browser/local_discovery/
H A Dprivet_url_fetcher.cc145 void PrivetURLFetcher::Try() { function in class:local_discovery::PrivetURLFetcher
212 Try();
350 base::Bind(&PrivetURLFetcher::Try, weak_factory_.GetWeakPtr()),
365 Try();
H A Dprivet_url_fetcher.h115 void Try();
/external/chromium_org/media/blink/
H A Dwebaudiosourceprovider_impl.cc21 // Simple helper class for Try() locks. Lock is Try()'d on construction and
30 acquired_(lock_.Try()) {}
/external/llvm/lib/Support/Unix/
H A DMemory.inc123 if (NearBlock) //Try again without a near hint
216 if (NearBlock) //Try again without a near hint

Completed in 491 milliseconds

123