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

1234567891011>>

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Djmpfar.asm6 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/
H A DAndroid.mk11 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/chromium_org/tools/memory_inspector/memory_inspector/frontends/www_content/css/
H A Dprocesses.css15 clear: both;
/external/svox/pico/
H A DAndroid.mk2 # This makefile builds both an activity and a shared library.
/external/tinyxml/
H A DAndroid.mk27 LOCAL_MULTILIB := both
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Doobe_screen_eula.css22 clear: both;
86 clear: both;
/external/chromium_org/v8/src/
H A Dv8.h25 #error both DEBUG and NDEBUG are set
/external/openssl/android.testssl/
H A Dtestssl45 echo test sslv2 with both client and server authentication
58 echo test sslv3 with both client and server authentication
70 echo test sslv2/sslv3 with both client and server authentication
73 echo test sslv2/sslv3 with both client and server authentication and handshake cutthrough
86 echo test sslv2 with both client and server authentication via BIO pair
99 echo test sslv3 with both client and server authentication via BIO pair
119 echo test sslv2/sslv3 with both client and server authentication via BIO pair
122 echo test sslv2/sslv3 with both client and server authentication via BIO pair and app verify
/external/chromium_org/third_party/webrtc/overrides/webrtc/base/
H A Dbasictypes.h61 #error CPU_X86 and CPU_ARM both defined.
75 #error ARCH_CPU_BIG_ENDIAN and ARCH_CPU_LITTLE_ENDIAN both defined.
/external/chromium_org/third_party/webrtc/voice_engine/test/android/android_test/jni/
H A DApplication.mk9 # Build both ARMv5TE and ARMv7-A machine code.
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
H A Dcurpos-err.asm19 dd $-baz+foo+4-$ ; both local and cross-segment (legal)
H A Dcurpos.asm19 dd $-baz+foo+4-$ ; both local and cross-segment (legal)
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/gas64/
H A Delf_gas64_curpos.asm19 .4byte .-baz+foo+4-. # both local and cross-segment (legal)
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win32/tests/
H A Dwin32-curpos.asm19 dd $-baz+foo+4-$ ; both local and cross-segment (legal)
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
H A Dwin64-curpos.asm19 dd $-baz+foo+4-$ ; both local and cross-segment (legal)
/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/libunwind/
H A DAndroid.build.mk23 LOCAL_MULTILIB := both
29 ifeq ($(LOCAL_MULTILIB),both)
/external/openssl/
H A DApps.mk7 LOCAL_MULTILIB := both
H A DSsl.mk47 LOCAL_MULTILIB := both
59 LOCAL_MULTILIB := both
/external/zlib/
H A DAndroid.mk53 LOCAL_MULTILIB := both
64 LOCAL_MULTILIB := both
80 LOCAL_MULTILIB := both
/external/chromium-trace/trace-viewer/src/tracing/
H A Drecord_selection_dialog.css36 clear: both;

Completed in 658 milliseconds

1234567891011>>