Home
last modified time | relevance | path

Searched refs:DHRYSTONE (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/sustainedperf/dhrystone/
DDrystone-2.1.sh387 X * "DHRYSTONE" Benchmark Program
830 X * "DHRYSTONE" Benchmark Program
925 X "DHRYSTONE PROGRAM, SOME STRING");
926 X strcpy (Str_1_Loc, "DHRYSTONE PROGRAM, 1'ST STRING");
1003 X strcpy (Str_2_Loc, "DHRYSTONE PROGRAM, 3'RD STRING");
1083 X printf (" should be: DHRYSTONE PROGRAM, 2'ND STRING\n");
DRationale141 strcpy (Str_2_Loc, "DHRYSTONE PROGRAM, 3'RD STRING");
/cts/hostsidetests/sustainedperf/src/android/SustainedPerformance/cts/
DSustainedPerformanceHostTest.java52 private static final String DHRYSTONE = "/data/local/tmp/"; field in SustainedPerformanceHostTest
78 device.executeShellCommand("cd " + DHRYSTONE + " ; chmod 777 dhry"); in run()
81 + " | taskset -a " + cpumask + " " + DHRYSTONE + "dhry"); in run()