/external/libnl/python/netlink/route/ |
address.py | 276 return datetime.timedelta(seconds=msecs) 290 return datetime.timedelta(seconds=msecs)
|
/external/llvm/test/Bindings/OCaml/ |
target.ml | 8 (* Note: It takes several seconds for ocamlopt to link an executable with
|
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/StdSuites/ |
__init__.py | 180 getbaseclasses(seconds) 375 'scnd' : seconds,
|
/external/skia/tools/skpbench/ |
skpbench.cpp | 64 double seconds() const { return std::chrono::duration<double>(fDuration).count(); } function in struct:Sample 66 double value() const { return FLAGS_fps ? fFrames / this->seconds() : this->ms() / fFrames; }
|
/external/skqp/tools/skpbench/ |
skpbench.cpp | 64 double seconds() const { return std::chrono::duration<double>(fDuration).count(); } function in struct:Sample 66 double value() const { return FLAGS_fps ? fFrames / this->seconds() : this->ms() / fFrames; }
|
/external/toolchain-utils/crb/ |
crb_driver.py | 148 eta = datetime.timedelta(seconds=eta_seconds) 154 datetime.timedelta(seconds=int(elapsed_time)), eta))
|
/external/webrtc/webrtc/modules/video_coding/ |
video_sender_unittest.cc | 173 // Note: simulated clock starts at 1 seconds, since parts of webrtc use 0 as 389 void InsertFrames(float framerate, float seconds) { 390 for (int i = 0; i < seconds * framerate; ++i) { 409 // It appears that this 5 seconds simulation is needed to allow
|
/external/webrtc/webrtc/tools/rtcbot/test/ |
two_way_video_streaming.js | 10 // The test succeeds after collecting stats for 10 seconds from both bots
|
webrtc_video_streaming.js | 10 // The test succeeds after collecting stats for 10 seconds from both bots
|
/frameworks/base/core/java/android/hardware/camera2/ |
DngCreator.java | 640 int seconds = (int) value; local 641 return new int[] { degrees, 1, minutes, 1, seconds, 100 };
|
/frameworks/base/sax/tests/saxtests/src/android/sax/ |
SafeSaxTest.java | 304 String seconds = attributes.getValue("", "seconds"); 306 = XmlUtils.convertValueToInt(seconds, 0); 427 attributes.getValue("", "seconds"), 0);
|
/hardware/interfaces/contexthub/1.0/vts/functional/ |
VtsHalContexthubV1_0TargetTest.cpp | 73 barrier.get_future().wait_for(std::chrono::seconds(1)); 185 std::chrono::milliseconds timeout = std::chrono::seconds(5)) {
|
/libcore/luni/src/test/java/libcore/libcore/util/ |
ZoneInfoTest.java | 115 * Checks to make sure that rounding the time from milliseconds to seconds does not cause issues 149 * Checks to make sure that rounding the time from milliseconds to seconds does not cause issues 548 private static int secondsInMillis(int seconds) { 549 return seconds * 1000;
|
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/ |
__init__.py | 180 getbaseclasses(seconds) 375 'scnd' : seconds,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/ |
__init__.py | 180 getbaseclasses(seconds) 375 'scnd' : seconds,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/ |
messages.properties | 101 PreferencePage_Thread_Status_Refresh_Interval=Thread status refresh interval (seconds):
|
/system/core/init/ |
reboot.cpp | 355 shutdown_timeout = std::chrono::seconds(thermal_shutdown_timeout); 360 shutdown_timeout = std::chrono::seconds(shutdown_timeout_property);
|
/system/vold/ |
IdleMaint.cpp | 218 if (timer.duration() >= std::chrono::seconds(GC_TIMEOUT_SEC)) { 297 if (timer.duration() >= std::chrono::seconds(DEVGC_TIMEOUT_SEC)) {
|
/toolchain/binutils/binutils-2.27/gold/ |
incremental-dump.cc | 132 static_cast<unsigned long long>(mtime.seconds), 134 ctime(&mtime.seconds));
|
/build/make/tools/releasetools/ |
edify_generator.py | 164 'dur' seconds. 'dur' may be zero to advance it via SetProgress
|
/development/tools/logblame/ |
logs.py | 92 endTime = datetime.datetime.now() + datetime.timedelta(seconds=duration)
|
/device/google/cuttlefish_common/guest/hals/hwcomposer/legacy/ |
stats_keeper.cpp | 32 using cvd::time::Seconds; 57 ts->ts_sec = td.seconds(); 199 " seconds just before the last call to " 200 "set() (which happended %" PRId64 " seconds ago):\n", 201 Seconds(period_length_).count(), 202 Seconds(MonotonicTimePoint::Now() - last_composition_stats_.set_end)
|
/external/ImageMagick/MagickCore/ |
log.c | 974 seconds; 979 seconds=time((time_t *) NULL); 994 (void) FormatMagickTime(seconds,extent,timestamp); 958 seconds; local [all...] |
/external/autotest/client/site_tests/video_GlitchDetection/ |
video_GlitchDetection.py | 113 player.seek_to(datetime.timedelta(seconds=0))
|
/external/autotest/site_utils/ |
dump_to_cloudsql.py | 232 print 'Total time: %s' % str(datetime.timedelta(seconds=delta))
|