HomeSort by relevance Sort by last modified time
    Searched full:time (Results 1326 - 1350 of 43060) sorted by null

<<51525354555657585960>>

  /external/chromium_org/third_party/libevent/test/
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/chromium_org/third_party/tcmalloc/vendor/m4/
acx_nanosleep.m4 1 # Check for support for nanosleep. It's defined in <time.h>, but on
14 AC_TRY_LINK([#include <time.h>],
21 AC_TRY_LINK([#include <time.h>],
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
event_win.cc 51 bool EventWindows::StartTimer(bool periodic, unsigned long time) {
58 timerID_ = timeSetEvent(time, 0, (LPTIMECALLBACK)HANDLE(event_), 0,
61 timerID_ = timeSetEvent(time, 0, (LPTIMECALLBACK)HANDLE(event_), 0,
  /external/chromium_org/tools/gyp/test/actions/src/subdir1/
counter.py 8 import time namespace
40 # Sleep so the next run changes the file time sufficiently to make the build
42 time.sleep(1)
  /external/chromium_org/tools/perf/metrics/unittest_data/
sample_timeline.json 38 "comment": "This paint event is not a leaf event. Area 300,000, time 400",
48 "comment": "Area 300,000, time 300",
59 "comment": "Area 300,000, time 400",
  /external/chromium_org/tools/python/google/
gethash_timer.py 13 --period (or -p): The amount of time (in seconds) to wait between GetHash
27 import time namespace
56 '''Measure the amount of time it takes to receive a GetHash response.
60 A tuple of HTTP resonse code and the response time (in milliseconds).
62 start = time.time()
64 return response_code, (time.time() - start) * 1000
68 '''Runs an experiment to measure the amount of time it takes to receive
88 time.sleep(period
    [all...]
  /external/chromium_org/tools/site_compare/drivers/win32/
mouse.py 13 import time # for sleep namespace
26 the size of the screen is fixed at module load time and does not change
80 time.sleep(click_time)
90 time_between_clicks: time to pause between clicks
96 time.sleep(time_between_clicks)
101 """Move the mouse cursor to a specified location, taking the specified time.
105 duration: amount of time the move should take
106 tick: amount of time between successive moves of the mouse
134 time.sleep(tick)
183 time_between_clicks: length of time to pause between click
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/web_perf/
timeline_interaction_record_unittest.py 77 # Make a record that starts at 30ms and ends at 60ms in thread time.
130 # Make a record that starts at 50ms and ends at 150ms in wall time, and is
131 # scheduled 75% of the time (hence thread_duration = 100ms*75% = 75ms).
147 # time.
148 # The overlapped wall-time duration is 50ms.
149 # The overlapped thread-time duration is 50ms * 75% * 50% = 18.75
154 # time.
155 # The overlapped wall-time duration is 40ms.
156 # The overlapped thread-time duration is 40ms * 75% * 20% = 6
161 # time
    [all...]
  /external/chromium_org/ui/display/chromeos/x11/
native_display_event_dispatcher_x11.h 8 #include "base/time/tick_clock.h"
9 #include "base/time/time.h"
  /external/chromium_org/ui/ozone/platform/dri/
dri_vsync_provider.cc 7 #include "base/time/time.h"
28 // Stores the time of the last refresh.
  /external/e2fsprogs/lib/ext2fs/tdb/patches/
tdbtool-includes 11 -#include "system/time.h"
20 +#include <time.h>
23 +#include <sys/time.h>
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/doc/
help.html 21 <li><a href="#time">Time linear</a></li>
22 <li><a href="#time">Time logarithmic</a></li>
25 <li><a href="#tips">Tips for time scales</a></li>
41 <h3><a name="time">Linear and logarithmic time scales</h3>
42 <p>For these scales, the X axis represents the duration time of the test.<br>
44 These kind of graphs give a better idea of time duration for each test.</p>
51 <h1><a name="tips">Tips for time scales</h1
    [all...]
  /external/guava/guava/src/com/google/common/base/
Stopwatch.java 33 * An object that measures elapsed time in nanoseconds. It is useful to measure
34 * elapsed time using this class instead of direct calls to {@link
38 * <li>An alternate time source can be substituted, for testing or performance
42 * returned by {@code nanoTime} at a different time. {@code Stopwatch} is a
81 * as its time source.
88 * Creates (but does not start) a new stopwatch, using the specified time
133 * Sets the elapsed time for this stopwatch to zero,
149 * Returns the current elapsed time shown on this stopwatch, expressed
150 * in the desired time unit, with any fraction rounded down.
161 * Returns the current elapsed time shown on this stopwatch, expresse
    [all...]
  /external/guava/guava-testlib/src/com/google/common/testing/
FakeTicker.java 40 /** Advances the ticker value by {@code time} in {@code timeUnit}. */
41 public FakeTicker advance(long time, TimeUnit timeUnit) {
42 return advance(timeUnit.toNanos(time));
  /external/iptables/extensions/
libxt_IDLETIMER.man 2 certain period of time. Timers are identified by labels and are created when
16 This is the time in seconds that will trigger the notification.
24 time. Defaults to 0.
  /external/kernel-headers/original/uapi/asm-generic/
msgbuf.h 26 __kernel_time_t msg_stime; /* last msgsnd time */
30 __kernel_time_t msg_rtime; /* last msgrcv time */
34 __kernel_time_t msg_ctime; /* last change time */
shmbuf.h 28 __kernel_time_t shm_atime; /* last attach time */
32 __kernel_time_t shm_dtime; /* last detach time */
36 __kernel_time_t shm_ctime; /* last change time */
  /external/kernel-headers/original/uapi/asm-mips/asm/
msgbuf.h 20 __kernel_time_t msg_stime; /* last msgsnd time */
27 __kernel_time_t msg_rtime; /* last msgrcv time */
34 __kernel_time_t msg_ctime; /* last change time */
  /external/kernel-headers/original/uapi/linux/
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>.
timex.h 51 * Reworked time interpolation logic
56 #include <linux/time.h>
66 __kernel_long_t offset; /* time offset (usec) */
71 __kernel_long_t constant;/* pll time constant */
76 struct timeval time; /* (read only, except for ADJ_SETOFFSET) */ member in struct:timex
98 #define ADJ_OFFSET 0x0001 /* time offset */
100 #define ADJ_MAXERROR 0x0004 /* maximum time error */
101 #define ADJ_ESTERROR 0x0008 /* estimated time error */
103 #define ADJ_TIMECONST 0x0020 /* pll time constant */
105 #define ADJ_SETOFFSET 0x0100 /* add 'time' to current time *
    [all...]
  /external/libpcap/
pcap-savefile.manfile.in 47 Time zone offset
49 Time stamp accuracy
73 regular files, except that the time stamps for packets are given in
84 A 4-byte time zone offset; this is always 0.
86 A 4-byte number giving the accuracy of time stamps in the file; this is
113 Time stamp, seconds value
115 Time stamp, microseconds or nanoseconds value
124 writing the file. The per-packet header begins with a time stamp giving
125 the approximate time the packet was captured; the time stamp consists o
    [all...]
pcap_get_tstamp_precision.3pcap.in 24 pcap_get_tstamp_precision \- get the time stamp precision returned in
38 returns the precision of the time stamp returned in packet captures on the pcap
47 that pcap captures contains time stamps in microseconds or nanoseconds
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
split-lib.py 4 """Used to generate a bash script which will invoke the toy and time it"""
18 self.shfile.write("/usr/bin/time -f \"Command %C\\n\\tuser time: %U s\\n\\tsytem time: %S s\\n\\tmax set: %M kb\"")
23 self.shfile.write("/usr/bin/time -f \"Command %C\\n\\tuser time: %U s\\n\\tsytem time: %S s\\n\\tmax set: %M kb\"")
28 self.shfile.write("/usr/bin/time -f \"Command %C\\n\\tuser time: %U s\\n\\tsytem time: %S s\\n\\tmax set: %M kb\""
    [all...]
  /external/ltrace/
.gitignore 45 testsuite/ltrace.minor/time-record-T
46 testsuite/ltrace.minor/time-record-tt
47 testsuite/ltrace.minor/time-record-ttt
  /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);

Completed in 808 milliseconds

<<51525354555657585960>>