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

1 2 3 4 5 6 7 8 91011>>

  /external/curl/docs/cmdline-opts/
ssl.d 2 Help: Try SSL/TLS
7 Try to use SSL/TLS for the connection. Reverts to a non-secure connection if
  /dalvik/dx/src/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/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/libchrome/base/synchronization/
lock.h 33 bool Try() { return lock_.Try(); }
53 bool Try() {
54 bool rv = lock_.Try();
lock_impl.h 37 bool Try();
43 // a successful call to Try, or a call to Lock.
lock_unittest.cc 16 // Basic test to make sure that Acquire()/Release()/Try() don't crash ----------
35 if (lock_->Try()) {
72 if (lock.Try()) {
91 // Test that Try() works as expected -------------------------------------------
98 got_lock_ = lock_->Try();
115 ASSERT_TRUE(lock.Try());
143 ASSERT_TRUE(lock.Try());
lock_impl_posix.cc 56 bool LockImpl::Try() {
  /external/strace/tests/
syntax.sh 76 Try '$STRACE_EXE -h' for more information.
options-syntax.test 65 Try '$STRACE_EXE -h' for more information.
70 Try 'strace -h' for more information.
  /external/strace/tests-m32/
syntax.sh 76 Try '$STRACE_EXE -h' for more information.
options-syntax.test 65 Try '$STRACE_EXE -h' for more information.
70 Try 'strace -h' for more information.
  /external/strace/tests-mx32/
syntax.sh 76 Try '$STRACE_EXE -h' for more information.
options-syntax.test 65 Try '$STRACE_EXE -h' for more information.
70 Try 'strace -h' for more information.
  /external/chromium-libpac/test/js-unittest/
international_domain_names.js 0 // Try resolving hostnames containing non-ASCII characters.
  /external/valgrind/drd/tests/
tc15_laog_lockdel.stderr.exp 3 Try order 2 -> 1. This gives an error.
  /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/python/cpython2/PC/VS7.1/
amd64_ml64.bat 2 rem Try to find the AMD64 assembler and call it with the supplied arguments.
  /external/python/cpython3/Tools/msi/
get_externals.bat 8 echo.Try TortoiseSVN (http://tortoisesvn.net/^) and be sure to check the
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
group-reloc-alu.s 10 @ Try this one without the hash; it should still work.
  /prebuilts/go/darwin-x86/test/
deferfin.go 22 // Try to enable when we have fully precise GC.
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue5493.go 36 // Try to enable when we have fully precise GC.
  /prebuilts/go/linux-x86/test/
deferfin.go 22 // Try to enable when we have fully precise GC.

Completed in 473 milliseconds

1 2 3 4 5 6 7 8 91011>>