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

<<51525354555657585960>>

  /external/chromium/chrome/browser/webdata/
web_data_service.h 20 #include "base/time.h"
389 void RemoveLoginsCreatedBetween(const base::Time& delete_begin,
390 const base::Time& delete_end);
393 void RemoveLoginsCreatedAfter(const base::Time& delete_begin);
449 void RemoveFormElementsAddedBetween(const base::Time& delete_begin,
450 const base::Time& delete_end);
492 const base::Time& delete_begin,
493 const base::Time& delete_end);
598 GenericRequest2<base::Time, base::Time>* request)
    [all...]
  /external/llvm/utils/
NightlyTestTemplate.html 49 <tr><td align=center>Lines Of Code over Time<br>
68 <tr><td><b>Item</b></td><td><b>CPU Time</b></td><td><b>Wall Clock</b></td></tr>
125 <font size=+2 face=Verdana><b><a name="Trends">Changes Over Time</font></b>
130 changing over time. For now we use the Olden benchmark suite to measure this,
145 Time to run the LLVM optimizer on each program
155 Execution time for CBE generated executable
159 Execution time for the LLC generated executable
165 Execution time for program in the JIT
187 <li><a name="GCCAS">GCCAS</a> - Time to run LLVM optimizers on the program.</li>
192 <li><a name="LLC<br>compile">LLC compile</a> - The time taken compile wit
    [all...]
  /external/valgrind/main/docs/internals/
xml-output.txt 25 * Have a stable output format which does not change much over time, so
49 * At the present time only Memcheck is supported. The scheme extends
143 Version 2 is identical in every way to version 1, except that the time
146 <time>human-readable-time-string</time>
148 has changed format, and is also elapsed wallclock time since process
149 start, and not local time or any such. In fact version 1 does not
213 <time>human-readable-time-string</time>
    [all...]
  /external/wpa_supplicant_8/src/utils/
eloop_win.c 38 struct os_time time; member in struct:eloop_timeout
251 os_get_time(&timeout->time);
252 now_sec = timeout->time.sec;
253 timeout->time.sec += secs;
254 if (timeout->time.sec < now_sec) {
264 timeout->time.usec += usecs;
265 while (timeout->time.usec >= 1000000) {
266 timeout->time.sec++;
267 timeout->time.usec -= 1000000;
282 if (os_time_before(&timeout->time, &tmp->time)
    [all...]
  /external/webkit/Source/WebCore/html/
HTMLMediaElement.cpp 114 // Default to not logging warnings about excessive drift in the cached media time because it adds a
1059 double time = WTF::currentTime(); local
2069 float time = currentTime(); local
2223 float time = currentTime(); local
    [all...]
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
MessageFormatTest.java 94 "abc {4,time} def {3,date} ghi {2,number} jkl {1,choice,0#low|1#high} mnop {0}");
100 assertTrue("Wrong time format", formats[0].equals(DateFormat
179 format = new MessageFormat("{0,date}{1,time}{2,number,integer}");
188 assertTrue("Wrong time format", format.getFormats()[0]
190 assertEquals("Wrong time pattern", "{0,time}", format.toPattern());
191 format.applyPattern("{0,Time, Short\n}");
192 assertTrue("Wrong short time format", format.getFormats()[0]
194 assertEquals("Wrong short time pattern",
195 "{0,time,short}", format.toPattern())
    [all...]
  /external/chromium/chrome/browser/debugger/
devtools_netlog_observer.cc 41 const base::TimeTicks& time,
53 OnAddURLRequestEntry(type, time, source, phase, params);
55 OnAddHTTPStreamJobEntry(type, time, source, phase, params);
57 OnAddSocketEntry(type, time, source, phase, params);
62 const base::TimeTicks& time,
157 const base::TimeTicks& time,
180 const base::TimeTicks& time,
  /external/chromium/chrome/browser/extensions/
extensions_quota_service.h 8 // interval of time. The interval of time is defined as 'how long we need to
12 // if a new request involving such an item at a given time is a violation.
24 #include "base/time.h"
116 // The time at which the token count and next expiration should be reset,
173 // a given period of time; e.g "no more than 100 events in an hour".
182 // period of time over a sustained longer interval. E.g "no more than two
  /external/chromium/chrome/browser/metrics/
metrics_log_unittest.cc 8 #include "base/time.h"
111 " <window action=\"create\" windowid=\"0\" session=\"0\" time=\"\"/>\n"
113 "session=\"0\" time=\"\"/>\n"
115 "session=\"0\" time=\"\"/>\n"
116 " <window action=\"destroy\" windowid=\"0\" session=\"0\" time=\"\"/>\n"
146 "origin=\"link\" session=\"0\" time=\"\"/>\n"
176 "origin=\"link\" session=\"0\" time=\"\"/>\n"
  /external/chromium/chrome/browser/net/
referrer.cc 30 // by W every time we contemplate doing a preconnection (i.e., when we navigate
42 // Each time we do indeed (again) need the subresource, this value will get
44 // Each time we navigate to the refererrer but never end up needing this
49 // Some browsers blindly make 2 connections all the time, so we'll use that as
88 const base::Time kNow(base::Time::Now()); // Avoid multiple calls.
163 : birth_time_(base::Time::Now()),
  /external/chromium/third_party/libevent/android/
config.h 168 /* Define to 1 if you have the <sys/time.h> header file. */
177 /* Define if timeradd is defined in <sys/time.h> */
180 /* Define if timerclear is defined in <sys/time.h> */
183 /* Define if timercmp is defined in <sys/time.h> */
186 /* Define if timerisset is defined in <sys/time.h> */
243 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
event-config.h 173 /* Define to 1 if you have the <sys/time.h> header file. */
182 /* Define if timeradd is defined in <sys/time.h> */
185 /* Define if timerclear is defined in <sys/time.h> */
188 /* Define if timercmp is defined in <sys/time.h> */
191 /* Define if timerisset is defined in <sys/time.h> */
248 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  /external/chromium/third_party/libevent/
config.h.in 165 /* Define to 1 if you have the <sys/time.h> header file. */
174 /* Define if timeradd is defined in <sys/time.h> */
177 /* Define if timerclear is defined in <sys/time.h> */
180 /* Define if timercmp is defined in <sys/time.h> */
183 /* Define if timerisset is defined in <sys/time.h> */
240 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  /external/chromium/third_party/libevent/linux/
config.h 166 /* Define to 1 if you have the <sys/time.h> header file. */
175 /* Define if timeradd is defined in <sys/time.h> */
178 /* Define if timerclear is defined in <sys/time.h> */
181 /* Define if timercmp is defined in <sys/time.h> */
184 /* Define if timerisset is defined in <sys/time.h> */
241 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
event-config.h 173 /* Define to 1 if you have the <sys/time.h> header file. */
182 /* Define if timeradd is defined in <sys/time.h> */
185 /* Define if timerclear is defined in <sys/time.h> */
188 /* Define if timercmp is defined in <sys/time.h> */
191 /* Define if timerisset is defined in <sys/time.h> */
248 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  /external/chromium/third_party/libevent/mac/
config.h 166 /* Define to 1 if you have the <sys/time.h> header file. */
175 /* Define if timeradd is defined in <sys/time.h> */
178 /* Define if timerclear is defined in <sys/time.h> */
181 /* Define if timercmp is defined in <sys/time.h> */
184 /* Define if timerisset is defined in <sys/time.h> */
241 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
event-config.h 173 /* Define to 1 if you have the <sys/time.h> header file. */
182 /* Define if timeradd is defined in <sys/time.h> */
185 /* Define if timerclear is defined in <sys/time.h> */
188 /* Define if timercmp is defined in <sys/time.h> */
191 /* Define if timerisset is defined in <sys/time.h> */
248 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  /external/dbus/dbus/
dbus-misc.c 100 * The COMPILE TIME major version of libdbus, that is, the "X" in "X.Y.Z",
108 * The COMPILE TIME minor version of libdbus, that is, the "Y" in "X.Y.Z",
116 * The COMPILE TIME micro version of libdbus, that is, the "Z" in "X.Y.Z",
124 * The COMPILE TIME version of libdbus, as a single integer that has 0 in the most
137 * The COMPILE TIME version of libdbus, as a string "X.Y.Z".
147 * In other words, you can get either the runtime or the compile-time version.
193 /* Now verify that all the compile-time version stuff
  /external/llvm/docs/CommandGuide/
lli.pod 14 in LLVM bitcode format and executes it using a just-in-time compiler, if one is
17 B<lli> is using the just-in-time compiler.
35 If set to true, use the interpreter even if a just-in-time compiler is available
50 the just-in-time compiler, at present.
52 =item B<-time-passes>
54 Record the amount of time needed for each code-generation pass and print it to
153 Exception handling should be enabled in the just-in-time compiler.
  /external/netperf/
netcpu_perfstat.c 19 # include <sys/time.h>
20 # include <time.h>
23 # include <sys/time.h>
25 # include <time.h>
227 fprintf(where,"\telapsed time = %g\n",elapsed);
275 /* It is possible that the library measured a time other than */
279 /* tests tell up what the elapsed time should be. */