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

1 2 3 4 5 6 7 8 91011>>

  /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
Dex.java 20 import com.android.dex.Code.Try;
96 try {
111 try (InputStream inputStream = zipFile.getInputStream(entry)) { method
119 try (InputStream inputStream = new FileInputStream(file)) { method
162 try (OutputStream out = new FileOutputStream(dexOut)) { method
274 try {
405 try {
465 Try[] tries;
482 tries = new Try[0];
500 private Try[] readTries(int triesSize, CatchHandler[] catchHandlers)
    [all...]
  /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 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/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...]
  /toolchain/binutils/binutils-2.25/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.
stack.go 8 // Try to tickle stack splitting bugs by doing
tinyfin.go 18 // 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.
  /prebuilts/go/linux-x86/test/fixedbugs/
issue5493.go 36 // Try to enable when we have fully precise GC.
  /external/strace/tests/
options-syntax.test 58 Try '$strace_exp -h' for more information.
  /external/strace/tests-m32/
options-syntax.test 58 Try '$strace_exp -h' for more information.
  /external/strace/tests-mx32/
options-syntax.test 58 Try '$strace_exp -h' for more information.
  /prebuilts/go/darwin-x86/src/time/
zoneinfo_windows_test.go 48 // Try MUI_Std and MUI_Dlt first, fallback to Std and Dlt if *any* error occurs

Completed in 548 milliseconds

1 2 3 4 5 6 7 8 91011>>