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

<<61626364656667686970>>

  /external/chromium/base/
platform_file_win.cc 184 bool TouchPlatformFile(PlatformFile file, const base::Time& last_access_time,
185 const base::Time& last_modified_time) {
212 info->last_modified = base::Time::FromFileTime(file_info.ftLastWriteTime);
213 info->last_accessed = base::Time::FromFileTime(file_info.ftLastAccessTime);
214 info->creation_time = base::Time::FromFileTime(file_info.ftCreationTime);
  /external/chromium/base/threading/
watchdog.cc 64 // Disable watchdog so that it won't do anything when time expires.
69 // will check its state and time, and act accordingly.
92 // Spurios wake? Timer drifts? Go back to sleep for remaining time.
102 // alarm time).
116 // Ignore race of two alarms/breaks going off at roughly the same time.
watchdog_unittest.cc 10 #include "base/time.h"
76 // Make sure a basic alarm fires when the time has expired.
85 // Make sure a basic alarm fires when the time has expired.
88 // Set a time in the past.
131 // Set a time greater than the timeout into the past.
  /external/chromium/chrome/browser/chromeos/login/
signed_settings.h 21 // category can be in-flight at a time. You can be doing exactly one thing
22 // to the whitelist, and exactly one thing to the property store at a time.
64 // one type can be in flight at a time.
74 // one type can be in flight at a time.
85 // one type can be in flight at a time.
  /external/chromium/sdch/open-vcdiff/
mkinstalldirs 73 # mkdir -p a/c at the same time, both will detect that a is missing,
157 # eval: (add-hook 'write-file-hooks 'time-stamp)
158 # time-stamp-start: "scriptversion="
159 # time-stamp-format: "%:y-%02m-%02d.%02H"
160 # time-stamp-end: "$"
  /external/chromium/third_party/libjingle/source/talk/session/phone/
rtpdump.h 117 // the stream when it ends. RtpDumpLoopReader maintains the elapsed time, the
135 // During the second and later loops, update the elapsed time of the dump
141 // How much to increase the elapsed time, RTP sequence number, RTP timestampe
152 // The elapsed time, RTP sequence number, and RTP timestamp of the first and
197 uint32 start_time_ms_; // Time when the record starts.
  /external/clang/www/
performance.html 22 <p>This page shows the compile time performance of Clang on two
63 for Sketch this also includes the time to build/copy various
73 <li><tt>+ assembler</tt>: Add assembler time to generate .o files.</li>
74 <li><tt>+ linker</tt>: Add linker time.</li>
83 accurate measure of only the time to perform preprocessing, parsing, and
  /external/dhcpcd/
common.c 41 #include <sys/time.h>
54 #include <time.h>
137 /* Handy function to get the time.
138 * We only care about time advancements, not the actual time itself
  /external/e2fsprogs/lib/blkid/
blkidP.h 45 time_t bid_time; /* Last update time of device */
79 * Time in seconds an entry remains verified in the in-memory cache
81 * keep a cache in memory and continue to use it for a long time).
95 time_t bic_time; /* Last probe time */
96 time_t bic_ftime; /* Mod time of the cachefile */
  /external/elfutils/libebl/
i386_corenote.c 22 #include <sys/time.h>
44 struct timeval pr_utime; /* User time. */
45 struct timeval pr_stime; /* System time. */
46 struct timeval pr_cutime; /* Cumulative user time. */
47 struct timeval pr_cstime; /* Cumulative system time. */
  /external/grub/
mkinstalldirs 70 # mkdir -p a/c at the same time, both will detect that a is missing,
146 # eval: (add-hook 'write-file-hooks 'time-stamp)
147 # time-stamp-start: "scriptversion="
148 # time-stamp-format: "%:y-%02m-%02d.%02H"
149 # time-stamp-end: "$"
  /external/icu4c/common/
utrie2_impl.h 95 * At build time, leave a gap in the index-2 table,
106 * Maximum length of the build-time index-2 array.
109 * plus the build-time index gap,
122 * Maximum length of the build-time data array.
129 * Build-time trie structure.
  /external/ipsec-tools/src/racoon/
logger.c 49 # include <sys/time.h>
50 # include <time.h>
53 # include <sys/time.h>
55 # include <time.h>
111 p->tbuf[p->head] = time(NULL);
schedule.c 39 #include <sys/time.h>
48 #include <time.h>
91 return time(NULL) + res.tv_sec;
100 * time to block until next event.
237 #include <sys/time.h>
  /external/libffi/
mkinstalldirs 70 # mkdir -p a/c at the same time, both will detect that a is missing,
154 # eval: (add-hook 'write-file-hooks 'time-stamp)
155 # time-stamp-start: "scriptversion="
156 # time-stamp-format: "%:y-%02m-%02d.%02H"
157 # time-stamp-end: "$"
  /external/libnfc-nxp/src/
phLlcNfc_Timer.c 49 /** Connection time out bit to set */
51 /** Guard time out bit to set */
53 /** Ack time out bit to set */
57 /** Connection time out bit value */
59 /** Guard time out bit to set */
61 /** ACK time out bit to set */
70 /* This callback is for guard time out */
81 /* This callback is for acknowledge time out */
89 /* This callback is for connection time out */
226 PH_LLCNFC_DEBUG("TIME-OUT VALUE : 0x%02X\n", PH_LLCNFC_GUARD_TO_VALUE)
    [all...]
  /external/libvpx/vpx/
vpx_encoder.h 59 /*! \brief Initialization-time Feature Enabling
61 * Certain codec features must be known at initialization time, to allow
80 /*!\brief Time Stamp Type
82 * An integer, which when multiplied by the stream's time base, provides
83 * the absolute time of a sample.
133 vpx_codec_pts_t pts; /**< time stamp to show frame
279 * Indicates the smallest interval of time, in seconds, used by the stream.
285 * re-encoding video from containers with absolute time timestamps, the
352 * low data rates, at the expense of CPU time on the encoder/decoder.
460 * time (milliseconds). For example, a value of 5000 indicates that th
    [all...]
  /external/llvm/autoconf/
mkinstalldirs 70 # mkdir -p a/c at the same time, both will detect that a is missing,
146 # eval: (add-hook 'write-file-hooks 'time-stamp)
147 # time-stamp-start: "scriptversion="
148 # time-stamp-format: "%:y-%02m-%02d.%02H"
149 # time-stamp-end: "$"
  /external/llvm/lib/CompilerDriver/
Main.cpp 87 // Used to implement -time option. External linkage is intentional.
88 void AppendToGlobalTimeLog(const std::string& cmd, double time) {
89 *GlobalTimeLog << "# " << cmd << ' ' << time << '\n'; local
131 if (Time) {
138 if (Time) {
  /external/ping/
ping_common.h 4 #include <time.h>
9 #include <sys/time.h>
89 extern int deadline; /* time to die */
105 extern long tmin; /* minimum round trip time */
106 extern long tmax; /* maximum round trip time */
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_mutex.h 40 /* Synchronization functions which can time out return this value
41 if they time out.
45 /* This is the timeout value which corresponds to never time out */
102 the allotted time, and -1 on error.
150 signaled in the allotted time, and -1 on error.
  /external/qemu/slirp/
slirp.h 55 #include <sys/time.h>
102 # include <sys/time.h>
103 # include <time.h>
106 # include <sys/time.h>
108 # include <time.h>
  /external/qemu/slirp-android/
slirp.h 47 #include <sys/time.h>
94 # include <sys/time.h>
95 # include <time.h>
98 # include <sys/time.h>
100 # include <time.h>
  /external/quake/quake/src/QW/progs/
triggers.qc 15 // the wait time has passed, so set back up for another activation
29 // so wait for the delay time before firing
32 if (self.nextthink > time)
58 self.nextthink = time + self.wait;
64 self.nextthink = time + 0.1;
99 Variable sized repeatable trigger. Must be targeted at one or more entities. If "health" is set, the trigger must be killed to activate each time.
100 If "delay" is set, the trigger waits some time after activating before firing.
307 s.nextthink = time + 0.2;
329 if (other.invincible_finished > time &&
330 self.owner.invincible_finished > time) {
    [all...]
  /external/quake/quake/src/WinQuake/
cl_main.cpp 341 if (dl->die < cl.time)
366 float time; local
368 time = cl.time - cl.oldtime;
373 if (dl->die < cl.time || !dl->radius)
376 dl->radius -= time*dl->decay;
399 cl.time = cl.mtime[0];
408 frac = (cl.time - cl.mtime[1]) / f;
415 cl.time = cl.mtime[1];
425 cl.time = cl.mtime[0]
    [all...]

Completed in 1870 milliseconds

<<61626364656667686970>>