HomeSort by relevance Sort by last modified time
    Searched refs:both (Results 1 - 25 of 471) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /build/core/
native_test.mk 10 LOCAL_MULTILIB := both
executable.mk 1 # We don't automatically set up rules to build executables for both
5 # To build it for both set LOCAL_MULTILIB := both and specify
12 ifeq ($(my_module_multilib),both)
14 $(error $(LOCAL_PATH): LOCAL_MODULE_STEM_32 or LOCAL_MODULE_PATH_32 is required for LOCAL_MULTILIB := both for module $(LOCAL_MODULE))
17 $(error $(LOCAL_PATH): LOCAL_MODULE_STEM_64 or LOCAL_MODULE_PATH_64 is required for LOCAL_MULTILIB := both for module $(LOCAL_MODULE))
19 else #!LOCAL_MULTILIB == both
39 ifneq ($(my_module_multilib),both)
44 # check if preferred arch was not supported or asked to build both
shared_library.mk 5 # libraries default to building for both architecturess
6 my_module_multilib := both
9 ifeq ($(my_module_multilib),both)
21 endif # my_module_multilib == both
host_executable.mk 20 ifeq ($(my_module_multilib),both)
22 $(error $(LOCAL_PATH): LOCAL_MODULE_STEM_32 or LOCAL_MODULE_PATH_32 is required for LOCAL_MULTILIB := both for module $(LOCAL_MODULE))
25 $(error $(LOCAL_PATH): LOCAL_MODULE_STEM_64 or LOCAL_MODULE_PATH_64 is required for LOCAL_MULTILIB := both for module $(LOCAL_MODULE))
27 else #!LOCAL_MULTILIB == both
host_shared_library.mk 9 # libraries default to building for both architecturess
10 my_module_multilib := both
host_static_library.mk 9 # libraries default to building for both architecturess
10 my_module_multilib := both
static_library.mk 5 # libraries default to building for both architecturess
6 my_module_multilib := both
package.mk 1 # We don't automatically set up rules to build packages for both
13 ifeq ($(filter $(my_module_multilib),64 both first),$(my_module_multilib))
14 # if my_module_multilib was 64, both, first, or unset, build for 64-bit
22 ifeq ($(filter $(my_module_multilib),32 both),$(my_module_multilib))
23 # if my_module_multilib was 32, both, or unset, build for 32-bit
  /external/selinux/policycoreutils/sepolicy/sepolicy/templates/
network.py 113 ## <infoflow type="both" weight="10"/>
208 ## <infoflow type="both" weight="10"/>
413 ## <infoflow type="both" weight="10"/>
540 ## <infoflow type="both" weight="10"/>
  /system/core/base/
Android.mk 46 LOCAL_MULTILIB := both
56 LOCAL_MULTILIB := both
71 LOCAL_MULTILIB := both
80 LOCAL_MULTILIB := both
92 LOCAL_MULTILIB := both
106 LOCAL_MULTILIB := both
  /external/deqp/android/package/
Android.mk 11 LOCAL_MULTILIB := both
  /art/imgdiag/
Android.mk 24 # Note that this tool needs to be built for both 32-bit and 64-bit since it requires
28 $(eval $(call build-art-multi-executable,imgdiag,$(IMGDIAG_SRC_FILES),libart-compiler libbacktrace,libcutils,libziparchive-host,art/compiler,both))
  /external/compiler-rt/lib/ubsan/
Android.mk 56 LOCAL_MULTILIB := both
74 LOCAL_MULTILIB := both
86 LOCAL_MULTILIB := both
96 LOCAL_MULTILIB := both
  /frameworks/base/core/tests/hosttests/test-apps/SharedUid/dual/jni/
Android.mk 25 LOCAL_MULTILIB := both
  /system/extras/micro_bench/
Android.mk 10 LOCAL_MULTILIB := both
25 LOCAL_MULTILIB := both
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5-var.cpp 98 void bind_lvalue_to_conv_lvalue_ambig(ConvertibleToBothDerivedRef both) {
99 Derived &dr1 = both;
100 Base &br1 = both; // expected-error{{reference initialization of type 'Base &' with initializer of type 'ConvertibleToBothDerivedRef' is ambiguous}}
112 // similar type (both of which are class types).
132 void bind_lvalue_to_conv_rvalue_ambig(ConvertibleToBothDerived both) {
133 const Derived &dr1 = both;
134 const Base &br1 = both; // expected-error{{reference initialization of type 'const Base &' with initializer of type 'ConvertibleToBothDerived' is ambiguous}}
  /frameworks/base/core/tests/hosttests/test-apps/SharedUid/dual/
Android.mk 30 LOCAL_MULTILIB := both
48 LOCAL_MULTILIB := both
  /frameworks/native/cmds/flatland/
Android.mk 16 LOCAL_MULTILIB := both
  /system/core/libnativebridge/tests/
Android.nativebridge-dummy.mk 17 LOCAL_MULTILIB := both
32 LOCAL_MULTILIB := both
53 LOCAL_MULTILIB := both
68 LOCAL_MULTILIB := both
  /system/extras/tests/pagingtest/
Android.mk 16 LOCAL_MULTILIB := both
  /cts/tests/tests/permission/
Android.mk 22 # Include both the 32 and 64 bit versions
23 LOCAL_MULTILIB := both
  /external/zopfli/
Android.mk 16 LOCAL_MULTILIB := both
24 LOCAL_MULTILIB := both
  /frameworks/base/libs/hwui/tests/
Android.mk 24 LOCAL_MULTILIB := both
  /system/core/libnativebridge/
Android.mk 19 LOCAL_MULTILIB := both
36 LOCAL_MULTILIB := both
  /system/core/liblog/
Android.mk 61 LOCAL_MULTILIB := both
70 LOCAL_MULTILIB := both
88 LOCAL_LDFLAGS_arm := -Wl,--hash-style=both

Completed in 638 milliseconds

1 2 3 4 5 6 7 8 91011>>