Searched refs:architecture (Results 1 – 10 of 10) sorted by relevance
/art/test/utils/ |
D | get-device-test-native-lib-path | 19 Determine the 32- or 64-bit architecture of a device and print the path to 23 $0 --32 Select the 32-bit architecture 24 $0 --64 Select the 64-bit architecture
|
D | get-device-isa | 19 Determine and print the 32- or 64-bit architecture of a device. 22 $0 --32 Select the 32-bit architecture 23 $0 --64 Select the 64-bit architecture
|
/art/tools/dexfuzz/src/dexfuzz/executors/ |
D | Executor.java | 39 protected Architecture architecture; field in Executor 44 protected Executor(String name, int timeout, BaseListener listener, Architecture architecture, in Executor() argument 56 this.architecture = architecture; in Executor() 104 commandBuilder.append("--instruction-set=").append(architecture.asString()); in verifyOnHost() 164 device.cleanCodeCache(architecture, testLocation, programName); in prepareProgramForExecution() 212 return architecture; in getArchitecture()
|
D | Device.java | 259 private String getCacheLocation(Architecture architecture) { in getCacheLocation() argument 262 cacheLocation = androidData + "/dalvik-cache/" + architecture.asString() + "/"; in getCacheLocation() 264 cacheLocation = "/data/dalvik-cache/" + architecture.asString() + "/"; in getCacheLocation() 274 public void cleanCodeCache(Architecture architecture, String testLocation, String programName) { in cleanCodeCache() argument 275 String command = getExecutionPrefixWithAdb("shell") + "rm -f " + getCacheLocation(architecture) in cleanCodeCache()
|
/art/tools/checker/ |
D | README | 71 A group of check lines can be made architecture-specific by inserting '-<arch>' 81 'CHECK-START' keyword. Any listed architecture will match in that case,
|
/art/compiler/ |
D | Android.bp | 18 // architecture into its own category. Currently we just include all of the 32bit variant in the 420 // These tests are testing architecture-independent
|
/art/compiler/utils/ |
D | assembler_test_base.h | 45 AssemblerTestInfrastructure(std::string architecture, in AssemblerTestInfrastructure() argument 53 architecture_string_(architecture), in AssemblerTestInfrastructure()
|
/art/runtime/interpreter/mterp/ |
D | README.txt | 4 All the architecture-specific template files are concatenated to create
|
/art/libnativeloader/ |
D | README.md | 32 with the [VNDK-SP](https://source.android.com/devices/architecture/vndk#sp-hal)
|
/art/tools/signal_dumper/ |
D | signal_dumper.cc | 381 #error Unsupported architecture in DumpABI()
|