Home
last modified time | relevance | path

Searched full:pod (Results 1 – 25 of 760) sorted by relevance

12345678910>>...31

/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/rust/crates/glam/src/features/
Dimpl_bytemuck.rs5 use bytemuck::{Pod, Zeroable};
7 unsafe impl Pod for Mat2 {}
9 unsafe impl Pod for Mat3 {}
11 unsafe impl Pod for Mat4 {}
14 unsafe impl Pod for Quat {}
17 unsafe impl Pod for Vec2 {}
19 unsafe impl Pod for Vec3 {}
21 unsafe impl Pod for Vec4 {}
24 unsafe impl Pod for DMat2 {}
26 unsafe impl Pod for DMat3 {}
[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 …]
/external/python/google-api-python-client/docs/dyn/
Dbinaryauthorization_v1beta1.projects.html123pod creation request must be attested to by one or more attestors, that all pod creations will be …
124 …"enforcementMode": "A String", # Required. The action when a pod creation is d…
131pod creation request must be attested to by one or more attestors, that all pod creations will be …
132 …"enforcementMode": "A String", # Required. The action when a pod creation is d…
141pod creation request must be attested to by one or more attestors, that all pod creations will be …
142 …"enforcementMode": "A String", # Required. The action when a pod creation is d…
150pod creation request must be attested to by one or more attestors, that all pod creations will be …
151 …"enforcementMode": "A String", # Required. The action when a pod creation is d…
159pod creation request must be attested to by one or more attestors, that all pod creations will be …
160 …"enforcementMode": "A String", # Required. The action when a pod creation is d…
[all …]
Dbinaryauthorization_v1.projects.html123pod creation request must be attested to by one or more attestors, that all pod creations will be …
124 …"enforcementMode": "A String", # Required. The action when a pod creation is d…
131pod creation request must be attested to by one or more attestors, that all pod creations will be …
132 …"enforcementMode": "A String", # Required. The action when a pod creation is d…
141pod creation request must be attested to by one or more attestors, that all pod creations will be …
142 …"enforcementMode": "A String", # Required. The action when a pod creation is d…
150pod creation request must be attested to by one or more attestors, that all pod creations will be …
151 …"enforcementMode": "A String", # Required. The action when a pod creation is d…
159pod creation request must be attested to by one or more attestors, that all pod creations will be …
160 …"enforcementMode": "A String", # Required. The action when a pod creation is d…
[all …]
Dbinaryauthorization_v1beta1.systempolicy.html110pod creation request must be attested to by one or more attestors, that all pod creations will be …
111 …"enforcementMode": "A String", # Required. The action when a pod creation is d…
118pod creation request must be attested to by one or more attestors, that all pod creations will be …
119 …"enforcementMode": "A String", # Required. The action when a pod creation is d…
128pod creation request must be attested to by one or more attestors, that all pod creations will be …
129 …"enforcementMode": "A String", # Required. The action when a pod creation is d…
137pod creation request must be attested to by one or more attestors, that all pod creations will be …
138 …"enforcementMode": "A String", # Required. The action when a pod creation is d…
146pod creation request must be attested to by one or more attestors, that all pod creations will be …
147 …"enforcementMode": "A String", # Required. The action when a pod creation is d…
Dbinaryauthorization_v1.systempolicy.html110pod creation request must be attested to by one or more attestors, that all pod creations will be …
111 …"enforcementMode": "A String", # Required. The action when a pod creation is d…
118pod creation request must be attested to by one or more attestors, that all pod creations will be …
119 …"enforcementMode": "A String", # Required. The action when a pod creation is d…
128pod creation request must be attested to by one or more attestors, that all pod creations will be …
129 …"enforcementMode": "A String", # Required. The action when a pod creation is d…
137pod creation request must be attested to by one or more attestors, that all pod creations will be …
138 …"enforcementMode": "A String", # Required. The action when a pod creation is d…
146pod creation request must be attested to by one or more attestors, that all pod creations will be …
147 …"enforcementMode": "A String", # Required. The action when a pod creation is d…
/external/clang/test/CodeGenCXX/
Dassign-construct-memcpy.cpp1 …le x86_64-apple-darwin12 -emit-llvm -o - -std=c++11 %s -DPOD | FileCheck %s -check-prefix=CHECK-POD
13 #ifndef POD
14 foo() {} // non-POD in foo()
25 // CHECK-POD: test1 in test1()
26 // CHECK-POD: call void @llvm.memcpy.p0i8.p0i8.i64({{.*}}i64 24, i32 8 in test1()
34 // CHECK-POD: test2 in test2()
35 // CHECK-POD: call void @llvm.memcpy.p0i8.p0i8.i64({{.*}}i64 24, i32 8 in test2()
44 // CHECK-POD: test3 in test3()
45 // CHECK-POD: call void @llvm.memcpy.p0i8.p0i8.i64({{.*}}i64 24, i32 8 in test3()
53 // CHECK-POD: test4 in test4()
[all …]
/external/clang/test/SemaCXX/
Dvararg-non-pod.cpp1 // RUN: %clang_cc1 -fsyntax-only -verify -fblocks %s -Wno-error=non-pod-varargs
2 // RUN: %clang_cc1 -fsyntax-only -verify -fblocks -std=c++98 %s -Wno-error=non-pod-varargs
3 // RUN: %clang_cc1 -fsyntax-only -verify -fblocks -std=c++11 %s -Wno-error=non-pod-varargs
6 // RUN: %clang_cc1 -fsyntax-only -verify -fblocks %s -Wno-error=non-pod-varargs -fms-compatibility
7 // RUN: %clang_cc1 -fsyntax-only -verify -fblocks -std=c++98 %s -Wno-error=non-pod-varargs -fms-com…
8 // RUN: %clang_cc1 -fsyntax-only -verify -fblocks -std=c++11 %s -Wno-error=non-pod-varargs -fms-com…
27 …// expected-warning@-2 {{cannot pass object of non-POD type 'C' through variadic function; call wi… in t1()
35 …// expected-warning@-2 {{cannot pass object of non-POD type 'C' through variadic function; call wi… in t1()
47 …// expected-warning@-2 {{cannot pass object of non-POD type 'C' through variadic method; call will… in t2()
55 …// expected-warning@-2 {{cannot pass object of non-POD type 'C' through variadic method; call will… in t2()
[all …]
Dprintf-cstr.cpp1 // RUN: %clang_cc1 -fsyntax-only -Wformat -verify %s -Wno-error=non-pod-varargs
34 …printf("%d: %s\n", n, hcs); // expected-warning{{cannot pass non-POD object of type 'HasCStr' to v… in pod_test()
35 …printf("%d: %s\n", n, hncs); // expected-warning{{cannot pass non-POD object of type 'HasNoCStr' t… in pod_test()
36 …sprintf(str, "%d: %s", n, hcs); // expected-warning{{cannot pass non-POD object of type 'HasCStr' … in pod_test()
38 …g{{cannot pass object of non-POD type 'HasCStr' through variadic function}} expected-warning{{cann… in pod_test()
39 …printf(extstr, hcs, n); // expected-warning{{cannot pass object of non-POD type 'HasCStr' through … in pod_test()
52 …Printf q("%s %d", hcs, 10); // expected-warning {{cannot pass non-POD object of type 'HasCStr' to … in constructor_test()
Dvararg-class.cpp16 …v(b); // expected-error-re {{cannot pass object of non-{{POD|trivial}} type 'B' through variadic f… in test()
22 …// expected-error@-3 {{cannot pass object of non-POD type 'E' through variadic function; call will… in test()
23 …// expected-error@-3 {{cannot pass object of non-POD type 'F' through variadic function; call will… in test()
35 …w("%s", b); // expected-error-re {{cannot pass non-{{POD|trivial}} object of type 'B' to variadic … in test()
41 …// expected-error@-3 {{cannot pass non-POD object of type 'E' to variadic function; expected type … in test()
42 …// expected-error@-3 {{cannot pass non-POD object of type 'F' to variadic function; expected type … in test()
/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/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/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/clang/test/CodeGenObjCXX/
Dimplicit-copy-assign-operator.mm17 struct POD {
32 POD pod_array[2][3];
65 struct POD {
81 struct DerivedPOD: POD {
86 POD a;
87 POD b;
115 POD b;
119 (POD&) a = b;
/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/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ser/filter/
DTestJsonFilter.java67 static class Pod class in TestJsonFilter
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()
179Pod pod2 = mapper.readValue("{\"username\":\"Bill\",\"user_password\":\"foo!\"}", Pod.class); in testIssue89()
/external/tensorflow/tensorflow/lite/ios/
DTensorFlowLiteC.podspec1 Pod::Spec.new do |s|
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.
DTensorFlowLiteC.podspec.template1 Pod::Spec.new do |s|
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/rust/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/framework/infrastructure/
Dk8s.py292 pod = self.get_pod(pod_name)
293 logger.debug('Waiting for pod %s to start, current phase: %s',
294 pod.metadata.name, pod.status.phase)
295 return pod
301 pod: V1Pod,
312 f"pod/{pod.metadata.name}", f"{local_port}:{remote_port}"
354 def _pod_started(pod: V1Pod):
355 return pod.status.phase not in ('Pending', 'Unknown')
/external/grpc-grpc/src/objective-c/
D!ProtoCompiler.podspec32 Pod::Spec.new do |s|
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
D!ProtoCompiler-gRPCPlugin.podspec38 Pod::Spec.new do |s|
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
/external/grpc-grpc/templates/src/objective-c/
D!ProtoCompiler-gRPCPlugin.podspec.template40 Pod::Spec.new do |s|
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/tensorflow/tensorflow/core/framework/
Dvariant_test.cc41 string TypeName() const { return "POD"; } in TypeName()
367 EXPECT_EQ(x.TypeName(), "POD"); in TestBasic()
614 struct Pod { in PodUpdateTest() struct
619 string TypeName() const { return "POD"; } in PodUpdateTest()
622 Variant x = Pod{10, 20.f}; in PodUpdateTest()
623 EXPECT_NE(x.get<Pod>(), nullptr); in PodUpdateTest()
624 EXPECT_EQ(x.TypeName(), "POD"); in PodUpdateTest()
625 EXPECT_EQ(x.DebugString(), "Variant<type: POD value: ?>"); in PodUpdateTest()
627 x.get<Pod>()->x += x.get<Pod>()->y; in PodUpdateTest()
628 EXPECT_EQ(x.get<Pod>()->x, 30); in PodUpdateTest()
[all …]

12345678910>>...31