Home
last modified time | relevance | path

Searched refs:ranges (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/libs/rs/scriptc/
Drs_time.rsh36 * tm_sec - Seconds after the minute. This ranges from 0 to 59, but possibly
38 * tm_min - Minutes after the hour. This ranges from 0 to 59.
39 * tm_hour - Hours past midnight. This ranges from 0 to 23.
40 * tm_mday - Day of the month. This ranges from 1 to 31.
41 * tm_mon - Months since January. This ranges from 0 to 11.
43 * tm_wday - Days since Sunday. This ranges from 0 to 6.
44 * tm_yday - Days since January 1. This ranges from 0 to 365.
/frameworks/base/opengl/libagl/
DTokenizer.cpp164 const run_t* ranges = mRanges.array(); in dump() local
168 LOGD("%u: (%u, %u)\n", i, ranges[i].first, ranges[i].length); in dump()
/frameworks/base/media/libstagefright/mpeg2ts/
DESQueue.cpp308 Vector<size_t> ranges; in dequeueAccessUnitAAC() local
370 ranges.push(aac_frame_length); in dequeueAccessUnitAAC()
384 for (size_t i = 0; i < ranges.size(); ++i) { in dequeueAccessUnitAAC()
385 int64_t tmpUs = fetchTimestamp(ranges.itemAt(i)); in dequeueAccessUnitAAC()
/frameworks/base/services/jni/
Dcom_android_server_InputManager.cpp1239 const Vector<InputDeviceInfo::MotionRange>& ranges = deviceInfo.getMotionRanges(); in android_server_InputManager_nativeGetInputDevice() local
1240 for (size_t i = 0; i < ranges.size(); i++) { in android_server_InputManager_nativeGetInputDevice()
1241 const InputDeviceInfo::MotionRange& range = ranges.itemAt(i); in android_server_InputManager_nativeGetInputDevice()
/frameworks/base/docs/html/sdk/
Dandroid-3.2.jd145 target specific screen ranges by their dimensions, measured in
242 for ranges of screen sizes. Using the qualifiers, you can create resource
Dandroid-3.1-highlights.jd333 ranges (axes) supported by each device. Applications can also handle multiple
Dandroid-4.0.jd1838 ability to precisely target specific screen size ranges by dimensions, measured in
/frameworks/base/services/input/
DInputReader.cpp869 const Vector<InputDeviceInfo::MotionRange>& ranges = deviceInfo.getMotionRanges(); in dump() local
870 if (!ranges.isEmpty()) { in dump()
872 for (size_t i = 0; i < ranges.size(); i++) { in dump()
873 const InputDeviceInfo::MotionRange& range = ranges.itemAt(i); in dump()
/frameworks/base/docs/html/guide/practices/
Dscreens_support.jd190 <img src="{@docRoot}images/screens_support/screens-ranges.png" style="padding:1em 0 0" alt="" />
/frameworks/base/docs/html/guide/developing/devices/
Demulator.jd1012 built-in limitations on port numbers or ranges except the one imposed by your
/frameworks/base/tests/DumpRenderTree/assets/results/
Dlayout_tests_passed.txt1704 /sdcard/android/layout_tests/fast/js/regexp-ranges-and-escaped-hyphens.html