Searched refs:abi (Results 1 – 8 of 8) sorted by relevance
/tools/ndkports/src/main/kotlin/com/android/ndkports/ |
D | PrefabPackageBuilder.kt | 134 private fun installLibForAbi(module: Module, abi: Abi, libsDir: File) { in <lambda>() 140 directory.resolve("install/$abi/lib/$libName") in <lambda>() 143 val api = abiToApiMap.getOrElse(abi) { in <lambda>() 152 abi = abi.abiName, in <lambda>() 243 for (abi in Abi.values()) { in <lambda>() method 244 installLibForAbi(module, abi, libsDir) in <lambda>()
|
D | Cli.kt | 92 for (abi in Abi.values()) { in run() constant 93 val api = apiForAbi.getOrElse(abi) { in run() 98 val toolchain = Toolchain(ndk, abi, api) in run() 100 val buildDirectory = workingDirectory.resolve("build/$abi") in run()
|
D | Toolchain.kt | 19 class Toolchain(val ndk: Ndk, val abi: Abi, val api: Int) { constant in com.android.ndkports.Toolchain 20 val binutilsTriple = when (abi) { 27 private val clangTriple = when (abi) {
|
D | MesonPort.kt | 37 val cpuFamily = when (toolchain.abi) { in configure() 44 val cpu = when (toolchain.abi) { in configure()
|
/tools/asuite/atest/tf_proto/ |
D | configuration_description.proto | 32 // Representation of abi 34 // Name of the abi. 37 // The bitness of the abi. Can be 32 or 64. 56 Abi abi = 7; field
|
/tools/security/fuzzing/orphans/libffi/ |
D | fuzz_ffi.cc | 63 ffi_get_struct_offsets(abi, new_type, NULL); in generateCustomType() 340 abi = static_cast<ffi_abi>( in LLVMFuzzerTestOneInput() 344 ffi_prep_types(abi); in LLVMFuzzerTestOneInput() 348 ret = ffi_prep_cif_var(&cif, abi, 1, num_args, rtype, in LLVMFuzzerTestOneInput()
|
D | fuzz_ffi.h | 78 ffi_abi abi = FFI_DEFAULT_ABI; variable
|
/tools/asuite/atest/unittest_data/ |
D | test_record.proto.testonly | 36 module-abix86
|