Home
last modified time | relevance | path

Searched defs:range (Results 1 – 25 of 302) sorted by relevance

12345678910>>...13

/aosp12/frameworks/minikin/tests/unittest/
H A DLayoutTest.cpp70 Range range(0, text.size()); in TEST_F() local
89 Range range(0, text.size()); in TEST_F() local
108 Range range(0, text.size()); in TEST_F() local
127 Range range(0, text.size()); in TEST_F() local
158 Range range(0, text.size()); in TEST_F() local
177 Range range(0, text.size()); in TEST_F() local
197 Range range(0, text.size()); in TEST_F() local
218 Range range(0, text.size()); in TEST_F() local
252 Range range(0, text.size()); in TEST_F() local
337 Range range(0, text.size()); in TEST_F() local
[all …]
H A DSparseBitSetTest.cpp33 std::vector<uint32_t> range{distribution(mt)}; in TEST() local
58 std::vector<uint32_t> range({10, 20}); in TEST() local
/aosp12/system/update_engine/common/
H A Dmulti_range_http_fetcher.cc73 Range range = ranges_[current_index_]; in StartTransfer() local
96 Range range = ranges_[current_index_]; in ReceivedBytes() local
140 Range range = ranges_[current_index_]; in TransferEnded() local
198 for (const Range& range : ranges_) { in SetOffset() local
/aosp12/art/compiler/optimizing/
H A Dlive_ranges_test.cc72 LiveRange* range = interval->GetFirstRange(); in TEST_F() local
116 LiveRange* range = interval->GetFirstRange(); in TEST_F() local
164 LiveRange* range = interval->GetFirstRange(); in TEST_F() local
239 LiveRange* range = interval->GetFirstRange(); in TEST_F() local
315 LiveRange* range = interval->GetFirstRange(); in TEST_F() local
388 LiveRange* range = interval->GetFirstRange(); in TEST_F() local
/aosp12/system/unwinding/libunwindstack/tests/
H A DMemoryRangeTest.cpp44 MemoryRange range(process_memory_, 9001, 1024, 0); in TEST_F() local
56 MemoryRange range(process_memory_, 1000, 1024, 0); in TEST_F() local
84 MemoryRange range(process_memory_, 1000, 1024, 0); in TEST_F() local
96 MemoryRange range(process_memory_, 1000, 1024, 400); in TEST_F() local
/aosp12/frameworks/minikin/libs/minikin/
H A DLayoutSplitter.h57 LayoutSplitter(const U16StringPiece& textBuf, const Range& range, bool isRtl) in LayoutSplitter()
72 const Range& range = mParent->mRange; variable
94 const Range& range = mParent->mRange; in iterator() local
H A DMeasuredText.cpp35 void setNextRange(const Range& range, bool dir) { in setNextRange()
83 void setNextContext(const Range& range, HyphenEdit edit, bool dir) { in setNextContext()
106 float StyleRun::measureHyphenPiece(const U16StringPiece& textBuf, const Range& range, in measureHyphenPiece()
136 const Range& range = run->getRange(); in measure() local
178 void StyleRun::appendLayout(const U16StringPiece& textBuf, const Range& range, in appendLayout()
241 std::pair<float, MinikinRect> StyleRun::getBounds(const U16StringPiece& textBuf, const Range& range, in getBounds()
271 MinikinExtent StyleRun::getExtent(const U16StringPiece& textBuf, const Range& range, in getExtent()
286 Layout MeasuredText::buildLayout(const U16StringPiece& textBuf, const Range& range, in buildLayout()
H A DLayout.cpp48 void Layout::doLayout(const U16StringPiece& textBuf, const Range& range, Bidi bidiFlags, in doLayout()
60 float Layout::measureText(const U16StringPiece& textBuf, const Range& range, Bidi bidiFlags, in measureText()
73 float Layout::doLayoutRunCached(const U16StringPiece& textBuf, const Range& range, bool isRtl, in doLayoutRunCached()
136 const Range range(start, start + count); in doLayoutWord() local
/aosp12/art/libartbase/base/
H A Dutils_test.cc128 auto range = SplitString("[ab[c[[d[e[", '['); in TEST_F() local
148 auto range = SplitString("ab[c[[d[e", '['); in TEST_F() local
164 auto range = SplitString("", '['); in TEST_F() local
/aosp12/frameworks/av/media/libstagefright/foundation/
H A DColorUtils.cpp154 int32_t ColorUtils::wrapColorAspectsIntoColorRange(ColorAspects::Range range) { in wrapColorAspectsIntoColorRange()
169 int32_t range, ColorAspects::Range *aspect) { in unwrapColorAspectsFromColorRange()
232 int32_t range, int32_t standard, int32_t transfer, ColorAspects &aspects) { in convertPlatformColorAspectsToCodecAspects()
242 const ColorAspects &aspects, int32_t *range, int32_t *standard, int32_t *transfer) { in convertCodecColorAspectsToPlatformAspects()
348 int32_t *range, int32_t *standard, int32_t *outtransfer) { in convertIsoColorAspectsToPlatformAspects()
572 ColorRange range = kColorRangeLimited; in getDataSpaceForColorAspects() local
617 const android_dataspace &dataspace, int32_t *range, int32_t *standard, int32_t *transfer) { in getColorConfigFromDataSpace()
646 const sp<AMessage> &format, int32_t *range, int32_t *standard, int32_t *transfer) { in getColorConfigFromFormat()
675 int32_t range, standard, transfer; in getColorAspectsFromFormat() local
701 int32_t range = 0, standard = 0, transfer = 0; in setColorAspectsIntoFormat() local
/aosp12/frameworks/libs/net/common/tests/unit/src/android/net/util/
H A DIpRangeTest.java226 final IpRange range = new IpRange(address("0.0.0.0"), address("255.255.255.255")); in testIpRangeToPrefixesIpv4FullRange() local
235 final IpRange range = new IpRange(IPV4_ADDR, IPV4_RANGE_END); in testIpRangeToPrefixesIpv4() local
250 final IpRange range = in testIpRangeToPrefixesIpv6FullRange() local
260 final IpRange range = new IpRange(IPV6_ADDR, IPV6_RANGE_END); in testIpRangeToPrefixesIpv6() local
/aosp12/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
H A Dand_constructor.h24 #define RANGE_FLOAT_TO_FIXEDPOINT(range, x) { \ argument
28 #define RANGE_FIXEDPOINT_TO_FLOAT(range, x) { \ argument
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DScrollBarUtils.java25 public static int getThumbLength(int size, int thickness, int extent, int range) { in getThumbLength()
35 public static int getThumbOffset(int size, int thumbLength, int extent, int range, int offset) { in getThumbOffset()
/aosp12/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/androidTest/java/com/android/car/ui/recyclerview/
H A DRangeFilterImplTest.java83 RangeFilterImpl.ListRange range = rangeFilter.getRange(); in testRecompute_pivotPointInTheSecondHalf_clampsHeadOnly() local
111 RangeFilterImpl.ListRange range = rangeFilter.getRange(); in testRecompute_pivotPointInTheFirstHalf_clampsTailOnly() local
149 RangeFilterImpl.ListRange range = rangeFilter.getRange(); in verifyClampedBothEnds() local
177 RangeFilterImpl.ListRange range = rangeFilter.getRange(); in verifyNoClamps() local
/aosp12/frameworks/base/core/java/android/util/
H A DRange.java132 public boolean contains(Range<T> range) { in contains()
205 public Range<T> intersect(Range<T> range) { in intersect()
273 public Range<T> extend(Range<T> range) { in extend()
/aosp12/frameworks/base/core/java/android/service/controls/templates/
H A DToggleRangeTemplate.java58 @NonNull RangeTemplate range) { in ToggleRangeTemplate()
77 @NonNull RangeTemplate range) { in ToggleRangeTemplate()
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
H A Dencodingstest.cpp288 for (const unsigned* range = kCodepointRanges; *range != 0xFFFFFFFF; range += 2) { in TEST() local
340 for (const unsigned* range = kCodepointRanges; *range != 0xFFFFFFFF; range += 2) { in TEST() local
399 for (const unsigned* range = kCodepointRanges; *range != 0xFFFFFFFF; range += 2) { in TEST() local
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIntRangeManager.java116 void insert(ClientRange range) { in insert()
223 IntRange range = mRanges.get(startIndex); in enableRange() local
457 IntRange range = mRanges.get(i); in disableRange() local
652 IntRange range = mRanges.get(i); in populateAllClientRanges() local
/aosp12/bootable/recovery/otautil/
H A Drangeset.cpp39 for (const auto& range : pairs) { in RangeSet() local
85 bool RangeSet::PushBack(Range range) { in PushBack()
122 Range range = *it; in Split() local
/aosp12/system/memory/libmemunreachable/
H A DHeapWalker.cpp51 Range range{begin, end}; in Allocation() local
86 bool HeapWalker::WordContainsAllocationPtr(uintptr_t word_ptr, Range* range, AllocationInfo** info)… in WordContainsAllocationPtr()
108 Range range = to_do.back(); in RecurseRoot() local
H A DLeakFolding.h36 const Range range; member
79 const Range range; member
H A DHeapWalker.h123 inline void HeapWalker::ForEachPtrInRange(const Range& range, F&& f) { in ForEachPtrInRange()
140 const Range& range = it.first; in ForEachAllocation() local
/aosp12/system/libvintf/
H A DMatrixInstance.cpp37 MatrixInstance::MatrixInstance(HalFormat format, FqInstance&& fqInstance, VersionRange&& range, in MatrixInstance()
46 const VersionRange& range, bool optional, bool isRegex) in MatrixInstance()
/aosp12/frameworks/native/libs/input/
H A DInputDevice.cpp206 const MotionRange& range = mMotionRanges[i]; in getMotionRange() local
220 MotionRange range = { axis, source, min, max, flat, fuzz, resolution }; in addMotionRange() local
224 void InputDeviceInfo::addMotionRange(const MotionRange& range) { in addMotionRange()
/aosp12/bionic/benchmarks/
H A Dmath_benchmark.cpp487 auto range = sincosf_input[state.range(0)]; in BM_math_sinf() local
500 auto range = sincosf_input[state.range(0)]; in BM_math_sinf_latency() local
513 auto range = sincosf_input[state.range(0)]; in BM_math_cosf() local
526 auto range = sincosf_input[state.range(0)]; in BM_math_cosf_latency() local
539 auto range = sincosf_input[state.range(0)]; in BM_math_sincosf() local
554 auto range = sincosf_input[state.range(0)]; in BM_math_sincosf_latency() local

12345678910>>...13