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

  /external/clang/test/CodeGenCXX/
windows-itanium-exceptions.cpp 5 void except() { function
10 try { except(); } catch (...) { }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sehmap.h 8 #undef except macro
12 #define except __except macro
nmsupp.h 20 #ifndef except
21 #define except __except macro
netmon.h 1005 #ifndef except
1006 #define except __except macro
    [all...]
  /external/chromium_org/v8/test/mjsunit/
instanceof-2.js 28 var except = "exception"; variable
36 except, except, true, true, except, except, true, true,
37 except, except, false, true, except, except, false, true,
38 except, except, true, false, except, except, true, false
    [all...]
  /external/chromium_org/third_party/libxml/src/include/
win32config.h 35 * Windows platforms may define except
37 #undef except macro
  /external/chromium_org/third_party/libxml/win32/
config.h 35 * Windows platforms may define except
37 #undef except macro
  /external/llvm/lib/MC/MCParser/
COFFAsmParser.cpp 139 bool ParseAtUnwindOrAtExcept(bool &unwind, bool &except);
554 return TokError("you must specify one or both of @unwind or @except");
556 bool unwind = false, except = false; local
557 if (ParseAtUnwindOrAtExcept(unwind, except))
561 if (ParseAtUnwindOrAtExcept(unwind, except))
570 getStreamer().EmitWinEHHandler(handler, unwind, except);
713 bool COFFAsmParser::ParseAtUnwindOrAtExcept(bool &unwind, bool &except) {
720 return Error(startLoc, "expected @unwind or @except");
723 else if (identifier == "except")
724 except = true
    [all...]
  /external/javasqlite/src/main/native/
sqlite_jni.c 307 jclass except = (*env)->FindClass(env, "SQLite/Exception"); local
310 if (except) {
311 (*env)->ThrowNew(env, except, msg);
318 jclass except = (*env)->FindClass(env, "java/lang/OutOfMemoryError"); local
321 if (except) {
322 (*env)->ThrowNew(env, except, msg);
336 jclass except = (*env)->FindClass(env, "java/io/IOException"); local
339 if (except) {
340 (*env)->ThrowNew(env, except, msg);
    [all...]
  /external/chromium_org/third_party/libxml/src/
relaxng.c 123 XML_RELAXNG_EXCEPT, /* except present in nameclass defs */
3616 xmlRelaxNGDefinePtr def = NULL, except; local
    [all...]
  /external/libxml2/
relaxng.c 124 XML_RELAXNG_EXCEPT, /* except present in nameclass defs */
3617 xmlRelaxNGDefinePtr def = NULL, except; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jar 
org.eclipse.ecf_3.1.0.v20100529-0735.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.ecf.provider.filetransfer_3.2.0.v20130604-1622.jar 
org.eclipse.ecf_3.2.0.v20130604-1622.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.ecf.provider.filetransfer_3.2.0.v20130604-1622.jar 
org.eclipse.ecf_3.2.0.v20130604-1622.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 696 milliseconds