Home
last modified time | relevance | path

Searched refs:Strict (Results 1 – 25 of 95) sorted by relevance

1234

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DAMDGPUMetadataVerifier.h34 bool Strict; variable
56 MetadataVerifier(bool Strict) : Strict(Strict) {} in MetadataVerifier() argument
/third_party/openssl/test/ssl-tests/
D12-ct.cnf.in54 "CTValidation" => "Strict",
71 "CTValidation" => "Strict",
105 "CTValidation" => "Strict",
112 "CTValidation" => "Strict",
D12-ct.cnf90 CTValidation = Strict
117 CTValidation = Strict
186 CTValidation = Strict
189 CTValidation = Strict
/third_party/gn/src/base/numerics/
Dsafe_conversions.h313 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/
Dsafe_conversions.h347 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/
Dsafe_conversions.h338 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/
DAMDGPUTargetStreamer.h75 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;
DAMDGPUTargetStreamer.cpp236 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/
Dparser10.1.1-8gs.symbols10 …* @description Strict Mode - Use Strict Directive Prologue is ''use strict';' which appears twice …
Dscanner10.1.1-8gs.symbols10 …* @description Strict Mode - Use Strict Directive Prologue is ''use strict';' which appears twice …
Dscanner10.1.1-8gs.types10 …* @description Strict Mode - Use Strict Directive Prologue is ''use strict';' which appears twice …
Dparser10.1.1-8gs.types10 …* @description Strict Mode - Use Strict Directive Prologue is ''use strict';' which appears twice …
Dparser10.1.1-8gs.errors.txt14 …* @description Strict Mode - Use Strict Directive Prologue is ''use strict';' which appears twice …
Dscanner10.1.1-8gs.errors.txt14 …* @description Strict Mode - Use Strict Directive Prologue is ''use strict';' which appears twice …
/third_party/curl/tests/data/
Dtest127022 Strict-Transport-Security: max-age=604800
60 Strict-Transport-Security: max-age=604800
/third_party/curl/docs/
DHSTS.md3 HTTP Strict-Transport-Security. Added as experimental in curl
8 [HTTP Strict Transport Security](https://datatracker.ietf.org/doc/html/rfc6797)
/third_party/NuttX/
DINVIOLABLES.md25 ## 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/
Dieee802_1x_defs.h68 Strict, enumerator
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dieee802_1x_defs.h68 Strict, enumerator
/third_party/rust/crates/codespan/codespan-reporting/tests/snapshots/
Dterm__position_indicator__rich_no_color.snap9 │ ------------ Strict mode is first declared here
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.h501 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);
DAMDGPUBaseInfo.cpp782 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/
Darkts-strict-typing-6-ok.ets17 // Description: Strict match function return value
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server/
DREADME.md15 -h|Strict Host: header checking against vhost name (localhost) and port
/third_party/openssl/test/
Dssl_test_ctx_test.cnf27 CTValidation = Strict

1234