/external/deqp/android/cts/master/src/ |
D | vk-excluded-tests.txt | 1 # Issue 242: Excluded blend tests where propagated errors may be large 11 # Excluded texture function tests according to the Android GLES3 issue list 15 # Excluded sparse version of the above texture function tests 36 # Issue 431: Excluded copies and blitting tests 42 #VK-GL-CTS 110: Excluded wsi android tests as they require android loader support 55 # Excluded them as Intel HW is failing these tests.
|
/external/rust/crates/rayon/src/ |
D | math.rs | 20 Bound::Excluded(&i) if i < len => i + 1, in simplify_range() 25 Bound::Excluded(&i) if i <= len => i, in simplify_range()
|
/external/rust/crates/futures-util/src/io/ |
D | window.rs | 80 Bound::Excluded(n) => *n + 1, in set() 85 Bound::Excluded(n) => *n, in set()
|
/external/rust/crates/intrusive-collections/src/ |
D | rbtree.rs | 18 use crate::Bound::{self, Excluded, Included, Unbounded}; 1480 Excluded(key) => key < self.adapter.get_key(current).borrow(), 1538 Excluded(key) => key <= self.adapter.get_key(current).borrow(), 2365 t.range(Excluded(&0), Unbounded) 2377 t.range(Excluded(&25), Unbounded) 2389 t.range(Excluded(&70), Unbounded) 2401 t.range(Excluded(&100), Unbounded) 2414 t.range(Unbounded, Excluded(&90)) 2426 t.range(Unbounded, Excluded(&25)) 2438 t.range(Unbounded, Excluded(&70)) [all …]
|
D | lib.rs | 313 Excluded(T), enumerator
|
/external/rust/crates/tinyvec/src/ |
D | arrayvec_drain.rs | 24 Bound::Excluded(&n) => n.saturating_add(1), in new() 29 Bound::Excluded(&n) => n, in new()
|
D | slicevec.rs | 163 Bound::Excluded(x) => x.saturating_add(1), in drain() 168 Bound::Excluded(x) => *x, in drain()
|
D | arrayvec.rs | 855 Bound::Excluded(x) => x.saturating_add(1), in splice() 860 Bound::Excluded(x) => *x, in splice()
|
D | tinyvec.rs | 830 Bound::Excluded(x) => x.saturating_add(1), in splice() 835 Bound::Excluded(x) => *x, in splice()
|
/external/llvm-project/clang/test/Modules/Inputs/require-modular-includes/IncludeExcluded.framework/Modules/ |
D | module.modulemap | 3 exclude header "Excluded.h"
|
/external/clang/test/Modules/Inputs/require-modular-includes/IncludeExcluded.framework/Modules/ |
D | module.modulemap | 3 exclude header "Excluded.h"
|
/external/rust/crates/managed/src/ |
D | map.rs | 176 Bound::Excluded(ref key_begin) => $item <= Some(key_begin.borrow()), in binary_search_by_key_range() 207 Bound::Excluded(ref key_end) => $item >= Some(key_end.borrow()), in binary_search_by_key_range() 643 let mut range = map.range::<&str, _>((Excluded("a"), Excluded("a"))); in test_range_full_exclude_left() 645 let mut range = map.range::<&str, _>((Excluded("a"), Excluded("b"))); in test_range_full_exclude_left() 647 let mut range = map.range::<&str, _>((Excluded("a"), Excluded("c"))); in test_range_full_exclude_left() 650 let mut range = map.range::<&str, _>((Excluded("a"), Excluded("d"))); in test_range_full_exclude_left() 654 let mut range = map.range::<&str, _>((Excluded("a"), Excluded("e"))); in test_range_full_exclude_left()
|
/external/llvm-project/llvm/lib/Option/ |
D | ArgList.cpp | 102 bool Excluded = false; in AddAllArgsExcept() local 105 Excluded = true; in AddAllArgsExcept() 109 if (!Excluded) { in AddAllArgsExcept()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Option/ |
D | ArgList.cpp | 102 bool Excluded = false; in AddAllArgsExcept() local 105 Excluded = true; in AddAllArgsExcept() 109 if (!Excluded) { in AddAllArgsExcept()
|
/external/deqp/external/vulkancts/mustpass/master/src/ |
D | excluded-tests.txt | 1 # Excluded sparse version of texture function tests according to the Android GLES3 issue list
|
/external/jacoco/jacoco-maven-plugin.test/it/it-offline-instrumentation/ |
D | verify.bsh | 21 throw new RuntimeException( "Excluded file should not be instrumented: " + file );
|
/external/rust/crates/bytes/src/ |
D | bytes.rs | 235 Bound::Excluded(&n) => n + 1, in slice() 241 Bound::Excluded(&n) => n, in slice()
|
/external/rust/crates/serde/src/de/ |
D | impls.rs | 2334 Excluded, in deserialize() enumerator 2359 2 => Ok(Field::Excluded), in deserialize() 2371 "Excluded" => Ok(Field::Excluded), in deserialize() 2383 b"Excluded" => Ok(Field::Excluded), in deserialize() 2417 (Field::Excluded, v) => v.newtype_variant().map(Bound::Excluded), in deserialize()
|
/external/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 83 std::array<const Value*, MaxDepth> Excluded; member 92 Excluded = Q.Excluded; in Query() 93 Excluded[NumExcluded++] = NewExcl; in Query() 94 assert(NumExcluded <= Excluded.size()); in Query() 100 auto End = Excluded.begin() + NumExcluded; in isExcluded() 101 return std::find(Excluded.begin(), End, Value) != End; in isExcluded()
|
/external/rust/crates/bstr/src/ |
D | ext_slice.rs | 2938 ops::Bound::Excluded(&n) => { in copy_within_str() 2947 ops::Bound::Excluded(&n) => n, in copy_within_str()
|
/external/llvm/include/llvm/ |
D | module.modulemap | 222 // FIXME: Excluded because it does bad things with the legacy pass manager.
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | ELFEmitter.cpp | 1784 if (Doc.SectionHeaders->Excluded) in buildSectionHeaderReorderMap() 1785 for (const ELFYAML::SectionHeader &Hdr : *Doc.SectionHeaders->Excluded) in buildSectionHeaderReorderMap() 1815 if (Doc.SectionHeaders->Excluded) in buildSectionIndex() 1816 for (const ELFYAML::SectionHeader &Hdr : *Doc.SectionHeaders->Excluded) in buildSectionIndex()
|
D | ELFYAML.cpp | 866 IO.mapOptional("Excluded", SectionHeader.Excluded); in mapping() 872 if (SecHdrTable.NoHeaders && (SecHdrTable.Sections || SecHdrTable.Excluded)) in validate() 874 if (!SecHdrTable.NoHeaders && !SecHdrTable.Sections && !SecHdrTable.Excluded) in validate()
|
/external/clang/lib/Lex/ |
D | ModuleMap.cpp | 250 bool Excluded = false; in diagnoseHeaderInclusion() local 275 Excluded = true; in diagnoseHeaderInclusion() 292 if (Excluded || isHeaderInUmbrellaDirs(File)) in diagnoseHeaderInclusion()
|
/external/rust/crates/smallvec/src/ |
D | lib.rs | 728 Excluded(&n) => n + 1, in drain() 733 Excluded(&n) => n, in drain()
|