HomeSort by relevance Sort by last modified time
    Searched refs:TIME (Results 1 - 25 of 209) sorted by null

1 2 3 4 5 6 7 8 9

  /external/ltp/testcases/kernel/hotplug/cpu_hotplug/include/
cpuhotplug_testsuite.sh 85 # by defining $TIME to a timing command. You can define your
86 # own handler by defining $TIME before or after including this
88 TIME=${TIME:-""}
90 # Allows overriding the filename to use for storing time
97 # via the $TIME variable. It does this by setting $TIME to
98 # a general purpose time command.
101 TIME="/usr/bin/time -o $TIME_TMP_FILE -f \"%e\"
    [all...]
cpuhotplug_hotplug.sh 7 # by defining $TIME to a timing command.
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/slf4j/slf4j-ext/src/main/java/org/slf4j/agent/
AgentOptions.java 51 * Indicate that the agent should print out "new java.util.Date()" at the time
52 * the option was processed and at shutdown time (using the shutdown hook).
55 public static final String TIME = "time";
  /system/chre/
gen_todo.sh 31 TIME=`date +%s.%N`
32 SHASUM=`echo $TIME | shasum`
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
getbuildinfo.c 15 #ifndef TIME
17 #define TIME __TIME__
19 #define TIME "xx:xx:xx"
55 DATE, TIME);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
getbuildinfo.c 15 #ifndef TIME
17 #define TIME __TIME__
19 #define TIME "xx:xx:xx"
55 DATE, TIME);
  /external/python/cpython2/Modules/
getbuildinfo.c 15 #ifndef TIME
17 #define TIME __TIME__
19 #define TIME "xx:xx:xx"
55 DATE, TIME);
  /external/python/cpython3/Modules/
getbuildinfo.c 15 #ifndef TIME
17 #define TIME __TIME__
19 #define TIME "xx:xx:xx"
47 DATE, TIME);
  /external/autotest/client/tests/compilebench/
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/walt/pywalt/pywalt/
evparser.py 4 TIME = 'time'
8 re_xy = re.compile(r'.*time (?P<time>\d+\.\d+), type \d+ \(EV_ABS\), code \d+ \(ABS_(?P<axis>[XY])\), value (?P<value>\d+)')
9 re_tap = re.compile(r'.*time (?P<time>\d+\.\d+), type \d+ \(EV_KEY\), code \d+ \(BTN_TOUCH\), value (?P<value>\d+)')
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))
  /libcore/ojluni/src/main/java/java/sql/
Types.java 139 * <code>TIME</code>.
141 public final static int TIME = 92;
  /cts/tests/tests/os/src/android/os/cts/
PowerManagerTest.java 27 public static final long TIME = 3000;
40 wl.acquire(TIME);
42 Thread.sleep(TIME + MORE_TIME);
PowerManager_WakeLockTest.java 65 wl.acquire(PowerManagerTest.TIME);
67 Thread.sleep(PowerManagerTest.TIME + PowerManagerTest.MORE_TIME);
  /tools/tradefederation/core/remote/src/com/android/tradefed/command/remote/
AddCommandOp.java 28 private static final String TIME = "time";
45 long totalTime = jsonData.getLong(TIME);
61 j.put(TIME, mTotalTime);
  /system/libufdt/tests/
run_performance_test.sh 37 TIME=$(./apply_overlay.sh "--$overaly" $REMOTE \
41 echo "time=$TIME"
43 summary=$(echo "$summary + $TIME" | bc -l)
46 printf "%10s Average time=%s\n" "($overaly)" "$AVERAY"
  /cts/hostsidetests/inputmethodservice/common/src/android/inputmethodservice/cts/common/
EventProviderConstants.java 71 public static final String TIME = "time";
  /external/icu/icu4c/source/test/intltest/
tsdate.h 74 TIME,
  /tools/loganalysis/src/com/android/loganalysis/item/
BugreportItem.java 29 public static final String TIME = "TIME";
52 TIME, COMMAND_LINE, MEM_INFO, PROCRANK, TOP, KERNEL_LOG, LAST_KMSG, SYSTEM_LOG,
67 * Get the time of the bugreport.
70 return (Date) getAttribute(TIME);
74 * Set the time of the bugreport.
76 public void setTime(Date time) {
77 setAttribute(TIME, time);
  /external/ltp/testcases/kernel/containers/
TEST_PLAN.txt 19 NAME TENTATIVE-TIME
  /cts/hostsidetests/sustainedperf/dhrystone/
dhry.h 19 * (8-17 Central European Time)
30 * In addition, Berkeley UNIX system calls "times ()" or "time ()"
31 * are used for execution time measurement. For measurements
105 * Since it has proven difficult to subtract the time for the
156 * or the "time" function (returning wallclock time)
158 * For single user machines, "time ()" is adequate. For
163 * and "Stop Timer". DO NOT use the UNIX "time(1)"
164 * command, as this will measure the total time to
166 * the time to allocate storage (malloc) and to perfor
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
inflate.h 23 TIME, /* i: waiting for modification time (gzip) */
35 COPY_, /* i/o: same as COPY below, but only first time in */
40 LEN_, /* i: same as LEN below, but only first time in */
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
inflate.h 23 TIME, /* i: waiting for modification time (gzip) */
60 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME
  /external/python/cpython2/Modules/zlib/
inflate.h 23 TIME, /* i: waiting for modification time (gzip) */
35 COPY_, /* i/o: same as COPY below, but only first time in */
40 LEN_, /* i: same as LEN below, but only first time in */
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
  /external/syslinux/com32/lib/zlib/
inflate.h 23 TIME, /* i: waiting for modification time (gzip) */
35 COPY_, /* i/o: same as COPY below, but only first time in */
40 LEN_, /* i: same as LEN below, but only first time in */
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
  /toolchain/binutils/binutils-2.27/zlib/
inflate.h 23 TIME, /* i: waiting for modification time (gzip) */
35 COPY_, /* i/o: same as COPY below, but only first time in */
40 LEN_, /* i: same as LEN below, but only first time in */
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->

Completed in 731 milliseconds

1 2 3 4 5 6 7 8 9