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

1 2

  /external/chromium/base/
lock.h 20 bool Try() { return lock_.Try(); }
lock_impl.h 35 bool Try();
41 // a successful call to Try, or a call to Lock.
lock_impl_posix.cc 34 bool LockImpl::Try() {
lock_impl_win.cc 27 bool LockImpl::Try() {
  /external/qemu/distrib/sdl-1.2.12/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);
AudioFileReaderThread.c 83 if (frt->mGuard->Try(frt->mGuard, &didLock))
464 if (guard->Try(guard, &didLock)) {
  /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/chromium/net/data/proxy_resolver_v8_unittest/
bindings.js 0 // Try calling the browser-side bound functions with varying (invalid)
32 try {
  /external/dhcpcd/mk/
cc.mk 12 # Try and use some good cc flags if we're building from git
  /external/webkit/LayoutTests/fast/events/touch/script-tests/
document-create-touch.js 30 // Try invoking with incorrect parameter types.
  /external/v8/test/mjsunit/
object-define-properties.js 35 // Try defining with null as descriptor:
36 try {
42 // Try defining with null as object
43 try {
substr.js 71 /x/.exec(x); // Try to force a flatten.
89 /x/.exec(x); // Try to force a flatten.
arguments-call-apply.js 36 // Try invoking call before sum has been compiled lazily.
global-ic.js 43 // Try the ICs with a smi. This should not crash.
try-catch-extension-object.js 28 // Try catch scopes should be implemented with special extension
41 try {
49 try {
object-define-property.js 33 try {
41 try {
49 try {
99 try {
130 try {
170 // Try to redefine bar again - should fail as configurable is false.
171 try {
178 // Try to redefine bar again using the data descriptor - should fail.
179 try {
254 //Try writing to non writable attribute - should remain 100
    [all...]
bit-not.js 67 // Try to test that we can deal with allocation failures in
debug-ignore-breakpoints.js 54 // Try ignore count of 1.
debug-sourceslice.js 60 // Try all possible line interval slices.
eval.js 40 try {
105 // Try to cheat the 'aliased eval' detection.
  /external/jpeg/
ltmain.sh 36 help="Try \`$progname --help' for more information."
217 help="Try \`$modename --help --mode=$mode' for more information."
    [all...]
  /build/core/
config.mk 114 # Try to include buildspec.mk, which will try to set stuff up.
  /external/openssl/apps/
makeapps.com 16 $! It was written so it would try to determine what "C" compiler to
22 $! Specify which compiler at P2 to try to compile under.
28 $! If you don't specify a compiler, it will try to determine which
571 $! O.K., The User Didn't Specify A Compiler, Let's Try To

Completed in 866 milliseconds

1 2