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

1 2

  /external/clang/INPUTS/
macro_pounder_obj.c 11 #define A5 A4 A4 A4 A4 A4 A4
12 #define A6 A5 A5 A5 A5 A5 A5
macro_pounder_fn.c 11 #define A5(A, B) A4(A,B) A4(A,B) A4(A,B) A4(A,B) A4(A,B) A4(A,B)
12 #define A6(A, B) A5(A,B) A5(A,B) A5(A,B) A5(A,B) A5(A,B) A5(A,B)
  /external/chromium/testing/gmock/include/gmock/internal/
gmock-generated-internal-utils.h 95 template <typename A1, typename A2, typename A3, typename A4, typename A5>
96 struct MatcherTuple< ::std::tr1::tuple<A1, A2, A3, A4, A5> > {
98 Matcher<A5> > type;
101 template <typename A1, typename A2, typename A3, typename A4, typename A5,
103 struct MatcherTuple< ::std::tr1::tuple<A1, A2, A3, A4, A5, A6> > {
105 Matcher<A5>, Matcher<A6> > type;
108 template <typename A1, typename A2, typename A3, typename A4, typename A5,
110 struct MatcherTuple< ::std::tr1::tuple<A1, A2, A3, A4, A5, A6, A7> > {
112 Matcher<A5>, Matcher<A6>, Matcher<A7> > type;
115 template <typename A1, typename A2, typename A3, typename A4, typename A5,
    [all...]
  /external/chromium/testing/gmock/include/gmock/
gmock-generated-nice-strict.h 103 template <typename A1, typename A2, typename A3, typename A4, typename A5>
105 const A5& a5) : MockClass(a1, a2, a3, a4, a5) {
110 template <typename A1, typename A2, typename A3, typename A4, typename A5,
113 const A5& a5, const A6& a6) : MockClass(a1, a2, a3, a4, a5, a6) {
118 template <typename A1, typename A2, typename A3, typename A4, typename A5,
121 const A5& a5, const A6& a6, const A7& a7) : MockClass(a1, a2, a3, a4, a5
    [all...]
gmock-generated-function-mockers.h 167 typename A5>
168 class FunctionMocker<R(A1, A2, A3, A4, A5)> : public
169 internal::FunctionMockerBase<R(A1, A2, A3, A4, A5)> {
171 typedef R F(A1, A2, A3, A4, A5);
175 const Matcher<A3>& m3, const Matcher<A4>& m4, const Matcher<A5>& m5) {
181 R Invoke(A1 a1, A2 a2, A3 a3, A4 a4, A5 a5) {
186 return this->InvokeWith(ArgumentTuple(a1, a2, a3, a4, a5));
191 typename A5, typename A6>
192 class FunctionMocker<R(A1, A2, A3, A4, A5, A6)> : publi
    [all...]
gmock-generated-actions.h 145 typename A5>
146 class InvokeHelper<R, ::std::tr1::tuple<A1, A2, A3, A4, A5> > {
150 A5>& args) {
159 const ::std::tr1::tuple<A1, A2, A3, A4, A5>& args) {
167 typename A5, typename A6>
168 class InvokeHelper<R, ::std::tr1::tuple<A1, A2, A3, A4, A5, A6> > {
172 A5, A6>& args) {
181 const ::std::tr1::tuple<A1, A2, A3, A4, A5, A6>& args) {
189 typename A5, typename A6, typename A7>
190 class InvokeHelper<R, ::std::tr1::tuple<A1, A2, A3, A4, A5, A6, A7> >
    [all...]
  /external/chromium/testing/
gmock_mutant.h     [all...]
  /external/clang/test/CXX/temp/temp.param/
p4.cpp 11 template<int *Ptr> struct A5;
  /external/chromium/base/
callback.h 399 typename A5>
400 class Callback<R(A1, A2, A3, A4, A5)> : public internal::CallbackBase {
408 typename internal::ParamTraits<A5>::ForwardType);
430 typename internal::ParamTraits<A5>::ForwardType a5) const {
438 a5);
443 typename A5, typename A6>
444 class Callback<R(A1, A2, A3, A4, A5, A6)> : public internal::CallbackBase {
452 typename internal::ParamTraits<A5>::ForwardType,
475 typename internal::ParamTraits<A5>::ForwardType a5
    [all...]
  /external/clang/test/SemaTemplate/
temp_arg_nontype.cpp 16 A<E> *a5; // expected-error{{template argument for non-type template parameter must be an expression}} variable
64 template<int (&fr)(int)> struct A5; // expected-note{{template parameter is declared here}}
65 A5<h> *a16_1;
66 A5<f> *a16_3;
67 A5<h2> *a16_6; // expected-error{{non-type template parameter of reference type 'int (&)(int)' cannot bind to template argument of type 'float (float)'}}
68 A5<g> *a14_7; // expected-error{{address of overloaded function 'g' does not match required type 'int (int)'}}
  /external/webkit/LayoutTests/fast/url/script-tests/
scheme.js 12 // ["\xe4\xbd\xa0\xe5\xa5\xbdhttp", "%E4%BD%A0%E5%A5%BDhttp"],
path.js 70 ["/\u4f60\u597d\u4f60\u597d", "/%E4%BD%A0%E5%A5%BD%E4%BD%A0%E5%A5%BD"],
host.js 39 ["%E4%BD%A0%E5%A5%BD\u4f60\u597d", "xn--6qqa088eba"],
  /external/llvm/include/llvm/Support/
TypeBuilder.h 306 typename A5, bool cross>
307 class TypeBuilder<R(A1, A2, A3, A4, A5), cross> {
315 TypeBuilder<A5, cross>::get(Context),
381 typename A5, bool cross>
382 class TypeBuilder<R(A1, A2, A3, A4, A5, ...), cross> {
390 TypeBuilder<A5, cross>::get(Context),
  /external/clang/test/Parser/
cxx-casting.cpp 71 // This note comes from "::D[:F> A5;"
88 ::D[:F> A5; // expected-error {{cannot refer to class template 'D' without a template argument list}} \
  /external/llvm/include/llvm/ADT/
FoldingSet.h 639 template <typename A1, typename A2, typename A3, typename A4, typename A5>
641 const A4 &a4, const A5 &a5)
642 : data(a1,a2,a3,a4,a5) {}
  /external/webrtc/src/common_audio/signal_processing_library/main/test/unit_test/
unit_test.cc 361 WebRtc_Word16 A5[] = {1, 2, 33, 100, -5};
386 EXPECT_EQ(4, WebRtcSpl_FilterAR(A5, 5, b16, 4, bState, 4, bStateLow, 4, bTmp16, bTmp16Low, 4));
  /external/opencv/cxcore/src/
cxmathfuncs.cpp 907 A5 = .99999999999999999998285227504999 / EXPPOLY_32F_A0,
915 #define EXPPOLY(x) (((((A0*(x) + A1)*(x) + A2)*(x) + A3)*(x) + A4)*(x) + A5)
    [all...]
  /external/icu4c/data/sprep/
rfc3491.txt 604 01A4; 01A5; MAP
706 03A5; 03C5; MAP
817 04A4; 04A5; MAP
    [all...]
rfc3530csci.txt 603 01A4; 01A5; MAP
705 03A5; 03C5; MAP
816 04A4; 04A5; MAP
    [all...]
rfc3722.txt 604 01A4; 01A5; MAP
706 03A5; 03C5; MAP
817 04A4; 04A5; MAP
    [all...]
rfc3920node.txt 604 01A4; 01A5; MAP
706 03A5; 03C5; MAP
817 04A4; 04A5; MAP
    [all...]
rfc4518ci.txt 571 01A4; 01A5; MAP
673 03A5; 03C5; MAP
784 04A4; 04A5; MAP
    [all...]
  /external/icu4c/test/testdata/
nfs4_cis_prep.txt 594 01A4; 01A5; MAP
696 03A5; 03C5; MAP
807 04A4; 04A5; MAP
    [all...]
nfs4_cs_prep_ci.txt 594 01A4; 01A5; MAP
696 03A5; 03C5; MAP
807 04A4; 04A5; MAP
    [all...]

Completed in 2369 milliseconds

1 2