HomeSort by relevance Sort by last modified time
    Searched full:time (Results 501 - 525 of 15385) sorted by null

<<21222324252627282930>>

  /dalvik/tests/053-wait-some/src/
Main.java 4 * Exercise Object.wait(), comparing results against wall clock time.
55 System.out.println(" Elapsed time was too short");
58 System.out.println(" Elapsed time was too long: "
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyUtils.java 34 * Return calendar time in pretty string.
36 public static synchronized String toCalendarTime(long time) {
37 DATE.setTime(time);
  /external/blktrace/btt/
trace_plug.c 32 dip_unplug(u_iop->t.device, BIT_TIME(u_iop->t.time), get_nio_up(u_iop));
38 dip_unplug_tm(ut_iop->t.device, BIT_TIME(ut_iop->t.time),
45 dip_plug(p_iop->t.device, BIT_TIME(p_iop->t.time));
  /external/chromium/chrome/browser/prerender/
prerender_observer.h 13 #include "base/time.h"
52 // System time at which the current load was started for the purpose of
53 // the perceived page load time (PPLT).
  /external/chromium/net/base/
cookie_monster_store_test.cc 9 #include "base/time.h"
79 const base::Time& creation_time,
91 base::Time cookie_expires = pc.HasExpires() ?
92 CookieMonster::ParseCookieTime(pc.Expires()) : base::Time();
129 cookies_[creation_time].SetLastAccessDate(base::Time::Now());
153 base::Time current(base::Time::Now());
154 base::Time past_creation(base::Time::Now() - base::TimeDelta::FromDays(1000));
159 base::Time creation_time
    [all...]
x509_openssl_util.cc 58 bool ParseDate(ASN1_TIME* x509_time, base::Time* time) {
69 return ParseCertificateDate(str_date, format, time);
  /external/chromium/third_party/libevent/test/
test-eof.c 3 * cc -I/usr/local/include -o time-test time-test.c -L/usr/local/lib -levent
16 #include <sys/time.h>
test-time.c 3 * cc -I/usr/local/include -o time-test time-test.c -L/usr/local/lib -levent
16 #include <sys/time.h>
test-weof.c 3 * cc -I/usr/local/include -o time-test time-test.c -L/usr/local/lib -levent
16 #include <sys/time.h>
  /external/e2fsprogs/lib/ext2fs/tdb/patches/
tdbtool-includes 11 -#include "system/time.h"
20 +#include <time.h>
23 +#include <sys/time.h>
  /external/kernel-headers/original/asm-x86/
shmbuf.h 20 __kernel_time_t shm_atime; /* last attach time */
24 __kernel_time_t shm_dtime; /* last detach time */
28 __kernel_time_t shm_ctime; /* last change time */
  /external/kernel-headers/original/linux/
efs_fs_i.h 45 __be32 di_atime; /* time last accessed */
46 __be32 di_mtime; /* time last modified */
47 __be32 di_ctime; /* time created */
posix_types.h 13 * <sys/time.h> (and thus <linux/time.h>) - but this is a more logical
14 * place for them. Solved by having dummy defines in <sys/time.h>.
  /external/llvm/unittests/Support/
TimeValue.cpp 1 //===- llvm/unittest/Support/TimeValue.cpp - Time Value tests -------------===//
12 #include <time.h>
19 time_t now_t = time(NULL);
  /external/proguard/src/proguard/gui/splash/
Timing.java 24 * This interface maps a time to a normalized timing between 0 and 1.
31 * Returns the timing for the given time.
33 public double getTiming(long time);
VariableColor.java 26 * This interface represents a Color that varies with time.
33 * Returns the Color for the given time.
35 public Color getColor(long time);
VariableDouble.java 24 * This interface represents a double that varies with time.
31 * Returns the double for the given time.
33 public double getDouble(long time);
VariableFont.java 26 * This interface represents a Font that varies with time.
33 * Returns the Font for the given time.
35 public Font getFont(long time);
VariableInt.java 24 * This interface represents an integer that varies with time.
31 * Returns the integer for the given time.
33 public int getInt(long time);
VariableString.java 24 * This interface represents a String that varies with time.
31 * Returns the String for the given time.
33 public String getString(long time);
  /external/skia/src/ports/
SkTime_Unix.cpp 21 #include <sys/time.h>
22 #include <time.h>
29 time(&m_time);
  /external/wpa_supplicant/
includes.h 22 /* Include possible build time configuration before including anything else */
37 #include <time.h>
52 #include <sys/time.h>
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
includes.h 22 /* Include possible build time configuration before including anything else */
37 #include <time.h>
54 #include <sys/time.h>
  /external/wpa_supplicant_8/src/utils/
includes.h 22 /* Include possible build time configuration before including anything else */
37 #include <time.h>
54 #include <sys/time.h>
  /frameworks/base/media/java/android/media/videoeditor/
Overlay.java 57 * @param startTimeMs The start time relative to the media item start time
70 throw new IllegalArgumentException("Invalid start time and/OR duration");
74 throw new IllegalArgumentException("Invalid start time and duration");
126 * Get the start time of overlay.
128 * @return the start time of the overlay
135 * Set the start time for the overlay. If a preview or export is in
139 * @param startTimeMs start time in milliseconds
143 throw new IllegalArgumentException("Start time is too large");
155 * Set the start time and duratio
    [all...]

Completed in 4896 milliseconds

<<21222324252627282930>>