/external/lldb/test/python_api/formatters/ |
TestFormattersSBAPI.py | 3 import os, sys, time namespace
|
/external/lldb/test/python_api/frame/ |
TestFrames.py | 6 import os, time namespace
|
/external/lldb/test/python_api/hello_world/ |
TestHelloWorld.py | 3 import os, sys, time namespace 6 import time namespace 143 # Give the subprocess time to start and wait for user input 144 time.sleep(0.25) 168 # Give the subprocess time to start and wait for user input 169 time.sleep(0.25)
|
/external/lldb/test/python_api/lldbutil/iter/ |
TestLLDBIterator.py | 5 import os, time namespace
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/ |
TwoSecondIntersectionFinder.java | 62 long time = 0; local 66 int currentFragment = (int) (time / track.getTrackMetaData().getTimescale() / 2) + 1; 71 time += entry.getDelta();
|
/external/parameter-framework/test/functional-tests/Util/ |
PfwUnitTestLib.py | 33 import time namespace 100 time.sleep(0.1) 110 time.sleep(0.1)
|
/external/sonivox/arm-fm-22k/lib_src/ |
eas_rtttldata.h | 55 EAS_I32 time; /* current time in 256ths of a msec */ member in struct:__anon18530
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_rtttldata.h | 55 EAS_I32 time; /* current time in 256ths of a msec */ member in struct:__anon18580
|
/external/sonivox/arm-wt-22k/lib_src/ |
eas_rtttldata.h | 55 EAS_I32 time; /* current time in 256ths of a msec */ member in struct:__anon18632
|
eas_tcdata.h | 49 EAS_I32 time; /* current time in 256ths of a msec */ member in struct:__anon18635
|
/external/v8/tools/profviz/ |
worker.js | 60 function time(name, fun) { function 69 time("Loading scripts", 92 time("Reading log file (" + (file.size / 1024).toFixed(1) + " kB)", 98 time("Producing statistical profile", 133 time("Collecting events (" + content_lines.length + " entries)", 143 time("Assembling plot script", 158 time("Running gnuplot (" + objects + " objects)",
|
/external/v8/tools/testrunner/local/ |
commands.py | 34 import time namespace 85 # Compute the end time - if the process crosses this limit we 88 else: end_time = time.time() + timeout 95 if (not end_time is None) and (time.time() >= end_time): 102 time.sleep(sleep_time) 126 time.sleep(retry_count * 0.1)
|
/external/wpa_supplicant_8/wpa_supplicant/examples/p2p/ |
p2p_find.py | 3 # Will list all devices found/lost within a time frame (timeout) 9 import time namespace 187 time.sleep(p2p_find_test.timeout)
|
p2p_group_add.py | 7 import time namespace 220 time.sleep(5)
|
p2p_invite.py | 7 import time namespace 199 time.sleep(10)
|
p2p_stop_find.py | 7 import time namespace 168 time.sleep(int(p2p_stop_find_test.timeout))
|
/external/wpa_supplicant_8/wpa_supplicant/examples/ |
wpas-dbus-new-wps.py | 5 import time namespace
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/ |
perf_obj.h | 46 TIME_STRUCT time, tempTime; /* last and current timestamp */ member in struct:PERF_Private
|
/libcore/benchmarks/src/benchmarks/regression/ |
KeyPairGeneratorBenchmark.java | 60 public void time(int reps) throws Exception { method in class:KeyPairGeneratorBenchmark
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/ |
timex.h | 23 #include <sys/time.h> 33 struct timeval time; /* current time (ro) */ member in struct:ntptimeval 53 /* Maximum time constant of the PLL. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/ |
timex.h | 23 #include <sys/time.h> 33 struct timeval time; /* current time (ro) */ member in struct:ntptimeval 53 /* Maximum time constant of the PLL. */
|
/prebuilts/misc/darwin-x86/analyzer/tools/scan-view/ |
scan-view | 9 import time namespace 48 time.sleep(kSleepTimeout)
|
/prebuilts/misc/linux-x86/analyzer/tools/scan-view/ |
scan-view | 9 import time namespace 48 time.sleep(kSleepTimeout)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/ |
dbapi2.py | 25 import time namespace 37 Time = datetime.time 42 return Date(*time.localtime(ticks)[:3]) 45 return Time(*time.localtime(ticks)[3:6]) 48 return Timestamp(*time.localtime(ticks)[:6])
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_dircache.py | 9 import os, time, sys, tempfile namespace 51 # time it examined a directory. 52 time.sleep(1)
|