Searched refs:pod (Results 1 – 11 of 11) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/CocoaPods/ |
D | run_tests.sh | 95 pod deintegrate > /dev/null || true 97 pod cache clean --all || true 117 pod cache clean --all 136 pod install --verbose
|
D | README.md | 5 used to then drive `pod` and `xcodebuild` to ensure things integrate/build
|
/frameworks/base/libs/hwui/ |
D | RecordingCanvas.cpp | 64 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/ |
D | stringpiece.h | 436 StringPiecePod pod; in CreateFromStringPiece() local 437 pod.data_ = str.data(); in CreateFromStringPiece() 438 pod.size_ = str.size(); in CreateFromStringPiece() 439 return pod; in CreateFromStringPiece()
|
D | int128_unittest.cc | 179 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/ |
D | Podfile-static | 7 pod 'Protobuf', :path => '../../../..'
|
D | Podfile-framework | 9 pod 'Protobuf', :path => '../../../..'
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/ |
D | Podfile-static | 7 pod 'Protobuf', :path => '../../../..'
|
D | Podfile-framework | 9 pod 'Protobuf', :path => '../../../..'
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ |
D | .gitignore | 96 # needed to trigger "pod install" to rerun the preinstall commands.
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/ |
D | GPBUtilities.m | 162 // pod types don't need to do anything.
|