/external/clang/test/CodeGenCXX/ |
D | sparcv9-abi.cpp | 3 struct pod { struct 8 void f1(struct pod); argument
|
/external/clang/test/SemaCXX/ |
D | vla.cpp | 8 template<typename T> struct pod {}; struct
|
D | class-layout.cpp | 271 tail_padded_pod_in_11_only pod; member
|
/external/libmojo/mojo/public/cpp/bindings/tests/ |
D | union_unittest.cc | 29 PodUnionPtr pod(PodUnion::New()); in TEST() local 112 PodUnionPtr pod(PodUnion::New()); in TEST() local 163 PodUnionPtr pod(PodUnion::New()); in TEST() local 183 PodUnionPtr pod(PodUnion::New()); in TEST() local 194 PodUnionPtr pod; in TEST() local 215 PodUnionPtr pod; in TEST() local 274 PodUnionPtr pod(PodUnion::New()); in TEST() local 294 PodUnionPtr pod(PodUnion::New()); in TEST() local 314 ObjectUnionPtr pod(ObjectUnion::New()); in TEST() local 336 ObjectUnionPtr pod(ObjectUnion::New()); in TEST() local [all …]
|
D | serialization_warning_unittest.cc | 219 PodUnionPtr pod(nullptr); in TEST_F() local
|
/external/skia/src/core/ |
D | SkLiteDL.cpp | 45 static const D* pod(const T* op, size_t offset = 0) { in pod() function 509 void* SkLiteDL::push(size_t pod, Args&&... args) { in push() 602 void* pod = this->push<DrawAnnotation>(bytes, rect, value); in drawAnnotation() local 630 void* pod = this->push<DrawImageLattice>(bytes, std::move(image), xs, ys, fs, *lattice.fBounds, in drawImageLattice() local 640 void* pod = this->push<DrawText>(bytes, bytes, x, y, paint); in drawText() local 646 void* pod = this->push<DrawPosText>(n*sizeof(SkPoint)+bytes, bytes, paint, n); in drawPosText() local 652 void* pod = this->push<DrawPosTextH>(n*sizeof(SkScalar)+bytes, bytes, y, paint, n); in drawPosTextH() local 657 void* pod = this->push<DrawTextOnPath>(bytes, bytes, path, matrix, paint); in drawTextOnPath() local 663 void* pod = this->push<DrawTextRSXform>(bytes+n*sizeof(SkRSXform), bytes, n, cull, paint); in drawTextRSXform() local 676 void* pod = this->push<DrawPoints>(count*sizeof(SkPoint), mode, count, paint); in drawPoints() local [all …]
|
/external/skqp/src/core/ |
D | SkLiteDL.cpp | 45 static const D* pod(const T* op, size_t offset = 0) { in pod() function 509 void* SkLiteDL::push(size_t pod, Args&&... args) { in push() 602 void* pod = this->push<DrawAnnotation>(bytes, rect, value); in drawAnnotation() local 630 void* pod = this->push<DrawImageLattice>(bytes, std::move(image), xs, ys, fs, *lattice.fBounds, in drawImageLattice() local 640 void* pod = this->push<DrawText>(bytes, bytes, x, y, paint); in drawText() local 646 void* pod = this->push<DrawPosText>(n*sizeof(SkPoint)+bytes, bytes, paint, n); in drawPosText() local 652 void* pod = this->push<DrawPosTextH>(n*sizeof(SkScalar)+bytes, bytes, y, paint, n); in drawPosTextH() local 657 void* pod = this->push<DrawTextOnPath>(bytes, bytes, path, matrix, paint); in drawTextOnPath() local 663 void* pod = this->push<DrawTextRSXform>(bytes+n*sizeof(SkRSXform), bytes, n, cull, paint); in drawTextRSXform() local 676 void* pod = this->push<DrawPoints>(count*sizeof(SkPoint), mode, count, paint); in drawPoints() local [all …]
|
/external/protobuf/src/google/protobuf/stubs/ |
D | int128_unittest.cc | 179 uint128_pod pod = { 12345, 67890 }; in TEST() local 435 constexpr uint128_pod pod = {2, 3}; in TEST() local
|
D | stringpiece.h | 444 StringPiecePod pod; in CreateFromStringPiece() local
|
/external/llvm/unittests/Support/ |
D | Casting.cpp | 232 struct pod {}; struct
|
/external/python/cpython3/Lib/test/ |
D | test_inspect.py | 1850 def test(po, pk, pod=42, pkd=100, *args, ko, **kwargs): argument
|