/external/autotest/client/tests/compilebench/ |
D | compilebench.py | 37 TIME = "secs" 47 ('delete tree', TIME, 6, 'delete_tree'), 48 ('delete compiled tree', TIME, 6, 'delete_compiled_tree'), 49 ('stat tree', TIME, 6, 'stat_tree'), 50 ('stat compiled tree', TIME, 7, 'stat_compiled_tree'),
|
/external/ltp/testcases/kernel/hotplug/cpu_hotplug/include/ |
D | cpuhotplug_testsuite.sh | 88 TIME=${TIME:-""} 101 TIME="/usr/bin/time -o $TIME_TMP_FILE -f \"%e\"" 107 if [ ! -z "${TIME}" ]; then
|
D | cpuhotplug_hotplug.sh | 8 TIME=${TIME:-""} 78 $TIME echo 1 > /sys/devices/system/cpu/cpu${CPU}/online 99 $TIME echo 0 > /sys/devices/system/cpu/cpu${CPU}/online
|
/external/python/cpython2/Modules/ |
D | getbuildinfo.c | 15 #ifndef TIME 17 #define TIME __TIME__ macro 19 #define TIME "xx:xx:xx" macro 47 DATE, TIME); in Py_GetBuildInfo()
|
/external/python/cpython3/Modules/ |
D | getbuildinfo.c | 15 #ifndef TIME 17 #define TIME __TIME__ macro 19 #define TIME "xx:xx:xx" macro 47 DATE, TIME); in Py_GetBuildInfo()
|
/external/openssh/regress/ |
D | keytype.sh | 6 TIME=`which time 2>/dev/null` 7 if test ! -x "$TIME"; then 8 TIME="" 30 ${TIME} ${SSHKEYGEN} -b $bits -q -N '' -t $type -f $OBJ/key.$kt ||\ 67 ${TIME} ${SSH} -F $OBJ/ssh_proxy 999.999.999.999 true
|
/external/walt/pywalt/pywalt/ |
D | evparser.py | 4 TIME = 'time' variable 18 tx = array([float(e[TIME]) for e in events if e[AXIS] == 'X']) 21 ty = array([float(e[TIME]) for e in events if e[AXIS] == 'Y']) 31 t = float(m.group(TIME))
|
/external/icu/icu4c/source/test/testdata/ |
D | format.txt | 27 // spec: either 'PATTERN=y mm h' etc, or 'DATE=SHORT,TIME=LONG' 38 "DATE=SHORT,TIME=SHORT", 103 "TIME=LONG", 110 "TIME=LONG", 118 "DATE=RELATIVE_FULL,TIME=LONG", 126 "DATE=RELATIVE_MEDIUM,TIME=SHORT", 134 "DATE=RELATIVE_FULL,TIME=LONG", 142 "DATE=RELATIVE_MEDIUM,TIME=SHORT", 150 "DATE=RELATIVE_FULL,TIME=LONG", 158 "DATE=RELATIVE_LONG,TIME=MEDIUM", [all …]
|
/external/Reactive-Extensions/RxCpp/Rx/v2/test/operators/ |
D | buffer.cpp | 471 #define TIME milliseconds macro 476 auto start = sc.now() + TIME(5 UNIT); 477 auto period = TIME(2 UNIT); 481 | rxo::buffer_with_time(TIME(3 UNIT), so); 516 #define TIME milliseconds macro 521 auto start = sc.now() + TIME(5 UNIT); 522 auto period = TIME(2 UNIT); 526 .buffer_with_time(TIME(3 UNIT)) 560 #define TIME milliseconds macro 565 auto start = sc.now() + TIME(5 UNIT); [all …]
|
/external/deqp-deps/SPIRV-Tools/kokoro/scripts/windows/ |
D | build.bat | 54 echo "Starting build... %DATE% %TIME%" 70 echo "Build everything... %DATE% %TIME%" 73 echo "Build Completed %DATE% %TIME%" 79 echo "Running Tests... %DATE% %TIME%" 82 echo "Tests Completed %DATE% %TIME%"
|
/external/swiftshader/third_party/SPIRV-Tools/kokoro/scripts/windows/ |
D | build.bat | 54 echo "Starting build... %DATE% %TIME%" 72 echo "Build everything... %DATE% %TIME%" 75 echo "Build Completed %DATE% %TIME%" 83 echo "Running Tests... %DATE% %TIME%" 88 echo "Tests Completed %DATE% %TIME%"
|
/external/bcc/examples/tracing/ |
D | stacksnoop_example.txt | 9 TIME(s) SYSCALL 29 TIME(s) COMM PID CPU SYSCALL 46 TIME(s) COMM PID CPU SYSCALL 73 This fires every second (see TIME(s)), and is from tick_do_update_jiffies64().
|
/external/bcc/tools/ |
D | dcstat_example.txt | 7 TIME REFS/s SLOW/s MISS/s HIT% 34 TIME REFS/s SLOW/s MISS/s HIT% 87 TIME REFS/s SLOW/s MISS/s HIT% 99 TIME REFS/s SLOW/s MISS/s HIT%
|
D | dbslower_example.txt | 10 TIME(s) PID MS QUERY 20 TIME(s) PID MS QUERY 35 TIME(s) PID MS QUERY 46 TIME(s) PID MS QUERY
|
D | vfsstat_example.txt | 8 TIME READ/s WRITE/s CREATE/s OPEN/s FSYNC/s 27 TIME READ/s WRITE/s CREATE/s OPEN/s FSYNC/s
|
D | mysqld_qslower_example.txt | 10 TIME(s) PID MS QUERY 26 TIME(s) PID MS QUERY 40 TIME(s) PID MS QUERY
|
/external/autotest/server/cros/res_resource_monitor/ |
D | top_whitespace_ridden.txt | 7 PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 24 PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 70 PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
|
/external/u-boot/lib/dhry/ |
D | dhry_1.c | 86 #ifdef TIME 178 #ifdef TIME in dhry() 237 #ifdef TIME in dhry() 307 #ifdef TIME in dhry()
|
/external/pcre/dist2/ |
D | AUTHORS | 15 PCRE2 JUST-IN-TIME COMPILATION SUPPORT 26 STACK-LESS JUST-IN-TIME COMPILER
|
/external/autotest/client/site_tests/platform_CryptohomeFio/ |
D | control | 5 TIME='LARGE' 14 TIME = 'MEDIUM'
|
/external/icu/icu4c/source/test/perf/perldriver/ |
D | PerfFramework.pm | 29 my $TIME = 2; 37 $TIME = $options{"time"}; 131 $commandLine = "$program -t $TIME -p $NUMPASSES $locAndData @argsAndTest";
|
/external/autotest/client/site_tests/graphics_WebGLAquarium/ |
D | control.memory_pressure | 11 # Once we know this is fixed, change TIME = "MEDIUM". 15 TIME = "FAST"
|
/external/icu/icu4j/perf-tests/perldriver/ |
D | PerfFramework4j.pm | 27 my $TIME = 2; 35 $TIME = $options{"time"}; 151 $commandLine = "$program @argsAndTest -t $TIME -p $NUMPASSES $locAndData $custArgs";
|
/external/python/cpython3/Lib/test/ |
D | test_pstats.py | 73 SortKey.TIME) 75 SortKey.TIME,
|
/external/bcc/tools/lib/ |
D | ugc_example.txt | 13 START TIME (us) DESCRIPTION 49 START TIME (us) DESCRIPTION 57 START TIME (us) DESCRIPTION
|