Home
last modified time | relevance | path

Searched refs:abi (Results 1 – 15 of 15) sorted by relevance

/tools/ndkports/buildSrc/src/main/kotlin/com/android/ndkports/
DTesting.kt18 sealed class TestResult(val name: String, val abi: Abi) { constant in com.android.ndkports.TestResult
19 class Success(name: String, abi: Abi) : TestResult(name, abi) {
20 override fun toString(): String = "PASS $abi $name" in toString()
23 class Failure(name: String, abi: Abi, private val output: String) : in toString()
24 TestResult(name, abi) { in toString()
25 override fun toString(): String = "FAIL $abi $name: $output" in toString()
33 class PushBuilder(val abi: Abi, val toolchain: Toolchain) { constant in PushBuilder
41 class ShellTestBuilder(val deviceDirectory: File, val abi: Abi) { in push() constant in ShellTestBuilder
68 private fun deviceDirectoryForAbi(abi: Abi): File = in push()
69 BASE_DEVICE_DIRECTORY.resolve(project.name).resolve(abi.toString()) in push()
[all …]
DPortTask.kt68 fun buildDirectoryFor(abi: Abi): File = in buildDirectoryFor()
69 buildDir.asFile.get().resolve("build/$abi") in buildDirectoryFor()
72 fun installDirectoryFor(abi: Abi): File = in buildDirectoryFor()
73 installDir.get().asFile.resolve("$abi") in buildDirectoryFor()
77 for (abi in Abi.values()) { in buildDirectoryFor() method
78 val api = abi.adjustMinSdkVersion(minSdkVersion.get()) in buildDirectoryFor()
80 Toolchain(ndk, abi, api), in buildDirectoryFor()
82 buildDirectory = buildDirectoryFor(abi), in buildDirectoryFor()
83 installDirectory = installDirectoryFor(abi), in buildDirectoryFor()
DPrefabPackageBuilder.kt105 private fun installLibForAbi(module: ModuleDescription, abi: Abi, libsDir: File) { in installLibForAbi()
112 directory.resolve("$abi/lib/$libName") in installLibForAbi()
118 abi = abi.abiName, in installLibForAbi()
119 api = abi.adjustMinSdkVersion(packageData.minSdkVersion), in installLibForAbi()
173 for (abi in Abi.values()) { in build() method
174 installLibForAbi(module, abi, libsDir) in build()
DDevices.kt48 fun compatibleWith(abi: Abi, minSdkVersion: Int) = in compatibleWith()
49 abi in abis && minSdkVersion <= version in compatibleWith()
87 fun findDeviceFor(abi: Abi, minSdkVersion: Int): Device? = in compatibleWith()
88 devices.find { it.compatibleWith(abi, minSdkVersion) } in compatibleWith()
DToolchain.kt19 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) {
DMesonPortTask.kt54 val cpuFamily = when (toolchain.abi) { in configure()
61 val cpu = when (toolchain.abi) { in configure()
DCMakePortTask.kt49 prefabGenerated.get().asFile.resolve(toolchain.abi.triple) in configure()
DAutoconfPortTask.kt43 prefabGenerated.get().asFile.resolve(toolchain.abi.triple) in autoconf()
/tools/asuite/atest/tf_proto/
Dconfiguration_description.proto32 // 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/
Dfuzz_ffi.cc63 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()
Dfuzz_ffi.h77 ffi_abi abi = FFI_DEFAULT_ABI; variable
/tools/ndkports/jsoncpp/
Dbuild.gradle.kts43 buildTask.get().buildDirectoryFor(abi).resolve("jsoncpp_test"), in <lambda>()
47 buildTask.get().installDirectoryFor(abi) in <lambda>()
/tools/ndkports/googletest/
Dbuild.gradle.kts55 val buildDir = buildTask.get().buildDirectoryFor(abi) in <lambda>()
65 val buildDir = buildTask.get().buildDirectoryFor(abi) in <lambda>()
/tools/ndkports/openssl/
Dbuild.gradle.kts97 val buildDirectory = buildTask.get().buildDirectoryFor(abi) in <lambda>()
/tools/asuite/atest/unittest_data/
Dtest_record.proto.testonly36 module-abix86