Home
last modified time | relevance | path

Searched refs:pod (Results 1 – 11 of 11) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/CocoaPods/
Drun_tests.sh95 pod deintegrate > /dev/null || true
97 pod cache clean --all || true
117 pod cache clean --all
136 pod install --verbose
DREADME.md5 used to then drive `pod` and `xcodebuild` to ensure things integrate/build
/frameworks/base/libs/hwui/
DRecordingCanvas.cpp64 static const D* pod(const T* op, size_t offset = 0) { in pod() function
265 c->drawAnnotation(rect, pod<char>(this), value.get()); in draw()
374 auto xdivs = pod<int>(this, 0), ydivs = pod<int>(this, xs * sizeof(int)); in draw()
375 auto colors = (0 == fs) ? nullptr : pod<SkColor>(this, (xs + ys) * sizeof(int)); in draw()
377 (0 == fs) ? nullptr : pod<SkCanvas::Lattice::RectType>( in draw()
428 c->drawPoints(mode, count, pod<SkPoint>(this), paint); in draw()
440 c->drawVertices(vertices, pod<SkVertices::Bone>(this), boneCount, mode, paint); in draw()
462 auto xforms = pod<SkRSXform>(this, 0); in draw()
463 auto texs = pod<SkRect>(this, count * sizeof(SkRSXform)); in draw()
464 auto colors = has_colors ? pod<SkColor>(this, count * (sizeof(SkRSXform) + sizeof(SkRect))) in draw()
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dstringpiece.h436 StringPiecePod pod; in CreateFromStringPiece() local
437 pod.data_ = str.data(); in CreateFromStringPiece()
438 pod.size_ = str.size(); in CreateFromStringPiece()
439 return pod; in CreateFromStringPiece()
Dint128_unittest.cc179 uint128_pod pod = { 12345, 67890 }; in TEST() local
180 uint128 from_pod(pod); in TEST()
435 constexpr uint128_pod pod = {2, 3}; in TEST() local
436 constexpr uint128 from_pod = pod; in TEST()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/
DPodfile-static7 pod 'Protobuf', :path => '../../../..'
DPodfile-framework9 pod 'Protobuf', :path => '../../../..'
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/
DPodfile-static7 pod 'Protobuf', :path => '../../../..'
DPodfile-framework9 pod 'Protobuf', :path => '../../../..'
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
D.gitignore96 # needed to trigger "pod install" to rerun the preinstall commands.
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBUtilities.m162 // pod types don't need to do anything.