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

1 2 3 4 5

  /dalvik/dx/src/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 catchHandlerIndex) {
87 * Returns this try's catch handler <strong>index</strong>. Note that
DexBuffer.java 23 import com.android.dx.io.Code.Try;
389 try {
448 Try[] tries;
465 tries = new Try[0];
483 private Try[] readTries(int triesSize, CatchHandler[] catchHandlers) {
484 Try[] result = new Try[triesSize];
490 result[i] = new Try(startAddress, instructionCount, catchHandlerIndex);
653 try {
666 try {
    [all...]
  /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/base/synchronization/
lock.h 30 bool Try() { return lock_.Try(); }
50 bool Try() {
51 bool rv = lock_.Try();
lock_impl_win.cc 20 bool LockImpl::Try() {
lock_impl.h 39 bool Try();
45 // a successful call to Try, or a call to Lock.
lock_unittest.cc 13 // Basic test to make sure that Acquire()/Release()/Try() don't crash ----------
32 if (lock_->Try()) {
69 if (lock.Try()) {
88 // Test that Try() works as expected -------------------------------------------
95 got_lock_ = lock_->Try();
112 ASSERT_TRUE(lock.Try());
140 ASSERT_TRUE(lock.Try());
lock_impl_posix.cc 37 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 */
SDLOSXCAGuard.c 89 /*#warning Need a try-based Locker too*/
173 SET_SDLOSXCAGUARD_METHOD(Try);
  /external/chromium/net/data/proxy_resolver_v8_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/main/drd/tests/
tc15_laog_lockdel.stderr.exp 3 Try order 2 -> 1. This gives an error.
  /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...]
PngFile.c 153 Try
323 Try
  /external/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 {
object-prevent-extensions.js 41 // Try adding a new element.
46 // Try when the object has an existing property.
68 try {
substr.js 71 /x/.exec(x); // Try to force a flatten.
89 /x/.exec(x); // Try to force a flatten.
  /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/webkit/LayoutTests/fast/events/touch/script-tests/
document-create-touch.js 30 // Try invoking with incorrect parameter types.
  /external/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/v8/test/mjsunit/compiler/
alloc-number.js 29 // Try to get a GC because of a heap number allocation while we

Completed in 681 milliseconds

1 2 3 4 5