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

<<21222324252627282930>>

  /external/llvm/test/Bindings/OCaml/
ipo.ml 9 (* Note: It takes several seconds for ocamlopt to link an executable with
linker.ml 9 (* Note: It takes several seconds for ocamlopt to link an executable with
scalar_opts.ml 9 (* Note: It takes several seconds for ocamlopt to link an executable with
  /external/scapy/scapy/layers/
dns.py 665 seconds = struct.unpack("!H", packed_seconds[:2])[0]
666 seconds += struct.unpack("!I", packed_seconds[2:])[0]
667 return seconds
669 def h2i(self, pkt, seconds):
670 """Convert the number of seconds since 1-Jan-70 UTC to the packed
673 if seconds is None:
674 seconds = 0
676 tmp_short = (seconds >> 32) & 0xFFFF
677 tmp_int = seconds & 0xFFFFFFFF
682 """Convert the internal representation to the number of seconds
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/
Process.java 184 int seconds = (int) (ms % 60000) / 1000; local
190 buffer.append(String.format("%02d:%02d", minutes, seconds));
  /external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
ipo_opts.ml 6 (* Note: It takes several seconds for ocamlopt to link an executable with
scalar_opts.ml 6 (* Note: It takes several seconds for ocamlopt to link an executable with
  /external/tcpdump/
print-ntp.c 49 #define JAN_1970 2208988800U /* 1970 - 1900 in seconds */
135 #define PLUS_SEC 0x40 /* add a second (61 seconds) */
136 #define MINUS_SEC 0x80 /* minus a second (59 seconds) */
364 time_t seconds = i - JAN_1970; local
368 tm = localtime(&seconds);
  /external/webrtc/webrtc/base/
fileutils.cc 129 bool DirectoryIterator::OlderThan(int seconds) const {
136 return TimeDiff(time(NULL), file_modify_time) >= seconds;
macsocketserver.cc 188 CFTimeInterval seconds = cms / 1000.0; local
189 result = CFRunLoopRunInMode(kCFRunLoopDefaultMode, seconds, false);
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
ISO8601Converter.java 194 value = input.gatherInt("Invalid whole seconds in date string", 59);
198 throw new XMPException("Invalid date string, after whole seconds",
206 value = input.gatherInt("Invalid fractional seconds in date string", 999999999);
346 // seconds and nanoseconds
349 double seconds = dateTime.getSecond() + dateTime.getNanoSecond() / 1e9d; local
352 buffer.append(df.format(seconds));
  /frameworks/av/media/libaaudio/examples/utils/
AAudioArgsParser.h 326 printf(" -r{rate} -s{seconds} -x\n");
347 printf(" -s{duration} in seconds, default is %d\n", DEFAULT_DURATION_SECONDS);
440 void setDurationSeconds(int32_t seconds) {
441 mDurationSeconds = seconds;
  /frameworks/av/media/mtp/
MtpUtils.cpp 91 void formatDateTime(time_t seconds, char* buffer, int bufferLength) {
94 localtime_r(&seconds, &tm);
  /frameworks/base/media/java/android/media/
SRTRenderer.java 196 long seconds = Long.parseLong(in.split(":")[2].split(",")[0].trim()); local
199 return hours * 60 * 60 * 1000 + minutes * 60 * 1000 + seconds * 1000 + millies;
  /frameworks/support/v7/appcompat/src/androidTest/java/androidx/appcompat/app/
DrawerInteractionTest.java 163 public boolean waitForLayouts(int seconds) throws InterruptedException {
164 boolean result = mLayoutCountDownLatch.await(seconds, TimeUnit.SECONDS);
  /frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
LoggingItemAnimator.java 135 public void waitForPendingAnimationsCall(int seconds) throws InterruptedException {
136 mWaitForPendingAnimations.await(seconds, TimeUnit.SECONDS);
  /libcore/ojluni/src/main/java/java/sql/
DriverManager.java 371 * Sets the maximum time in seconds that a driver will wait
374 * @param seconds the login time limit in seconds; zero means there is no limit
377 public static void setLoginTimeout(int seconds) {
378 loginTimeout = seconds;
382 * Gets the maximum time in seconds that a driver can wait
385 * @return the driver login time limit in seconds
  /libcore/ojluni/src/main/java/java/time/
LocalDateTime.java 396 * Obtains an instance of {@code LocalDateTime} using seconds from the
403 * @param epochSecond the number of seconds from the epoch of 1970-01-01T00:00:00Z
589 * <li>{@code SECONDS}
    [all...]
  /libcore/ojluni/src/main/java/sun/util/calendar/
AbstractCalendar.java 51 // The constants assume no leap seconds support.
251 int seconds = time / SECOND_IN_MILLIS; local
255 cdate.setSeconds(seconds);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
Archive.h 49 Expected<sys::TimePoint<std::chrono::seconds>> getLastModified() const;
106 Expected<sys::TimePoint<std::chrono::seconds>> getLastModified() const {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Object/
Archive.h 55 Expected<sys::TimePoint<std::chrono::seconds>> getLastModified() const;
117 Expected<sys::TimePoint<std::chrono::seconds>> getLastModified() const {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Object/
Archive.h 55 Expected<sys::TimePoint<std::chrono::seconds>> getLastModified() const;
117 Expected<sys::TimePoint<std::chrono::seconds>> getLastModified() const {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Object/
Archive.h 55 Expected<sys::TimePoint<std::chrono::seconds>> getLastModified() const;
117 Expected<sys::TimePoint<std::chrono::seconds>> getLastModified() const {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Object/
Archive.h 55 Expected<sys::TimePoint<std::chrono::seconds>> getLastModified() const;
117 Expected<sys::TimePoint<std::chrono::seconds>> getLastModified() const {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Object/
Archive.h 55 Expected<sys::TimePoint<std::chrono::seconds>> getLastModified() const;
117 Expected<sys::TimePoint<std::chrono::seconds>> getLastModified() const {

Completed in 1000 milliseconds

<<21222324252627282930>>