/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | AMDGPUMetadataVerifier.h | 34 bool Strict; variable 56 MetadataVerifier(bool Strict) : Strict(Strict) {} in MetadataVerifier() argument
|
/third_party/openssl/test/ssl-tests/ |
D | 12-ct.cnf.in | 54 "CTValidation" => "Strict", 71 "CTValidation" => "Strict", 105 "CTValidation" => "Strict", 112 "CTValidation" => "Strict",
|
D | 12-ct.cnf | 90 CTValidation = Strict 117 CTValidation = Strict 186 CTValidation = Strict 189 CTValidation = Strict
|
/third_party/gn/src/base/numerics/ |
D | safe_conversions.h | 313 BASE_NUMERIC_COMPARISON_OPERATORS(Strict, IsLess, <); 314 BASE_NUMERIC_COMPARISON_OPERATORS(Strict, IsLessOrEqual, <=); 315 BASE_NUMERIC_COMPARISON_OPERATORS(Strict, IsGreater, >); 316 BASE_NUMERIC_COMPARISON_OPERATORS(Strict, IsGreaterOrEqual, >=); 317 BASE_NUMERIC_COMPARISON_OPERATORS(Strict, IsEqual, ==); 318 BASE_NUMERIC_COMPARISON_OPERATORS(Strict, IsNotEqual, !=);
|
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/ |
D | safe_conversions.h | 347 BASE_NUMERIC_COMPARISON_OPERATORS(Strict, IsLess, <) 348 BASE_NUMERIC_COMPARISON_OPERATORS(Strict, IsLessOrEqual, <=) 349 BASE_NUMERIC_COMPARISON_OPERATORS(Strict, IsGreater, >) 350 BASE_NUMERIC_COMPARISON_OPERATORS(Strict, IsGreaterOrEqual, >=) 351 BASE_NUMERIC_COMPARISON_OPERATORS(Strict, IsEqual, ==) 352 BASE_NUMERIC_COMPARISON_OPERATORS(Strict, IsNotEqual, !=)
|
/third_party/node/deps/v8/src/base/ |
D | safe_conversions.h | 338 BASE_NUMERIC_COMPARISON_OPERATORS(Strict, IsLess, <) 339 BASE_NUMERIC_COMPARISON_OPERATORS(Strict, IsLessOrEqual, <=) 340 BASE_NUMERIC_COMPARISON_OPERATORS(Strict, IsGreater, >) 341 BASE_NUMERIC_COMPARISON_OPERATORS(Strict, IsGreaterOrEqual, >=) 342 BASE_NUMERIC_COMPARISON_OPERATORS(Strict, IsEqual, ==) 343 BASE_NUMERIC_COMPARISON_OPERATORS(Strict, IsNotEqual, !=)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
D | AMDGPUTargetStreamer.h | 75 virtual bool EmitHSAMetadata(msgpack::Document &HSAMetadata, bool Strict) = 0; 119 bool EmitHSAMetadata(msgpack::Document &HSAMetadata, bool Strict) override; 166 bool EmitHSAMetadata(msgpack::Document &HSAMetadata, bool Strict) override;
|
D | AMDGPUTargetStreamer.cpp | 236 msgpack::Document &HSAMetadataDoc, bool Strict) { in EmitHSAMetadata() argument 237 V3::MetadataVerifier Verifier(Strict); in EmitHSAMetadata() 550 bool Strict) { in EmitHSAMetadata() argument 551 V3::MetadataVerifier Verifier(Strict); in EmitHSAMetadata()
|
/third_party/typescript/tests/baselines/reference/ |
D | parser10.1.1-8gs.symbols | 10 …* @description Strict Mode - Use Strict Directive Prologue is ''use strict';' which appears twice …
|
D | scanner10.1.1-8gs.symbols | 10 …* @description Strict Mode - Use Strict Directive Prologue is ''use strict';' which appears twice …
|
D | scanner10.1.1-8gs.types | 10 …* @description Strict Mode - Use Strict Directive Prologue is ''use strict';' which appears twice …
|
D | parser10.1.1-8gs.types | 10 …* @description Strict Mode - Use Strict Directive Prologue is ''use strict';' which appears twice …
|
D | parser10.1.1-8gs.errors.txt | 14 …* @description Strict Mode - Use Strict Directive Prologue is ''use strict';' which appears twice …
|
D | scanner10.1.1-8gs.errors.txt | 14 …* @description Strict Mode - Use Strict Directive Prologue is ''use strict';' which appears twice …
|
/third_party/curl/tests/data/ |
D | test1270 | 22 Strict-Transport-Security: max-age=604800 60 Strict-Transport-Security: max-age=604800
|
/third_party/curl/docs/ |
D | HSTS.md | 3 HTTP Strict-Transport-Security. Added as experimental in curl 8 [HTTP Strict Transport Security](https://datatracker.ietf.org/doc/html/rfc6797)
|
/third_party/NuttX/ |
D | INVIOLABLES.md | 25 ## Strict POSIX compliance 27 - Strict conformance to the portable standard OS interface as defined at 45 - Strict conformance to the NuttX coding style. No "revolutionary"
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
D | ieee802_1x_defs.h | 68 Strict, enumerator
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
D | ieee802_1x_defs.h | 68 Strict, enumerator
|
/third_party/rust/crates/codespan/codespan-reporting/tests/snapshots/ |
D | term__position_indicator__rich_no_color.snap | 9 │ ------------ Strict mode is first declared here
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/ |
D | AMDGPUBaseInfo.h | 501 bool isValidMsgId(int64_t MsgId, const MCSubtargetInfo &STI, bool Strict = true); 504 bool isValidMsgOp(int64_t MsgId, int64_t OpId, bool Strict = true); 507 bool isValidMsgStream(int64_t MsgId, int64_t OpId, int64_t StreamId, bool Strict = true);
|
D | AMDGPUBaseInfo.cpp | 782 bool isValidMsgId(int64_t MsgId, const MCSubtargetInfo &STI, bool Strict) { in isValidMsgId() argument 783 if (Strict) { in isValidMsgId() 809 bool isValidMsgOp(int64_t MsgId, int64_t OpId, bool Strict) { in isValidMsgOp() argument 811 if (!Strict) in isValidMsgOp() 832 bool isValidMsgStream(int64_t MsgId, int64_t OpId, int64_t StreamId, bool Strict) { in isValidMsgStream() argument 834 if (!Strict) in isValidMsgStream()
|
/third_party/typescript/tests/arkTSTest/testcase/arkts-strict-typing/ |
D | arkts-strict-typing-6-ok.ets | 17 // Description: Strict match function return value
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server/ |
D | README.md | 15 -h|Strict Host: header checking against vhost name (localhost) and port
|
/third_party/openssl/test/ |
D | ssl_test_ctx_test.cnf | 27 CTValidation = Strict
|