Home
last modified time | relevance | path

Searched defs:except (Results 1 – 25 of 30) sorted by relevance

12

/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/stmt/
DCatchClause.java39 private MultiTypeParameter except; field in CatchClause
46 public CatchClause(final MultiTypeParameter except, final BlockStmt catchBlock) { in CatchClause()
84 public void setExcept(final MultiTypeParameter except) { in setExcept()
/external/selinux/libsemanage/src/
Dexception.sh1 function except() { function
/external/selinux/libselinux/src/
Dexception.sh3 function except() { function
/external/clang/test/CodeGenCXX/
Dwindows-itanium-exceptions.cpp5 void except() { in except() function
/external/guava/guava-testlib/src/com/google/common/util/concurrent/testing/
DAbstractListenableFutureTest.java63 V value, Exception except, CountDownLatch waitOn); in createListenableFuture()
/external/guava/android/guava-testlib/src/com/google/common/util/concurrent/testing/
DAbstractListenableFutureTest.java63 V value, Exception except, CountDownLatch waitOn); in createListenableFuture()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/knit/
DTestUtil.kt136 var except = false in verifyExceptions() variable
/external/python/cpython2/Doc/reference/
Dcompound_stmts.rst204 .. _except: target in The :keyword:`for` statement
/external/antlr/runtime/Ruby/lib/antlr3/
Ddfa.rb308 def error( except ) argument
/external/desugar/java/com/google/devtools/build/android/desugar/io/
DCoreLibraryRewriter.java59 private static boolean except(String typeName) { in except() method in CoreLibraryRewriter
/external/ltp/testcases/kernel/mem/mtest06/
Dshmat1.c115 unsigned long except; /* exception type. */ in sig_handler() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DCOFFAsmParser.cpp646 bool unwind = false, except = false; in ParseSEHDirectiveHandler() local
689 bool COFFAsmParser::ParseAtUnwindOrAtExcept(bool &unwind, bool &except) { in ParseAtUnwindOrAtExcept()
/external/libchrome/base/android/java/src/org/chromium/base/
DPromise.java121 public void except(Callback<Exception> onReject) { in except() method in Promise
/external/dng_sdk/source/
Ddng_validate.cpp497 catch (const dng_exception &except) in dng_validate() local
Ddng_xmp_sdk.cpp475 catch (dng_exception &except) in Parse() local
Ddng_negative.cpp591 catch (dng_exception &except) in SetXMP() local
3104 catch (dng_exception &except) in Parse() local
/external/llvm/lib/MC/MCParser/
DCOFFAsmParser.cpp576 bool unwind = false, except = false; in ParseSEHDirectiveHandler() local
733 bool COFFAsmParser::ParseAtUnwindOrAtExcept(bool &unwind, bool &except) { in ParseAtUnwindOrAtExcept()
/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/
DMethodFilter.java99 public Builder except(String... names) { in except() method in MethodFilter.Builder
/external/conscrypt/testing/src/main/java/org/conscrypt/
DMethodFilter.java94 public Builder except(String... names) { in except() method in MethodFilter.Builder
/external/python/cpython3/Doc/reference/
Dcompound_stmts.rst201 .. _except: target in The :keyword:`!for` statement
/external/oss-fuzz/projects/dnsmasq/
Dfuzz_header.h443 struct iname *except = (struct iname*)gb_get_random_data(&data, &size, sizeof(struct iname)); in init_daemon() local
/external/javasqlite/src/main/native/
Dsqlite_jni.c307 jclass except = (*env)->FindClass(env, "SQLite/Exception"); in throwex() local
318 jclass except = (*env)->FindClass(env, "java/lang/OutOfMemoryError"); in throwoom() local
336 jclass except = (*env)->FindClass(env, "java/io/IOException"); in throwioex() local
/external/python/httplib2/doc/html/
Dsearchindex.js1 Search.setIndex({desctypes:{"0":"class","1":"method","2":"attribute","3":"exception","4":"data"},te… property
/external/pcre/src/
Dpcre2_compile.c5155 uint32_t options, compile_block *cb, const uint32_t *p, unsigned int except) in add_list_to_class_internal()
5229 compile_block *cb, const uint32_t *p, unsigned int except) in add_list_to_class()
/external/python/cpython3/Python/
Dcompile.c2897 basicblock *start, *except, *end; in compiler_async_for() local
3164 basicblock *body, *orelse, *except, *end; in compiler_try_except() local
4701 basicblock *start, *if_cleanup, *except; in compiler_async_comprehension_generator() local

12