Home
last modified time | relevance | path

Searched refs:time (Results 1 – 25 of 54) sorted by relevance

123

/development/tools/axl/
Dchewie.py20 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 …]
Dlog.py19 import time, sys
33 tm = time.time()
34 return "%s:%.2d" % (time.strftime('%m/%d/%Y %H:%M:%S',
35 time.localtime(tm)),
DudpServer.py2 import time, socket, string
25 time.sleep(0.08)
DudpEater.py24 import time, socket, string
Daxl.py24 import sys, time
87 time.sleep(1)
97 time.sleep(1)
99 time.sleep(1)
Dchewperf.py9 import sys, time
/development/testrunner/
Drun_command.py23 import time
81 start_time = time.time()
130 and time.time() > start_time + timeout_time):
140 time.sleep(0.1)
Dadb_interface.py25 import time
158 time.sleep(2)
419 time.sleep(wait_period)
448 time.sleep(wait_period)
/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeyUtils.java36 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/
DSpriteTextRenderer.java176 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/
Dtimeb.h36 time_t time; member
/development/scripts/
Dadd-accounts29 import time
84 time.sleep(3)
Dadd-accounts-sdk29 import time
81 time.sleep(3)
/development/samples/AndroidBeamDemo/src/com/example/android/beam/
DBeam.java73 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/
Drtc.h30 struct rtc_time time; member
Dtimex.h46 struct timeval time; member
/development/samples/USB/AdbTest/
DREADME.txt3 output in a text view and only allows connecting to one device at a time.
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/
DAddVoicemailActivity.java73 @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/
DJETBOY_content_README.txt11 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/
Dtime.h40 extern time_t time(time_t *);
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DStaticTriangleRenderer.java159 long time = SystemClock.uptimeMillis() % 4000L; in onDrawFrame() local
160 float angle = 0.090f * ((int) time); in onDrawFrame()
DTriangleRenderer.java146 long time = SystemClock.uptimeMillis() % 4000L; in onDrawFrame() local
147 float angle = 0.090f * ((int) time); in onDrawFrame()
/development/ndk/platforms/android-3/include/
Dtime.h40 extern time_t time(time_t *);
/development/tools/idegen/
DREADME3 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/
DGLES20TriangleRenderer.java71 long time = SystemClock.uptimeMillis() % 4000L; in onDrawFrame() local
72 float angle = 0.090f * ((int) time); in onDrawFrame()

123