Searched
full:minutes (Results
1001 -
1025 of
2305) sorted by null
<<41424344454647484950>>
/external/llvm/unittests/Support/ |
YAMLIOTest.cpp | 1103 : hours(0), minutes(0), seconds(0) { 1107 minutes((secs - (hours*3600))/60), 1111 return TotalSeconds(hours*3600 + minutes*60 + seconds); 1115 uint8_t minutes; member in class:llvm::yaml::MappingTraits::NormalizedSeconds 1123 io.mapOptional("minutes", keys->minutes, (uint8_t)0); [all...] |
/cts/tests/tests/provider/src/android/provider/cts/ |
CalendarTest.java | 761 Reminders.MINUTES, 778 public static long addReminder(ContentResolver resolver, long eventId, int minutes, 784 reminder.put(Reminders.MINUTES, minutes); 1374 int minutes = cursor.getInt(ReminderHelper.REMINDERS_MINUTES_INDEX); local [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
RelativeDateTimeFormatter.java | 116 * Minutes 119 MINUTES, 682 MINUTE(RelativeUnit.MINUTES, null), [all...] |
/ndk/build/tools/ |
README.md | 282 minutes. 285 memory, rebuilding each toolchain takes between 2 and 4 minutes. 370 minutes. You can follow the build by using the --verbose option to display
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
CalendarInstancesHelper.java | 236 duration.minutes = 0; 307 duration.minutes = 0; 317 duration.minutes = 0; [all...] |
/tools/test/connectivity/acts/framework/acts/controllers/ |
monsoon.py | 796 durations: Number(s) of minutes to take samples for in each step. 799 step_funcs, then each number represents the number of minutes 801 e.g. If durations[0] is 10, we'll sample for 10 minutes after [all...] |
/art/runtime/jdwp/ |
jdwp_adb.cc | 222 * up after a few minutes in case somebody ships an app with
|
/art/runtime/ |
trace.h | 82 // 32 bits of microseconds is 70 minutes.
|
/cts/hostsidetests/appsecurity/test-apps/EncryptionApp/src/com/android/cts/encryptionapp/ |
EncryptionAppTest.java | 210 assertTrue("USER_UNLOCKED", latch.await(1, TimeUnit.MINUTES));
|
/cts/hostsidetests/compilation/src/android/cts/compilation/ |
AdbRootDependentCompilationTest.java | 99 // manually running the target application manually for a few minutes.
|