Searched defs:time (Results 1 - 25 of 33) 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.java79 // a parameter that compensates the difference of real elapsed time and
80 // time in theory
86 // maximum number of events that we read at one time
144 private static int LONGPRESS_WAIT_TIME = 2000; // wait time for the long
146 private long mProfileWaitTime = 5000; //Wait time for each user profile
148 private long mDeviceSleepTime = 30000; //Device sleep time
169 * @param throttle The amount of time in ms to sleep between events.
402 // Dynamically adjust waiting time to ensure that simulated evnets follow
403 // the time tap specified in the script
673 // Handle the profile wait time
849 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
169 time.sleep(2)
322 wait_time: time in seconds to wait
355 wait_time: time in seconds to wait
370 wait_time: time in seconds to wait
390 wait_time: time in seconds to wait
417 time.sleep(wait_period)
427 wait_time: time in seconds to wait
446 time
[all...]
H A Druntest.py39 import time namespace
444 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/samples/ApiDemos/src/com/example/android/apis/content/
H A DChangedContacts.java42 * Demonstrates selecting contacts that have changed since a certain time.
146 private void saveLastTimestamp(long time, String key) { argument
149 editor.putLong(key, time);
153 private long getLastTimestamp(long time, String key) { argument
155 return pref.getLong(key, time);
/development/scripts/app_engine_server/
H A Dmemcache_zipserve.py37 import time namespace
44 from time import localtime, strftime
470 expireDate = time.mktime(localtime()) + 60 * 60 * 24 * 365 * 10
676 # 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.java184 * Called automatically at every onResume. Should also call explicitly any time a
270 // At onResume time, reload UI with current values as required
897 private static String timeToDaysMinutesSeconds(Context context, long time) { argument
898 long days = time / MS_PER_DAY;
899 long hours = (time / MS_PER_HOUR) % 24;
900 long minutes = (time / MS_PER_MINUTE) % 60;
/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 733 milliseconds

12