Home
last modified time | relevance | path

Searched refs:reason (Results 1226 - 1250 of 1265) sorted by relevance

1...<<4142434445464748495051

/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cShaderStorageBufferObjectTests.cpp109 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 Dgl4cES31CompatibilityShaderStorageBufferObjectTests.cpp111 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 Dtest_io.py1559 @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 Dtest_socket.py764 def skipWithClientIf(condition, reason):
776 retval = unittest.skip(reason)(obj)
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_private.h2992 * 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 Dcore.js1809 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 Dassembler-arm64.h339 // 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 Dassembler-riscv64.h1214 // 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 Dx509_vfy.c976 /* 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 Dx509_vfy.c976 /* 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 Dreadme.tex3 % Various packages of possible use. {index} creates problems for some reason.
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap.c2078 "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 Deap.c2123 "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 Dassembler-mips64.h1452 // 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 Dassembler-ia32.h1636 // 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 Dassembler-mips.h1389 // 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 Dtest_events.py634 self.assertEqual(cm.exception.reason, 'CERTIFICATE_VERIFY_FAILED')
/third_party/openGLES/xml/
H A Dreadme.tex3 % Various packages of possible use. {index} creates problems for some reason.
/third_party/mesa3d/src/intel/vulkan/
H A DgenX_cmd_buffer.c87 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 Dbootstrapper.cc888 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 Dparser-base.h20 #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 Dliftoff-assembler-ia32.h4468 void LiftoffAssembler::AssertUnreachable(AbortReason reason) {
4469 TurboAssembler::AssertUnreachable(reason);
/third_party/node/deps/v8/src/wasm/baseline/arm/
H A Dliftoff-assembler-arm.h4071 void LiftoffAssembler::AssertUnreachable(AbortReason reason) {
4073 TurboAssembler::AssertUnreachable(reason);
/third_party/node/deps/v8/src/wasm/baseline/x64/
H A Dliftoff-assembler-x64.h4016 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 Dliftoff-assembler-riscv64.h3636 void LiftoffAssembler::AssertUnreachable(AbortReason reason) { in AssertUnreachable() argument
3637 if (FLAG_debug_code) Abort(reason); in AssertUnreachable()

Completed in 146 milliseconds

1...<<4142434445464748495051