Searched
full:minutes (Results
426 -
450 of
1821) sorted by null
<<11121314151617181920>>
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
utils.py | 158 hours, minutes = divmod(abs(offset), 3600) 160 # minutes east of UTC, so the signs differ. 165 zone = '%s%02d%02d' % (sign, hours, minutes // 60)
|
/bionic/libc/include/ |
time.h | 47 int tm_min; /* minutes */
|
/cts/suite/cts/deviceTests/simplecpu/src/com/android/cts/simplecpu/ |
SimpleCpuTest.java | 79 @TimeoutReq(minutes = 20)
|
/cts/suite/cts/hostTests/uihost/src/com/android/cts/uihost/ |
TaskSwitchingTest.java | 91 @TimeoutReq(minutes = 30)
|
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/ |
SensorTestOperation.java | 36 TimeUnit.MILLISECONDS.convert(5, TimeUnit.MINUTES);
|
/cts/tools/cts-java-scanner-doclet/src/com/android/cts/javascannerdoclet/ |
CtsJavaScannerDoclet.java | 94 if (elem.name().equals("minutes")) {
|
/developers/build/prebuilts/gradle/RepeatingAlarm/RepeatingAlarmSample/src/main/java/com/example/android/repeatingalarm/ |
RepeatingAlarmFragment.java | 70 // passage of time (every 15 seconds, 15 minutes, etc), since it isn't affected by
|
/developers/samples/android/background/alarms/RepeatingAlarm/RepeatingAlarmSample/src/main/java/com/example/android/repeatingalarm/ |
RepeatingAlarmFragment.java | 70 // passage of time (every 15 seconds, 15 minutes, etc), since it isn't affected by
|
/development/ndk/platforms/android-3/include/ |
time.h | 47 int tm_min; /* minutes */
|
/development/ndk/platforms/android-8/include/ |
time.h | 47 int tm_min; /* minutes */
|
/development/samples/browseable/repeatingAlarm/src/com.example.android.repeatingalarm/ |
RepeatingAlarmFragment.java | 70 // passage of time (every 15 seconds, 15 minutes, etc), since it isn't affected by
|
/external/antlr/antlr-3.4/antlr3-maven-archetype/ |
pom.xml | 37 within a few minutes of hitting the release repo for Sonotype.
|
/external/antlr/antlr-3.4/runtime/Perl5/t/examples/ |
simplecalc.t | 11 # The SimpleCalc grammar from the five minutes tutorial.
|
/external/arduino/hardware/arduino/cores/arduino/ |
wiring_pulse.c | 30 * to 3 minutes in length, but must be called at least a few dozen microseconds
|
/external/bison/ |
README-release | 61 * Wait a few minutes (maybe up to 30?) and then use the release URLs to
|
/external/chromium/chrome/browser/policy/ |
asynchronous_policy_loader.h | 68 // Schedules a reload task to run after the number of minutes specified
|
cloud_policy_subsystem.cc | 31 const int64 kPolicyRefreshRateMinMs = 30 * 60 * 1000; // 30 minutes
|
/external/chromium_org/chrome/browser/printing/ |
print_job_manager.cc | 99 // Wait for two minutes for the print job to be spooled.
|
/external/chromium_org/chrome/common/extensions/api/ |
metrics_private.json | 135 "description": "Records an elapsed time of no more than 3 minutes. The sample value is specified in milliseconds.",
|
/external/chromium_org/google_apis/drive/ |
time_util_unittest.cc | 47 // Tests positive offset (hour and minutes).
|
/external/chromium_org/jingle/notifier/communicator/ |
login.cc | 135 // Double reconnect time up to 30 minutes.
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderMediaControls.cpp | 426 int minutes = (seconds / 60) % 60; local 435 return String::format("%s%01d:%02d:%02d", (time < 0 ? "-" : ""), hours, minutes, seconds); 437 return String::format("%s%02d:%02d", (time < 0 ? "-" : ""), minutes, seconds); 439 return String::format("%s%01d:%02d", (time < 0 ? "-" : ""), minutes, seconds);
|
/external/chromium_org/third_party/libaddressinput/chromium/cpp/src/ |
validating_util.cc | 127 // 60 minutes per hour *
|
/external/chromium_org/tools/grit/grit/testdata/ |
indexing_speed.html | 36 to become unusable for many minutes, depending on how many items need to be indexed. FAST INDEXING IS NOT
|
/external/chromium_org/tools/page_cycler/webpagereplay/tests/ |
2012Q2.js | 63 // Not included (trimmed pageSets to keep test under 10 minutes).
|
Completed in 1574 milliseconds
<<11121314151617181920>>