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

1 2 3 4 5 6 7

  /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) {
  /libcore/dex/src/main/java/com/android/dex/
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/chromium_org/third_party/sfntly/cpp/src/sfntly/port/
lock.cc 33 bool Lock::Try() {
58 bool Lock::Try() {
lock.h 44 bool Try();
50 // a successful call to Try, or a call to Lock.
  /external/sfntly/cpp/src/sfntly/port/
lock.cc 33 bool Lock::Try() {
58 bool Lock::Try() {
lock.h 44 bool Try();
50 // a successful call to Try, or a call to Lock.
  /external/chromium_org/base/synchronization/
lock.h 30 bool Try() { return lock_.Try(); }
50 bool Try() {
51 bool rv = lock_.Try();
lock_impl.h 38 bool Try();
44 // a successful call to Try, or a call to Lock.
lock_impl_win.cc 20 bool LockImpl::Try() {
lock_unittest.cc 15 // 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());
lock_impl_posix.cc 38 bool LockImpl::Try() {
  /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 */
  /external/chromium-libpac/test/js-unittest/
international_domain_names.js 0 // Try resolving hostnames containing non-ASCII characters.
  /external/chromium_org/net/data/proxy_resolver_v8_unittest/
international_domain_names.js 0 // Try resolving hostnames containing non-ASCII characters.
  /external/valgrind/main/drd/tests/
tc15_laog_lockdel.stderr.exp 3 Try order 2 -> 1. This gives an error.
  /external/chromium_org/third_party/sfntly/cpp/src/test/
lock_test.cc 25 // 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/
lock_test.cc 25 // 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/
constexpr-nqueens.cpp 37 constexpr Board tryBoard(const Board &Try,
39 return Try.Failed ? buildBoardScan(N, Col, Row, B) : 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/chromium_org/v8/test/mjsunit/
debug-evaluate-with-context.js 35 try {
39 // Try in frame's scope.
45 // Try in frame's scope with overrididen local variables.
49 // Try in frame's scope, without context.
54 // Try in global additional scope.
59 // Try in global scope with overridden global variables.
65 // Try in global scope with no overridden global variables.
69 // Try in global scope without additional context.
113 // Now try all the same, but via debug protocol.
  /external/chromium_org/content/test/data/gpu/functional_files/
context.js 10 // Try to grab the standard context.
  /external/chromium_org/media/audio/
audio_power_monitor.cc 59 if (reading_lock_.Try()) {
  /external/dhcpcd/mk/
cc.mk 12 # Try and use some good cc flags if we're building from git
  /external/valgrind/main/helgrind/tests/
tc15_laog_lockdel.stderr.exp 3 Try order 2 -> 1. This gives an error.
  /external/chromium_org/chrome/browser/local_discovery/
privet_url_fetcher.cc 145 void PrivetURLFetcher::Try() {
212 Try();
350 base::Bind(&PrivetURLFetcher::Try, weak_factory_.GetWeakPtr()),
365 Try();

Completed in 926 milliseconds

1 2 3 4 5 6 7