Home
last modified time | relevance | path

Searched defs:ranges (Results 1 – 25 of 89) sorted by relevance

1234

/aosp12/build/make/tools/releasetools/
H A Dimages.py24 def RangeSha1(self, ranges): argument
27 def ReadRangeSet(self, ranges): argument
33 def WriteRangeDataToFd(self, ranges, fd): argument
49 def RangeSha1(self, ranges): argument
52 def ReadRangeSet(self, ranges): argument
126 def _GetRangeData(self, ranges): argument
130 def RangeSha1(self, ranges): argument
136 def ReadRangeSet(self, ranges): argument
199 def _GetRangeData(self, ranges): argument
208 def RangeSha1(self, ranges): argument
[all …]
H A Dsparse_img.py177 def RangeSha1(self, ranges): argument
183 def ReadRangeSet(self, ranges): argument
196 def WriteRangeDataToFd(self, ranges, fd): argument
200 def _GetRangeData(self, ranges): argument
/aosp12/art/compiler/optimizing/
H A Dlive_interval_test.cc30 static constexpr size_t ranges[][2] = {{0, 42}}; in TEST() local
36 static constexpr size_t ranges[][2] = {{4, 12}, {14, 16}}; in TEST() local
47 static constexpr size_t ranges[][2] = {{0, 42}}; in TEST() local
57 static constexpr size_t ranges[][2] = {{4, 12}, {14, 16}}; in TEST() local
75 static constexpr size_t ranges[][2] = {{0, 42}}; in TEST() local
85 static constexpr size_t ranges[][2] = {{4, 12}, {14, 16}}; in TEST() local
196 static constexpr size_t ranges[][2] = {{0, 4}}; in TEST() local
207 static constexpr size_t ranges[][2] = {{0, 4}}; in TEST() local
273 static constexpr size_t ranges[][2] = {{0, 4}}; in TEST() local
287 static constexpr size_t ranges[][2] = {{0, 4}}; in TEST() local
[all …]
/aosp12/packages/providers/MediaProvider/jni/
H A DRedactionInfoTest.cpp49 off64_t ranges[2] = { in TEST() local
107 off64_t ranges[4] = {10, 20, 30, 40}; in TEST() local
159 off64_t ranges[4] = {10, 20, 30, 40}; in TEST() local
194 off64_t ranges[6] = {30, 40, 50, 60, 10, 20}; in TEST() local
236 off64_t ranges[8] = {30, 40, 10, 20, 25, 30, 50, 60}; in TEST() local
259 off64_t ranges[8] = {30, 40, 10, 20, 25, 34, 50, 60}; in TEST() local
282 off64_t ranges[8] = {10, 20, 8, 14, 14, 24, 12, 16}; in TEST() local
311 off64_t ranges[8] = {20, 30, 10, 20, 70, 80, 60, 70}; in TEST() local
330 off64_t ranges[6] = {10, 20, 30, 40, 25, 25}; in TEST() local
373 off64_t ranges[2] = {10, 10}; in TEST() local
H A DRedactionInfo.cpp32 static void mergeOverlappingRedactionRanges(vector<RedactionRange>& ranges) { in mergeOverlappingRedactionRanges()
57 static void removeZeroSizeRedactionRanges(vector<RedactionRange>& ranges) { in removeZeroSizeRedactionRanges()
/aosp12/frameworks/base/media/java/android/media/
H A DUtils.java62 public static <T extends Comparable<? super T>> void sortDistinctRanges(Range<T>[] ranges) { in sortDistinctRanges()
116 int binarySearchDistinctRanges(Range<T>[] ranges, T value) { in binarySearchDistinctRanges()
/aosp12/system/update_engine/payload_generator/
H A Dextent_ranges_unittest.cc35 void ExpectRangeEq(const ExtentRanges& ranges, in ExpectRangeEq()
55 #define EXPECT_RANGE_EQ(ranges, var) \ argument
126 ExtentRanges ranges; in TEST() local
222 ExtentRanges ranges; in TEST() local
253 ExtentRanges ranges; in TEST() local
272 ExtentRanges ranges; in TEST() local
287 ExtentRanges ranges; in TEST() local
308 ExtentRanges ranges; in TEST() local
H A Dextent_ranges.cc157 void ExtentRanges::AddRanges(const ExtentRanges& ranges) { in AddRanges()
166 void ExtentRanges::SubtractRanges(const ExtentRanges& ranges) { in SubtractRanges()
285 const ExtentRanges& ranges) { in FilterExtentRanges()
/aosp12/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/timezone/location/storage/s2/
H A DSortedS2Ranges.java41 private SortedS2Ranges(int s2Level, List<T> ranges) { in SortedS2Ranges()
47 int s2Level, T... ranges) { in createFromSorted()
52 int s2Level, List<T> ranges) { in createFromSorted()
/aosp12/packages/modules/Connectivity/framework/src/android/net/
H A DUidRange.java146 public static boolean containsUid(Collection<UidRange> ranges, int uid) { in containsUid()
160 public static ArraySet<UidRange> fromIntRanges(@Nullable Set<Range<Integer>> ranges) { in fromIntRanges()
174 public static ArraySet<Range<Integer>> toIntRanges(@Nullable Set<UidRange> ranges) { in toIntRanges()
/aosp12/packages/modules/GeoTZ/data_pipeline/src/debug/java/com/android/timezone/location/data_pipeline/tools/
H A DPrintTzS2RangeStats.java58 TzS2Ranges ranges = TzS2Ranges.load(mInputFile, mStorageFormat); in printMergedRangeCounts() local
62 private void printTzS2RangeCounts(TzS2Ranges ranges) { in printTzS2RangeCounts()
/aosp12/bootable/recovery/updater/include/private/
H A Dcommands.h36 TargetInfo(std::string hash, RangeSet ranges) in TargetInfo()
43 const RangeSet& ranges() const { in ranges() function
71 StashInfo(std::string id, RangeSet ranges) : id_(std::move(id)), ranges_(std::move(ranges)) {} in StashInfo()
81 const RangeSet& ranges() const { in ranges() function
106 SourceInfo(std::string hash, RangeSet ranges, RangeSet location, std::vector<StashInfo> stashes) in SourceInfo()
/aosp12/frameworks/base/core/java/android/os/
H A DRedactingFileDescriptor.java74 private static long[] checkRangesArgument(long[] ranges) { in checkRangesArgument()
113 public static long[] removeRange(long[] ranges, long start, long end) { in removeRange()
/aosp12/packages/providers/MediaProvider/tests/src/com/android/providers/media/util/
H A DIsoInterfaceTest.java56 final long[] ranges = mp4.getBoxRanges(0x746b6864); // tkhd in testRepeated() local
69 final long[] ranges = mp4.getBoxRanges(0xa978797a); // ?xyz in testGps() local
/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/util/
H A DRedactingFileDescriptor.java75 public static long[] checkRangesArgument(long[] ranges) { in checkRangesArgument()
113 public static long[] removeRange(long[] ranges, long start, long end) { in removeRange()
/aosp12/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastChannelManager.java324 String[] ranges = in getCellBroadcastChannelRanges() local
379 ArrayList<CellBroadcastChannelRange> ranges = getCellBroadcastChannelRanges(key); in checkCellBroadcastChannelRange() local
443 ArrayList<CellBroadcastChannelRange> ranges = null; in getCellBroadcastChannelRangeFromMessage() local
481 ArrayList<CellBroadcastChannelRange> ranges = in isEmergencyMessage() local
H A DCellBroadcastConfigService.java311 ArrayList<CellBroadcastChannelRange> ranges = in enableCellBroadcastChannels() local
337 List<CellBroadcastChannelRange> ranges) { in setCellBroadcastRange()
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
H A DVpnTest.java278 private Set<Range<Integer>> rangeSet(Range<Integer> ... ranges) { in rangeSet()
301 final Set<Range<Integer>> ranges = in testRestrictedProfilesAreAddedToVpn() local
304 assertEquals(rangeSet(PRI_USER_RANGE, uidRangeForUser(restrictedProfileA.id)), ranges); in testRestrictedProfilesAreAddedToVpn() local
312 final Set<Range<Integer>> ranges = vpn.createUserAndRestrictedProfilesRanges(primaryUser.id, in testManagedProfilesAreNotAddedToVpn() local
315 assertEquals(rangeSet(PRI_USER_RANGE), ranges); in testManagedProfilesAreNotAddedToVpn() local
323 final Set<Range<Integer>> ranges = new ArraySet<>(); in testAddUserToVpnOnlyAddsOneUser() local
326 assertEquals(rangeSet(PRI_USER_RANGE), ranges); in testAddUserToVpnOnlyAddsOneUser() local
508 private ArrayList<Range<Integer>> toRanges(UidRangeParcel[] ranges) { in toRanges()
/aosp12/packages/modules/GeoTZ/s2storage/tools/src/proto/
H A Dgeotz_protos.proto31 repeated S2Range ranges = 2; field
/aosp12/frameworks/minikin/libs/minikin/
H A DSparseBitSet.cpp25 uint32_t SparseBitSet::calcNumPages(const uint32_t* ranges, size_t nRanges) { in calcNumPages()
49 void SparseBitSet::initFromRanges(const uint32_t* ranges, size_t nRanges) { in initFromRanges()
/aosp12/system/unwinding/libunwindstack/
H A DMapInfo.cpp182 MemoryRanges* ranges = new MemoryRanges; in CreateMemory() local
207 MemoryRanges* ranges = new MemoryRanges; in CreateMemory() local
/aosp12/bootable/recovery/fuse_sideload/include/
H A Dfuse_provider.h89 RangeSet ranges() const { in ranges() function
/aosp12/bionic/libc/tools/
H A Dgenseccomp.py154 def convert_to_intermediate_bpf(ranges): argument
179 def convert_ranges_to_bpf(ranges, priority_syscalls): argument
/aosp12/packages/modules/NetworkStack/apishim/common/com/android/networkstack/apishim/common/
H A DConnectivityManagerShim.java61 default void setRequireVpnForUids(boolean requireVpn, Collection<Range<Integer>> ranges) in setRequireVpnForUids()
/aosp12/packages/modules/GeoTZ/s2storage/src/test/java/com/android/timezone/location/storage/s2/
H A DSortedS2RangesTest.java54 SortedS2Ranges<S2LevelRange> ranges = in testCreateFromSorted() local

1234