Searched refs:range (Results 1 – 17 of 17) sorted by relevance
/development/tools/axl/ |
D | chewperf.py | 16 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())):
|
D | chewie.py | 24 for x in range(len(self.queue)): 139 rng = range(connectionCount)
|
/development/samples/ApiDemos/src/com/example/android/apis/hardware/ |
D | ConsumerIr.java | 114 for (ConsumerIrManager.CarrierFrequencyRange range : freqs) { 115 b.append(String.format(" %d - %d\n", range.getMinFrequency(), 116 range.getMaxFrequency()));
|
/development/scripts/app_engine_server/gae_shell/static/ |
D | shell.js | 151 var range = output.createTextRange(); 152 range.collapse(false); 153 range.select();
|
/development/ndk/platforms/android-3/include/linux/netfilter_ipv4/ |
D | ip_nat.h | 51 struct ip_nat_range range[1]; member
|
D | ip_queue.h | 35 size_t range; member
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
D | GameControllerInput.java | 213 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()
|
D | GameView.java | 272 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/ |
D | ExpandingListView.java | 123 int range = computeVerticalScrollRange(); in getTopAndBottomTranslations() 125 int leftoverExtent = range-offset - extent; in getTopAndBottomTranslations()
|
/development/samples/devbytes/animation/ListViewDraggingAnimation/src/com/example/android/listviewdragginganimation/ |
D | DynamicListView.java | 486 int range = computeVerticalScrollRange(); in handleMobileCellScroll() local 495 if (hoverViewTop + hoverHeight >= height && (offset + extent) < range) { in handleMobileCellScroll()
|
/development/samples/ControllerSample/src/com/example/controllersample/ |
D | GameView.java | 467 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/samples/training/InteractiveChart/src/com/example/android/interactivechart/ |
D | InteractiveLineGraphView.java | 469 double range = stop - start; in computeAxisStops() local 470 if (steps == 0 || range <= 0) { in computeAxisStops() 476 double rawInterval = range / steps; in computeAxisStops()
|
/development/ndk/platforms/android-14/include/OMXAL/ |
D | OpenMAXAL.h | 2133 XAuint8 range 2141 XAuint8 range, 2146 XAuint8 range, 2197 XAuint8 range,
|
/development/ndk/platforms/android-5/include/GLES2/ |
D | gl2.h | 543 …GetShaderPrecisionFormat (GLenum shadertype, GLenum precisiontype, GLint* range, GLint* precision);
|
/development/samples/SearchableDictionary/res/raw/ |
D | definitions.txt | 368 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/ndk/platforms/android-18/include/GLES3/ |
D | gl3.h | 876 …GetShaderPrecisionFormat (GLenum shadertype, GLenum precisiontype, GLint* range, GLint* precision);
|
/development/ndk/platforms/android-4/samples/san-angeles/jni/ |
D | license-LGPL.txt | 396 generous contributions to the wide range of software distributed
|