Searched refs:ranges (Results 1 – 11 of 11) sorted by relevance
36 * tm_sec - Seconds after the minute. This ranges from 0 to 59, but possibly38 * 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.
164 const run_t* ranges = mRanges.array(); in dump() local168 LOGD("%u: (%u, %u)\n", i, ranges[i].first, ranges[i].length); in dump()
308 Vector<size_t> ranges; in dequeueAccessUnitAAC() local370 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()
1239 const Vector<InputDeviceInfo::MotionRange>& ranges = deviceInfo.getMotionRanges(); in android_server_InputManager_nativeGetInputDevice() local1240 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()
145 target specific screen ranges by their dimensions, measured in242 for ranges of screen sizes. Using the qualifiers, you can create resource
333 ranges (axes) supported by each device. Applications can also handle multiple
1838 ability to precisely target specific screen size ranges by dimensions, measured in
869 const Vector<InputDeviceInfo::MotionRange>& ranges = deviceInfo.getMotionRanges(); in dump() local870 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()
190 <img src="{@docRoot}images/screens_support/screens-ranges.png" style="padding:1em 0 0" alt="" />
1012 built-in limitations on port numbers or ranges except the one imposed by your
1704 /sdcard/android/layout_tests/fast/js/regexp-ranges-and-escaped-hyphens.html