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

1 2 3 4 5 6

  /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) {
  /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/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/chromium-libpac/test/js-unittest/
international_domain_names.js 0 // Try resolving hostnames containing non-ASCII characters.
bindings.js 0 // Try calling the browser-side bound functions with varying (invalid)
41 try {
  /external/chromium_org/net/data/proxy_resolver_v8_unittest/
international_domain_names.js 0 // Try resolving hostnames containing non-ASCII characters.
  /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/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.
object-define-properties.js 35 // Try defining with null as descriptor:
36 try {
42 // Try defining with null as object
43 try {
  /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/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();
privet_url_fetcher.h 115 void Try();
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1548.js 35 // Try to delete the caller property (to make sure that we can't get to the
45 // Try to delete the arguments property (to make sure that we can't get to the
  /external/chromium_org/v8/test/intl/collator/
normalization.js 32 // We will just switch order of combining characters to try to induce failure.
41 // Try with normalization off (as an option).
47 // Try with normalization off (as Unicode extension).
  /external/chromium_org/v8/test/mjsunit/es6/
generators-debug-liveedit.js 36 // First, try MakeGenerator with no perturbations.
50 try {
60 // Try to edit a MakeGenerator while it's running, then again while it's
93 // Try to patch functions with activations inside and outside generator
  /external/chromium_org/chrome/browser/resources/gaia_auth/
offline.js 52 // made. Try to mimic Gaia's behaviour.

Completed in 671 milliseconds

1 2 3 4 5 6