Home
last modified time | relevance | path

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

12345678910>>...41

/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
Dp5-var.cpp98 void bind_lvalue_to_conv_lvalue_ambig(ConvertibleToBothDerivedRef both) { in bind_lvalue_to_conv_lvalue_ambig() argument
99 Derived &dr1 = both; in bind_lvalue_to_conv_lvalue_ambig()
100 …Base &br1 = both; // expected-error{{reference initialization of type 'Base &' with initializer of… in bind_lvalue_to_conv_lvalue_ambig()
132 void bind_lvalue_to_conv_rvalue_ambig(ConvertibleToBothDerived both) { in bind_lvalue_to_conv_rvalue_ambig() argument
133 const Derived &dr1 = both; in bind_lvalue_to_conv_rvalue_ambig()
134 …const Base &br1 = both; // expected-error{{reference initialization of type 'const Base &' with in… in bind_lvalue_to_conv_rvalue_ambig()
/external/openssl/android.testssl/
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 small client buffers
76 echo test sslv2/sslv3 with both client and server authentication and small server buffers
79 echo test sslv2/sslv3 with both client and server authentication and small client and server buffers
82 echo test sslv2/sslv3 with both client and server authentication and handshake cutthrough
95 echo test sslv2 with both client and server authentication via BIO pair
108 echo test sslv3 with both client and server authentication via BIO pair
128 echo test sslv2/sslv3 with both client and server authentication via BIO pair
[all …]
/external/valgrind/main/callgrind/tests/
DMakefile.am14 simwork-both.vgtest simwork-both.stdout.exp simwork-both.stderr.exp \
/external/clang/test/Modules/Inputs/System/usr/include/
Dmodule.map12 // In both directories (compiler support version wins, does not forward)
17 // In both directories (compiler support version wins, forwards)
/external/llvm/lib/Target/ARM/
DARMInstrVFP.td94 // Some single precision VFP instructions may be executed on both NEON and VFP
108 // Some single precision VFP instructions may be executed on both NEON and VFP
156 // Some single precision VFP instructions may be executed on both NEON and
169 // Some single precision VFP instructions may be executed on both NEON and
182 // Some single precision VFP instructions may be executed on both NEON and
233 // Some single precision VFP instructions may be executed on both NEON and
247 // Some single precision VFP instructions may be executed on both NEON and
271 // Some single precision VFP instructions may be executed on both NEON and
285 // Some single precision VFP instructions may be executed on both NEON and
307 // Some single precision VFP instructions may be executed on both NEON and
[all …]
/external/wpa_supplicant_6/
DREADME7 These program is dual-licensed under both the GPL version 2 and BSD
11 This package may include either wpa_supplicant, hostapd, or both. See
/external/iptables/extensions/
Dlibxt_conntrack.man40 specified at all, matches packets in both directions.
49 with a connection which has not seen packets in both directions, and
53 in both directions,
80 Conntrack has seen packets in both directions.
Dlibxt_state.man13 packets in both directions,
16 associated with a connection which has not seen packets in both
/external/clang/test/SemaObjC/
Datomoic-property-synnthesis-rules.m111 // expected-note {{setter and getter must both be synthesized}}
113 // expected-note {{setter and getter must both be synthesized}}
133 … // expected-note {{setter and getter must both be synthesized}}
135 … // expected-note {{setter and getter must both be synthesized}}
146 … // expected-note {{setter and getter must both be synthesized}}
148 … // expected-note {{setter and getter must both be synthesized}}
166 … // expected-note {{setter and getter must both be synthesized}}
168 … // expected-note {{setter and getter must both be synthesized}}
/external/clang/test/CodeGen/
Dpragma-weak.c113 void both(void) __attribute((alias("__both")));
114 #pragma weak both = __both macro
/external/junit/src/org/junit/rules/
DExpectedException.java4 import static org.junit.matchers.JUnitMatchers.both;
73 fMatcher= both(fMatcher).and(matcher); in expect()
/external/chromium/third_party/libevent/test/
Dregress.c221 struct both { struct
229 struct both *both = arg; in combined_read_cb() local
239 both->nread += len; in combined_read_cb()
240 if (event_add(&both->ev, NULL) == -1) in combined_read_cb()
247 struct both *both = arg; in combined_write_cb() local
252 if (len > both->nread) in combined_write_cb()
253 len = both->nread; in combined_write_cb()
263 both->nread -= len; in combined_write_cb()
264 if (event_add(&both->ev, NULL) == -1) in combined_write_cb()
461 struct both r1, r2, w1, w2; in test_combined()
/external/llvm/test/CodeGen/X86/
Dfp-stack-2results.ll28 ; Uses both values.
39 ; Uses both values, requires fxch
/external/stlport/
DLICENSE23 …e, provided that the above copyright notice appear in all copies and that both that copyright noti…
25 …e, provided that the above copyright notice appear in all copies and that both that copyright noti…
27 …e, provided that the above copyright notice appear in all copies and that both that copyright noti…
DNOTICE23 …e, provided that the above copyright notice appear in all copies and that both that copyright noti…
25 …e, provided that the above copyright notice appear in all copies and that both that copyright noti…
27 …e, provided that the above copyright notice appear in all copies and that both that copyright noti…
/external/libffi/
Dacinclude.m431 # zeroed pages with both the following properties:
36 # both at once, they must both go away.
/external/chromium/third_party/libjingle/source/
DCHANGELOG30 - Added FileMediaEngine to support both voice and video via RTP dump.
50 - TLS login support for both example applications.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/about_files/
Dpixman-licenses.txt7 the above copyright notice appear in all copies and that both that
33 both that copyright notice and this permission notice appear in
53 the above copyright notice appear in all copies and that both that
77 both that copyright notice and this permission notice appear in
/external/astl/include/
Dmemory50 // If the input range is made of pod instances AND both input and
56 // and the value type are not both POD.
73 // Full specialization when the src and dest types are pod && both
108 // Bothe pod but not both random access
/external/llvm/test/YAMLParser/
Dspec-05-13.data4 both space and
/external/expat/amiga/
DREADME.txt46 The test suite will compile and run for both the static and shared
52 To install both static and shared versions of expat into the
/external/mesa3d/docs/
DREADME.OpenStep25 shell provided with the development environment. In both cases this will
33 with both intel and motorola architectures.
/external/valgrind/main/memcheck/tests/x86-linux/
Dscalar_supp.supp1 # This suppression suppresses both of the buf errors.
/external/iptables/tests/
Doptions-most.rules13 …foo -m connbytes --connbytes 1:2 --connbytes-mode packets --connbytes-dir both -m connlimit --conn…
18 -A INPUT -p tcp -m connbytes --connbytes 1:2 --connbytes-mode packets --connbytes-dir both
59 -A matches -m connbytes --connbytes 1 --connbytes-mode bytes --connbytes-dir both
61 -A matches -m connbytes --connbytes :2 --connbytes-mode bytes --connbytes-dir both
63 -A matches -m connbytes --connbytes 0:3 --connbytes-mode bytes --connbytes-dir both
65 -A matches -m connbytes --connbytes 4: --connbytes-mode bytes --connbytes-dir both
67 …matches -m connbytes --connbytes 5:18446744073709551615 --connbytes-mode bytes --connbytes-dir both
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-values/
Dgtkhtml2 both

12345678910>>...41