/aosp_15_r20/external/rust/android-crates-io/crates/bytemuck_derive/tests/ |
D | basic.rs | 281 let pod = [0u8, 24u8]; in fails_cast_struct() localVariable 288 let pod = [0u8, 8u8]; in passes_cast_struct() localVariable 304 let pod = [0u8]; in checkedbitpattern_try_pod_read_unaligned() localVariable 310 let pod = [5u8]; in checkedbitpattern_try_pod_read_unaligned() localVariable 319 let pod = [0u8; 8]; in checkedbitpattern_aligned_struct() localVariable 325 let pod = [ in checkedbitpattern_c_default_discriminant_enum_with_fields() localVariable 337 let pod = [ in checkedbitpattern_c_default_discriminant_enum_with_fields() localVariable 354 let pod = [0x00, 0x00, 0x00, 0x00, 0xcc, 0x55, 0x55, 0xcc]; in checkedbitpattern_c_enum_with_fields() localVariable 360 let pod = [0x01, 0x00, 0x00, 0x00, 0xcc, 0x55, 0x55, 0xcc]; in checkedbitpattern_c_enum_with_fields() localVariable 369 let pod = [0x00, 0x55, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00]; in checkedbitpattern_int_enum_with_fields() localVariable [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/bytemuck/src/ |
D | checked.rs | 248 let pod = crate::try_from_bytes(s)?; in try_from_bytes() localVariable 268 let pod = unsafe { internal::try_from_bytes_mut(s) }?; in try_from_bytes_mut() localVariable 286 let pod = crate::try_pod_read_unaligned(bytes)?; in try_pod_read_unaligned() localVariable 310 let pod = crate::try_cast(a)?; in try_cast() localVariable 330 let pod = crate::try_cast_ref(a)?; in try_cast_ref() localVariable 349 let pod = unsafe { internal::try_cast_mut(a) }?; in try_cast_mut() localVariable 377 let pod = crate::try_cast_slice(a)?; in try_cast_slice() localVariable 399 let pod = unsafe { internal::try_cast_slice_mut(a) }?; in try_cast_slice_mut() localVariable
|
D | lib.rs | 181 mod pod; module
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/bytemuck-1.15.0/src/ |
H A D | checked.rs | 247 let pod = crate::try_from_bytes(s)?; in try_from_bytes() localVariable 267 let pod = unsafe { internal::try_from_bytes_mut(s) }?; in try_from_bytes_mut() localVariable 285 let pod = crate::try_pod_read_unaligned(bytes)?; in try_pod_read_unaligned() localVariable 309 let pod = crate::try_cast(a)?; in try_cast() localVariable 329 let pod = crate::try_cast_ref(a)?; in try_cast_ref() localVariable 348 let pod = unsafe { internal::try_cast_mut(a) }?; in try_cast_mut() localVariable 378 let pod = crate::try_cast_slice(a)?; in try_cast_slice() localVariable 400 let pod = unsafe { internal::try_cast_slice_mut(a) }?; in try_cast_slice_mut() localVariable
|
H A D | lib.rs | 158 mod pod; module
|
/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/tests/ |
H A D | union_unittest.cc | 78 PodUnionPtr pod(PodUnion::New()); in TEST() local 146 PodUnionPtr pod = PodUnion::NewFInt8(11); in TEST() local 225 PodUnionPtr pod(PodUnion::New()); in TEST() local 268 PodUnionPtr pod(PodUnion::New()); in TEST() local 284 PodUnionPtr pod(PodUnion::New()); in TEST() local 295 PodUnionPtr pod; in TEST() local 312 PodUnionPtr pod; in TEST() local 351 PodUnionPtr pod(PodUnion::NewFEnum(static_cast<AnEnum>(0xFFFF))); in TEST() local 366 PodUnionPtr pod( in TEST() local 382 ObjectUnionPtr pod(ObjectUnion::New()); in TEST() local [all …]
|
H A D | serialization_warning_unittest.cc | 230 PodUnionPtr pod(nullptr); in TEST_F() local
|
/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | sparcv9-abi.cpp | 3 struct pod { struct 8 void f1(struct pod); argument
|
/aosp_15_r20/external/angle/src/libANGLE/ |
H A D | Uniform.h | 73 } pod; member 172 } pod; member 216 } pod; member 243 } pod; member 288 } pod; member
|
H A D | ProgramExecutable.h | 140 } pod; member 182 } pod; member
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | int128_unittest.cc | 181 uint128_pod pod = { 12345, 67890 }; in TEST() local 431 constexpr uint128_pod pod = {2, 3}; in TEST() local
|
/aosp_15_r20/external/protobuf/src/google/protobuf/stubs/ |
H A D | int128_unittest.cc | 181 uint128_pod pod = { 12345, 67890 }; in TEST() local 431 constexpr uint128_pod pod = {2, 3}; in TEST() local
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/ |
H A D | argument_spec.h | 260 auto& pod = pods[i]; in CompleteArgumentSpec() local 392 const CompleteArgumentInfoPOD& pod(int j) const { in pod() function
|
/aosp_15_r20/external/googleapis/google/cloud/orchestration/airflow/service/v1/ |
H A D | environments.proto | 520 string pod = 2; field 539 string pod = 3; field 568 string pod = 3; field
|
/aosp_15_r20/frameworks/base/libs/hwui/ |
H A D | RecordingCanvas.cpp | 93 static const D* pod(const T* op, size_t offset = 0) { in pod() function 750 void* DisplayListData::push(size_t pod, Args&&... args) { in push() 870 void* pod = this->push<DrawAnnotation>(bytes, rect, value); in drawAnnotation() local 897 void* pod = this->push<DrawImageLattice>(bytes, std::move(payload), xs, ys, fs, in drawImageLattice() local 919 void* pod = this->push<DrawPoints>(count * sizeof(SkPoint), mode, count, paint); in drawPoints() local 941 void* pod = this->push<DrawAtlas>(bytes, atlas, count, xfermode, sampling, cull, paint, in drawAtlas() local
|
/aosp_15_r20/external/googleapis/google/cloud/orchestration/airflow/service/v1beta1/ |
H A D | environments.proto | 577 string pod = 2; field 596 string pod = 3; field 625 string pod = 3; field
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | vla.cpp | 8 template<typename T> struct pod {}; struct
|
/aosp_15_r20/external/google-cloud-java/java-binary-authorization/proto-google-cloud-binary-authorization-v1beta1/src/main/proto/google/cloud/binaryauthorization/v1beta1/ |
H A D | continuous_validation_logging.proto | 71 string pod = 1; field
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/utils/ |
H A D | ParamsHash.h | 47 T pod; member
|
/aosp_15_r20/external/googleapis/google/cloud/binaryauthorization/v1beta1/ |
H A D | continuous_validation_logging.proto | 149 string pod = 1; field
|
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ser/filter/ |
H A D | TestJsonFilter.java | 171 Pod pod = new Pod(); in testIssue89() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/covdata/ |
D | metamerge.go | 59 pod *podstate member
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/ |
H A D | spv_utils.h | 75 } pod; member
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/test/ |
D | parent_from_member_test.cpp | 19 }pod; variable
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/utility/test/ |
D | value_init_test.cpp | 36 friend std::ostream& operator << ( std::ostream& os, POD const& pod ) in operator <<()
|