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

1 2

  /external/selinux/libselinux/src/
exception.sh 1 function except() { function
23 for i in `awk '/<stdin>.*extern int/ { print $6 }' temp.aux`; do except $i ; done
  /external/selinux/libsemanage/src/
exception.sh 1 function except() { function
17 for i in `awk '/extern int/ { print $6 }' temp.aux`; do except $i ; done
  /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/desugar/java/com/google/devtools/build/android/desugar/
CoreLibraryRewriter.java 4 // you may not use this file except in compliance with the License.
55 return (typeName.startsWith("java/") || typeName.startsWith("sun/")) && !except(typeName);
58 private static boolean except(String typeName) { method in class:CoreLibraryRewriter
  /external/libxml2/include/
win32config.h 37 * Windows platforms may define except
39 #undef except macro
  /external/libxml2/win32/VC10/
config.h 36 * Windows platforms may define except
38 #undef except macro
  /external/ltp/testcases/kernel/mem/mtest06/
shmat1.c 115 unsigned long except; /* exception type. */ local
127 except = scp->trapno;
131 switch (except) {
134 "Exception - invalid TSS, exception #[%ld]\n", except);
139 except);
144 except);
149 except);
153 "Exception - page fault, exception #[%ld]\n", except);
159 except);
  /external/ltp/testcases/kernel/ipc/ipc_stress/
shmem_test_04.c 71 //#include <sys/except.h>
348 int except; local
357 except = scp->sc_context.__excp_type;
359 except = scp->sc_jmpbuf.jmp_context.excp_type;
370 dar = scp->sc_jmpbuf.jmp_context.except[0];
371 dsisr = scp->sc_jmpbuf.jmp_context.except[1];
386 switch (except) {
397 printf("Exception type = 0x%08x.\n", except);
412 int except; local
421 except = scp->sc_context.__excp_type
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/MCParser/
COFFAsmParser.cpp 121 bool ParseAtUnwindOrAtExcept(bool &unwind, bool &except);
259 return TokError("you must specify one or both of @unwind or @except");
261 bool unwind = false, except = false; local
262 if (ParseAtUnwindOrAtExcept(unwind, except))
266 if (ParseAtUnwindOrAtExcept(unwind, except))
275 getStreamer().EmitWin64EHHandler(handler, unwind, except);
418 bool COFFAsmParser::ParseAtUnwindOrAtExcept(bool &unwind, bool &except) {
425 return Error(startLoc, "expected @unwind or @except");
428 else if (identifier == "except")
429 except = true
    [all...]
  /external/llvm/lib/MC/MCParser/
COFFAsmParser.cpp 140 bool ParseAtUnwindOrAtExcept(bool &unwind, bool &except);
574 return TokError("you must specify one or both of @unwind or @except");
576 bool unwind = false, except = false; local
577 if (ParseAtUnwindOrAtExcept(unwind, except))
581 if (ParseAtUnwindOrAtExcept(unwind, except))
590 getStreamer().EmitWinEHHandler(handler, unwind, except);
733 bool COFFAsmParser::ParseAtUnwindOrAtExcept(bool &unwind, bool &except) {
740 return Error(startLoc, "expected @unwind or @except");
743 else if (identifier == "except")
744 except = true
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
compile.c 82 A frame block is used to handle loops, try/except, and try/finally.
87 enum fblocktype { LOOP, EXCEPT, FINALLY_TRY, FINALLY_END };
670 - before the "except" clause
1859 basicblock *body, *orelse, *except, *end; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
compile.c 82 A frame block is used to handle loops, try/except, and try/finally.
87 enum fblocktype { LOOP, EXCEPT, FINALLY_TRY, FINALLY_END };
647 - before the "except" clause
1837 basicblock *body, *orelse, *except, *end; local
    [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...]
  /prebuilts/tools/common/m2/repository/com/sun/xml/bind/external/rngom/2.2.11/
rngom-2.2.11.jar 
  /external/libxml2/
relaxng.c 124 XML_RELAXNG_EXCEPT, /* except present in nameclass defs */
3616 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/xalan/serializer/2.7.1/
serializer-2.7.1.jar 

Completed in 2026 milliseconds

1 2