Searched refs:both (Results 1 - 25 of 168) sorted by relevance

1234567

/external/deqp/android/package/
H A DAndroid.mk11 LOCAL_MULTILIB := both
/external/compiler-rt/lib/ubsan/
H A DAndroid.mk56 LOCAL_MULTILIB := both
74 LOCAL_MULTILIB := both
86 LOCAL_MULTILIB := both
96 LOCAL_MULTILIB := both
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5-var.cpp98 void bind_lvalue_to_conv_lvalue_ambig(ConvertibleToBothDerivedRef both) { argument
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) { argument
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/zopfli/
H A DAndroid.mk16 LOCAL_MULTILIB := both
24 LOCAL_MULTILIB := both
/external/clang/test/Sema/
H A Dmissing-field-initializers.c32 } both; member in struct:Three
/external/llvm/test/MC/ARM/
H A Ddirective-thumb_func.s4 @ NOTE: this test ensures that both forms are accepted for MachO
/external/svox/pico/
H A DAndroid.mk2 # This makefile builds both an activity and a shared library.
/external/chromium-webview/
H A DAndroid.mk25 LOCAL_MULTILIB := both
/external/v8/src/
H A Dv8.h25 #error both DEBUG and NDEBUG are set
/external/clang/test/CodeGen/
H A Dpragma-weak.c8 // CHECK-DAG: @both = alias void ()* @__both
111 void both(void) __attribute((alias("__both")));
112 #pragma weak both = __both macro
/external/junit/src/org/junit/rules/
H A DExpectedException.java4 import static org.junit.matchers.JUnitMatchers.both;
73 fMatcher= both(fMatcher).and(matcher);
/external/tinyxml/
H A DAndroid.mk27 LOCAL_MULTILIB := both
/external/expat/
H A DAndroid.mk3 # We need to build this for both the device (as a shared library)
43 LOCAL_MULTILIB := both
63 LOCAL_MULTILIB := both
/external/zlib/
H A DAndroid.mk30 LOCAL_LDFLAGS_arm := -Wl,--hash-style=both
63 LOCAL_MULTILIB := both
74 LOCAL_MULTILIB := both
/external/boringssl/
H A DAndroid.mk65 # Windows and Macs both have problems with assembly files
77 LOCAL_MULTILIB := both
80 # Windows and Macs both have problems with assembly files
128 LOCAL_MULTILIB := both
/external/libunwind/
H A DAndroid.build.mk23 LOCAL_MULTILIB := both
29 ifeq ($(LOCAL_MULTILIB),both)
/external/compiler-rt/lib/builtins/
H A Dfp_mul_impl.inc56 // one or both of a or b is denormal, the other (if applicable) is a
57 // normal number. Renormalize one or both of a and b, and set scale to
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A DAndroid.mk62 # Flags passed to both C and C++ files.
104 # Flags passed to both C and C++ files.
/external/webrtc/src/modules/audio_processing/aecm/
H A DAndroid.mk26 # Flags passed to both C and C++ files.
72 # Flags passed to both C and C++ files.
/external/webrtc/src/modules/audio_processing/ns/
H A DAndroid.mk28 # Flags passed to both C and C++ files.
72 # Flags passed to both C and C++ files.
/external/mesa3d/src/glsl/
H A Dralloc.c340 char *both; local
345 both = resize(*dest, existing_length + n + 1);
346 if (unlikely(both == NULL))
349 memcpy(both + existing_length, str, n);
350 both[existing_length + n] = '\0';
352 *dest = both;
/external/webrtc/src/modules/audio_processing/
H A DAndroid.mk33 # Flags passed to both C and C++ files.
82 # Flags passed to both C and C++ files.
132 # Flags passed to both C and C++ files.
/external/vixl/
H A DAndroid.mk157 LOCAL_MULTILIB := both
172 LOCAL_MULTILIB := both
/external/webrtc/src/common_audio/resampler/
H A DAndroid.mk22 # Flags passed to both C and C++ files.
/external/webrtc/src/common_audio/vad/
H A DAndroid.mk26 # Flags passed to both C and C++ files.

Completed in 783 milliseconds

1234567