Home
last modified time | relevance | path

Searched defs:A5 (Results 1 – 13 of 13) sorted by relevance

/external/libcxxabi/test/
Ddynamic_cast5.pass.cpp57 struct A5 struct
61 char _[13489];
62 virtual ~A5() {} in ~A5()
64 t1::A1* getA1() {return A4::getA1();} in getA1()
65 A2* getA2() {return A4::getA2();} in getA2()
66 A3* getA3() {return A4::getA3();} in getA3()
67 A4* getA4() {return A4::getA4();} in getA4()
68 A5* getA5() {return this;} in getA5()
201 struct A5 struct
205 char _[13489];
[all …]
Ddynamic_cast14.pass.cpp56 struct A5 struct
60 char _[13489];
61 virtual ~A5() {} in ~A5()
63 A1* getA1_3() {return A3::getA1();} in getA1_3()
64 A1* getA1_4() {return A4::getA1();} in getA1_4()
65 A2* getA2() {return A3::getA2();} in getA2()
66 A3* getA3() {return A3::getA3();} in getA3()
67 A4* getA4() {return A4::getA4();} in getA4()
68 A5* getA5() {return this;} in getA5()
777 struct A5 struct
[all …]
/external/clang/INPUTS/
Dmacro_pounder_obj.c11 #define A5 A4 A4 A4 A4 A4 A4 macro
Dmacro_pounder_fn.c11 #define A5(A, B) A4(A,B) A4(A,B) A4(A,B) A4(A,B) A4(A,B) A4(A,B) macro
/external/clang/test/Index/
Dannotate-comments-preprocessor.c19 #define A5 1 /// Aaa. macro
/external/lldb/test/lang/c/stepping/
Dmain.c61 int A5 = complex (a(2), b(3), c(4)); // Stop here to try step in targetting complex. in main() local
/external/gmock/include/gmock/
Dgmock-generated-actions.h172 A5, A6>& args) { in Invoke() argument
181 const ::std::tr1::tuple<A1, A2, A3, A4, A5, A6>& args) { in InvokeMethod() argument
194 A5, A6, A7>& args) { in Invoke() argument
203 const ::std::tr1::tuple<A1, A2, A3, A4, A5, A6, in InvokeMethod() argument
217 A5, A6, A7, A8>& args) { in Invoke() argument
226 const ::std::tr1::tuple<A1, A2, A3, A4, A5, A6, A7, in InvokeMethod() argument
240 A5, A6, A7, A8, A9>& args) { in Invoke() argument
249 const ::std::tr1::tuple<A1, A2, A3, A4, A5, A6, A7, A8, in InvokeMethod() argument
266 A5, A6, A7, A8, A9, A10>& args) { in Invoke() argument
276 const ::std::tr1::tuple<A1, A2, A3, A4, A5, A6, A7, A8, in InvokeMethod() argument
[all …]
/external/google-breakpad/src/testing/include/gmock/
Dgmock-generated-actions.h172 A5, A6>& args) { in Invoke() argument
181 const ::std::tr1::tuple<A1, A2, A3, A4, A5, A6>& args) { in InvokeMethod() argument
194 A5, A6, A7>& args) { in Invoke() argument
203 const ::std::tr1::tuple<A1, A2, A3, A4, A5, A6, in InvokeMethod() argument
217 A5, A6, A7, A8>& args) { in Invoke() argument
226 const ::std::tr1::tuple<A1, A2, A3, A4, A5, A6, A7, in InvokeMethod() argument
240 A5, A6, A7, A8, A9>& args) { in Invoke() argument
249 const ::std::tr1::tuple<A1, A2, A3, A4, A5, A6, A7, A8, in InvokeMethod() argument
266 A5, A6, A7, A8, A9, A10>& args) { in Invoke() argument
276 const ::std::tr1::tuple<A1, A2, A3, A4, A5, A6, A7, A8, in InvokeMethod() argument
[all …]
/external/webrtc/webrtc/common_audio/signal_processing/
Dsignal_processing_unittest.cc369 int16_t A5[] = {1, 2, 33, 100, -5}; in TEST_F() local
/external/webp/src/dsp/
Dfilters_sse2.c81 const __m128i A5 = _mm_add_epi8(A3, A4); in PredictLineLeft() local
Dlossless_sse2.c50 const __m128i A5 = _mm_packus_epi16(A4, A4); in ClampedAddSubtractHalf() local
/external/opencv/cxcore/src/
Dcxmathfuncs.cpp907 A5 = .99999999999999999998285227504999 / EXPPOLY_32F_A0, variable
1478 A5 = +1.0; variable
/external/llvm/unittests/ADT/
DAPIntTest.cpp937 APInt A5(integerPartWidth*4, I5); in TEST() local