/test/vts/runners/host/ |
logger.py | 28 # The micro seconds are added by the format string above, 89 t = t + datetime.timedelta(seconds=delta) 102 the current time offset by delta seconds. 105 delta: Number of seconds to offset from current time; can be negative. 117 the current time offset by delta seconds. 120 delta: Number of seconds to offset from current time; can be negative.
|
/test/vts-testcase/hal/treble/vintf/ |
VtsTrebleVintfTestBase.cpp | 98 auto timeout = std::chrono::seconds(1);
|
/tools/test/connectivity/acts/framework/acts/ |
logger.py | 29 # The micro seconds are added by the format string above, 84 t = t + datetime.timedelta(seconds=delta) 108 the current time offset by delta seconds. 111 delta: Number of seconds to offset from current time; can be negative. 123 the current time offset by delta seconds. 126 delta: Number of seconds to offset from current time; can be negative.
|
/external/dhcpcd-6.8.2/ |
ipv6nd.c | 320 ipv6nd_expire(struct interface *ifp, uint32_t seconds) 330 rap->expired = seconds ? 0 : 1; 331 if (seconds) { 335 rap->lifetime = seconds; 338 ap->prefix_vltime = seconds; 339 ap->prefix_pltime = seconds / 2; 349 if (seconds) 804 * 30 seconds or so, so only spam the log if it's different. */ [all...] |
/external/ImageMagick/coders/ |
cin.c | 938 seconds; 993 seconds=time((time_t *) NULL); 995 (void) localtime_r(&seconds,&local_time); 997 (void) memcpy(&local_time,localtime(&seconds),sizeof(local_time)); 930 seconds; local [all...] |
/external/guice/extensions/persist/lib/ |
servlet-api-2.5.jar | |
/external/guice/extensions/servlet/lib/build/ |
servlet-api-2.5.jar | |
/external/guice/extensions/struts2/lib/ |
servlet-api-2.5.jar | |
/external/v8/src/builtins/ |
builtins-date.cc | 239 double date = 1.0, hours = 0.0, minutes = 0.0, seconds = 0.0, ms = 0.0; local 259 seconds = seconds_object->Number(); 275 double const time = MakeTime(hours, minutes, seconds, ms); 303 // ES6 section 20.3.3.4 Date.UTC (year,month,date,hours,minutes,seconds,ms) 308 double month = 0.0, date = 1.0, hours = 0.0, minutes = 0.0, seconds = 0.0, local 339 seconds = seconds_object->Number(); 357 double const time = MakeTime(hours, minutes, seconds, ms); [all...] |
/frameworks/av/media/libmediaplayerservice/ |
StagefrightRecorder.cpp | 564 } else if (timeUs <= 100000LL) { // XXX: 100 milli-seconds 605 } else if (durationUs >= 10000000) { // 10 seconds 616 // If seconds < 0, only the first frame is I frame, and rest are all P frames 617 // If seconds == 0, all frames are encoded as I frames. No P frames 618 // If seconds > 0, it is the time spacing (seconds) between 2 neighboring I frames 619 status_t StagefrightRecorder::setParamVideoIFramesInterval(int32_t seconds) { 620 ALOGV("setParamVideoIFramesInterval: %d seconds", seconds); 621 mIFramesIntervalSec = seconds; 825 int32_t seconds; local [all...] |
/packages/apps/Camera2/src/com/android/camera/ |
VideoModule.java | 756 int seconds = local 758 mMaxVideoDurationInMs = 1000 * seconds; 1556 long seconds = milliSeconds \/ 1000; \/\/ round down to compute seconds local [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
AudioTrackLatencyTest.java | 175 * @param seconds 177 public void writeSeconds(double seconds) throws InterruptedException { 178 long msecEnd = System.currentTimeMillis() + (long)(seconds * 1000); 252 // write data in non-blocking mode for a few seconds 320 // Play some audio for a few seconds. 458 // Play for a few seconds or until we get some new underruns. 465 // Play for a few seconds or until we get some new underruns.
|
/developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/watchface/ |
AnalogComplicationWatchFaceService.java | 121 private static final long INTERACTIVE_UPDATE_RATE_MS = TimeUnit.SECONDS.toMillis(1); 150 // Colors for all hands (hour, minute, seconds, ticks) based on photo loaded. 663 final float seconds = local 665 final float secondsRotation = seconds * 6f; 694 * Ensure the "seconds" hand is drawn only when we are in interactive mode. [all...] |
/developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/watchface/ |
AnalogComplicationWatchFaceService.java | 121 private static final long INTERACTIVE_UPDATE_RATE_MS = TimeUnit.SECONDS.toMillis(1); 150 // Colors for all hands (hour, minute, seconds, ticks) based on photo loaded. 663 final float seconds = local 665 final float secondsRotation = seconds * 6f; 694 * Ensure the "seconds" hand is drawn only when we are in interactive mode. [all...] |
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/ |
ComplicationSimpleWatchFaceService.java | 76 private static final long INTERACTIVE_UPDATE_RATE_MS = TimeUnit.SECONDS.toMillis(1); 110 // Colors for all hands (hour, minute, seconds, ticks) based on photo loaded. 651 final float seconds = local 653 final float secondsRotation = seconds * 6f; 682 * Ensure the "seconds" hand is drawn only when we are in interactive mode.
|
/development/tools/bugreport/src/com/android/bugreport/inspector/ |
Inspector.java | 790 int seconds = (int)(f / 1000); local 793 begin.add(Calendar.SECOND, -seconds); 833 * Trim the logcat to show no more than 3 seconds after the beginning of
|
/device/generic/goldfish/camera/ |
Exif.cpp | 248 // GPS coordinates comprised of <degrees> <minutes>' <seconds>" 259 // Same thing for seconds but here we store seconds with the fraction 260 float seconds = (minutes - (*result)[1]) * 60.0f; local 261 (*result)[2] = seconds;
|
/device/generic/goldfish/camera/fake-pipeline2/ |
Scene.cpp | 134 void Scene::setExposureDuration(float seconds) { 135 mExposureDuration = seconds;
|
/device/google/cuttlefish_common/guest/hals/camera/fake-pipeline2/ |
Scene.cpp | 139 void Scene::setExposureDuration(float seconds) { mExposureDuration = seconds; }
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_mac.cc | 164 unsigned int internal_sleep(unsigned int seconds) { 165 return sleep(seconds);
|
sanitizer_win.cc | 389 void SleepForSeconds(int seconds) { 390 Sleep(seconds * 1000);
|
/external/python/cpython3/Python/ |
pytime.c | 205 _PyTime_FromSeconds(int seconds) 208 t = (_PyTime_t)seconds;
|
/external/tcpdump/ |
util-print.c | 59 int32_t thiszone; /* seconds offset from gmt to local time */ 390 * Print an unsigned relative number of seconds (e.g. hold time, prune timer) 391 * in the form 5m1s. This does no truncation, so 32230861 seconds 399 static const u_int seconds[] = {31536000, 604800, 86400, 3600, 60, 1}; local 401 const u_int *s = seconds; 418 * Print a signed relative number of seconds (e.g. hold time, prune timer) 419 * in the form 5m1s. This does no truncation, so 32230861 seconds
|
/frameworks/base/core/java/android/text/format/ |
Time.java | 32 * struct tm. This class is not thread-safe and does not consider leap seconds. 82 * Seconds [0-61] (2 leap seconds allowed) 132 * Offset in seconds from UTC including any DST offset. 263 return 59; // leap seconds, bah humbug 962 * and the offset from UTC of the timezone in seconds (as might be in 970 * @param gmtoff the offset from UTC in seconds 1125 int seconds = wallTime.mktime(zoneInfo); local [all...] |
/frameworks/base/location/java/android/location/ |
Location.java | 58 * indicates minutes of arc, and S indicates seconds of arc (1 297 String seconds = st.nextToken(); local 298 sec = Double.parseDouble(seconds); 312 // min must be in [0, 59] if seconds are present, otherwise [0.0, 60.0) [all...] |