Home
last modified time | relevance | path

Searched refs:range (Results 1 – 23 of 23) sorted by relevance

/development/tools/axl/
Dchewperf.py16 for x in range(len(rawLines)):
72 for x in range(top):
77 window = [0 for x in range(5)]
79 for x in range(len(buckets.items())):
Dchewie.py24 for x in range(len(self.queue)):
139 rng = range(connectionCount)
/development/samples/ApiDemos/src/com/example/android/apis/hardware/
DConsumerIr.java114 for (ConsumerIrManager.CarrierFrequencyRange range : freqs) {
115 b.append(String.format(" %d - %d\n", range.getMinFrequency(),
116 range.getMaxFrequency()));
/development/samples/browseable/HdrViewfinder/
D_index.jd8 This demo implements a real-time high-dynamic-range camera viewfinder, by alternating
/development/vndk/tools/definition-tool/tools/
Dremove_dt_needed.py170 for shdr_off in range(header.e_shoff, header_end, header.e_shentsize):
202 for ent_off in range(dynamic_off, dynamic_end, ent_size):
207 for ent_off in range(len(res), dynamic_end, ent_size):
/development/scripts/
Darchitecture.py8 return [word[x:x+2] for x in range(len(word) - 2, -2, -2)]
Ddisassemble_tombstone.py84 for index in range(0, len(words), 2):
Dsymbol.py276 for x in range(len(addrs)):
371 for x in range(len(addrs)):
Dnative_heapdump_viewer.py331 for x in range(0, len(addrs_by_lib[lib])):
/development/samples/ApiDemos/src/com/example/android/apis/view/
DGameControllerInput.java213 for (MotionRange range : ranges) { in InputDeviceState()
214 if (range.isFromSource(InputDevice.SOURCE_CLASS_JOYSTICK)) { in InputDeviceState()
222 for (MotionRange range : ranges) { in InputDeviceState()
223 if (range.isFromSource(InputDevice.SOURCE_CLASS_JOYSTICK)) { in InputDeviceState()
224 mAxes[i++] = range.getAxis(); in InputDeviceState()
DGameView.java272 final InputDevice.MotionRange range = device.getMotionRange(axis, event.getSource());
273 if (range != null) {
274 final float flat = range.getFlat();
/development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
DExpandingListView.java123 int range = computeVerticalScrollRange(); in getTopAndBottomTranslations()
125 int leftoverExtent = range-offset - extent; in getTopAndBottomTranslations()
/development/tools/logblame/
Dlogs.py66 for i in range(int(m.group(1))):
/development/samples/devbytes/animation/ListViewDraggingAnimation/src/com/example/android/listviewdragginganimation/
DDynamicListView.java486 int range = computeVerticalScrollRange(); in handleMobileCellScroll() local
495 if (hoverViewTop + hoverHeight >= height && (offset + extent) < range) { in handleMobileCellScroll()
/development/samples/ControllerSample/src/com/example/controllersample/
DGameView.java467 final InputDevice.MotionRange range = device.getMotionRange(axis, event.getSource()); in getCenteredAxis() local
468 if (range != null) { in getCenteredAxis()
469 final float flat = range.getFlat(); in getCenteredAxis()
/development/tools/
Dmonkey270 for run in range(1, options.runs+1):
/development/vndk/tools/definition-tool/
Dvndk_definition_tool.py346 for i in range(len(args), num_fields):
731 for phdr_off in range(header.e_phoff, seg_end, header.e_phentsize):
760 for shdr_off in range(header.e_shoff, header_end, header.e_shentsize):
780 for ent_off in range(
805 for ent_off in range(dynsym_off, dynsym_end, dynsym_entsize):
1018 for offset in range(offset_start, offset_end, struct_size):
1145 for _ in range(vdex_header.number_of_dex_files):
1714 for _ in range(index):
2171 self.lib_pt = [ELFLibDict() for i in range(NUM_PARTITIONS)]
2233 for partition in range(NUM_PARTITIONS):
[all …]
/development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
DInteractiveLineGraphView.java469 double range = stop - start; in computeAxisStops() local
470 if (steps == 0 || range <= 0) { in computeAxisStops()
476 double rawInterval = range / steps; in computeAxisStops()
/development/tools/winscope/
Dyarn.lock241 normalize-range "^0.1.2"
801 expand-range "^1.8.1"
1625 expand-range@^1.8.1:
1627 …resolved "https://registry.yarnpkg.com/expand-range/-/expand-range-1.8.2.tgz#a299effd335fe2721ebae…
1629 fill-range "^2.1.0"
1655 range-parser "~1.2.0"
1708 fill-range@^2.1.0:
1710 …resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-2.2.3.tgz#50b77dfd7e469bc7492470963…
2760 normalize-range@^0.1.2:
2762 …resolved "https://registry.yarnpkg.com/normalize-range/-/normalize-range-0.1.2.tgz#2d10c06bdfd312e…
[all …]
/development/vndk/tools/definition-tool/tests/
Dtest_tagged_dict.py367 self.lib_pt = [dict() for i in range(NUM_PARTITIONS)]
/development/vndk/tools/sourcedr/blueprint/
Dblueprint.py202 OCT_TABLE = {str(i) for i in range(8)}
941 for module_id in range(len(modules)):
/development/samples/SearchableDictionary/res/raw/
Ddefinitions.txt368 extensive - j. large in spatial extent or range or scope or quantity
540 ken - n. range of what one can know or understand
899 spectrum - n. a broad range of related objects or ideas or activities
970 unlimited - j. having no limits in range or scope
/development/sdk/
Dsdk_files_NOTICE.txt922 generous contributions to the wide range of software distributed
1815 generous contributions to the wide range of software distributed
2637 generous contributions to the wide range of software distributed
3096 generous contributions to the wide range of software distributed
4257 generous contributions to the wide range of software distributed
5244 generous contributions to the wide range of software distributed
6165 generous contributions to the wide range of software distributed
6983 generous contributions to the wide range of software distributed
7657 generous contributions to the wide range of software distributed
9614 generous contributions to the wide range of software distributed
[all …]