Home
last modified time | relevance | path

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

12345678910>>...120

/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.sh89 TIME=${TIME:-""}
102 TIME="/usr/bin/time -o $TIME_TMP_FILE -f \"%e\""
108 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
55 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/netperf/doc/examples/
Dtcp_range_script83 TIME="60"
96 echo $NETPERF -l $TIME -H $REM_HOST -t TCP_STREAM\
100 $NETPERF -l $TIME -H $REM_HOST -t TCP_STREAM\
/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/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/eigen/bench/spbench/
Dspbench.dtd17 <!ELEMENT SOLVER_STAT (PARAMS*,TIME,ERROR,ITER?)>
19 <!ELEMENT TIME (COMPUTE,SOLVE,TOTAL)> element
/external/ksoap2/kobjects/org/ksoap2/kobjects/isodate/
DIsoDate.java28 public static final int TIME = 2; field in IsoDate
59 if ((type & TIME) != 0) { in dateToString()
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/agent/
DAgentOptions.java55 public static final String TIME = "time"; field in AgentOptions
/external/icu/icu4c/source/tools/ctestfw/
Duperf.cpp59 TIME, enumerator
165 if(options[TIME].doesOccur) { in init()
169 } else if(options[TIME].doesOccur) { in init()
170 time = atoi(options[TIME].value); in init()
/external/autotest/client/tests/bash_shared_mapping/
Dcontrol3 TIME = "SHORT"
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/configs/en-GB/
Den-GB_dbg.txt8 TIME 13:00:00.000
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/configs/it-IT/
Dit-IT_dbg.txt8 TIME 13:00:00.000
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/configs/es-ES/
Des-ES_dbg.txt8 TIME 13:00:00.000
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/configs/fr-FR/
Dfr-FR_dbg.txt8 TIME 13:00:00.000
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/configs/de-DE/
Dde-DE_dbg.txt8 TIME 13:00:00.000
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/configs/en-US/
Den-US_dbg.txt8 TIME 13:00:00.000
/external/autotest/client/tests/cpu_hotplug/
Dcontrol4 TIME = 'MEDIUM' ## ?
/external/autotest/client/tests/linus_stress/
Dcontrol2 TIME = 'MEDIUM'

12345678910>>...120