/aosp_15_r20/frameworks/av/media/libmedia/include/media/ |
H A D | CodecCapabilitiesUtils.h | 68 struct Range { struct 69 Range() : lower_(), upper_() {} in Range() function 71 Range(T l, T u) : lower_(l), upper_(u) {} in Range() function 84 bool contains(Range<T> range) const { in contains() argument 100 Range<T> intersect(Range<T> range) const { in intersect() argument 131 Range<T> intersect(T lower, T upper) { in intersect() argument 152 Range<T> extend(Range<T> range) { in extend() argument 156 Range<T> align(T align) { in align() argument 161 Range<T> factor(T factor) { in factor() argument 169 static std::optional<Range<T>> Parse(const std::string &str) { in Parse() argument [all …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.chunk.by/ |
H A D | base.pass.cpp | 22 struct Range : std::ranges::view_base { struct 23 constexpr explicit Range(int* b, int* e) : begin_(b), end_(e) {} in Range() argument 24 …constexpr Range(Range const& other) : begin_(other.begin_), end_(other.end_), wasCopyInitialized(t… in Range() function 25 …constexpr Range(Range&& other) : begin_(other.begin_), end_(other.end_), wasMoveInitialized(true) … in Range() function 37 static_assert(std::ranges::view<Range>); argument
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.filter/ |
H A D | base.pass.cpp | 20 struct Range : std::ranges::view_base { struct 21 constexpr explicit Range(int* b, int* e) : begin_(b), end_(e) { } in Range() function 22 …constexpr Range(Range const& other) : begin_(other.begin_), end_(other.end_), wasCopyInitialized(t… in Range() function 23 …constexpr Range(Range&& other) : begin_(other.begin_), end_(other.end_), wasMoveInitialized(true) … in Range() function 39 struct NoCopyRange : std::ranges::view_base { argument
|
H A D | adaptor.pass.cpp | 30 struct Range : std::ranges::view_base { struct 33 constexpr explicit Range(int* b, int* e) : begin_(b), end_(e) { } in Range() argument 34 constexpr Iterator begin() const { return Iterator(begin_); } in begin() 35 constexpr Sentinel end() const { return Sentinel(Iterator(end_)); } in end() 38 int* begin_; 39 int* end_;
|
H A D | end.pass.cpp | 20 struct Range : std::ranges::view_base { struct 23 constexpr explicit Range(int* b, int* e) : begin_(b), end_(e) { } in Range() argument 32 struct CommonRange : std::ranges::view_base { argument 48 Range range(buff, buff + 1); in test() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/combine/src/stream/ |
D | mod.rs | 123 type Range: Clone; typedef 186 fn uncons_range(&mut self, size: usize) -> Result<Self::Range, StreamErrorFor<Self>>; in uncons_range() 190 fn uncons_while<F>(&mut self, f: F) -> Result<Self::Range, StreamErrorFor<Self>> in uncons_while() 201 fn uncons_while1<F>(&mut self, mut f: F) -> ParseResult<Self::Range, StreamErrorFor<Self>> in uncons_while1() 237 fn range(&self) -> Self::Range; in range() 248 err: <Input::Error as ParseError<Input::Token, Input::Range, Input::Position>>::StreamError, in wrap_stream_error() 265 ) -> ParseResult<Input::Range, <Input as StreamOnce>::Error> in uncons_range() 299 ) -> ParseResult<Input::Range, Input::Error> in uncons_while() 303 Input::Range: Range, in uncons_while() 334 ) -> ParseResult<Input::Range, Input::Error> in uncons_while1() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/combine/src/parser/ |
D | regex.rs | 59 type Range; typedef 61 fn as_match(&self) -> Self::Range; in as_match() 68 F: FromIterator<Range>; in find_iter() 71 F: FromIterator<Range>, in captures() 85 F: FromIterator<Range>, in find_iter() 91 F: FromIterator<Range>, in captures() 105 F: FromIterator<<Input::Item as MatchFind>::Range>, in find_iter() 129 type Range = &'t str; typedef 133 fn as_match(&self) -> Self::Range { in as_match() 139 type Range = &'t [u8]; typedef [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Utility/ |
D | RangeMap.h | 29 template <typename B, typename S> struct Range { struct 36 Range() : base(0), size(0) {} in Range() argument 38 Range(BaseType b, SizeType s) : base(b), size(s) {} in Range() function 45 BaseType GetRangeBase() const { return base; } in GetRangeBase() argument 48 void SetRangeBase(BaseType b) { base = b; } in SetRangeBase() argument 57 bool Union(const Range &rhs) { in Union() argument 67 Range Intersect(const Range &rhs) const { in Intersect() argument 78 BaseType GetRangeEnd() const { return base + size; } in GetRangeEnd() argument 80 void SetRangeEnd(BaseType end) { in SetRangeEnd() argument 101 bool Contains(const Range &range) const { in Contains() argument [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Utility/ |
D | RangeMap.h | 29 template <typename B, typename S> struct Range { struct 36 Range() : base(0), size(0) {} in Range() function 38 Range(BaseType b, SizeType s) : base(b), size(s) {} in Range() function 45 BaseType GetRangeBase() const { return base; } in GetRangeBase() argument 48 void SetRangeBase(BaseType b) { base = b; } in SetRangeBase() argument 57 bool Union(const Range &rhs) { in Union() argument 67 Range Intersect(const Range &rhs) const { in Intersect() argument 78 BaseType GetRangeEnd() const { return base + size; } in GetRangeEnd() argument 80 void SetRangeEnd(BaseType end) { in SetRangeEnd() argument 101 bool Contains(const Range &range) const { in Contains() argument [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Utility/ |
D | RangeMap.h | 29 template <typename B, typename S> struct Range { struct 36 Range() : base(0), size(0) {} in Range() argument 38 Range(BaseType b, SizeType s) : base(b), size(s) {} in Range() argument 45 BaseType GetRangeBase() const { return base; } in GetRangeBase() argument 48 void SetRangeBase(BaseType b) { base = b; } in SetRangeBase() argument 57 bool Union(const Range &rhs) { in Union() argument 67 Range Intersect(const Range &rhs) const { in Intersect() argument 78 BaseType GetRangeEnd() const { return base + size; } in GetRangeEnd() argument 80 void SetRangeEnd(BaseType end) { in SetRangeEnd() argument 101 bool Contains(const Range &range) const { in Contains() argument [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Utility/ |
D | RangeMap.h | 29 template <typename B, typename S> struct Range { struct 36 Range() : base(0), size(0) {} in Range() function 38 Range(BaseType b, SizeType s) : base(b), size(s) {} in Range() function 45 BaseType GetRangeBase() const { return base; } in GetRangeBase() argument 48 void SetRangeBase(BaseType b) { base = b; } in SetRangeBase() argument 57 bool Union(const Range &rhs) { in Union() argument 67 Range Intersect(const Range &rhs) const { in Intersect() argument 78 BaseType GetRangeEnd() const { return base + size; } in GetRangeEnd() argument 80 void SetRangeEnd(BaseType end) { in SetRangeEnd() argument 101 bool Contains(const Range &range) const { in Contains() argument [all …]
|
/aosp_15_r20/external/llvm/lib/CodeGen/MIRParser/ |
H A D | MILexer.cpp | 62 MIToken &MIToken::reset(TokenKind Kind, StringRef Range) { in reset() 156 auto Range = C; in lexName() local 179 auto Range = C; in maybeLexIntegerType() local 236 auto Range = C; in maybeLexIdentifier() local 250 auto Range = C; in maybeLexMachineBasicBlock() local 281 auto Range = C; in maybeLexIndex() local 294 auto Range = C; in maybeLexIndexAndName() local 359 auto Range = C; in lexVirtualRegister() local 374 auto Range = C; in maybeLexRegister() local 390 auto Range = C; in maybeLexGlobalValue() local [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/ |
H A D | MILexer.cpp | 67 MIToken &MIToken::reset(TokenKind Kind, StringRef Range) { in reset() 161 auto Range = C; in lexName() local 264 auto Range = C; in maybeLexIdentifier() local 278 auto Range = C; in maybeLexMachineBasicBlock() local 312 auto Range = C; in maybeLexIndex() local 325 auto Range = C; in maybeLexIndexAndName() local 398 auto Range = C; in lexVirtualRegister() local 414 Cursor Range = C; in lexNamedVirtualRegister() local 439 auto Range = C; in maybeLexRegister() local 455 auto Range = C; in maybeLexGlobalValue() local [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/MIRParser/ |
H A D | MILexer.cpp | 62 MIToken &MIToken::reset(TokenKind Kind, StringRef Range) { in reset() 170 auto Range = C; in lexName() local 289 auto Range = C; in maybeLexIdentifier() local 303 auto Range = C; in maybeLexMachineBasicBlock() local 337 auto Range = C; in maybeLexIndex() local 350 auto Range = C; in maybeLexIndexAndName() local 423 auto Range = C; in lexVirtualRegister() local 439 Cursor Range = C; in lexNamedVirtualRegister() local 464 auto Range = C; in maybeLexRegister() local 480 auto Range = C; in maybeLexGlobalValue() local [all …]
|
/aosp_15_r20/external/executorch/backends/apple/coreml/runtime/inmemoryfs/ |
H A D | range.hpp | 10 struct Range { struct 11 inline Range(size_t offset, size_t size) noexcept: in Range() argument 15 inline Range() noexcept: in Range() argument 20 inline size_t length() const noexcept { in length() 24 size_t offset = 0; 25 size_t size = 0;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugAranges.h | 38 struct Range { struct 39 explicit Range(uint64_t LowPC, uint64_t HighPC, uint64_t CUOffset) in Range() function 55 bool operator<(const Range &other) const { argument 77 using RangeColl = std::vector<Range>; argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugAranges.h | 38 struct Range { struct 39 explicit Range(uint64_t LowPC, uint64_t HighPC, uint64_t CUOffset) in Range() function 55 bool operator<(const Range &other) const { argument 77 using RangeColl = std::vector<Range>; argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugAranges.h | 38 struct Range { struct 39 explicit Range(uint64_t LowPC, uint64_t HighPC, uint64_t CUOffset) in Range() argument 55 bool operator<(const Range &other) const { argument 77 using RangeColl = std::vector<Range>; argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugAranges.h | 38 struct Range { struct 39 explicit Range(uint64_t LowPC, uint64_t HighPC, uint64_t CUOffset) in Range() function 55 bool operator<(const Range &other) const { argument 77 using RangeColl = std::vector<Range>; argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugAranges.h | 38 struct Range { struct 39 explicit Range(uint64_t LowPC, uint64_t HighPC, uint64_t CUOffset) in Range() function 55 bool operator<(const Range &other) const { argument 77 using RangeColl = std::vector<Range>; argument
|
/aosp_15_r20/external/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugAranges.h | 34 struct Range { struct 54 bool operator<(const Range &other) const { argument 77 typedef std::vector<Range> RangeColl; argument
|
/aosp_15_r20/external/skia/modules/skshaper/include/ |
H A D | SkShaper.h | 199 struct Range { struct 200 constexpr Range() : fBegin(0), fSize(0) {} in Range() argument 201 constexpr Range(size_t begin, size_t size) : fBegin(begin), fSize(size) {} in Range() function 214 Range utf8Range; argument
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/ |
H A D | range.rs | 55 pub struct Range<Idx> { struct 65 impl<Idx: fmt::Debug> fmt::Debug for Range<Idx> { argument 74 impl<Idx: Step> Range<Idx> { impl 97 impl<Idx: PartialOrd<Idx>> Range<Idx> { implementation 160 impl<T> RangeBounds<T> for Range<T> { implementation 170 impl<T> RangeBounds<T> for Range<&T> { implementation 180 impl<T> From<Range<T>> for legacy::Range<T> { implementation 187 impl<T> From<legacy::Range<T>> for Range<T> { implementation
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/ |
H A D | range.rs | 55 pub struct Range<Idx> { struct 65 impl<Idx: fmt::Debug> fmt::Debug for Range<Idx> { argument 74 impl<Idx: Step> Range<Idx> { implementation 97 impl<Idx: PartialOrd<Idx>> Range<Idx> { implementation 160 impl<T> RangeBounds<T> for Range<T> { implementation 170 impl<T> RangeBounds<T> for Range<&T> { implementation 180 impl<T> From<Range<T>> for legacy::Range<T> { implementation 187 impl<T> From<legacy::Range<T>> for Range<T> { implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/ |
H A D | range.rs | 55 pub struct Range<Idx> { struct 65 impl<Idx: fmt::Debug> fmt::Debug for Range<Idx> { argument 74 impl<Idx: Step> Range<Idx> { implementation 97 impl<Idx: PartialOrd<Idx>> Range<Idx> { implementation 160 impl<T> RangeBounds<T> for Range<T> { implementation 170 impl<T> RangeBounds<T> for Range<&T> { implementation 180 impl<T> From<Range<T>> for legacy::Range<T> { implementation 187 impl<T> From<legacy::Range<T>> for Range<T> { implementation
|