/external/lldb/test/python_api/watchpoint/condition/ |
TestWatchpointConditionAPI.py | 5 import os, time namespace
|
/external/lldb/test/python_api/watchpoint/watchlocation/ |
TestSetWatchlocation.py | 5 import os, time namespace
|
TestTargetWatchAddress.py | 5 import os, time namespace
|
/external/lldb/test/types/ |
AbstractBase.py | 5 import os, time namespace 225 time.sleep(float(os.environ["LLDB_TYPES_EXPR_TIME_WAIT"]))
|
/external/lldb/test/warnings/uuid/ |
TestAddDsymCommand.py | 3 import os, time namespace 28 time.sleep(5) 30 # Now call make again, but this time don't generate the dSYM. 90 # This time, the UUID should match and we expect some feedback from lldb. 99 # This time, the UUID should be found inside the bundle
|
/external/lldb/utils/test/ |
run-until-faulted.py | 31 import pexpect, time namespace 57 time.sleep(3)
|
/external/llvm/utils/release/ |
findRegressions-nightly.py | 2 import re, string, sys, os, time namespace 7 exectime = ['llc-time', 'jit-time', 'cbe-time',] 57 elif n.endswith('-time') : 94 # For execution time, if there is no result, its a fail.
|
findRegressions-simple.py | 2 import re, string, sys, os, time, math namespace 38 test[fname][t[1] + ' time'] = float('nan') 47 test[fname]['compile time'] = float(t[2].split('program')[1].strip('\r\n')) 50 test[fname]['exec time'] = float(t[2].split('program')[1].strip('\r\n')) 69 for x in ['compile state', 'compile time', 'exec state', 'exec time']: 77 for x in ['compile state', 'compile time', 'exec state', 'exec time']: 98 # For execution time, if there is no result it's a fail. 130 if len(regressions['compile time']) != 0 [all...] |
/external/protobuf/gtest/scripts/ |
gen_gtest_pred_impl.py | 53 import time namespace 74 'today' : time.strftime('%m/%d/%Y'), 75 'year' : time.strftime('%Y'), 332 'today' : time.strftime('%m/%d/%Y'), 333 'year' : time.strftime('%Y'), 384 // time to finish, we should consider separating this file into a
|
/external/skia/debugger/QT/ |
SkListWidget.cpp | 65 float time = index.data(Qt::UserRole + 4).toFloat(); local 67 drawTime.setNum(time, 'f', 2); 92 if (time >= 0.0) { 95 // don't need time offset 106 if (time >= 0.0) { 107 // Draw time
|
/external/skia/samplecode/ |
SampleClock.cpp | 102 SkTime::DateTime time; variable 103 SkTime::GetDateTime(&time); member in class:ClockView::SkTime 104 time.fHour = time.fHour >= 12 ? time.fHour-12 : time.fHour; 109 canvas->rotate(time.fHour*(180.f/6.f) + time.fMinute*(180.f/360.f) 110 + time.fSecond*(180.f/21600.f) ); 130 canvas->rotate(time.fMinute*(180.f/30.f [all...] |
SampleIdentityScale.cpp | 62 SkTime::DateTime time; variable 63 SkTime::GetDateTime(&time); member in class:IdentityScaleView::SkTime 65 bool use_scale = (time.fSecond % 2 == 1);
|
/external/sonivox/arm-fm-22k/lib_src/ |
eas_wavefile.h | 48 EAS_U32 time; member in struct:s_wave_state_tag
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_wavefile.h | 48 EAS_U32 time; member in struct:s_wave_state_tag
|
/external/sonivox/arm-wt-22k/lib_src/ |
eas_wavefile.h | 48 EAS_U32 time; member in struct:s_wave_state_tag
|
/external/toybox/toys/pending/ |
hwclock.c | 17 -r Show hardware clock time (--show) 18 -s Set system time from hardware clock (--hctosys) 19 -t Set the system time based on the current timezone (--systz) 21 -w Set hardware clock from system time (--systohc) 62 time_t time; local 65 // check for Grenich Mean Time 87 // Get current time in seconds from rtc device. todo: get subsecond time 93 if ((time = mktime(&tm)) < 0) goto bad; 106 /* The value of tm_isdst will positive if daylight saving time is in effect [all...] |
/external/v8/build/ |
landmines.py | 23 import time namespace 65 # to know if we are right after a clobber or if it is first-time landmines 74 old_date = time.ctime(os.stat(landmines_path).st_ctime) 77 fromfiledate=old_date, tofiledate=time.ctime(), n=0)
|
/external/v8/tools/testrunner/network/ |
endpoint.py | 33 import time namespace 62 time.sleep(0.1)
|
/external/v8/tools/testrunner/server/ |
daemon.py | 16 import time namespace 123 time.sleep(1) 126 time.sleep(0.1)
|
/external/valgrind/none/tests/s390x/ |
stcke.c | 9 unsigned long long time; member in struct:stcke::reader 46 unsigned long c = clockticks_in_msec(end.reader.time, 47 start.reader.time);
|
/external/wpa_supplicant_8/wpa_supplicant/examples/ |
dbus-listen-preq.py | 5 import time namespace
|
wpas-test.py | 5 import time namespace 53 time.sleep(5)
|
/external/wpa_supplicant_8/wpa_supplicant/examples/p2p/ |
p2p_disconnect.py | 8 import time namespace 163 time.sleep(int(p2p_disconnect_test.timeout))
|
p2p_flush.py | 9 import time namespace 162 time.sleep(int(p2p_flush_test.timeout))
|
p2p_listen.py | 9 import time namespace 177 time.sleep(int(p2p_listen_test.timeout))
|