Home
last modified time | relevance | path

Searched refs:TIME (Results 1 – 25 of 3973) sorted by relevance

12345678910>>...159

/external/autotest/client/tests/compilebench/
Dcompilebench.py37 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/
Dcpuhotplug_testsuite.sh88 TIME=${TIME:-""}
101 TIME="/usr/bin/time -o $TIME_TMP_FILE -f \"%e\""
107 if [ ! -z "${TIME}" ]; then
Dcpuhotplug_hotplug.sh8 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/
Dgetbuildinfo.c15 #ifndef TIME
17 #define TIME __TIME__ macro
19 #define TIME "xx:xx:xx" macro
47 DATE, TIME); in Py_GetBuildInfo()
/external/python/cpython3/Modules/
Dgetbuildinfo.c15 #ifndef TIME
17 #define TIME __TIME__ macro
19 #define TIME "xx:xx:xx" macro
47 DATE, TIME); in Py_GetBuildInfo()
/external/openssh/regress/
Dkeytype.sh6 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/
Devparser.py4 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/
Dformat.txt27 // 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/
Dbuffer.cpp471 #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/swiftshader/third_party/SPIRV-Tools/kokoro/scripts/windows/
Dbuild.bat54 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/deqp-deps/SPIRV-Tools/kokoro/scripts/windows/
Dbuild.bat54 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/bcc/examples/tracing/
Dstacksnoop_example.txt9 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/
Ddcstat_example.txt7 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%
Ddbslower_example.txt10 TIME(s) PID MS QUERY
20 TIME(s) PID MS QUERY
35 TIME(s) PID MS QUERY
46 TIME(s) PID MS QUERY
Dvfsstat_example.txt8 TIME READ/s WRITE/s CREATE/s OPEN/s FSYNC/s
27 TIME READ/s WRITE/s CREATE/s OPEN/s FSYNC/s
Dmysqld_qslower_example.txt10 TIME(s) PID MS QUERY
26 TIME(s) PID MS QUERY
40 TIME(s) PID MS QUERY
Dnodegc_example.txt13 START TIME (us) DESCRIPTION
49 START TIME (us) DESCRIPTION
57 START TIME (us) DESCRIPTION
/external/autotest/server/cros/res_resource_monitor/
Dtop_whitespace_ridden.txt7 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/
Ddhry_1.c86 #ifdef TIME
178 #ifdef TIME in dhry()
237 #ifdef TIME in dhry()
307 #ifdef TIME in dhry()
/external/pcre/dist2/
DAUTHORS15 PCRE2 JUST-IN-TIME COMPILATION SUPPORT
26 STACK-LESS JUST-IN-TIME COMPILER
/external/autotest/client/site_tests/platform_CryptohomeFio/
Dcontrol5 TIME='LARGE'
14 TIME = 'MEDIUM'
/external/icu/icu4c/source/test/perf/perldriver/
DPerfFramework.pm29 my $TIME = 2;
37 $TIME = $options{"time"};
131 $commandLine = "$program -t $TIME -p $NUMPASSES $locAndData @argsAndTest";
/external/autotest/client/site_tests/graphics_WebGLAquarium/
Dcontrol.memory_pressure11 # Once we know this is fixed, change TIME = "MEDIUM".
15 TIME = "FAST"
/external/icu/icu4j/perf-tests/perldriver/
DPerfFramework4j.pm27 my $TIME = 2;
35 $TIME = $options{"time"};
151 $commandLine = "$program @argsAndTest -t $TIME -p $NUMPASSES $locAndData $custArgs";
/external/python/cpython3/Lib/test/
Dtest_pstats.py73 SortKey.TIME)
75 SortKey.TIME,

12345678910>>...159