Home
last modified time | relevance | path

Searched refs:Excluded (Results 1 – 25 of 41) sorted by relevance

12

/external/deqp/android/cts/master/src/
Dvk-excluded-tests.txt1 # 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/
Dmath.rs20 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/
Dwindow.rs80 Bound::Excluded(n) => *n + 1, in set()
85 Bound::Excluded(n) => *n, in set()
/external/rust/crates/intrusive-collections/src/
Drbtree.rs18 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 …]
Dlib.rs313 Excluded(T), enumerator
/external/rust/crates/tinyvec/src/
Darrayvec_drain.rs24 Bound::Excluded(&n) => n.saturating_add(1), in new()
29 Bound::Excluded(&n) => n, in new()
Dslicevec.rs163 Bound::Excluded(x) => x.saturating_add(1), in drain()
168 Bound::Excluded(x) => *x, in drain()
Darrayvec.rs855 Bound::Excluded(x) => x.saturating_add(1), in splice()
860 Bound::Excluded(x) => *x, in splice()
Dtinyvec.rs830 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/
Dmodule.modulemap3 exclude header "Excluded.h"
/external/clang/test/Modules/Inputs/require-modular-includes/IncludeExcluded.framework/Modules/
Dmodule.modulemap3 exclude header "Excluded.h"
/external/rust/crates/managed/src/
Dmap.rs176 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/
DArgList.cpp102 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/
DArgList.cpp102 bool Excluded = false; in AddAllArgsExcept() local
105 Excluded = true; in AddAllArgsExcept()
109 if (!Excluded) { in AddAllArgsExcept()
/external/deqp/external/vulkancts/mustpass/master/src/
Dexcluded-tests.txt1 # Excluded sparse version of texture function tests according to the Android GLES3 issue list
/external/jacoco/jacoco-maven-plugin.test/it/it-offline-instrumentation/
Dverify.bsh21 throw new RuntimeException( "Excluded file should not be instrumented: " + file );
/external/rust/crates/bytes/src/
Dbytes.rs235 Bound::Excluded(&n) => n + 1, in slice()
241 Bound::Excluded(&n) => n, in slice()
/external/rust/crates/serde/src/de/
Dimpls.rs2334 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/
DValueTracking.cpp83 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/
Dext_slice.rs2938 ops::Bound::Excluded(&n) => { in copy_within_str()
2947 ops::Bound::Excluded(&n) => n, in copy_within_str()
/external/llvm/include/llvm/
Dmodule.modulemap222 // FIXME: Excluded because it does bad things with the legacy pass manager.
/external/llvm-project/llvm/lib/ObjectYAML/
DELFEmitter.cpp1784 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()
DELFYAML.cpp866 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/
DModuleMap.cpp250 bool Excluded = false; in diagnoseHeaderInclusion() local
275 Excluded = true; in diagnoseHeaderInclusion()
292 if (Excluded || isHeaderInUmbrellaDirs(File)) in diagnoseHeaderInclusion()
/external/rust/crates/smallvec/src/
Dlib.rs728 Excluded(&n) => n + 1, in drain()
733 Excluded(&n) => n, in drain()

12