/development/tools/axl/ |
D | chewie.py | 20 def add(self, url, time): argument 21 self.queue.append([url, time]) 94 time, url = x[0], x[3] 95 queued.add(url, time) 98 time, thread, host = x[0], x[1], x[4] 99 opened[thread] = [time, host, connectionCount] 102 time, thread, url = x[0], x[1], x[3] 105 record = [thread, qtime, opentime, time, None, None, None, url, host, connection] 108 time, thread = x[0], x[1] 110 record[4] = time [all …]
|
D | log.py | 19 import time, sys 33 tm = time.time() 34 return "%s:%.2d" % (time.strftime('%m/%d/%Y %H:%M:%S', 35 time.localtime(tm)),
|
D | udpServer.py | 2 import time, socket, string 25 time.sleep(0.08)
|
D | udpEater.py | 24 import time, socket, string
|
D | axl.py | 24 import sys, time 87 time.sleep(1) 97 time.sleep(1) 99 time.sleep(1)
|
D | chewperf.py | 9 import sys, time
|
/development/testrunner/ |
D | run_command.py | 23 import time 81 start_time = time.time() 130 and time.time() > start_time + timeout_time): 140 time.sleep(0.1)
|
D | adb_interface.py | 25 import time 158 time.sleep(2) 419 time.sleep(wait_period) 448 time.sleep(wait_period)
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
D | MonkeyUtils.java | 36 public static synchronized String toCalendarTime(long time) { in toCalendarTime() argument 37 DATE.setTime(time); in toCalendarTime()
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
D | SpriteTextRenderer.java | 176 long time = SystemClock.uptimeMillis(); in onDrawFrame() local 178 long delta = time - mLastTime; in onDrawFrame() 181 mLastTime = time; in onDrawFrame() 184 long time = SystemClock.uptimeMillis() % 4000L; in onDrawFrame() local 185 float angle = 0.090f * ((int) time); in onDrawFrame() 205 long time = SystemClock.uptimeMillis(); in drawMsPF() local 207 mStartTime = time; in drawMsPF() 211 long delta = time - mStartTime; in drawMsPF() 212 mStartTime = time; in drawMsPF()
|
/development/ndk/platforms/android-3/include/sys/ |
D | timeb.h | 36 time_t time; member
|
/development/scripts/ |
D | add-accounts | 29 import time 84 time.sleep(3)
|
D | add-accounts-sdk | 29 import time 81 time.sleep(3)
|
/development/samples/AndroidBeamDemo/src/com/example/android/beam/ |
D | Beam.java | 73 Time time = new Time(); in createNdefMessage() local 74 time.setToNow(); in createNdefMessage() 76 "Beam Time: " + time.format("%H:%M:%S")); in createNdefMessage()
|
/development/ndk/platforms/android-3/include/linux/ |
D | rtc.h | 30 struct rtc_time time; member
|
D | timex.h | 46 struct timeval time; member
|
/development/samples/USB/AdbTest/ |
D | README.txt | 3 output in a text view and only allows connecting to one device at a time.
|
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/ |
D | AddVoicemailActivity.java | 73 @InjectView(R.id.time) 129 long time = DATE_FORMATTER.parse(dateStr.trim()).getTime(); in buildVoicemailObjectFromUiElements() local 131 return VoicemailImpl.createForInsertion(time, sender) in buildVoicemailObjectFromUiElements()
|
/development/samples/JetBoy/ |
D | JETBOY_content_README.txt | 11 4. After importing the first time, you can use the OPEN command to open the .jtc file in the folder…
|
/development/ndk/platforms/android-8/include/ |
D | time.h | 40 extern time_t time(time_t *);
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
D | StaticTriangleRenderer.java | 159 long time = SystemClock.uptimeMillis() % 4000L; in onDrawFrame() local 160 float angle = 0.090f * ((int) time); in onDrawFrame()
|
D | TriangleRenderer.java | 146 long time = SystemClock.uptimeMillis() % 4000L; in onDrawFrame() local 147 float angle = 0.090f * ((int) time); in onDrawFrame()
|
/development/ndk/platforms/android-3/include/ |
D | time.h | 40 extern time_t time(time_t *);
|
/development/tools/idegen/ |
D | README | 3 amount of time with no errors. 7 If this is your first time using IDEGen... 34 If this is your first time using IDEGen...
|
/development/samples/BasicGLSurfaceView/src/com/example/android/basicglsurfaceview/ |
D | GLES20TriangleRenderer.java | 71 long time = SystemClock.uptimeMillis() % 4000L; in onDrawFrame() local 72 float angle = 0.090f * ((int) time); in onDrawFrame()
|