/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/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/lite/g3doc/guide/ |
D | ios.md | 38 In your `Podfile`, add the TensorFlow Lite pod. Then, run `pod install`. 44 pod 'TensorFlowLiteSwift' 50 pod 'TensorFlowLiteObjC' 64 pod 'TensorFlowLiteSwift', '~> 2.0.0' 68 pod is used in your app. Alternatively, if you want to depend on the nightly 72 pod 'TensorFlowLiteSwift', '~> 0.0.1-nightly' 78 are excluded from the pod to reduce the binary size. You can include them by 82 pod 'TensorFlowLiteSwift', '~> 0.0.1-nightly', :subspecs => ['CoreML', 'Metal'] 86 that once the `Podfile.lock` file is created when you run `pod install` command 89 should run `pod update` command. [all …]
|
/external/deqp-deps/amber/tests/cases/ |
D | opencl_set_arg.amber | 40 -pod-ubo 47 -cluster-pod-kernel-args 55 -cluster-pod-kernel-args 56 -pod-ubo 64 -cluster-pod-kernel-args 65 -pod-pushconstant
|
/external/tensorflow/tensorflow/python/distribute/cluster_resolver/ |
D | kubernetes_cluster_resolver.py | 175 for pod in sorted(ret.items, key=lambda x: x.metadata.name): 176 if pod.status.phase == 'Running': 178 '%s:%s' % (pod.status.host_ip, self._tf_server_port)) 181 (pod.metadata.name, pod.status.phase))
|
/external/lmfit/man/ |
D | Makefile.am | 4 %.3 : %.pod 7 %.7 : %.pod 10 %.html : %.pod
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | sparcv9-abi.cpp | 3 struct pod { struct 8 void f1(struct pod); argument 22 pod p1; in caller()
|
/external/clang/test/CodeGenCXX/ |
D | sparcv9-abi.cpp | 3 struct pod { struct 8 void f1(struct pod); argument 22 pod p1; in caller()
|
/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/tensorflow/tensorflow/lite/ios/ |
D | TensorFlowLiteC.podspec.template | 11 An internal-only pod containing the TensorFlow Lite C library that the public 12 `TensorFlowLiteSwift` and `TensorFlowLiteObjC` pods depend on. This pod is not 14 `TensorFlowLiteSwift` pod and Objective-C developers should use the 15 `TensorFlowLiteObjC` pod.
|
D | TensorFlowLiteC.podspec | 11 An internal-only pod containing the TensorFlow Lite C library that the public 12 `TensorFlowLiteSwift` and `TensorFlowLiteObjC` pods depend on. This pod is not 14 `TensorFlowLiteSwift` pod and Objective-C developers should use the 15 `TensorFlowLiteObjC` pod.
|
/external/protobuf/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
|
/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/llvm-project/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/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/llvm-project/clang/test/Analysis/ |
D | string.c | 1341 struct POD_memset pod; in memset10_struct() local 1342 char *str = (char *)&pod; in memset10_struct() 1343 pod.num = 1; in memset10_struct() 1344 pod.c = 1; in memset10_struct() 1345 clang_analyzer_eval(pod.num == 0); // expected-warning{{FALSE}} in memset10_struct() 1347 clang_analyzer_eval(pod.num == 0); // expected-warning{{TRUE}} in memset10_struct() 1352 struct POD_memset pod; in memset11_struct_field() local 1353 pod.num = 1; in memset11_struct_field() 1354 pod.c = '1'; in memset11_struct_field() 1355 memset(&pod.num, 0, sizeof(struct POD_memset)); in memset11_struct_field() [all …]
|
/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/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ser/filter/ |
D | TestJsonFilter.java | 171 Pod pod = new Pod(); in testIssue89() local 172 pod.username = "Bob"; in testIssue89() 173 pod.userPassword = "s3cr3t!"; in testIssue89() 175 String json = mapper.writeValueAsString(pod); in testIssue89()
|
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/framework/infrastructure/ |
D | k8s.py | 273 pod = self.get_pod(pod_name) 275 pod.metadata.name, pod.status.phase) 276 return pod 282 pod: V1Pod, 335 def _pod_started(pod: V1Pod): 336 return pod.status.phase not in ('Pending', 'Unknown')
|
/external/llvm-project/clang/test/SemaCXX/ |
D | vla.cpp | 8 template<typename T> struct pod {}; struct 15 pod<int> a[n]; in f()
|