Home
last modified time | relevance | path

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

/third_party/selinux/libselinux/src/
Dexception.sh3 function except() { function
/third_party/node/test/parallel/
Dtest-module-readonly.js33 let except = null; variable
/third_party/skia/tools/skqp/src/
Dskqp_main.cpp122 std::string except; in main() local
Djni_skqp.cpp141 std::string except; in Java_org_skia_skqp_SkQP_nExecuteGM() local
/third_party/ltp/testcases/kernel/mem/mtest06/
Dshmat1.c115 unsigned long except; /* exception type. */ in sig_handler() local
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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
/third_party/python/Doc/reference/
Dcompound_stmts.rst236 .. _except: target in The :keyword:`!try` statement
/third_party/pulseaudio/src/pulsecore/
Dcore-util.c2886 int pa_unblock_sigs(int except, ...) { in pa_unblock_sigs()
2921 int pa_unblock_sigsv(const int except[]) { in pa_unblock_sigsv()
2939 int pa_reset_sigs(int except, ...) { in pa_reset_sigs()
2974 int pa_reset_sigsv(const int except[]) { in pa_reset_sigsv()
/third_party/python/Doc/whatsnew/
D3.11.rst200 .. _whatsnew311-pep678:
/third_party/python/Python/
Dcompile.c3137 basicblock *start, *except, *end; in compiler_async_for() local
3480 basicblock *body, *except, *end, *cleanup; in compiler_try_except() local
3667 basicblock *except = compiler_new_block(c); in compiler_try_star_except() local
5356 basicblock *start, *if_cleanup, *except; in compiler_async_comprehension_generator() local
/third_party/pcre2/pcre2/src/
Dpcre2_compile.c5157 uint32_t options, compile_block *cb, const uint32_t *p, unsigned int except) in add_list_to_class_internal()
5231 compile_block *cb, const uint32_t *p, unsigned int except) in add_list_to_class()