Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Dsparcv9-abi.cpp3 struct pod { struct
8 void f1(struct pod); argument
/external/libchrome/mojo/public/cpp/bindings/tests/
Dunion_unittest.cc78 PodUnionPtr pod(PodUnion::New()); in TEST() local
146 PodUnionPtr pod = PodUnion::NewFInt8(11); in TEST() local
225 PodUnionPtr pod(PodUnion::New()); in TEST() local
268 PodUnionPtr pod(PodUnion::New()); in TEST() local
284 PodUnionPtr pod(PodUnion::New()); in TEST() local
295 PodUnionPtr pod; in TEST() local
312 PodUnionPtr pod; in TEST() local
351 PodUnionPtr pod(PodUnion::NewFEnum(static_cast<AnEnum>(0xFFFF))); in TEST() local
366 PodUnionPtr pod( in TEST() local
382 ObjectUnionPtr pod(ObjectUnion::New()); in TEST() local
[all …]
Dserialization_warning_unittest.cc230 PodUnionPtr pod(nullptr); in TEST_F() local
/external/clang/test/SemaCXX/
Dvla.cpp8 template<typename T> struct pod {}; struct
Dclass-layout.cpp271 tail_padded_pod_in_11_only pod; member
/external/protobuf/src/google/protobuf/stubs/
Dint128_unittest.cc179 uint128_pod pod = { 12345, 67890 }; in TEST() local
435 constexpr uint128_pod pod = {2, 3}; in TEST() local
Dstringpiece.h444 StringPiecePod pod; in CreateFromStringPiece() local
/external/u-boot/drivers/clk/
Dclk_meson.c281 struct parm *pm, *pn, *pod; in meson_pll_get_rate() local
/external/skia/src/core/
DSkLiteDL.cpp46 static const D* pod(const T* op, size_t offset = 0) { in pod() function
471 void* SkLiteDL::push(size_t pod, Args&&... args) { in push()
568 void* pod = this->push<DrawAnnotation>(bytes, rect, value); in drawAnnotation() local
596 void* pod = this->push<DrawImageLattice>(bytes, std::move(image), xs, ys, fs, *lattice.fBounds, in drawImageLattice() local
619 void* pod = this->push<DrawPoints>(count*sizeof(SkPoint), mode, count, paint); in drawPoints() local
624 void* pod = this->push<DrawVertices>(boneCount * sizeof(SkVertices::Bone), in drawVertices() local
638 void* pod = this->push<DrawAtlas>(bytes, in drawAtlas() local
/external/skqp/src/core/
DSkLiteDL.cpp46 static const D* pod(const T* op, size_t offset = 0) { in pod() function
465 void* SkLiteDL::push(size_t pod, Args&&... args) { in push()
559 void* pod = this->push<DrawAnnotation>(bytes, rect, value); in drawAnnotation() local
587 void* pod = this->push<DrawImageLattice>(bytes, std::move(image), xs, ys, fs, *lattice.fBounds, in drawImageLattice() local
610 void* pod = this->push<DrawPoints>(count*sizeof(SkPoint), mode, count, paint); in drawPoints() local
615 void* pod = this->push<DrawVertices>(boneCount * sizeof(SkVertices::Bone), in drawVertices() local
629 void* pod = this->push<DrawAtlas>(bytes, in drawAtlas() local
/external/llvm/unittests/Support/
DCasting.cpp232 struct pod {}; struct
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DCasting.cpp307 struct pod {}; struct
/external/python/cpython3/Lib/test/
Dtest_inspect.py1959 def test(po, pk, pod=42, pkd=100, *args, ko, **kwargs): argument