HomeSort by relevance Sort by last modified time
    Searched refs:both (Results 1 - 25 of 3303) 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 16 ifeq ($(my_module_multilib),both)
18 $(error $(LOCAL_PATH): LOCAL_MODULE_STEM_32 or LOCAL_MODULE_PATH_32 is required for LOCAL_MULTILIB := both for module $(LOCAL_MODULE))
21 $(error $(LOCAL_PATH): LOCAL_MODULE_STEM_64 or LOCAL_MODULE_PATH_64 is required for LOCAL_MULTILIB := both for module $(LOCAL_MODULE))
23 else #!LOCAL_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
multilib.mk 12 ifeq (,$(filter 32 64 first both none,$(my_module_multilib)))
  /development/ndk/samples/hello-neon/jni/
Application.mk 1 # Build both ARMv5TE and ARMv7-A machine code.
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
jmpfar.asm 6 jmp far1 ; both: near jump
7 jmp near far1 ; both: near jump
10 jmp far2 ; both: near jump
11 jmp near far2 ; both: near jump
  /external/deqp/android/package/
Android.mk 11 LOCAL_MULTILIB := both
  /frameworks/base/core/tests/hosttests/test-apps/SharedUid/dual/jni/
Android.mk 25 LOCAL_MULTILIB := both
  /libnativehelper/tests/
Android.mk 16 LOCAL_MULTILIB := both
32 LOCAL_MULTILIB := both
  /prebuilts/tools/darwin-x86/sdl/libs/
Android.mk 10 LOCAL_MULTILIB := both
20 LOCAL_MULTILIB := both
  /prebuilts/tools/linux-x86/sdl/libs/
Android.mk 10 LOCAL_MULTILIB := both
20 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}}
  /external/chromium_org/tools/memory_inspector/memory_inspector/frontends/www_content/css/
processes.css 15 clear: both;
  /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
  /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
  /system/core/libnativebridge/
Android.mk 19 LOCAL_MULTILIB := both
36 LOCAL_MULTILIB := both
  /cts/tests/tests/bionic/
Android.mk 11 LOCAL_MULTILIB := both
37 LOCAL_MULTILIB := both
  /external/chromium_org/v8/test/mjsunit/regress/
regress-359491.js 16 // Gather type feedback for both branches.
31 // Optimize g, which inlines f. Both branches in f will see the constant.
44 // Gather type feedback for both branches.
59 // Optimize g, which inlines f. Both branches in f will see the constant.
  /external/clang/test/Sema/
missing-field-initializers.c 32 } both; member in struct:Three

Completed in 2943 milliseconds

1 2 3 4 5 6 7 8 91011>>