Home
last modified time | relevance | path

Searched defs:Range (Results 1 – 25 of 27) sorted by relevance

12

/aosp12/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
H A Drange.h13 struct Range { struct
15 Range() {} in Range() function
16 Range(Eigen::Vector<T, d> p1, Eigen::Vector<T, d> p2) : p1(p1), p2(p2) {} in Range() function
18 static Range<T, d> FromSize(Eigen::Vector<T, d> p1, in FromSize() argument
37 typedef Range<int, 2> Range2i; argument
/aosp12/frameworks/base/tools/aapt2/compile/
H A DImage.h70 struct Range { struct
74 explicit Range() = default; argument
75 inline explicit Range(int32_t s, int32_t e) : start(s), end(e) {} in Range() function
/aosp12/hardware/qcom/display/msm8909/sdm/libs/hwc/
H A Dblit_engine_c2d.h87 struct Range { struct
97 mutable Range r; argument
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
H A Dblit_engine_c2d.h87 struct Range { struct
97 mutable Range r; argument
/aosp12/hardware/qcom/display/msm8996/sdm/libs/hwc/
H A Dblit_engine_c2d.h87 struct Range { struct
97 mutable Range r; argument
/aosp12/system/memory/libmemunreachable/
H A DHeapWalker.h31 struct Range { struct
36 bool operator==(const Range& other) const { argument
/aosp12/frameworks/minikin/include/minikin/
H A DMeasuredText.h71 const Range& /* hyphenPieceRange */, in measureHyphenPiece()
134 const Range& /* range */, in getBounds()
140 MinikinExtent getExtent(const U16StringPiece& /* text */, const Range& /* range */, in getExtent()
145 void appendLayout(const U16StringPiece& /* text */, const Range& /* range */, in appendLayout()
H A DRange.h32 Range(uint32_t start, uint32_t end) : mStart(start), mEnd(end) {} in Range() function
33 Range() : Range(NOWHERE, NOWHERE) {} in Range() function
H A DFontCollection.h223 struct Range { struct
224 uint16_t start;
225 uint16_t end;
/aosp12/frameworks/base/tools/aapt2/util/
H A DUtil.h48 struct Range { struct
49 T start;
50 T end;
/aosp12/frameworks/minikin/tests/unittest/
H A DLineBreakerTestHelper.h65 const Range& /* range */, in getBounds()
70 virtual MinikinExtent getExtent(const U16StringPiece& /* text */, const Range& /* range */, in getExtent()
90 virtual void appendLayout(const U16StringPiece&, const Range&, const Range&, in appendLayout()
/aosp12/frameworks/base/core/java/android/util/
H A DRange.java40 public final class Range<T extends Comparable<? super T>> { class
55 public Range(final T lower, final T upper) { in Range() method in Range
/aosp12/system/update_engine/common/
H A Dmulti_range_http_fetcher.h130 Range(off_t offset, size_t length) : offset_(offset), length_(length) {} in Range() function
131 explicit Range(off_t offset) : offset_(offset), length_(0) {} in Range() function
/aosp12/bootable/recovery/otautil/include/otautil/
H A Drangeset.h26 using Range = std::pair<size_t, size_t>; variable
/aosp12/art/libartbase/base/
H A Dstl_util.h232 static inline IterationRange<CountIter> Range(size_t start, size_t end) { in Range() function
236 static inline IterationRange<CountIter> Range(size_t end) { in Range() function
/aosp12/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.h374 struct Range { struct
375 int min;
376 int max;
/aosp12/frameworks/native/opengl/tests/hwc/
H A DhwcCommit.cpp179 class Range { class
181 Range(void) : _l(0), _u(0) {} in Range() function in Range
182 Range(uint32_t lower, uint32_t upper) : _l(lower), _u(upper) {} in Range() function in Range
/aosp12/frameworks/minikin/libs/minikin/
H A DMeasuredText.cpp178 void StyleRun::appendLayout(const U16StringPiece& textBuf, const Range& range, in appendLayout()
/aosp12/frameworks/native/headers/media_plugin/media/hardware/
H A DVideoAPI.h115 enum Range : uint32_t { enum
/aosp12/packages/apps/TV/libs/m2/
H A Dauto-value-1.5.3.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
H A Dguava-28.0-android.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
H A Dguava-28.0-jre.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/aosp12/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...
/aosp12/packages/apps/TV/libs/
H A Dgoogle-java-format-1.7-all-deps.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp12/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...

12