/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
rfc822.py | 62 time = m.getdate(name) 64 which parses a Date-like field and returns a time-compatible tuple, 65 i.e. a tuple such as returned by time.localtime() or accepted by 66 time.mktime(). 74 import time namespace 159 # Skip unix From name time lines 359 compatible with time.mktime(). 370 The first 9 elements make up a tuple compatible with time.mktime(), 371 and the 10th is the offset of the poster's time zone from GMT/UTC. 835 # The timezone table does not include the military time zones define [all...] |
ssl.py | 17 cert_time_to_seconds -- convert time string used for certificate 19 seconds past the Epoch (the time values 20 returned from time.time()) 309 # connected at the time of the call. We connect it, then wrap it. 394 """Takes a date-time string in standard ASN1_print form 396 a Python time value in seconds past the epoch.""" 398 import time namespace 399 return time.mktime(time.strptime(cert_time, "%b %d %H:%M:%S %Y GMT") [all...] |
uuid.py | 15 # make a UUID based on the host ID and current time 85 time the 60-bit timestamp 252 time = property(get_time) variable in class:UUID 464 The first time this runs, it may launch a separate program, which could 491 """Generate a UUID from a host ID, sequence number, and the current time. 504 import time namespace 505 nanoseconds = int(time.time() * 1e9)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_gc.py | 4 import time namespace 319 time.sleep(0.000001) 362 time.sleep(1.0) 415 # cycle until the second time gc checks for __del__. As of 2.3b1, 416 # there isn't a second time, so this simply cleans up the trash cycle.
|
test_poplib.py | 11 import time namespace
|
test_smtplib.py | 8 import time namespace 131 # allow some time for the client to read the result 132 time.sleep(0.5) 234 time.sleep(0.01)
|
test_threading.py | 12 import time namespace 52 time.sleep(delay) 217 time.sleep(0.1) 283 import ctypes, sys, time, thread 301 time.sleep(100) 318 import os, time 319 time.sleep(2) 348 from time import sleep 424 import thread, threading, os, time 430 time.sleep(10 [all...] |
test_zipimport.py | 6 import time namespace 42 NOW = time.time() 73 zinfo = ZipInfo(name, time.localtime(mtime)) 211 zinfo = ZipInfo(name, time.localtime(mtime)) 255 zinfo = ZipInfo(name, time.localtime(mtime))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
asyncore.py | 31 than one thing at a time". Multi-threaded programming is the simplest and 52 import time namespace 141 time.sleep(timeout) 600 # supports asynchronous read-ahead. So _MOST_ of the time, the data
|
pstats.py | 25 import time namespace 52 quoted strings to select the sort order. For example sort_stats('time', 53 'name') sorts on the major key of 'internal function time', and on the 114 arg = time.ctime(file_stats.st_mtime) + " " + arg 176 "cumtime" : (((3,-1), ), "cumulative time"), 177 "cumulative": (((3,-1), ), "cumulative time"), 186 "time" : (((2,-1), ), "internal time"), 187 "tottime" : (((2,-1), ), "internal time"), 217 1: "time", [all...] |
rfc822.py | 62 time = m.getdate(name) 64 which parses a Date-like field and returns a time-compatible tuple, 65 i.e. a tuple such as returned by time.localtime() or accepted by 66 time.mktime(). 74 import time namespace 159 # Skip unix From name time lines 359 compatible with time.mktime(). 370 The first 9 elements make up a tuple compatible with time.mktime(), 371 and the 10th is the offset of the poster's time zone from GMT/UTC. 835 # The timezone table does not include the military time zones define [all...] |
ssl.py | 17 cert_time_to_seconds -- convert time string used for certificate 19 seconds past the Epoch (the time values 20 returned from time.time()) 309 # connected at the time of the call. We connect it, then wrap it. 394 """Takes a date-time string in standard ASN1_print form 396 a Python time value in seconds past the epoch.""" 398 import time namespace 399 return time.mktime(time.strptime(cert_time, "%b %d %H:%M:%S %Y GMT") [all...] |
uuid.py | 15 # make a UUID based on the host ID and current time 85 time the 60-bit timestamp 252 time = property(get_time) variable in class:UUID 464 The first time this runs, it may launch a separate program, which could 491 """Generate a UUID from a host ID, sequence number, and the current time. 504 import time namespace 505 nanoseconds = int(time.time() * 1e9)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_gc.py | 4 import time namespace 319 time.sleep(0.000001) 362 time.sleep(1.0) 415 # cycle until the second time gc checks for __del__. As of 2.3b1, 416 # there isn't a second time, so this simply cleans up the trash cycle.
|
test_poplib.py | 11 import time namespace
|
test_smtplib.py | 8 import time namespace 131 # allow some time for the client to read the result 132 time.sleep(0.5) 234 time.sleep(0.01)
|
test_threading.py | 12 import time namespace 52 time.sleep(delay) 217 time.sleep(0.1) 283 import ctypes, sys, time, thread 301 time.sleep(100) 318 import os, time 319 time.sleep(2) 348 from time import sleep 424 import thread, threading, os, time 430 time.sleep(10 [all...] |
test_zipimport.py | 6 import time namespace 42 NOW = time.time() 73 zinfo = ZipInfo(name, time.localtime(mtime)) 211 zinfo = ZipInfo(name, time.localtime(mtime)) 255 zinfo = ZipInfo(name, time.localtime(mtime))
|
/system/extras/tests/net_test/ |
ping6_test.py | 26 import time namespace 715 time.sleep(0.01) # Give the other thread time to reply.
|
/bionic/libc/kernel/uapi/linux/ |
blktrace_api.h | 14 *** Any manual change here will be lost the next time this script will 111 __u64 time; member in struct:blk_io_trace
|
scc.h | 14 *** Any manual change here will be lost the next time this script will 165 unsigned int time; member in struct:scc_calibrate
|
/build/tools/releasetools/ |
common.py | 29 import time namespace [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
GalleryTest.java | 200 final long time = SystemClock.uptimeMillis(); local 202 = new KeyEvent(time, time, KeyEvent.ACTION_UP, KeyEvent.KEYCODE_A, 5);
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/ |
GeeTestResultParser.java | 83 * [ OK ]: the preceding test has completed successfully, optionally including the time it 85 * [ FAILED ]: the preceding test has failed, optionally including the time it took to run (in ms) 86 * [==========]: the preceding test run has completed, optionally including the time it took to run 389 * Parse the test identifier (class and test name), and optional time info. 391 * @param identifier Raw identifier of the form classname.testname, with an optional time 395 * If no time tag was detected, then the third element in the array (time_in_ms) will 399 * test names (but not for the time value). 405 Matcher time = timePattern.matcher(identifier); local 407 // Try to find a time 408 if (time.find()) 461 Matcher time = timePattern.matcher(identifier); local [all...] |
/development/ndk/platforms/android-21/include/linux/ |
blktrace_api.h | 14 *** Any manual change here will be lost the next time this script will 111 __u64 time; member in struct:blk_io_trace
|