/third_party/ltp/testcases/kernel/mem/mtest06/ |
H A D | shmat1.c | 115 unsigned long except; /* exception type. */ in sig_handler() local 127 except = scp->trapno; in sig_handler() 131 switch (except) { in sig_handler() 134 "Exception - invalid TSS, exception #[%ld]\n", except); in sig_handler() 139 except); in sig_handler() 144 except); in sig_handler() 149 except); in sig_handler() 153 "Exception - page fault, exception #[%ld]\n", except); in sig_handler() 159 except); in sig_handler()
|
/third_party/skia/tools/skqp/src/ |
H A D | skqp_main.cpp | 122 std::string except; in main() local 124 std::tie(outcome, except) = skqp.evaluateGM(backend, gmFactory); in main() 125 if (!except.empty()) { in main() 126 out << "ERROR: " << testName << " (" << except << ")\n"; in main() local
|
H A D | jni_skqp.cpp | 141 std::string except; in Java_org_skia_skqp_SkQP_nExecuteGM() local 148 std::tie(outcome, except) = gSkQP.evaluateGM(backend, gm); in Java_org_skia_skqp_SkQP_nExecuteGM() 151 if (!except.empty()) { in Java_org_skia_skqp_SkQP_nExecuteGM() 152 (void)env->ThrowNew(env->FindClass("org/skia/skqp/SkQPException"), except.c_str()); in Java_org_skia_skqp_SkQP_nExecuteGM()
|
/third_party/selinux/libselinux/src/ |
H A D | exception.sh | 3 function except() { function 36 for i in `awk '/<stdin>.*extern int/ { print $6 }' temp.aux`; do except $i ; done
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | RBNFParseTest.java | 86 boolean except = tests == exceptrules; in TestParse() 99 if (!except) { in TestParse() 105 if (except && !caughtException) { in TestParse()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | RBNFParseTest.java | 83 boolean except = tests == exceptrules; in TestParse() 96 if (!except) { in TestParse() 102 if (except && !caughtException) { in TestParse()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
H A D | COFFAsmParser.cpp | 139 bool ParseAtUnwindOrAtExcept(bool &unwind, bool &except); 644 return TokError("you must specify one or both of @unwind or @except"); in ParseSEHDirectiveHandler() 646 bool unwind = false, except = false; in ParseSEHDirectiveHandler() local 647 if (ParseAtUnwindOrAtExcept(unwind, except)) in ParseSEHDirectiveHandler() 651 if (ParseAtUnwindOrAtExcept(unwind, except)) in ParseSEHDirectiveHandler() 660 getStreamer().EmitWinEHHandler(handler, unwind, except, Loc); in ParseSEHDirectiveHandler() 689 bool COFFAsmParser::ParseAtUnwindOrAtExcept(bool &unwind, bool &except) { in ParseAtUnwindOrAtExcept() argument 696 return Error(startLoc, "expected @unwind or @except"); in ParseAtUnwindOrAtExcept() 699 else if (identifier == "except") in ParseAtUnwindOrAtExcept() 700 except in ParseAtUnwindOrAtExcept() [all...] |
/third_party/pulseaudio/src/pulsecore/ |
H A D | core-util.h | 215 int pa_unblock_sigs(int except, ...); 216 int pa_unblock_sigsv(const int except[]); 217 int pa_reset_sigs(int except, ...); 218 int pa_reset_sigsv(const int except[]);
|
H A D | core-util.c | 999 /* Similar to pa_split_spaces, except this returns a string in-place. 1769 * except in system mode, where it might be accessible by other in pa_get_runtime_dir() 2885 int pa_unblock_sigs(int except, ...) { in pa_unblock_sigs() argument 2890 va_start(ap, except); in pa_unblock_sigs() 2892 if (except >= 1) in pa_unblock_sigs() 2900 va_start(ap, except); in pa_unblock_sigs() 2903 if (except >= 1) { in pa_unblock_sigs() 2905 p[i++] = except; in pa_unblock_sigs() 2920 int pa_unblock_sigsv(const int except[]) { in pa_unblock_sigsv() argument 2928 for (i = 0; except[ in pa_unblock_sigsv() 2938 pa_reset_sigs(int except, ...) pa_reset_sigs() argument 2973 pa_reset_sigsv(const int except[]) pa_reset_sigsv() argument [all...] |
/third_party/nghttp2/script/ |
H A D | fetch-ocsp-response | 66 except ImportError: 87 except Exception as e: 98 except Exception as e:
|
/third_party/skia/tools/ |
H A D | git-sync-deps | 53 except (OSError,): 81 except subprocess.CalledProcessError: 98 except subprocess.CalledProcessError:
|
/third_party/skia/bin/ |
H A D | fetch-sk | 29 except OSError: 66 except OSError:
|
H A D | compare | 9 except: 33 except:
|
/third_party/skia/build/fuchsia/ |
H A D | update_fuchsia_sdk | 38 except OSError as e: 84 except OSError:
|
/third_party/node/deps/openssl/openssl/util/ |
H A D | mkerr.pl | 5 # this file except in compliance with the License. You can obtain a copy 64 -reindex Ignore previously assigned values (except for R records in 335 * this file except in compliance with the License. You can obtain a copy 426 * this file except in compliance with the License. You can obtain a copy 532 * this file except in compliance with the License. You can obtain a copy 675 # this file except in compliance with the License. You can obtain a copy
|
/third_party/openssl/util/ |
H A D | mkerr.pl | 5 # this file except in compliance with the License. You can obtain a copy 64 -reindex Ignore previously assigned values (except for R records in 335 * this file except in compliance with the License. You can obtain a copy 426 * this file except in compliance with the License. You can obtain a copy 532 * this file except in compliance with the License. You can obtain a copy 675 # this file except in compliance with the License. You can obtain a copy
|
/third_party/python/Mac/BuildScript/resources/ |
H A D | install_certificates.command | 38 except FileNotFoundError:
|
/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_prime.pl | 5 # this file except in compliance with the License. You can obtain a copy 23 * this file except in compliance with the License. You can obtain a copy
|
/third_party/openssl/crypto/bn/ |
H A D | bn_prime.pl | 5 # this file except in compliance with the License. You can obtain a copy 23 * this file except in compliance with the License. You can obtain a copy
|
/third_party/vk-gl-cts/external/amber/src/kokoro/windows-msvc-2017-debug/ |
H A D | build.bat | 4 :: you may not use this file except in compliance with the License.
|
/third_party/vk-gl-cts/external/amber/src/kokoro/windows-msvc-2017-release/ |
H A D | build.bat | 4 :: you may not use this file except in compliance with the License.
|
/third_party/skia/third_party/externals/spirv-tools/kokoro/windows-msvc-2013-release/ |
H A D | build.bat | 4 :: you may not use this file except in compliance with the License.
|
/third_party/skia/third_party/externals/spirv-tools/kokoro/windows-msvc-2015-release/ |
H A D | build.bat | 4 :: you may not use this file except in compliance with the License.
|
/third_party/skia/third_party/externals/spirv-tools/kokoro/windows-msvc-2017-debug/ |
H A D | build.bat | 4 :: you may not use this file except in compliance with the License.
|
/third_party/skia/third_party/externals/spirv-tools/kokoro/windows-msvc-2017-release/ |
H A D | build.bat | 4 :: you may not use this file except in compliance with the License.
|