HomeSort by relevance Sort by last modified time
    Searched refs:RUN_TIME (Results 1 - 5 of 5) sorted by null

  /external/ltp/testcases/kernel/controllers/memcg/stress/
memcg_stress_test.sh 40 RUN_TIME=$(( 15 * 60 ))
99 run_stress 150 $(( ($mem-150) / 150 )) 5 $RUN_TIME
106 run_stress 1 $mem 5 $RUN_TIME
  /prebuilts/jdk/jdk8/darwin-x86/sample/dtrace/hotspot/
method_invocation_stat.d 78 long long RUN_TIME;
165 RUN_TIME = (timestamp - START_TIME);
166 JAVA_TIME = (RUN_TIME - SYS_TIME);
194 printf("Run time: %15d\n", RUN_TIME);
method_invocation_stat_filter.d 77 long long RUN_TIME;
171 RUN_TIME = (timestamp - START_TIME);
172 JAVA_TIME = RUN_TIME;
190 printf("Run time: %15d\n", RUN_TIME);
  /cts/tests/tests/widget/src/android/widget/cts/
FilterTest.java 47 private static final long RUN_TIME = 1000;
67 }).runTest(RUN_TIME);
78 }).runTest(RUN_TIME);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/device/
UsbDeviceTestActivity.java     [all...]

Completed in 443 milliseconds