HomeSort by relevance Sort by last modified time
    Searched refs:Try (Results 1 - 25 of 131) 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) {
  /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/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...]
  /external/v8/test/mjsunit/
debug-evaluate-with-context.js 36 try {
40 // Try in frame's scope.
46 // Try in frame's scope with overrididen local variables.
50 // Try in frame's scope, without context.
55 // Try in global additional scope.
60 // Try in global scope with overridden global variables.
66 // Try in global scope with no overridden global variables.
70 // Try in global scope without additional context.
114 // 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/v8/test/js-perf-test/Exceptions/
try-catch.js 5 new BenchmarkSuite('Try-Catch', [1000], [
33 try {
54 try {
75 try {
96 try {
  /external/v8/test/mjsunit/regress/
regress-crbug-469768.js 5 // Try several different argument counts to make sure none of them
8 try {
15 try {
22 try {
29 try {
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-trace/catapult/tracing/tracing_build/
check_common.py 86 ' be listed in the build files. Try running \n'
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
group-reloc-alu.s 10 @ Try this one without the hash; it should still work.
  /external/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/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/v8/test/mjsunit/compiler/
alloc-number-debug.js 30 // Try to get a GC because of a heap number allocation while we
alloc-number.js 29 // Try to get a GC because of a heap number allocation while we

Completed in 1063 milliseconds

1 2 3 4 5 6