Home
last modified time | relevance | path

Searched defs:p5 (Results 1 – 25 of 112) sorted by relevance

12345

/external/googletest/googlemock/include/gmock/
Dgmock-more-actions.h206 #define GMOCK_INTERNAL_DECL_TYPE_AND_6_VALUE_PARAMS(p0, p1, p2, p3, p4, p5) , \ argument
209 #define GMOCK_INTERNAL_DECL_TYPE_AND_7_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument
213 #define GMOCK_INTERNAL_DECL_TYPE_AND_8_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument
217 #define GMOCK_INTERNAL_DECL_TYPE_AND_9_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument
221 #define GMOCK_INTERNAL_DECL_TYPE_AND_10_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument
249 #define GMOCK_INTERNAL_INIT_AND_6_VALUE_PARAMS(p0, p1, p2, p3, p4, p5)\ argument
256 #define GMOCK_INTERNAL_INIT_AND_7_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6)\ argument
263 #define GMOCK_INTERNAL_INIT_AND_8_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, p7)\ argument
271 #define GMOCK_INTERNAL_INIT_AND_9_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, \ argument
281 #define GMOCK_INTERNAL_INIT_AND_10_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, \ argument
[all …]
/external/cronet/third_party/googletest/src/googlemock/include/gmock/
Dgmock-more-actions.h215 #define GMOCK_INTERNAL_DECL_TYPE_AND_6_VALUE_PARAMS(p0, p1, p2, p3, p4, p5) \ argument
218 #define GMOCK_INTERNAL_DECL_TYPE_AND_7_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument
223 #define GMOCK_INTERNAL_DECL_TYPE_AND_8_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument
228 #define GMOCK_INTERNAL_DECL_TYPE_AND_9_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument
233 #define GMOCK_INTERNAL_DECL_TYPE_AND_10_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument
267 #define GMOCK_INTERNAL_INIT_AND_6_VALUE_PARAMS(p0, p1, p2, p3, p4, p5) \ argument
276 #define GMOCK_INTERNAL_INIT_AND_7_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6) \ argument
287 #define GMOCK_INTERNAL_INIT_AND_8_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, p7) \ argument
299 #define GMOCK_INTERNAL_INIT_AND_9_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, p7, \ argument
313 #define GMOCK_INTERNAL_INIT_AND_10_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, \ argument
[all …]
/external/libaom/third_party/googletest/src/googlemock/include/gmock/
Dgmock-more-actions.h215 #define GMOCK_INTERNAL_DECL_TYPE_AND_6_VALUE_PARAMS(p0, p1, p2, p3, p4, p5) \ argument
218 #define GMOCK_INTERNAL_DECL_TYPE_AND_7_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument
223 #define GMOCK_INTERNAL_DECL_TYPE_AND_8_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument
228 #define GMOCK_INTERNAL_DECL_TYPE_AND_9_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument
233 #define GMOCK_INTERNAL_DECL_TYPE_AND_10_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument
267 #define GMOCK_INTERNAL_INIT_AND_6_VALUE_PARAMS(p0, p1, p2, p3, p4, p5) \ argument
276 #define GMOCK_INTERNAL_INIT_AND_7_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6) \ argument
287 #define GMOCK_INTERNAL_INIT_AND_8_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, p7) \ argument
299 #define GMOCK_INTERNAL_INIT_AND_9_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, p7, \ argument
313 #define GMOCK_INTERNAL_INIT_AND_10_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, \ argument
[all …]
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.elem/
Dtuple.by.type.pass.cpp40 constexpr std::tuple<int, const int, double, double> p5 { 1, 2, 3.4, 5.6 }; in main() local
46 const std::tuple<int, const int, double, double> p5 { 1, 2, 3.4, 5.6 }; in main() local
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/tuple/tuple.tuple/tuple.elem/
Dtuple.by.type.pass.cpp41 constexpr std::tuple<int, const int, double, double> p5 { 1, 2, 3.4, 5.6 }; in main() local
47 const std::tuple<int, const int, double, double> p5 { 1, 2, 3.4, 5.6 }; in main() local
/external/opencensus-java/api/src/main/java/io/opencensus/stats/
DAggregationData.java67 Function<? super LastValueDataLong, T> p5, in match()
107 Function<? super LastValueDataLong, T> p5, in match()
150 Function<? super LastValueDataLong, T> p5, in match()
193 Function<? super LastValueDataLong, T> p5, in match()
248 Function<? super LastValueDataLong, T> p5, in match()
405 Function<? super LastValueDataLong, T> p5, in match()
507 Function<? super LastValueDataLong, T> p5, in match()
550 Function<? super LastValueDataLong, T> p5, in match()
/external/libxml2/test/recurse/
Dlol_ip_content.dtd7 <!ENTITY % p5 "%p4;%p4;%p4;%p4;%p4;%p4;%p4;%p4;%p4;%p4;%p4;%p4;%p4;%p4;"> parameterEntity
/external/ltp/testcases/kernel/syscalls/sched_setparam/
Dsched_setparam03.c24 struct sched_param p5 = { .sched_priority = 5 }; in run() local
/external/clang/test/SemaCXX/
Dcxx11-ast-print.cpp30 const char *p5 = 1e12_baz; variable
/external/clang/test/Sema/
Dpass-object-size.c44 void (*p5)(char *) = IsOverloaded; in FunctionPtrs() local
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_perf.c49 float p1, p2, p3, p4, p5, p6; in lp_print_counters() local
/external/libjpeg-turbo/
Djerror.h259 #define ERREXIT6(cinfo, code, p1, p2, p3, p4, p5, p6) \ argument
312 #define TRACEMS5(cinfo, lvl, code, p1, p2, p3, p4, p5) \ argument
318 #define TRACEMS8(cinfo, lvl, code, p1, p2, p3, p4, p5, p6, p7, p8) \ argument
/external/dagger2/javatests/dagger/internal/
DMapProviderFactoryTest.java56 Provider<Integer> p5 = incrementingIntegerProvider(50); in iterationOrder() local
/external/cronet/buildtools/third_party/libc++/trunk/test/support/test.support/
Dtest_proxy.pass.cpp43 Proxy<MoveOnly> p5 = std::move(p4); in testProxy() local
62 Proxy<int&> p5{i}; in testProxy() local
/external/libvpx/vp8/common/mips/dspr2/
Dvp8_loopfilter_filters_dspr2.c307 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; in vp8_loop_filter_horizontal_edge_mips() local
500 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; in vp8_loop_filter_uvhorizontal_edge_mips() local
606 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; in vp8_loop_filter_vertical_edge_mips() local
920 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; in vp8_loop_filter_uvvertical_edge_mips() local
1484 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; in vp8_mbloop_filter_horizontal_edge_mips() local
1616 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; in vp8_mbloop_filter_uvhorizontal_edge_mips() local
1730 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; in vp8_mbloop_filter_vertical_edge_mips() local
1919 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; in vp8_mbloop_filter_uvvertical_edge_mips() local
/external/llvm/unittests/ADT/
DMakeUniqueTest.cpp38 auto p5 = make_unique<std::tuple<int, int, int, int, int>>(0, 1, 2, 3, 4); in TEST() local
/external/libcxx/test/std/algorithms/alg.nonmodifying/mismatch/
Dmismatch.pass.cpp51 auto p5 = std::mismatch(II(std::begin(ib)), II(std::end(ib)), II(std::begin(ic))); in test_constexpr() local
Dmismatch_pred.pass.cpp56 auto p5 = std::mismatch(II(std::begin(ib)), II(std::end(ib)), II(std::begin(ic)), eq); in test_constexpr() local
/external/cronet/buildtools/third_party/libc++/trunk/test/std/algorithms/alg.nonmodifying/mismatch/
Dmismatch.pass.cpp50 auto p5 = std::mismatch(II(std::begin(ib)), II(std::end(ib)), II(std::begin(ic))); in test_constexpr() local
Dmismatch_pred.pass.cpp55 auto p5 = std::mismatch(II(std::begin(ib)), II(std::end(ib)), II(std::begin(ic)), eq); in test_constexpr() local
/external/clang/test/Analysis/
DNewDelete-intersections.mm34 int *p5 = (int *)alloca(sizeof(int)); function
/external/clang/test/CodeGen/
Dppc64-struct-onefloat.c33 SSd p5 = { { 19.47 } }; in foo() local
/external/rust/crates/libm/src/math/
Dexp2.rs332 let p5 = f64::from_bits(0x3f55d88003875c74); in exp2() localVariable
/external/arm-optimized-routines/pl/math/
Dsv_erff_1u3.c56 sv_f32_t p5 = svtbl (c_10_13, idx_lo); in __sv_erff_x() local
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_atfork/
D2-2.c102 static void p5(void) in p5() function

12345