/external/googletest/googlemock/include/gmock/ |
D | gmock-more-actions.h | 203 #define GMOCK_INTERNAL_DECL_TYPE_AND_5_VALUE_PARAMS(p0, p1, p2, p3, p4) , \ argument 206 #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 244 #define GMOCK_INTERNAL_INIT_AND_5_VALUE_PARAMS(p0, p1, p2, p3, p4)\ 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 [all …]
|
/external/clang/test/Sema/ |
D | enable_if.c | 100 void *p4 = (void *)isdigit2; in test5() local 128 …void *p4 = (void*)f2; // expected-error{{address of overloaded function 'f2' is ambiguous}} expect… in test6() local 137 …void *p4 = (void*)f3; // expected-error{{address of overloaded function 'f3' does not match requir… in test7() local
|
/external/llvm-project/clang/test/Sema/ |
D | enable_if.c | 100 void *p4 = (void *)isdigit2; in test5() local 128 …void *p4 = (void*)f2; // expected-error{{address of overloaded function 'f2' is ambiguous}} expect… in test6() local 137 …void *p4 = (void*)f3; // expected-error{{address of overloaded function 'f3' does not match requir… in test7() local
|
D | matrix-type-builtins.c | 28 void column_major_load(float *p1, int *p2, _Bool *p3, struct Foo *p4) { in column_major_load() 70 …olumn_major_store(sx5x10_t *m1, ix3x2_t *m2, float *p1, int *p2, struct Foo *p3, const float *p4) { in column_major_store()
|
/external/llvm-project/llvm/utils/unittest/googlemock/include/gmock/ |
D | gmock-generated-actions.h | 1050 #define GMOCK_INTERNAL_DECL_TYPE_AND_5_VALUE_PARAMS(p0, p1, p2, p3, p4) , \ argument 1053 #define GMOCK_INTERNAL_DECL_TYPE_AND_6_VALUE_PARAMS(p0, p1, p2, p3, p4, p5) , \ argument 1056 #define GMOCK_INTERNAL_DECL_TYPE_AND_7_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument 1060 #define GMOCK_INTERNAL_DECL_TYPE_AND_8_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument 1064 #define GMOCK_INTERNAL_DECL_TYPE_AND_9_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument 1068 #define GMOCK_INTERNAL_DECL_TYPE_AND_10_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument 1088 #define GMOCK_INTERNAL_INIT_AND_5_VALUE_PARAMS(p0, p1, p2, p3, p4)\ argument 1092 #define GMOCK_INTERNAL_INIT_AND_6_VALUE_PARAMS(p0, p1, p2, p3, p4, p5)\ argument 1097 #define GMOCK_INTERNAL_INIT_AND_7_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6)\ argument 1102 #define GMOCK_INTERNAL_INIT_AND_8_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, p7)\ argument [all …]
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | cppcoreguidelines-pro-bounds-pointer-arithmetic-pr36489.cpp | 17 auto p4 = getPtr(); in auto_deduction_binary() local 41 auto p4 = getPtrAuto()[5]; in auto_deduction_subscript() local
|
/external/opencensus-java/api/src/main/java/io/opencensus/stats/ |
D | AggregationData.java | 66 Function<? super LastValueDataDouble, T> p4, in match() 106 Function<? super LastValueDataDouble, T> p4, in match() 149 Function<? super LastValueDataDouble, T> p4, in match() 192 Function<? super LastValueDataDouble, T> p4, in match() 247 Function<? super LastValueDataDouble, T> p4, in match() 404 Function<? super LastValueDataDouble, T> p4, in match() 506 Function<? super LastValueDataDouble, T> p4, in match() 549 Function<? super LastValueDataDouble, T> p4, in match()
|
/external/libjpeg-turbo/ |
D | jerror.h | 252 #define ERREXIT4(cinfo, code, p1, p2, p3, p4) \ argument 259 #define ERREXIT6(cinfo, code, p1, p2, p3, p4, p5, p6) \ argument 307 #define TRACEMS4(cinfo, lvl, code, p1, p2, p3, p4) \ 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/libchrome/ui/gfx/geometry/ |
D | quad_f.h | 30 const PointF& p4) in QuadF() 49 constexpr const PointF& p4() const { return p4_; } in p4() function
|
/external/libcxx/test/std/input.output/filesystems/class.path/path.nonmember/ |
D | append_op.pass.cpp | 32 path p4 = p1 / "def"; in main() local
|
/external/testng/src/test/java/test/parameters/ |
D | InheritFromSuiteChild2.java | 18 public void inheritedparameter(String p1, String p2, String p3, @Optional("abc")String p4) { in inheritedparameter()
|
D | InheritFromSuiteChild3.java | 17 public void inheritedparameter(String p1, String p2, String p3, String p4) { in inheritedparameter()
|
D | InheritFromSuiteChild1.java | 18 public void inheritedparameter(String p1, String p2, @Optional("foobar")String p3, String p4) { in inheritedparameter()
|
/external/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.nonmember/ |
D | append_op.pass.cpp | 31 path p4 = p1 / "def"; in main() local
|
/external/llvm-project/clang/test/Analysis/ |
D | NewDelete+MismatchedDeallocator_intersections.cpp | 35 int *p4 = (int *)malloc(sizeof(int)); in testMallocFreeNoWarn() local
|
D | NewDelete-variadic.cpp | 22 int *p4 = new (x) int[0]; // no warn in testGlobalCustomVariadicNew() local
|
D | Malloc+MismatchedDeallocator_intersections.cpp | 25 int *p4 = new int; in testNewDeleteNoWarn() local
|
/external/clang/test/Analysis/ |
D | NewDelete+MismatchedDeallocator_intersections.cpp | 26 int *p4 = (int *)malloc(sizeof(int)); in testMallocFreeNoWarn() local
|
D | NewDelete-variadic.cpp | 22 int *p4 = new (x) int[0]; // no warn in testGlobalCustomVariadicNew() local
|
/external/clang/test/SemaCXX/ |
D | nullability.cpp | 78 …void *_Nonnull p4 = nullable; // expected-warning{{implicit conversion from nullable pointer 'void… in AssignAndInitNonNull() local 93 …void *_Nonnull p4 = ReturnNullable(); // expected-warning{{implicit conversion from nullable point… in AssignAndInitNonNullFromFn() local
|
D | cxx11-ast-print.cpp | 28 const char *p4 = 0x129_bar; variable
|
/external/libaom/libaom/aom_dsp/mips/ |
D | convolve8_horiz_dspr2.c | 32 uint32_t p1, p2, p3, p4; in convolve_horiz_4_dspr2() local 138 uint32_t p1, p2, p3, p4, n1; in convolve_horiz_8_dspr2() local 300 uint32_t p1, p2, p3, p4, p5; in convolve_horiz_16_dspr2() local 565 uint32_t p1, p2, p3, p4, p5; in convolve_horiz_64_dspr2() local
|
/external/llvm-project/compiler-rt/test/tsan/ |
D | aligned_vs_unaligned_race.cpp | 19 u_uint64_t *p4 = reinterpret_cast<u_uint64_t *>(p1 + 1); in Thread2() local
|
/external/compiler-rt/test/tsan/ |
D | aligned_vs_unaligned_race.cc | 19 u_uint64_t *p4 = reinterpret_cast<u_uint64_t *>(p1 + 1); in Thread2() local
|
/external/dtc/tests/ |
D | multilabel.dts | 28 p4: prop; label
|