OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testLocation
(Results
1 - 18
of
18
) sorted by null
/art/tools/dexfuzz/src/dexfuzz/executors/
Mips64InterpreterExecutor.java
32
commandBuilder.append("-cp ").append(
testLocation
).append("/").append(programName).append(" ");
Mips64OptimizingBackendExecutor.java
35
commandBuilder.append("-cp ").append(
testLocation
).append("/").append(programName).append(" ");
MipsInterpreterExecutor.java
32
commandBuilder.append("-cp ").append(
testLocation
).append("/").append(programName).append(" ");
MipsOptimizingBackendExecutor.java
35
commandBuilder.append("-cp ").append(
testLocation
).append("/").append(programName).append(" ");
X86_64InterpreterExecutor.java
32
commandBuilder.append("-cp ").append(
testLocation
).append("/").append(programName).append(" ");
X86_64OptimizingBackendExecutor.java
35
commandBuilder.append("-cp ").append(
testLocation
).append("/").append(programName).append(" ");
Arm64InterpreterExecutor.java
35
commandBuilder.append("-cp ").append(
testLocation
).append("/").append(programName).append(" ");
Arm64OptimizingBackendExecutor.java
38
commandBuilder.append("-cp ").append(
testLocation
).append("/").append(programName).append(" ");
ArmInterpreterExecutor.java
35
commandBuilder.append("-cp ").append(
testLocation
).append("/").append(programName).append(" ");
ArmOptimizingBackendExecutor.java
38
commandBuilder.append("-cp ").append(
testLocation
).append("/").append(programName).append(" ");
X86InterpreterExecutor.java
36
commandBuilder.append("-cp ").append(
testLocation
).append("/").append(programName).append(" ");
X86OptimizingBackendExecutor.java
39
commandBuilder.append("-cp ").append(
testLocation
).append("/").append(programName).append(" ");
Executor.java
38
protected String
testLocation
;
62
this.
testLocation
= System.getProperty("user.dir");
64
this.
testLocation
= Options.executeDirectory;
159
device.pushProgramToDevice(programName,
testLocation
);
164
device.cleanCodeCache(architecture,
testLocation
, programName);
Device.java
269
private String getOatFileName(String
testLocation
, String programName) {
271
return (
testLocation
.replace("/", "@").substring(1) + "@" + programName);
274
public void cleanCodeCache(Architecture architecture, String
testLocation
, String programName) {
276
+ getOatFileName(
testLocation
, programName);
280
public void pushProgramToDevice(String programName, String
testLocation
) {
283
String command = getExecutionPrefixWithAdb("push") + programName + " " +
testLocation
;
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
SettingsIntentsTest.java
71
public void
testLocation
() {
/cts/tests/tests/location/src/android/location/cts/
LocationTest.java
98
Location
testLocation
= new Location("");
99
testLocation
.setLatitude(0);
100
testLocation
.setLongitude(150);
105
bearing = zeroLocation.bearingTo(
testLocation
);
108
testLocation
.setLatitude(90);
109
testLocation
.setLongitude(0);
110
bearing = zeroLocation.bearingTo(
testLocation
);
254
Location
testLocation
= new Location("");
255
testLocation
.setLatitude(30);
256
testLocation
.setLongitude(50)
[
all
...]
/external/cldr/tools/java/com/ibm/icu/dev/test/
TestFmwk.java
[
all
...]
/external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.resources_3.13.0.v20180512-1138.jar
Completed in 3535 milliseconds