Home
last modified time | relevance | path

Searched defs:RangeSet (Results 1 – 25 of 313) sorted by relevance

12345678910>>...13

/aosp_15_r20/external/rust/android-crates-io/crates/quiche/src/
Dranges.rs34 pub struct RangeSet { struct
40 impl RangeSet { impl
153 impl Default for RangeSet { implementation
162 impl PartialEq<Range<u64>> for RangeSet { implementation
181 impl std::fmt::Debug for RangeSet { implementation
/aosp_15_r20/external/rust/crates/quiche/src/
Dranges.rs34 pub struct RangeSet { struct
40 impl RangeSet { argument
153 impl Default for RangeSet { implementation
162 impl PartialEq<Range<u64>> for RangeSet { implementation
181 impl std::fmt::Debug for RangeSet { implementation
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/StaticAnalyzer/Core/PathSensitive/
DRangedConstraintManager.h314 RangeSet(Factory &F, const llvm::APSInt &From, const llvm::APSInt &To) in RangeSet() function
318 RangeSet(Factory &F, const llvm::APSInt &Point) in RangeSet() function
381 /* implicit */ RangeSet(ContainerType *RawContainer) : Impl(RawContainer) {} in RangeSet() function
382 /* implicit */ RangeSet(UnderlyingType Ptr) : Impl(Ptr) {} in RangeSet() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/StaticAnalyzer/Core/PathSensitive/
DRangedConstraintManager.h314 RangeSet(Factory &F, const llvm::APSInt &From, const llvm::APSInt &To) in RangeSet() function
318 RangeSet(Factory &F, const llvm::APSInt &Point) in RangeSet() function
381 /* implicit */ RangeSet(ContainerType *RawContainer) : Impl(RawContainer) {} in RangeSet() function
382 /* implicit */ RangeSet(UnderlyingType Ptr) : Impl(Ptr) {} in RangeSet() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/StaticAnalyzer/Core/PathSensitive/
DRangedConstraintManager.h314 RangeSet(Factory &F, const llvm::APSInt &From, const llvm::APSInt &To) in RangeSet() function
318 RangeSet(Factory &F, const llvm::APSInt &Point) in RangeSet() function
381 /* implicit */ RangeSet(ContainerType *RawContainer) : Impl(RawContainer) {} in RangeSet() function
382 /* implicit */ RangeSet(UnderlyingType Ptr) : Impl(Ptr) {} in RangeSet() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/StaticAnalyzer/Core/PathSensitive/
DRangedConstraintManager.h314 RangeSet(Factory &F, const llvm::APSInt &From, const llvm::APSInt &To) in RangeSet() function
318 RangeSet(Factory &F, const llvm::APSInt &Point) in RangeSet() function
381 /* implicit */ RangeSet(ContainerType *RawContainer) : Impl(RawContainer) {} in RangeSet() function
382 /* implicit */ RangeSet(UnderlyingType Ptr) : Impl(Ptr) {} in RangeSet() function
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/
Drange_set.rs16 pub struct RangeSet<T>(Vec<Range<T>>); struct
18 impl<T: Ord + Copy> RangeSet<T> { impl
/aosp_15_r20/bootable/deprecated-ota/tests/unit/
H A Dcommands_test.cpp481 auto block_reader = [](const RangeSet&, std::vector<uint8_t>*) -> int { return 0; }; in TEST()
492 auto failing_block_reader = [](const RangeSet&, std::vector<uint8_t>*) -> int { return -1; }; in TEST()
496 auto block_reader = [](const RangeSet&, std::vector<uint8_t>*) -> int { return 0; }; in TEST()
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp73 class RangeSet { class
82 RangeSet(PrimRangeSet RS) : ranges(RS) {} in RangeSet() function in __anondfae84b40111::RangeSet
99 RangeSet(Factory &F, const llvm::APSInt &from, const llvm::APSInt &to) in RangeSet() function in __anondfae84b40111::RangeSet
/aosp_15_r20/bootable/recovery/otautil/include/otautil/
H A Drangeset.h30 RangeSet() : blocks_(0) {} in RangeSet() function
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/
H A DRangeSet.java55 public interface RangeSet<C extends Comparable> { interface
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/
H A DRangeSet.java55 public interface RangeSet<C extends Comparable> { interface
/aosp_15_r20/build/make/tools/releasetools/
H A Drangelib.py24 class RangeSet(object): class
/aosp_15_r20/bootable/recovery/otautil/
H A Drangeset.cpp32 RangeSet::RangeSet(std::vector<Range>&& pairs) { in RangeSet() function in RangeSet
/aosp_15_r20/bootable/deprecated-ota/updater/
H A Dcommands.cpp332 const std::function<int(const RangeSet&, std::vector<uint8_t>*)>& block_reader, in ReadAll()
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/src/recovery/
Dmod.rs420 &mut self, ranges: &ranges::RangeSet, ack_delay: u64, in on_ack_received()
/aosp_15_r20/external/rust/crates/quiche/src/recovery/
Dmod.rs420 &mut self, ranges: &ranges::RangeSet, ack_delay: u64, in on_ack_received()
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDguava-13.0.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
HDguava-17.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
HDguava-18.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/aosp_15_r20/packages/apps/TV/libs/m2/
Dauto-value-1.5.3.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp_15_r20/prebuilts/tools/common/m2/repository/com/google/auto/value/auto-value/1.9/
HDauto-value-1.9.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp_15_r20/external/guice/lib/
HDguava-19.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/lib/
HDguava-21.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/tools/common/m2/dialer-common-m2-host-deps/linux_glibc_common/local-combined/
Ddialer-common-m2-host-deps.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META ...

12345678910>>...13