/external/chromium_org/v8/src/ |
counters.cc | 76 // Compute the delta between start and stop, in milliseconds. 77 int milliseconds = static_cast<int>(stop_time_ - start_time_) / 1000; local 78 AddSample(milliseconds);
|
/external/junit/src/org/junit/ |
Test.java | 38 * longer than a specified amount of clock time (measured in milliseconds). The following test fails: 65 * Optionally specify <code>timeout</code> in milliseconds to cause a test method to fail if it 66 * takes longer than that number of milliseconds.*/
|
/external/qemu/ |
iolooper.h | 37 /* Gets current time in milliseconds. 39 * Number of milliseconds corresponded to the current time on success, or -1 60 * deadline Deadline (absoulte time in milliseconds) before which an I/O should
|
/frameworks/support/v4/java/android/support/v4/media/ |
TransportController.java | 53 * Retrieve the total duration of the media stream, in milliseconds. 58 * Retrieve the current playback location in the media stream, in milliseconds. 64 * @param pos Position to move to, in milliseconds.
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvar/ |
notify_one.pass.cpp | 52 std::this_thread::sleep_for(std::chrono::milliseconds(100)); 60 std::this_thread::sleep_for(std::chrono::milliseconds(100)); 77 std::this_thread::sleep_for(std::chrono::milliseconds(100));
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvarany/ |
notify_one.pass.cpp | 56 std::this_thread::sleep_for(std::chrono::milliseconds(100)); 64 std::this_thread::sleep_for(std::chrono::milliseconds(100)); 81 std::this_thread::sleep_for(std::chrono::milliseconds(100));
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
tzrule.h | 76 * @return The standard time offset from UTC in milliseconds. 84 * in milliseconds. 102 * takes effect in milliseconds. 115 * takes effect in milliseconds. 129 * takes effect in milliseconds. 146 * takes effect in milliseconds. 165 * @param rawOffset The UTC offset of its standard time in milliseconds. 166 * @param dstSavings The amount of daylight saving offset adjustment in milliseconds. 188 int32_t fRawOffset; // UTC offset of the standard time in milliseconds 189 int32_t fDSTSavings; // DST saving amount in milliseconds [all...] |
/external/icu4c/i18n/unicode/ |
tzrule.h | 76 * @return The standard time offset from UTC in milliseconds. 84 * in milliseconds. 102 * takes effect in milliseconds. 115 * takes effect in milliseconds. 129 * takes effect in milliseconds. 146 * takes effect in milliseconds. 165 * @param rawOffset The UTC offset of its standard time in milliseconds. 166 * @param dstSavings The amount of daylight saving offset adjustment in milliseconds. 188 int32_t fRawOffset; // UTC offset of the standard time in milliseconds 189 int32_t fDSTSavings; // DST saving amount in milliseconds [all...] |
/device/asus/flo/bluetooth/ |
bdroid_buildcfg.h | 30 #define BTA_DISABLE_DELAY 1000 /* in milliseconds */
|
/device/lge/mako/bluetooth/ |
bdroid_buildcfg.h | 21 #define BTA_DISABLE_DELAY 1000 /* in milliseconds */
|
/external/chromium/chrome/browser/policy/proto/ |
device_management_local.proto | 18 // milliseconds since 1970. When caching (deprecated) DevicePolicyResponses,
|
/external/chromium-trace/trace-viewer/src/tracing/trace_model/ |
trace_model_event.js | 15 * All time units are stored in milliseconds.
|
/external/chromium_org/base/test/ |
test_switches.cc | 7 // Time (in milliseconds) that the tests should wait before timing out.
|
/external/chromium_org/chrome/browser/policy/proto/cloud/ |
device_management_local.proto | 18 // milliseconds since 1970. When caching (deprecated) DevicePolicyResponses,
|
/external/chromium_org/chrome/browser/resources/net_internals/ |
time_util.js | 24 * The browser gives us times in terms of "time ticks" in milliseconds. 26 * the UTC time in milliseconds. 36 * The browser gives us times in terms of "time ticks" in milliseconds. 49 * @return {number} Milliseconds since the Unix epoch.
|
/external/chromium_org/sync/protocol/ |
favicon_tracking_specifics.proto | 19 // The last time a page using this favicon was visited (in milliseconds
|
/external/chromium_org/third_party/icu/source/i18n/ |
utmscale.c | 16 #define milliseconds (microseconds * 1000) macro 17 #define seconds (milliseconds * 1000) 25 {milliseconds, INT64_C(62135596800000), INT64_C(-984472800485477), INT64_C(860201606885477), INT64_C(-9223372036854774999), INT64_C(9223372036854774999), INT64_C(62135596800001), INT64_C(62135596799999), INT64_C(5000), INT64_C(-9223372036854770808), INT64_C(9223372036854770807)}, 27 {milliseconds, INT64_C(62135596800000), INT64_C(-984472800485477), INT64_C(860201606885477), INT64_C(-9223372036854774999), INT64_C(9223372036854774999), INT64_C(62135596800001), INT64_C(62135596799999), INT64_C(5000), INT64_C(-9223372036854770808), INT64_C(9223372036854770807)},
|
/external/chromium_org/third_party/skia/src/ports/ |
SkTime_Unix.cpp | 38 return (SkMSec) (tv.tv_sec * 1000 + tv.tv_usec / 1000 ); // microseconds to milliseconds
|
SkTime_win.cpp | 37 return (SkMSec)(t / 10000); /* In milliseconds */
|
/external/chromium_org/tools/telemetry/telemetry/core/timeline/ |
sample.py | 14 All time units are stored in milliseconds.
|
/external/chromium_org/ui/views/ |
metrics.h | 12 // NOTE: All times in this file are/should be expressed in milliseconds.
|
metrics_aura.cc | 13 // Default double click interval in milliseconds.
|
view_constants.h | 16 // Time in milliseconds to autoscroll by a row. This is used during drag and
|
/external/icu4c/i18n/ |
utmscale.c | 16 #define milliseconds (microseconds * 1000) macro 17 #define seconds (milliseconds * 1000) 25 {milliseconds, INT64_C(62135596800000), INT64_C(-984472800485477), INT64_C(860201606885477), INT64_C(-9223372036854774999), INT64_C(9223372036854774999), INT64_C(62135596800001), INT64_C(62135596799999), INT64_C(5000), INT64_C(-9223372036854770808), INT64_C(9223372036854770807)}, 27 {milliseconds, INT64_C(62135596800000), INT64_C(-984472800485477), INT64_C(860201606885477), INT64_C(-9223372036854774999), INT64_C(9223372036854774999), INT64_C(62135596800001), INT64_C(62135596799999), INT64_C(5000), INT64_C(-9223372036854770808), INT64_C(9223372036854770807)},
|
/external/kernel-headers/original/linux/netfilter_ipv4/ |
ipt_hashlimit.h | 4 /* timings are in milliseconds. */
|