/external/llvm-project/llvm/include/llvm/BinaryFormat/ |
D | AMDGPUMetadataVerifier.h | 34 bool Strict; variable 56 MetadataVerifier(bool Strict) : Strict(Strict) {} in MetadataVerifier() argument
|
/external/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
|
/external/llvm-project/clang-tools-extra/clang-tidy/readability/ |
D | InconsistentDeclarationParameterNameCheck.cpp | 92 bool nameMatch(StringRef L, StringRef R, bool Strict) { in nameMatch() argument 93 if (Strict) in nameMatch() 105 bool Strict) { in findDifferingParamsInDeclaration() argument 118 if (!nameMatch(SourceParamName, OtherParamName, Strict)) { in findDifferingParamsInDeclaration() 141 SourceManager &SM, bool Strict) { in findInconsistentDeclarations() argument 152 OriginalDeclaration, Strict); in findInconsistentDeclarations() 293 Options.store(Opts, "Strict", Strict); in storeOptions() 317 *Result.SourceManager, Strict); in check()
|
D | InconsistentDeclarationParameterNameCheck.h | 31 Strict(Options.getLocalOrGlobal("Strict", false)) {} in InconsistentDeclarationParameterNameCheck() 42 const bool Strict; variable
|
/external/autotest/client/site_tests/policy_ForceYouTubeRestrict/ |
D | control.Strict | 6 NAME = 'policy_ForceYouTubeRestrict.Strict' 16 If the policy is set to Strict than the user will not be able to view any 21 job.run_test('policy_ForceYouTubeRestrict', case='Strict')
|
D | control | 15 This test verifies four states of this policy: Strict, Moderate, 18 If the policy is set to Strict than the user will not be able to view any 22 Strict and Moderate, the user will not be able to toggle restricted settings
|
/external/libchrome/base/numerics/ |
D | safe_conversions.h | 318 BASE_NUMERIC_COMPARISON_OPERATORS(Strict, IsLess, <); 319 BASE_NUMERIC_COMPARISON_OPERATORS(Strict, IsLessOrEqual, <=); 320 BASE_NUMERIC_COMPARISON_OPERATORS(Strict, IsGreater, >); 321 BASE_NUMERIC_COMPARISON_OPERATORS(Strict, IsGreaterOrEqual, >=); 322 BASE_NUMERIC_COMPARISON_OPERATORS(Strict, IsEqual, ==); 323 BASE_NUMERIC_COMPARISON_OPERATORS(Strict, IsNotEqual, !=);
|
/external/pdfium/third_party/base/numerics/ |
D | safe_conversions.h | 328 BASE_NUMERIC_COMPARISON_OPERATORS(Strict, IsLess, <) 329 BASE_NUMERIC_COMPARISON_OPERATORS(Strict, IsLessOrEqual, <=) 330 BASE_NUMERIC_COMPARISON_OPERATORS(Strict, IsGreater, >) 331 BASE_NUMERIC_COMPARISON_OPERATORS(Strict, IsGreaterOrEqual, >=) 332 BASE_NUMERIC_COMPARISON_OPERATORS(Strict, IsEqual, ==) 333 BASE_NUMERIC_COMPARISON_OPERATORS(Strict, IsNotEqual, !=)
|
/external/mockito/src/main/java/org/mockito/runners/ |
D | MockitoJUnitRunner.java | 40 public static class Strict extends MockitoJUnitRunner { class in MockitoJUnitRunner 41 public Strict(Class<?> klass) throws InvocationTargetException { in Strict() method in MockitoJUnitRunner.Strict
|
/external/libxml2/result/ |
D | xhtmlcomp.sax | 3 SAX.internalSubset(html, -//W3C//DTD XHTML 1.0 Strict//EN, http://www.w3.org/TR/xhtml1/DTD/xhtml1-s… 4 SAX.externalSubset(html, -//W3C//DTD XHTML 1.0 Strict//EN, http://www.w3.org/TR/xhtml1/DTD/xhtml1-s…
|
D | xhtmlcomp.sax2 | 3 SAX.internalSubset(html, -//W3C//DTD XHTML 1.0 Strict//EN, http://www.w3.org/TR/xhtml1/DTD/xhtml1-s… 4 SAX.externalSubset(html, -//W3C//DTD XHTML 1.0 Strict//EN, http://www.w3.org/TR/xhtml1/DTD/xhtml1-s…
|
D | xhtml1.sax | 3 SAX.internalSubset(html, -//W3C//DTD XHTML 1.0 Strict//EN, http://www.w3.org/TR/xhtml1/DTD/xhtml1-s… 4 SAX.externalSubset(html, -//W3C//DTD XHTML 1.0 Strict//EN, http://www.w3.org/TR/xhtml1/DTD/xhtml1-s…
|
D | xhtml1.sax2 | 3 SAX.internalSubset(html, -//W3C//DTD XHTML 1.0 Strict//EN, http://www.w3.org/TR/xhtml1/DTD/xhtml1-s… 4 SAX.externalSubset(html, -//W3C//DTD XHTML 1.0 Strict//EN, http://www.w3.org/TR/xhtml1/DTD/xhtml1-s…
|
/external/llvm-project/polly/include/polly/Support/ |
D | ISLTools.h | 83 isl::map beforeScatter(isl::map Map, bool Strict); 86 isl::union_map beforeScatter(isl::union_map UMap, bool Strict); 97 isl::map afterScatter(isl::map Map, bool Strict); 100 isl::union_map afterScatter(const isl::union_map &UMap, bool Strict);
|
/external/libxml2/result/noent/ |
D | xhtmlcomp.sax2 | 3 SAX.internalSubset(html, -//W3C//DTD XHTML 1.0 Strict//EN, http://www.w3.org/TR/xhtml1/DTD/xhtml1-s… 4 SAX.externalSubset(html, -//W3C//DTD XHTML 1.0 Strict//EN, http://www.w3.org/TR/xhtml1/DTD/xhtml1-s…
|
D | xhtml1.sax2 | 3 SAX.internalSubset(html, -//W3C//DTD XHTML 1.0 Strict//EN, http://www.w3.org/TR/xhtml1/DTD/xhtml1-s… 4 SAX.externalSubset(html, -//W3C//DTD XHTML 1.0 Strict//EN, http://www.w3.org/TR/xhtml1/DTD/xhtml1-s…
|
/external/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;
|
/external/llvm-project/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; 167 bool EmitHSAMetadata(msgpack::Document &HSAMetadata, bool Strict) override;
|
/external/mockito/src/main/java/org/mockito/junit/ |
D | MockitoJUnitRunner.java | 122 public static class Strict extends MockitoJUnitRunner { class in MockitoJUnitRunner 123 public Strict(Class<?> klass) throws InvocationTargetException { in Strict() method in MockitoJUnitRunner.Strict
|
/external/curl/tests/data/ |
D | test1270 | 22 Strict-Transport-Security: max-age=604800 60 Strict-Transport-Security: max-age=604800
|
/external/wpa_supplicant_8/src/common/ |
D | ieee802_1x_defs.h | 68 Strict, enumerator
|
/external/rust/crates/codespan-reporting/tests/snapshots/ |
D | term__position_indicator__rich_no_color.snap | 9 │ ------------ Strict mode is first declared here
|
D | term__position_indicator__rich_ascii_no_color.snap | 9 | ------------ Strict mode is first declared here
|
/external/llvm-project/polly/lib/Support/ |
D | ISLTools.cpp | 84 isl::map polly::beforeScatter(isl::map Map, bool Strict) { in beforeScatter() argument 87 Strict ? isl::map::lex_gt(RangeSpace) : isl::map::lex_ge(RangeSpace); in beforeScatter() 91 isl::union_map polly::beforeScatter(isl::union_map UMap, bool Strict) { in beforeScatter() argument 95 isl::map After = beforeScatter(Map, Strict); in beforeScatter() 102 isl::map polly::afterScatter(isl::map Map, bool Strict) { in afterScatter() argument 105 Strict ? isl::map::lex_lt(RangeSpace) : isl::map::lex_le(RangeSpace); in afterScatter() 109 isl::union_map polly::afterScatter(const isl::union_map &UMap, bool Strict) { in afterScatter() argument 112 isl::map After = afterScatter(Map, Strict); in afterScatter()
|
/external/libxml2/test/valid/dtds/ |
D | xhtml.cat | 4 PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "xhtml1-strict.dtd"
|