/external/libchrome/mojo/public/cpp/bindings/tests/ |
D | union_unittest.cc | 78 PodUnionPtr pod(PodUnion::New()); in TEST() local 80 pod->set_f_int8(10); in TEST() 81 EXPECT_EQ(10, pod->get_f_int8()); in TEST() 82 EXPECT_TRUE(pod->is_f_int8()); in TEST() 83 EXPECT_FALSE(pod->is_f_int8_other()); in TEST() 84 EXPECT_EQ(pod->which(), PodUnion::Tag::F_INT8); in TEST() 86 pod->set_f_uint8(11); in TEST() 87 EXPECT_EQ(11, pod->get_f_uint8()); in TEST() 88 EXPECT_TRUE(pod->is_f_uint8()); in TEST() 89 EXPECT_FALSE(pod->is_f_int8()); in TEST() [all …]
|
/external/grpc-grpc/src/objective-c/tests/ |
D | Podfile | 19 pod 'Protobuf', :path => "#{GRPC_LOCAL_SRC}/third_party/protobuf", :inhibit_warnings => true 21 pod '!ProtoCompiler', :path => "#{GRPC_LOCAL_SRC}/src/objective-c" 22 pod '!ProtoCompiler-gRPCPlugin', :path => "#{GRPC_LOCAL_SRC}/src/objective-c" 24 …pod 'BoringSSL-GRPC', :podspec => "#{GRPC_LOCAL_SRC}/src/objective-c", :inhibit_warnings => … 26 pod 'gRPC', :path => GRPC_LOCAL_SRC 27 pod 'gRPC-Core', :path => GRPC_LOCAL_SRC 28 pod 'gRPC-RxLibrary', :path => GRPC_LOCAL_SRC 29 pod 'gRPC-ProtoRPC', :path => GRPC_LOCAL_SRC, :inhibit_warnings => true 30 pod 'RemoteTest', :path => "RemoteTestClient", :inhibit_warnings => true 33 pod 'gRPC-Core/Cronet-Implementation', :path => GRPC_LOCAL_SRC [all …]
|
D | build_tests.sh | 26 hash pod 2>/dev/null || { echo >&2 "Cocoapods needs to be installed."; exit 1; } 39 pod install
|
/external/grpc-grpc/src/objective-c/examples/SwiftSample/ |
D | Podfile | 13 pod 'RemoteTest', :path => "../RemoteTestClient" 17 pod '!ProtoCompiler', :path => "#{GRPC_LOCAL_SRC}/src/objective-c" 18 pod '!ProtoCompiler-gRPCPlugin', :path => "#{GRPC_LOCAL_SRC}/src/objective-c" 20 pod 'Protobuf', :path => "#{GRPC_LOCAL_SRC}/third_party/protobuf" 22 pod 'BoringSSL-GRPC', :podspec => "#{GRPC_LOCAL_SRC}/src/objective-c" 24 pod 'gRPC', :path => GRPC_LOCAL_SRC 25 pod 'gRPC-Core', :path => GRPC_LOCAL_SRC 26 pod 'gRPC-RxLibrary', :path => GRPC_LOCAL_SRC 27 pod 'gRPC-ProtoRPC', :path => GRPC_LOCAL_SRC
|
/external/grpc-grpc/src/objective-c/examples/Sample/ |
D | Podfile | 13 pod 'RemoteTest', :path => "../RemoteTestClient" 17 pod '!ProtoCompiler', :path => "#{GRPC_LOCAL_SRC}/src/objective-c" 18 pod '!ProtoCompiler-gRPCPlugin', :path => "#{GRPC_LOCAL_SRC}/src/objective-c" 20 pod 'Protobuf', :path => "#{GRPC_LOCAL_SRC}/third_party/protobuf" 22 pod 'BoringSSL-GRPC', :podspec => "#{GRPC_LOCAL_SRC}/src/objective-c" 24 pod 'gRPC', :path => GRPC_LOCAL_SRC 25 pod 'gRPC-Core', :path => GRPC_LOCAL_SRC 26 pod 'gRPC-RxLibrary', :path => GRPC_LOCAL_SRC 27 pod 'gRPC-ProtoRPC', :path => GRPC_LOCAL_SRC
|
/external/swiftshader/third_party/LLVM/docs/CommandGuide/ |
D | Makefile | 46 POD := $(wildcard $(SRC_DOC_DIR)*.pod) 47 HTML := $(patsubst $(SRC_DOC_DIR)%.pod, $(DST_HTML_DIR)%.html, $(POD)) 48 MAN := $(patsubst $(SRC_DOC_DIR)%.pod, $(DST_MAN_DIR)%.1, $(POD)) 49 PS := $(patsubst $(SRC_DOC_DIR)%.pod, $(DST_PS_DIR)%.ps, $(POD)) 58 .SUFFIXES: .html .pod .1 .ps 60 $(DST_HTML_DIR)%.html: %.pod $(DST_HTML_DIR)/.dir 64 $(DST_MAN_DIR)%.1: %.pod $(DST_MAN_DIR)/.dir
|
/external/grpc-grpc/src/objective-c/tests/Connectivity/ |
D | Podfile | 8 pod 'gRPC/CFStream', :path => GRPC_LOCAL_SRC 9 pod 'gRPC-Core/CFStream-Implementation', :path => GRPC_LOCAL_SRC 10 pod 'gRPC-ProtoRPC/CFStream', :path => GRPC_LOCAL_SRC 11 pod 'gRPC-RxLibrary', :path => GRPC_LOCAL_SRC 12 pod 'Protobuf', :path => "#{GRPC_LOCAL_SRC}/third_party/protobuf" 13 pod 'BoringSSL-GRPC', :podspec => "#{GRPC_LOCAL_SRC}/src/objective-c"
|
/external/tensorflow/tensorflow/python/distribute/cluster_resolver/ |
D | kubernetes_cluster_resolver.py | 148 for pod in sorted(ret.items, key=lambda x: x.metadata.name): 149 if pod.status.phase == 'Running': 151 '%s:%s' % (pod.status.host_ip, self._tf_server_port)) 154 (pod.metadata.name, pod.status.phase))
|
/external/lmfit/man/ |
D | Makefile.am | 4 %.3 : %.pod 7 %.7 : %.pod 10 %.html : %.pod
|
/external/clang/test/CodeGenCXX/ |
D | sparcv9-abi.cpp | 3 struct pod { struct 8 void f1(struct pod); argument 22 pod p1; in caller()
|
/external/skqp/src/core/ |
D | SkLiteDL.cpp | 46 static const D* pod(const T* op, size_t offset = 0) { in pod() function 256 c->drawAnnotation(rect, pod<char>(this), value.get()); in draw() 341 auto xdivs = pod<int>(this, 0), in draw() 342 ydivs = pod<int>(this, xs*sizeof(int)); in draw() 344 pod<SkColor>(this, (xs+ys)*sizeof(int)); in draw() 346 pod<SkCanvas::Lattice::RectType>(this, (xs+ys)*sizeof(int)+ in draw() 409 c->drawPoints(mode, count, pod<SkPoint>(this), paint); in draw() 424 c->drawVertices(vertices, pod<SkVertices::Bone>(this), boneCount, mode, paint); in draw() 442 auto xforms = pod<SkRSXform>(this, 0); in draw() 443 auto texs = pod<SkRect>(this, count*sizeof(SkRSXform)); in draw() [all …]
|
/external/skia/src/core/ |
D | SkLiteDL.cpp | 46 static const D* pod(const T* op, size_t offset = 0) { in pod() function 262 c->drawAnnotation(rect, pod<char>(this), value.get()); in draw() 347 auto xdivs = pod<int>(this, 0), in draw() 348 ydivs = pod<int>(this, xs*sizeof(int)); in draw() 350 pod<SkColor>(this, (xs+ys)*sizeof(int)); in draw() 352 pod<SkCanvas::Lattice::RectType>(this, (xs+ys)*sizeof(int)+ in draw() 415 c->drawPoints(mode, count, pod<SkPoint>(this), paint); in draw() 430 c->drawVertices(vertices, pod<SkVertices::Bone>(this), boneCount, mode, paint); in draw() 448 auto xforms = pod<SkRSXform>(this, 0); in draw() 449 auto texs = pod<SkRect>(this, count*sizeof(SkRSXform)); in draw() [all …]
|
/external/tensorflow/tensorflow/lite/examples/ios/camera/ |
D | Podfile | 7 # Comment 'TensorFlowLite' pod and un-comment 'TensorFlowLiteGpuExperimental' 12 pod 'TensorFlowLite', '1.13.1' 13 # pod 'TensorFlowLiteGpuExperimental', '0.0.1'
|
/external/clang/test/SemaObjCXX/ |
D | vararg-non-pod.mm | 1 // RUN: %clang_cc1 -fsyntax-only -verify %s -Wno-error=non-pod-varargs 2 // RUN: %clang_cc1 -fsyntax-only -verify %s -Wno-error=non-pod-varargs -std=c++98 3 // RUN: %clang_cc1 -fsyntax-only -verify %s -Wno-error=non-pod-varargs -std=c++11
|
/external/grpc-grpc/test/core/iomgr/ios/CFStreamTests/ |
D | build_tests.sh | 26 hash pod 2>/dev/null || { echo >&2 "Cocoapods needs to be installed."; exit 1; } 38 pod install
|
/external/clang/test/SemaCXX/ |
D | vla.cpp | 8 template<typename T> struct pod {}; struct 15 pod<int> a[n]; in f()
|
/external/u-boot/drivers/clk/ |
D | clk_meson.c | 281 struct parm *pm, *pn, *pod; in meson_pll_get_rate() local 290 pod = &meson_fixed_pll_parm[2]; in meson_pll_get_rate() 295 pod = &meson_sys_pll_parm[2]; in meson_pll_get_rate() 307 reg = readl(priv->addr + pod->reg_off); in meson_pll_get_rate() 308 od = PARM_GET(pod->width, pod->shift, reg); in meson_pll_get_rate()
|
/external/grpc-grpc/examples/objective-c/auth_sample/ |
D | Podfile | 8 pod 'AuthTestService', :path => '.' 11 pod 'Google/SignIn'
|
/external/tensorflow/tensorflow/examples/ios/ |
D | README.md | 29 pod, and open the Xcode workspace. Observe: installing the pod can take a 34 pod install 50 - Make sure you use the TensorFlow-experimental pod (and not TensorFlow). 52 - The TensorFlow-experimental pod is current about ~450MB. The reason it is 53 so big is because we are bundling multiple platforms, and the pod includes 56 pod is convenient during development, but see below section on how you can 65 pod 'TensorFlow-experimental' 68 - Then you run ```pod install``` to download and install the 69 TensorFlow-experimental pod, and finally perform
|
/external/grpc-grpc/test/cpp/cocoapods/ |
D | Podfile | 14 pod 'gRPC-Core', :path => GRPC_LOCAL_SRC 15 pod 'gRPC-Core/Tests', :path => GRPC_LOCAL_SRC 16 pod 'gRPC-C++', :path => GRPC_LOCAL_SRC 17 pod 'BoringSSL', :podspec => "#{GRPC_LOCAL_SRC}/src/objective-c", :inhibit_warnings => true
|
/external/antlr/runtime/Perl5/ |
D | MANIFEST | 8 docs/design.pod 50 t/author/pod-coverage.t 51 t/author/pod.t
|
/external/grpc-grpc/src/objective-c/ |
D | !ProtoCompiler-gRPCPlugin.podspec | 39 # This pod is only a utility that will be used by other pods _at install time_ (not at compile 40 # time). Other pods can access it in their `prepare_command` script, under <pods_root>/<pod name>. 41 # Because CocoaPods installs pods in alphabetical order, beginning this pod's name with an 52 version. The runtime can be obtained as the "gRPC-ProtoRPC" pod. 111 # This is only for local development of the plugin: If the Podfile brings this pod from a local 113 # present in this pod's directory. We use that knowledge to check for the existence of the file
|
D | !ProtoCompiler.podspec | 33 # This pod is only a utility that will be used by other pods _at install time_ (not at compile 34 # time). Other pods can access it in their `prepare_command` script, under <pods_root>/<pod name>. 35 # Because CocoaPods installs pods in alphabetical order, beginning this pod's name with an 46 version. The runtime can be obtained as the "Protobuf" pod. 116 # This is only for local development of protoc: If the Podfile brings this pod from a local 118 # present in this pod's directory. We use that knowledge to check for the existence of the file
|
/external/grpc-grpc/templates/src/objective-c/ |
D | !ProtoCompiler-gRPCPlugin.podspec.template | 41 # This pod is only a utility that will be used by other pods _at install time_ (not at compile 42 … # time). Other pods can access it in their `prepare_command` script, under <pods_root>/<pod name>. 43 # Because CocoaPods installs pods in alphabetical order, beginning this pod's name with an 54 version. The runtime can be obtained as the "gRPC-ProtoRPC" pod. 113 # This is only for local development of the plugin: If the Podfile brings this pod from a local 115 # present in this pod's directory. We use that knowledge to check for the existence of the file
|
/external/icu/icu4c/source/data/locales/ |
D | sr_Latn_XK.txt | 42 afternoon1{"po pod."} 50 afternoon1{"po pod."}
|