HomeSort by relevance Sort by last modified time
    Searched defs:Catch (Results 1 - 19 of 19) sorted by null

  /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.
116 Catch (expression) 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,
127 the else clause is optional, the Catch clause is required. The
132 If a Throw that uses the same exception context as the Try/Catch is
135 Try/Catch statement, then a copy of the exception will be assigne
    [all...]
PngFile.c 267 Catch (msg)
381 Catch (msg)
  /external/javassist/src/main/javassist/bytecode/stackmap/
BasicBlock.java 33 public Catch toCatch;
53 public static class Catch {
54 Catch next;
57 Catch(BasicBlock b, int i, Catch c) {
85 Catch th = toCatch;
101 Catch catcher;
391 bb.toCatch = new Catch(handler, type, bb.toCatch);
  /external/chromium_org/v8/test/mjsunit/
try.js 30 function Catch(f, g) {
32 try { r = f(); } catch (o) { return g(o); }
37 try { return f(); } catch (o) { return g(o); }
41 var a = [Catch, CatchReturn]
60 function guard(f) { try { f(); } catch (o) { return o; } }
62 assertEquals(2, (function() { try { throw {}; } catch(e) {} finally { return 2; } })());
82 } catch (o) {
86 } catch (o) {
109 } catch (o) {
112 } catch (o)
    [all...]
  /external/v8/test/mjsunit/
try.js 30 function Catch(f, g) {
32 try { r = f(); } catch (o) { return g(o); }
37 try { return f(); } catch (o) { return g(o); }
41 var a = [Catch, CatchReturn]
60 function guard(f) { try { f(); } catch (o) { return o; } }
62 assertEquals(2, (function() { try { throw {}; } catch(e) {} finally { return 2; } })());
82 } catch (o) {
86 } catch (o) {
109 } catch (o) {
112 } catch (o)
    [all...]
  /external/clang/lib/CodeGen/
CGCleanup.h 96 enum Kind { Cleanup, Catch, Terminate, Filter };
137 /// after the catch scope.
147 /// for a catch-all.
150 /// The catch handler for this type.
174 : EHScope(Catch, enclosingEHScope) {
202 return Scope->getKind() == Catch;
460 case EHScope::Catch:
CGObjCRuntime.cpp 177 // Jump destination for falling out of catch bodies.
189 // Enter the catch, if there is one.
199 Handler.Block = CGF.createBasicBlock("catch");
201 // @catch(...) always matches.
203 Handler.TypeInfo = 0; // catch-all
211 EHCatchScope *Catch = CGF.EHStack.pushCatch(Handlers.size());
213 Catch->setHandler(I, Handlers[I].TypeInfo, Handlers[I].Block);
233 // Enter the catch.
243 // Add a cleanup to leave the catch.
251 // Bind the catch parameter if it exists
    [all...]
  /external/chromium_org/content/renderer/pepper/
npapi_glue.cc 335 WebBindings::pushExceptionHandler(&TryCatch::Catch, this);
352 void TryCatch::Catch(void* self, const char* message) {
  /external/clang/lib/Parse/
ParseObjc.cpp     [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.1/
lombok-ast-0.2.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 

Completed in 843 milliseconds