Home
last modified time | relevance | path

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

12345678

/external/libchrome/mojo/public/cpp/bindings/tests/
Dunion_unittest.cc78 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/
DPodfile19 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"
24pod '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 …]
Dbuild_tests.sh26 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/
DPodfile13 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/
DPodfile13 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/tensorflow/tensorflow/lite/g3doc/guide/
Dios.md38 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/grpc-grpc/src/objective-c/tests/Connectivity/
DPodfile8 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/deqp-deps/amber/tests/cases/
Dopencl_set_arg.amber40 -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/
Dkubernetes_cluster_resolver.py171 for pod in sorted(ret.items, key=lambda x: x.metadata.name):
172 if pod.status.phase == 'Running':
174 '%s:%s' % (pod.status.host_ip, self._tf_server_port))
177 (pod.metadata.name, pod.status.phase))
/external/lmfit/man/
DMakefile.am4 %.3 : %.pod
7 %.7 : %.pod
10 %.html : %.pod
/external/clang/test/CodeGenCXX/
Dsparcv9-abi.cpp3 struct pod { struct
8 void f1(struct pod); argument
22 pod p1; in caller()
/external/tensorflow/tensorflow/lite/examples/ios/camera/
DPodfile7 # Comment 'TensorFlowLite' pod and un-comment 'TensorFlowLiteGpuExperimental'
12 pod 'TensorFlowLite', '1.13.1'
13 # pod 'TensorFlowLiteGpuExperimental', '0.0.1'
/external/cronet/third_party/protobuf/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
/external/tensorflow/tensorflow/lite/ios/
DTensorFlowLiteC.podspec11 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.
DTensorFlowLiteC.podspec.template11 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/clang/test/SemaObjCXX/
Dvararg-non-pod.mm1 // 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/rust/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/framework/infrastructure/
Dk8s.py292 pod = self.get_pod(pod_name)
294 pod.metadata.name, pod.status.phase)
295 return pod
301 pod: V1Pod,
354 def _pod_started(pod: V1Pod):
355 return pod.status.phase not in ('Pending', 'Unknown')
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ser/filter/
DTestJsonFilter.java171 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/grpc-grpc/test/core/iomgr/ios/CFStreamTests/
Dbuild_tests.sh26 hash pod 2>/dev/null || { echo >&2 "Cocoapods needs to be installed."; exit 1; }
38 pod install
/external/clang/test/SemaCXX/
Dvla.cpp8 template<typename T> struct pod {}; struct
15 pod<int> a[n]; in f()
/external/grpc-grpc/examples/objective-c/auth_sample/
DPodfile8 pod 'AuthTestService', :path => '.'
11 pod 'Google/SignIn'
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/framework/test_app/
Dserver_app.py254 for pod in pods:
255 self._wait_pod_started(pod.metadata.name)
258 pod = pods[0]
259 pod_ip = pod.status.pod_ip
266 pod, remote_port=maintenance_port)
/external/openthread/third_party/nlbuild-autotools/repo/tools/packages/automake/automake.patches/
Dautomake-00.description8 …http://search.cpan.org/dist/perl-5.22.0/pod/perldelta.pod#A_literal_%22{%22_should_now_be_escaped_…
/external/grpc-grpc/test/cpp/cocoapods/
DPodfile14 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/
DMANIFEST8 docs/design.pod
50 t/author/pod-coverage.t
51 t/author/pod.t

12345678