HomeSort by relevance Sort by last modified time
    Searched defs:time (Results 1 - 25 of 2276) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/upstream-openbsd/lib/libc/gen/
time.c 1 /* $OpenBSD: time.c,v 1.5 2005/08/08 08:05:34 espie Exp $ */
32 #include <sys/time.h>
35 time(time_t *t) function
  /development/tools/axl/
udpEater.py 24 import time, socket, string namespace
udpServer.py 2 import time, socket, string namespace
25 time.sleep(0.08)
chewperf.py 9 import sys, time namespace
60 print "total time", totalTime, "bytes", bytes, "rate", bytes * 1000 / totalTime
  /external/e2fsprogs/contrib/python-uuid/
test.py 3 import time namespace
7 time = time.time() variable
11 print u, "...", time
  /external/skia/src/animator/
SkDisplayScreenplay.h 18 SkMSec time; member in class:SkDisplayScreenplay
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
reperf.py 2 import time namespace
12 t0 = time.clock()
18 t1 = time.clock()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
reperf.py 2 import time namespace
12 t0 = time.clock()
18 t1 = time.clock()
  /cts/apps/CameraITS/tests/scene0/
test_sensor_events.py 17 import time namespace
32 time.sleep(1)
test_unified_timestamps.py 18 import time namespace
21 """Test if image and motion sensor events are in the same time domain.
38 time.sleep(0.5)
43 ts_gyro0 = events["gyro"][0]["time"]
44 ts_gyro1 = events["gyro"][-1]["time"]
45 ts_accel0 = events["accel"][0]["time"]
46 ts_accel1 = events["accel"][-1]["time"]
47 ts_mag0 = events["mag"][0]["time"]
48 ts_mag1 = events["mag"][-1]["time"]
  /development/ndk/platforms/android-3/include/sys/
timeb.h 31 #include <sys/time.h>
36 time_t time; member in struct:timeb
  /external/clang/utils/
CaptureCmd 22 import time namespace
54 entry = (time.time(), envKey, cwdKey, argvKey)
  /external/deqp/android/scripts/
launch.py 25 import time namespace
  /external/lldb/test/functionalities/command_script/
mysto.py 4 import time namespace
welcome.py 21 import time namespace
22 time.sleep(1)
24 time.sleep(1)
  /external/lldb/test/pexpect-2.4/examples/
bd_client.py 7 import sys, time, select namespace
24 time.sleep(1)
  /external/toybox/toys/posix/
who.c 35 time_t time; local
39 time = entry->ut_tv.tv_sec;
40 times = ctime(&time);
43 time_size, time_size, ctime(&time), entry->ut_host);
  /external/wpa_supplicant_8/wpa_supplicant/examples/
wpas-dbus-new-getall.py 5 import time namespace
  /libcore/benchmarks/src/benchmarks/regression/
SSLSocketFactoryBenchmark.java 24 public void time(int reps) throws Exception { method in class:SSLSocketFactoryBenchmark
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
timeb.h 25 #include <time.h>
34 time_t time; /* Seconds since epoch, as from `time'. */ member in struct:timeb
37 short int dstflag; /* Nonzero if Daylight Savings Time used. */
40 /* Fill in TIMEBUF with information about the current time. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
timeb.h 25 #include <time.h>
34 time_t time; /* Seconds since epoch, as from `time'. */ member in struct:timeb
37 short int dstflag; /* Nonzero if Daylight Savings Time used. */
40 /* Fill in TIMEBUF with information about the current time. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
timeb.h 25 #include <time.h>
34 time_t time; /* Seconds since epoch, as from `time'. */ member in struct:timeb
37 short int dstflag; /* Nonzero if Daylight Savings Time used. */
40 /* Fill in TIMEBUF with information about the current time. */
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
timeb.h 31 #include <sys/time.h>
36 time_t time; member in struct:timeb
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
timeb.h 31 #include <sys/time.h>
36 time_t time; member in struct:timeb
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/
timeb.h 31 #include <sys/time.h>
36 time_t time; member in struct:timeb

Completed in 737 milliseconds

1 2 3 4 5 6 7 8 91011>>