HomeSort by relevance Sort by last modified time
    Searched refs:seconds (Results 451 - 475 of 1528) sorted by null

<<11121314151617181920>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
datetime.h 39 int seconds; /* 0 <= seconds < 24*3600 is invariant */ member in struct:__anon4314
221 #define PyDelta_FromDSU(days, seconds, useconds) \
222 PyDateTimeAPI->Delta_FromDelta(days, seconds, useconds, 1, \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
datetime.h 39 int seconds; /* 0 <= seconds < 24*3600 is invariant */ member in struct:__anon4621
221 #define PyDelta_FromDSU(days, seconds, useconds) \
222 PyDateTimeAPI->Delta_FromDelta(days, seconds, useconds, 1, \
  /external/autotest/client/tests/wb_kupdate/
wb_kupdate.py 92 return time_diff <= datetime.timedelta(seconds=duration*60)
238 logging.info('Time taken to flush data: %s seconds.',
239 time_taken.seconds)
253 self.result_map[counter] = time_taken.seconds
  /external/python/cpython2/Include/
datetime.h 39 int seconds; /* 0 <= seconds < 24*3600 is invariant */ member in struct:__anon32562
221 #define PyDelta_FromDSU(days, seconds, useconds) \
222 PyDateTimeAPI->Delta_FromDelta(days, seconds, useconds, 1, \
  /external/python/cpython3/Doc/includes/
tzinfo-examples.py 5 SECOND = timedelta(seconds=1)
13 STDOFFSET = timedelta(seconds = -_time.timezone)
15 DSTOFFSET = timedelta(seconds = -_time.altzone)
  /frameworks/base/keystore/java/android/security/keystore/
KeyProtection.java 432 * Gets the duration of time (seconds) for which this key is authorized to be used after the
439 * @return duration in seconds or {@code -1} if authentication is required for every use of the
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
TimeBar.java 252 int seconds = totalSeconds % 60; local
256 return String.format("%d:%02d:%02d", hours, minutes, seconds).toString();
258 return String.format("%02d:%02d", minutes, seconds).toString();
  /prebuilts/gdb/darwin-x86/include/python2.7/
datetime.h 39 int seconds; /* 0 <= seconds < 24*3600 is invariant */ member in struct:__anon66453
221 #define PyDelta_FromDSU(days, seconds, useconds) \
222 PyDateTimeAPI->Delta_FromDelta(days, seconds, useconds, 1, \
  /prebuilts/gdb/linux-x86/include/python2.7/
datetime.h 39 int seconds; /* 0 <= seconds < 24*3600 is invariant */ member in struct:__anon66575
221 #define PyDelta_FromDSU(days, seconds, useconds) \
222 PyDateTimeAPI->Delta_FromDelta(days, seconds, useconds, 1, \
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
datetime.h 39 int seconds; /* 0 <= seconds < 24*3600 is invariant */ member in struct:__anon968
221 #define PyDelta_FromDSU(days, seconds, useconds) \
222 PyDateTimeAPI->Delta_FromDelta(days, seconds, useconds, 1, \
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
datetime.h 39 int seconds; /* 0 <= seconds < 24*3600 is invariant */ member in struct:__anon1091
221 #define PyDelta_FromDSU(days, seconds, useconds) \
222 PyDateTimeAPI->Delta_FromDelta(days, seconds, useconds, 1, \
  /system/bt/btif/src/
btif_a2dp_control.cc 294 uint32_t seconds = delay_report_stats.timestamp.tv_sec; local
295 UIPC_Send(*a2dp_uipc, UIPC_CH_ID_AV_CTRL, 0, (uint8_t*)&seconds,
296 sizeof(seconds));
  /test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
MetadataReporter.java 146 metadata.seconds = duration / 1000; // convert to second for reporting
174 long seconds; field in class:MetadataReporter.TestMetadata
224 writer.value(metadata.seconds);
  /toolchain/binutils/binutils-2.27/gold/
fileread.h 44 : seconds(0), nanoseconds(0)
48 : seconds(a_seconds), nanoseconds(a_nanoseconds)
51 time_t seconds; member in struct:gold::Timespec
  /external/protobuf/src/google/protobuf/util/internal/
protostream_objectsource.cc 314 int64 seconds = p.first; local
316 if (seconds > kTimestampMaxSeconds || seconds < kTimestampMinSeconds) {
319 StrCat("Timestamp seconds exceeds limit for field: ", field_name));
329 ::google::protobuf::internal::FormatTime(seconds, nanos));
338 int64 seconds = p.first; local
340 if (seconds > kDurationMaxSeconds || seconds < kDurationMinSeconds) {
343 StrCat("Duration seconds exceeds limit for field: ", field_name));
353 if (seconds < 0)
1022 uint64 seconds = 0; local
    [all...]
protostream_objectwriter.cc 92 void SplitSecondsAndNanos(StringPiece input, StringPiece* seconds,
96 *seconds = input.substr(0, idx);
99 *seconds = input;
116 // 's_nanos' contains fractional seconds -- i.e. 'nanos' is equal to
117 // "0." + s_nanos.ToString() seconds. An int32 is used for the
870 int64 seconds; local
872 if (!::google::protobuf::internal::ParseTime(value.ToString(), &seconds,
878 ow->ProtoWriter::RenderDataPiece("seconds", DataPiece(seconds));
932 "Invalid duration format, failed to parse seconds");
944 int64 seconds = sign * unsigned_seconds; local
    [all...]
  /external/protobuf/src/google/protobuf/util/
time_util_test.cc 52 EXPECT_EQ(TimeUtil::kTimestampMinSeconds, begin.seconds());
55 EXPECT_EQ(TimeUtil::kTimestampMaxSeconds, end.seconds());
62 EXPECT_EQ(-1, time.seconds());
122 EXPECT_EQ(315576000000LL, d.seconds());
125 EXPECT_EQ(-315576000000LL, d.seconds());
216 // For example, "1969-12-31T23:59:59.5Z" (i.e., -0.5s) rounded to seconds
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
vop.cpp 26 PV_STATUS EncodeGOVHeader(BitstreamEncVideo *stream, UInt seconds);
276 PV_STATUS EncodeGOVHeader(BitstreamEncVideo *stream, UInt seconds)
288 tmpvar = seconds / 3600;
291 tmpvar = (seconds - tmpvar * 3600) / 60;
296 tmpvar = seconds % 60;
297 status = BitstreamPutBits(stream, 6, tmpvar); /* Seconds*/
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java-util/3.0.0/
protobuf-java-util-3.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java-util/3.0.2/
protobuf-java-util-3.0.2.jar 
  /external/python/cpython3/Modules/
_datetimemodule.c 47 * carries from adding seconds.
94 #define GET_TD_SECONDS(o) (((PyDateTime_Delta *)(o))->seconds)
98 #define SET_TD_SECONDS(o, v) ((o)->seconds = (v))
479 /* Fiddle days (d), seconds (s), and microseconds (us) so that
780 * that seconds and microseconds are already in their proper ranges. In any
785 new_delta_ex(int days, int seconds, int microseconds, int normalize,
791 normalize_d_s_us(&days, &seconds, &microseconds);
792 assert(0 <= seconds && seconds < 24*3600);
802 SET_TD_SECONDS(self, seconds);
1117 int hours, minutes, seconds; local
1807 int seconds = GET_TD_SECONDS(left) + GET_TD_SECONDS(right); local
1866 int seconds = GET_TD_SECONDS(left) - GET_TD_SECONDS(right); local
2298 int seconds = GET_TD_SECONDS(self); local
3338 int hours, minutes, seconds; local
3888 int seconds, microseconds; local
4972 int days, seconds; local
5107 PyObject *seconds; local
5137 long long seconds; local
5335 long long seconds; local
    [all...]
  /external/autotest/client/common_lib/hosts/
base_classes.py 102 @param timeout: time limit in seconds before attempting to
104 will take a few seconds longer than 'timeout'
234 @param timeout The number of seconds to wait before timing out.
250 @param timeout: Max seconds to wait.
258 @param timeout: Max seconds to wait before returning.
259 @param warning_timer: Seconds before warning host is not down.
288 @param timeout: Max seconds to wait for reboot to start.
289 @param down_timeout: Max seconds to wait for host to go down.
290 @param down_warning: Seconds to wait before warning host hasn't gone
409 @param timeout: Max seconds to allow command to complete
    [all...]
  /external/ltp/testcases/kernel/io/disktest/
sfunc.c 658 fmt_time_t format_time(time_t seconds)
662 time_struct.days = seconds / 86400;
663 time_struct.hours = (seconds % 86400) / 3600;
664 time_struct.minutes = (seconds % 3600) / 60;
665 time_struct.seconds = seconds % 60;
  /frameworks/native/libs/vr/libpdx/
encoder_performance_test.cpp 347 auto seconds = local
351 double qps = iteration_count / seconds.count();
353 << std::setw(time_column_width) << seconds.count()
369 auto seconds = local
374 double qps = iteration_count / seconds.count();
376 << std::setw(time_column_width) << seconds.count()
  /frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
BaseLinearLayoutManagerTest.java 28 import static java.util.concurrent.TimeUnit.SECONDS;
396 public void waitForLayout(int seconds) throws Throwable {
397 layoutLatch.await(seconds * (DEBUG ? 100 : 1), SECONDS);
410 callbackLatch.await(timeout, TimeUnit.SECONDS);
420 public void waitForPrefetch(int seconds) throws Throwable {
421 prefetchLatch.await(seconds * (DEBUG ? 100 : 1), SECONDS);
449 public void waitForSnap(int seconds) throws Throwable {
450 snapLatch.await(seconds * (DEBUG ? 100 : 1), SECONDS)
    [all...]

Completed in 1600 milliseconds

<<11121314151617181920>>