/aosp_15_r20/external/angle/third_party/abseil-cpp/ |
H A D | absl_hardening_test.cc | 40 absl::FixedArray<int, 4> fixed_array(0); in TEST() local 41 EXPECT_DEATH_IF_SUPPORTED(fixed_array[1], ""); in TEST() 42 EXPECT_DEATH_IF_SUPPORTED(fixed_array.front(), ""); in TEST() 43 EXPECT_DEATH_IF_SUPPORTED(fixed_array.back(), ""); in TEST()
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/ |
H A D | absl_hardening_test.cc | 40 absl::FixedArray<int, 4> fixed_array(0); in TEST() local 41 EXPECT_DEATH_IF_SUPPORTED(fixed_array[1], ""); in TEST() 42 EXPECT_DEATH_IF_SUPPORTED(fixed_array.front(), ""); in TEST() 43 EXPECT_DEATH_IF_SUPPORTED(fixed_array.back(), ""); in TEST()
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/ |
H A D | absl_hardening_test.cc | 40 absl::FixedArray<int, 4> fixed_array(0); in TEST() local 41 EXPECT_DEATH_IF_SUPPORTED(fixed_array[1], ""); in TEST() 42 EXPECT_DEATH_IF_SUPPORTED(fixed_array.front(), ""); in TEST() 43 EXPECT_DEATH_IF_SUPPORTED(fixed_array.back(), ""); in TEST()
|
/aosp_15_r20/external/nanopb-c/tests/regression/issue_376/ |
H A D | SConscript | 6 env.NanopbProto(["fixed_array.proto", "fixed_array.options"]) 8 "fixed_array.pb.c",
|
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/backends/gpu/ |
H A D | BUILD | 53 "@com_google_absl//absl/container:fixed_array", 235 "@com_google_absl//absl/container:fixed_array", 260 "@com_google_absl//absl/container:fixed_array", 285 "@com_google_absl//absl/container:fixed_array",
|
/aosp_15_r20/external/cronet/base/types/ |
H A D | DEPS | 3 "fixed_array.h": [ 4 "+third_party/abseil-cpp/absl/container/fixed_array.h",
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/src/tables/postscript/ |
H A D | charstring.rs | 264 let args = self.stack.fixed_array::<2>(i)?; in evaluate_operator() 297 let args = self.stack.fixed_array::<2>(i)?; in evaluate_operator() 329 let [dx, dy] = self.stack.fixed_array::<2>(i)?; in evaluate_operator() 365 let [dx, dy] = self.stack.fixed_array::<2>(i)?; in evaluate_operator() 434 let [dx, dy] = self.stack.fixed_array::<2>(self.stack_ix)?; in evaluate_operator() 446 let [dx, dy] = self.stack.fixed_array::<2>(self.stack_ix)?; in evaluate_operator()
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/container/ |
H A D | BUILD.bazel | 56 name = "fixed_array", 57 hdrs = ["fixed_array.h"], 78 ":fixed_array", 93 ":fixed_array", 107 ":fixed_array",
|
H A D | CMakeLists.txt | 126 fixed_array 128 "fixed_array.h" 150 absl::fixed_array 167 absl::fixed_array
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/packet/parser/test/ |
D | generated_packet_test.cc | 477 std::array<ForArrays, 5> fixed_array{{ForArrays::ONE, ForArrays::TWO, ForArrays::ONE_TWO, in TEST() local 479 auto packet = FixedArrayEnumBuilder::Create(fixed_array); in TEST() 483 std::array<ForArrays, 5> copy_array(fixed_array); in TEST() 484 fixed_array[1] = ForArrays::ONE; in TEST() 762 std::array<Variable, 5> fixed_array{std::string("one"), std::string("two"), std::string("three"), in TEST() local 765 auto packet = FixedArrayVariableBuilder::Create(fixed_array); in TEST() 781 ASSERT_EQ(fixed_array.size(), array.size()); in TEST() 782 for (size_t i = 0; i < fixed_array.size(); i++) { in TEST() 783 ASSERT_EQ(array[i].data, fixed_array[i].data); in TEST() 796 std::array<Variable, 5> fixed_array{std::string("one"), std::string("two"), std::string("three"), in TEST() local [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/ |
D | BUILD.bazel | 55 name = "fixed_array", 56 hdrs = ["fixed_array.h"], 77 ":fixed_array", 92 ":fixed_array", 107 ":fixed_array",
|
D | CMakeLists.txt | 122 fixed_array 124 "fixed_array.h" 146 absl::fixed_array 163 absl::fixed_array
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/container/ |
H A D | BUILD.bazel | 55 name = "fixed_array", 56 hdrs = ["fixed_array.h"], 77 ":fixed_array", 92 ":fixed_array", 107 ":fixed_array",
|
H A D | CMakeLists.txt | 122 fixed_array 124 "fixed_array.h" 146 absl::fixed_array 163 absl::fixed_array
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/container/ |
H A D | BUILD.bazel | 55 name = "fixed_array", 56 hdrs = ["fixed_array.h"], 77 ":fixed_array", 92 ":fixed_array", 107 ":fixed_array",
|
H A D | CMakeLists.txt | 122 fixed_array 124 "fixed_array.h" 146 absl::fixed_array 163 absl::fixed_array
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/batching_util/ |
H A D | BUILD | 26 "@com_google_absl//absl/container:fixed_array", 42 "@com_google_absl//absl/container:fixed_array", 174 "@com_google_absl//absl/container:fixed_array",
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/container/ |
H A D | BUILD.bazel | 63 name = "fixed_array", 64 hdrs = ["fixed_array.h"], 84 ":fixed_array", 101 ":fixed_array", 117 ":fixed_array",
|
H A D | CMakeLists.txt | 123 fixed_array 125 "fixed_array.h" 147 absl::fixed_array 164 absl::fixed_array
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/container/ |
H A D | BUILD.bazel | 63 name = "fixed_array", 64 hdrs = ["fixed_array.h"], 84 ":fixed_array", 101 ":fixed_array", 117 ":fixed_array",
|
H A D | CMakeLists.txt | 123 fixed_array 125 "fixed_array.h" 147 absl::fixed_array 164 absl::fixed_array
|
/aosp_15_r20/external/abseil-cpp/absl/container/ |
H A D | BUILD.bazel | 63 name = "fixed_array", 64 hdrs = ["fixed_array.h"], 84 ":fixed_array", 101 ":fixed_array", 117 ":fixed_array",
|
H A D | CMakeLists.txt | 123 fixed_array 125 "fixed_array.h" 147 absl::fixed_array 164 absl::fixed_array
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/strings/ |
H A D | CMakeLists.txt | 117 absl::fixed_array 568 absl::fixed_array 607 absl::fixed_array
|
/aosp_15_r20/external/pigweed/third_party/abseil-cpp/absl/container/ |
H A D | BUILD.gn | 130 # Generated from @com_google_absl//absl/container:fixed_array 131 abseil_cpp_source_set("fixed_array") { 132 public = [ "$dir_pw_third_party_abseil_cpp/absl/container/fixed_array.h" ]
|