Home
last modified time | relevance | path

Searched refs:both (Results 1 – 25 of 602) sorted by relevance

12345678910>>...25

/aosp12/build/make/core/
H A Dexecutable.mk30 ifeq ($(my_module_multilib),both)
33 …_MODULE_STEM_32 or LOCAL_MODULE_PATH_32 is required for LOCAL_MULTILIB := both for module $(LOCAL_…
36 …_MODULE_STEM_64 or LOCAL_MODULE_PATH_64 is required for LOCAL_MULTILIB := both for module $(LOCAL_…
54 ifneq ($(my_module_multilib),both)
H A Dhost_executable.mk14 ifeq ($(my_module_multilib),both)
17 …_MODULE_STEM_32 or LOCAL_MODULE_PATH_32 is required for LOCAL_MULTILIB := both for module $(LOCAL_…
20 …_MODULE_STEM_64 or LOCAL_MODULE_PATH_64 is required for LOCAL_MULTILIB := both for module $(LOCAL_…
H A Dpackage.mk15 ifeq ($(filter $(my_module_multilib),64 both first),$(my_module_multilib))
24 ifeq ($(filter $(my_module_multilib),32 both),$(my_module_multilib))
H A Dshared_library.mk10 my_module_multilib := both
13 ifeq ($(my_module_multilib),both)
H A Dinstall_jni_libs.mk56 ifeq ($(my_module_multilib),both)
88 ifeq ($(my_module_multilib),both)
/aosp12/art/build/apex/
H A DAndroid.bp3 // Contains both the Android Managed Runtime (ART) and the Android Core Library
49 // TODO(b/121117762): Remove this note when both the ART Buildbot and Golem use
128 // Tools common to both device and host debug APEXes.
239 compile_multilib: "both",
248 both: {
289 both: {
319 // "Debug" version of the ART APEX module (containing both release and
353 // "Testing" version of the ART APEX module (containing both release
374 compile_multilib: "both",
389 both: {
[all …]
/aosp12/packages/modules/Connectivity/tests/cts/tethering/
H A DAndroid.bp72 // Include both the 32 and 64 bit versions
73 compile_multilib: "both",
96 // Include both the 32 and 64 bit versions
97 compile_multilib: "both",
/aosp12/frameworks/av/media/bufferpool/2.0/tests/
H A DAndroid.bp42 compile_multilib: "both",
61 compile_multilib: "both",
81 compile_multilib: "both",
/aosp12/art/tools/jvmti-agents/
H A DREADME.md4 runtime. Most of these work on both the RI and ART, on both host and device.
/aosp12/packages/modules/Connectivity/tests/common/
H A DAndroid.bp17 // Tests in this folder are included both in unit tests and CTS.
48 // Some tests may be duplicated (in particular static lib tests), as they need to be run under both
49 // jarjared packages to cover both usages.
103 compile_multilib: "both",
/aosp12/art/test/531-regression-debugphi/smali/
H A DTestCase.smali51 invoke-static {}, Ljava/lang/System;->nanoTime()J # env use of both PhiA equivalents
71 # - add both PhiAs to worklist, set PrimVoid PhiA to PrimInt
101 invoke-static {}, Ljava/lang/System;->nanoTime()J # env use of both PhiA equivalents
107 invoke-static {}, Ljava/lang/System;->nanoTime()J # env use of both PhiB equivalents
/aosp12/system/apex/tests/testdata/sharedlibs/build/com.android.apex.test.bar/
H A DAndroid.bp40 compile_multilib: "both",
42 both: {
65 compile_multilib: "both",
/aosp12/packages/providers/MediaProvider/jni/
H A DAndroid.bp82 compile_multilib: "both",
116 compile_multilib: "both",
148 compile_multilib: "both",
/aosp12/packages/modules/Connectivity/tests/cts/net/appForApi23/
H A DAndroid.bp23 // Include both the 32 and 64 bit versions
24 compile_multilib: "both",
/aosp12/frameworks/libs/native_bridge_support/
H A DAndroid.bp37 "-Wl,--hash-style=both",
49 compile_multilib: "both",
/aosp12/system/bt/btcore/
H A DAndroid.bp36 // Note: It's good to get the tests compiled both for the host and the target so
37 // we get to test with both Bionic libc and glibc
/aosp12/packages/modules/Connectivity/tests/cts/net/api23Test/
H A DAndroid.bp23 // Include both the 32 and 64 bit versions
24 compile_multilib: "both",
/aosp12/bionic/apex/
H A DAndroid.bp34 compile_multilib: "both",
48 both: {
/aosp12/packages/modules/adb/libs/adbconnection/
H A DAndroid.bp35 compile_multilib: "both",
73 compile_multilib: "both",
/aosp12/frameworks/base/packages/SettingsProvider/test/src/android/provider/settings/validators/
H A DSettingsValidatorsTest.java366 String[] both = new String[firstLen + secondLen]; in concat() local
367 System.arraycopy(first, 0, both, 0, firstLen); in concat()
368 System.arraycopy(second, 0, both, firstLen, secondLen); in concat()
369 return both; in concat()
/aosp12/frameworks/base/core/sysprop/
H A DWatchdogProperties.sysprop20 # seconds, if both values are not 0. Default value of both is 0.
/aosp12/frameworks/av/media/bufferpool/1.0/vts/
H A DAndroid.bp42 compile_multilib: "both",
61 compile_multilib: "both",
/aosp12/packages/modules/IPsec/tests/cts/
H A DAndroid.bp23 // Include both the 32 and 64 bit versions
24 compile_multilib: "both",
/aosp12/packages/modules/adb/apex/
H A DAndroid.bp15 compile_multilib: "both",
17 both: {
/aosp12/frameworks/base/core/tests/hosttests/test-apps/SharedUid/dual/
H A DAndroid.bp34 compile_multilib: "both",
46 compile_multilib: "both",

12345678910>>...25