Searched defs:time (Results 1 - 25 of 28) sorted by relevance

12

/development/tools/axl/
H A DudpEater.py24 import time, socket, string namespace
H A DudpServer.py2 import time, socket, string namespace
25 time.sleep(0.08)
H A Dchewperf.py9 import sys, time namespace
60 print "total time", totalTime, "bytes", bytes, "rate", bytes * 1000 / totalTime
H A Dlog.py19 import time, sys namespace
33 tm = time.time()
34 return "%s:%.2d" % (time.strftime('%m/%d/%Y %H:%M:%S',
35 time.localtime(tm)),
H A Daxl.py24 import sys, time namespace
87 time.sleep(1)
97 time.sleep(1)
99 time.sleep(1)
125 # time.sleep(4)
209 """Ensure client does not time out on slow writes"""
/development/ndk/platforms/android-3/include/sys/
H A Dtimeb.h31 #include <sys/time.h>
36 time_t time; member in struct:timeb
/development/cmds/monkey/src/com/android/commands/monkey/
H A DMonkeyUtils.java34 * Return calendar time in pretty string.
36 public static synchronized String toCalendarTime(long time) { argument
37 DATE.setTime(time);
H A DMonkeySourceScript.java76 // a parameter that compensates the difference of real elapsed time and
77 // time in theory
80 // maximum number of events that we read at one time
138 private static int LONGPRESS_WAIT_TIME = 2000; // wait time for the long
140 private long mProfileWaitTime = 5000; //Wait time for each user profile
142 private long mDeviceSleepTime = 30000; //Device sleep time
154 * @param throttle The amount of time in ms to sleep between events.
563 // Handle the profile wait time
730 * Sleep for a period of given time. Used to introduce latency between
733 * @param time Th
735 needSleep(long time) argument
[all...]
/development/scripts/
H A Dadd-accounts29 import time namespace
84 time.sleep(3)
93 print "emulator) while booting for the first time."
H A Dadd-accounts-sdk29 import time namespace
81 time.sleep(3)
90 print "emulator) while booting for the first time."
/development/testrunner/
H A Drun_command.py23 import time namespace
43 timeout_time: time in seconds to wait for command to run before aborting.
70 timeout_time: time in seconds to wait for command to run before aborting.
81 start_time = time.time()
130 and time.time() > start_time + timeout_time):
140 time.sleep(0.1)
H A Dadb_interface.py25 import time namespace
67 WaitForResponseTimedOutError if device does not respond to command within time
158 time.sleep(2)
311 wait_time: time in seconds to wait
332 wait_time: time in seconds to wait
357 wait_time: time in seconds to wait
372 wait_time: time in seconds to wait
392 wait_time: time in seconds to wait
419 time.sleep(wait_period)
429 wait_time: time i
[all...]
H A Druntest.py38 import time namespace
408 time.sleep(10)
/development/apps/Development/src/com/android/development/
H A DBadBehaviorActivity.java99 public boolean appCrashed(String proc, int pid, String m, String m2, long time, String st) { argument
/development/ndk/platforms/android-3/include/linux/
H A Drtc.h30 struct rtc_time time; member in struct:rtc_wkalrm
H A Dtimex.h16 #include <linux/time.h>
46 struct timeval time; member in struct:timex
H A Dmsdos_fs.h157 __le16 time,date,start; member in struct:msdos_dir_entry
H A Dinput.h15 #include <sys/time.h>
21 struct timeval time; member in struct:input_event
/development/scripts/app_engine_server/
H A Dmemcache_zipserve.py36 import time namespace
43 from time import localtime, strftime
469 expireDate = time.mktime(localtime()) + 60 * 60 * 24 * 365 * 10
671 # time.time() + max_age, usegmt=True)
/development/ndk/platforms/android-3/include/
H A Dzlib.h111 uLong time; /* modification time */ member in struct:gz_header_s
229 all (the input data is simply copied a block at a time).
507 file name, no extra data, no comment, no modification time (set to zero),
675 deflate(). The text, time, os, extra field, name, and comment information
686 the time set to zero, and os set to 255, with no extra, name, or comment
769 application may repeatedly call inflateSync, providing more input each time,
822 is completed, at which time head->done is set to one. If a zlib stream is
828 The text, time, xflags, and os fields are filled in with the gzip header
958 /* Return flags indicating compile-time option
[all...]
/development/ndk/platforms/android-3/include/linux/mtd/
H A Dmtd.h40 u_long time; member in struct:erase_info
/development/samples/ApiDemos/src/com/example/android/apis/app/
H A DDeviceAdminSample.java181 * Called automatically at every onResume. Should also call explicitly any time a
259 // At onResume time, reload UI with current values as required
858 private static String timeToDaysMinutesSeconds(Context context, long time) { argument
859 long days = time / MS_PER_DAY;
860 long hours = (time / MS_PER_HOUR) % 24;
861 long minutes = (time / MS_PER_MINUTE) % 60;
/development/tools/emulator/system/gps/
H A Dgps_qemu.c31 #include <time.h>
197 time_t now = time(NULL);
263 time_t now = time(NULL);
288 nmea_reader_update_date( NmeaReader* r, Token date, Token time )
310 return nmea_reader_update_time( r, time );
515 p += snprintf(p, end-p, " time=%s", asctime( &utc ) );
865 qemu_gps_inject_time(GpsUtcTime time, int64_t timeReference, int uncertainty) argument
/development/samples/training/basic/ActivityLifecycle/libs/
H A Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v13/ android/support/v13/app/ ...
/development/samples/training/multiscreen/newsreader/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/content/ ...

Completed in 464 milliseconds

12