/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cShaderStorageBufferObjectTests.cpp | 109 std::ostringstream reason; in IsVSFSAvailable() local 110 reason << "Required " << requiredVS << " VS storage blocks but only " << blocksVS << " available." in IsVSFSAvailable() 114 OutputNotSupported(reason.str()); in IsVSFSAvailable()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cES31CompatibilityShaderStorageBufferObjectTests.cpp | 111 std::ostringstream reason; in IsVSFSAvailable() local 112 reason << "Required " << requiredVS << " VS storage blocks but only " << blocksVS << " available." in IsVSFSAvailable() 116 OutputNotSupported(reason.str()); in IsVSFSAvailable()
|
/third_party/python/Lib/test/ |
H A D | test_io.py | 1559 @skip_if_sanitizer(memory=True, address=True, reason= "sanitizer defaults to crashing " 1926 @skip_if_sanitizer(memory=True, address=True, reason= "sanitizer defaults to crashing " 2425 @skip_if_sanitizer(memory=True, address=True, reason= "sanitizer defaults to crashing "
|
H A D | test_socket.py | 764 def skipWithClientIf(condition, reason): 776 retval = unittest.skip(reason)(obj)
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_private.h | 2992 * Value for the reason field of an RGP barrier start marker originating from 3025 enum rgp_barrier_reason reason);
|
/third_party/node/lib/internal/http2/ |
H A D | core.js | 1809 stream.destroy(new AbortError(undefined, { cause: signal.reason })); 2430 // This loop is here for performance reason. Do not change.
|
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | assembler-arm64.h | 339 // Record a deoptimization reason that can be used by a log or cpu profiler. 341 void RecordDeoptReason(DeoptimizeReason reason, uint32_t node_id,
|
/third_party/node/deps/v8/src/codegen/riscv64/ |
H A D | assembler-riscv64.h | 1214 // Record a deoptimization reason that can be used by a log or cpu profiler. 1216 void RecordDeoptReason(DeoptimizeReason reason, uint32_t node_id,
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | x509_vfy.c | 976 /* Don't look in full CRL if delta reason is removefromCRL */ in check_cert() 1617 * reason is not removeFromCRL. in cert_crl() 1620 if (rev->reason == CRL_REASON_REMOVE_FROM_CRL) in cert_crl()
|
/third_party/openssl/crypto/x509/ |
H A D | x509_vfy.c | 976 /* Don't look in full CRL if delta reason is removefromCRL */ in check_cert() 1619 * reason is not removeFromCRL. in cert_crl() 1622 if (rev->reason == CRL_REASON_REMOVE_FROM_CRL) in cert_crl()
|
/third_party/skia/third_party/externals/opengl-registry/xml/ |
H A D | readme.tex | 3 % Various packages of possible use. {index} creates problems for some reason.
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
H A D | eap.c | 2078 "reason=%d depth=%d subject='%s' err='%s'", in eap_peer_sm_tls_event() 2079 data->cert_fail.reason, in eap_peer_sm_tls_event()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
H A D | eap.c | 2123 "reason=%d depth=%d subject='%s' err='%s'", in eap_peer_sm_tls_event() 2124 data->cert_fail.reason, in eap_peer_sm_tls_event()
|
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | assembler-mips64.h | 1452 // Record a deoptimization reason that can be used by a log or cpu profiler. 1454 void RecordDeoptReason(DeoptimizeReason reason, uint32_t node_id,
|
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | assembler-ia32.h | 1636 // Record a deoptimization reason that can be used by a log or cpu profiler. 1638 void RecordDeoptReason(DeoptimizeReason reason, uint32_t node_id,
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | assembler-mips.h | 1389 // Record a deoptimization reason that can be used by a log or cpu profiler. 1391 void RecordDeoptReason(DeoptimizeReason reason, uint32_t node_id,
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_events.py | 634 self.assertEqual(cm.exception.reason, 'CERTIFICATE_VERIFY_FAILED')
|
/third_party/openGLES/xml/ |
H A D | readme.tex | 3 % Various packages of possible use. {index} creates problems for some reason.
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | genX_cmd_buffer.c | 87 fprintf(stderr, ") reason: %s\n", __FUNCTION__); \ 2395 const char *reason) in cmd_buffer_barrier() 2472 anv_add_pending_pipe_bits(cmd_buffer, bits, reason); in cmd_buffer_barrier() 2393 cmd_buffer_barrier(struct anv_cmd_buffer *cmd_buffer, const VkDependencyInfo *dep_info, const char *reason) cmd_buffer_barrier() argument
|
/third_party/node/deps/v8/src/init/ |
H A D | bootstrapper.cc | 888 const char* reason) { in CreateNonConstructorMap() 889 Handle<Map> map = Map::Copy(isolate, source_map, reason); in CreateNonConstructorMap() 5499 // is likely no reason remaining for these objects to be installed here. For 886 CreateNonConstructorMap(Isolate* isolate, Handle<Map> source_map, Handle<JSObject> prototype, const char* reason) CreateNonConstructorMap() argument
|
/third_party/node/deps/v8/src/parsing/ |
H A D | parser-base.h | 20 #include "src/codegen/bailout-reason.h" 442 void DisableOptimization(BailoutReason reason) { in DisableOptimization() argument 443 dont_optimize_reason_ = reason; in DisableOptimization() 520 // A reason, if any, why this function should not be optimized.
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
H A D | liftoff-assembler-ia32.h | 4468 void LiftoffAssembler::AssertUnreachable(AbortReason reason) { 4469 TurboAssembler::AssertUnreachable(reason);
|
/third_party/node/deps/v8/src/wasm/baseline/arm/ |
H A D | liftoff-assembler-arm.h | 4071 void LiftoffAssembler::AssertUnreachable(AbortReason reason) { 4073 TurboAssembler::AssertUnreachable(reason);
|
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
H A D | liftoff-assembler-x64.h | 4016 void LiftoffAssembler::AssertUnreachable(AbortReason reason) { in AssertUnreachable() argument 4017 TurboAssembler::AssertUnreachable(reason); in AssertUnreachable()
|
/third_party/node/deps/v8/src/wasm/baseline/riscv64/ |
H A D | liftoff-assembler-riscv64.h | 3636 void LiftoffAssembler::AssertUnreachable(AbortReason reason) { in AssertUnreachable() argument 3637 if (FLAG_debug_code) Abort(reason); in AssertUnreachable()
|