Searched refs:architecture (Results 1 – 13 of 13) sorted by relevance
/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/libnativebridge/ |
D | README.md | 8 is useful to bootstrap devices with an architecture that is not supported by the 10 of apps that can be run on that particular architecture).
|
/art/build/ |
D | README.md | 45 `<arch>` is the device architecture - use `hmm` to see the options. 46 Regardless of the device architecture, the build also includes the usual
|
/art/tools/checker/ |
D | README | 72 A group of check lines can be made architecture-specific by inserting '-<arch>' 82 'CHECK-START' keyword. Any listed architecture will match in that case, 98 architecture features enabled at compile time. For that purpose, you can call the custom made
|
/art/test/ |
D | README.chroot.md | 58 2. Select a lunch target corresponding to the architecture you want to 90 2. Select a lunch target corresponding to the architecture you want to
|
D | Android.bp | 218 // Support multilib variants (using different suffix per sub-architecture), 361 // Support multilib variants (using different suffix per sub-architecture), which is needed on 1335 // Support multilib variants (using different suffix per sub-architecture), which is needed on
|
/art/runtime/arch/arm/ |
D | instruction_set_features_arm.cc | 300 info.architecture == 8)); in FromCpuFeatures()
|
/art/runtime/interpreter/mterp/ |
D | README.txt | 4 All the architecture-specific template files are concatenated to create
|
/art/adbconnection/ |
D | adbconnection.cc | 628 {.type = AdbConnectionClientInfoType::architecture, in SetupAdbConnection() 630 .data.architecture.name = isa, in SetupAdbConnection() 631 .data.architecture.size = strlen(isa)}, in SetupAdbConnection()
|
/art/libnativeloader/ |
D | README.md | 32 with the [VNDK-SP](https://source.android.com/devices/architecture/vndk#sp-hal)
|
/art/compiler/ |
D | Android.bp | 18 // architecture into its own category. Currently we just include all of the 32bit variant in the 520 // This test is testing architecture-independent functionality,
|
/art/tools/signal_dumper/ |
D | signal_dumper.cc | 383 #error Unsupported architecture in DumpABI()
|