Home
last modified time | relevance | path

Searched defs:array_ref (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/memory/specialized.algorithms/specialized.destroy/
H A Dranges_destroy.pass.cpp113 Array& array_ref = *(buffer + i); in test_arrays() local
138 Array& array_ref = *(buffer + i); in test_arrays() local
165 Array& array_ref = *(buffer + i); in test_arrays() local
193 Array& array_ref = *(buffer + i); in test_arrays() local
H A Dranges_destroy_n.pass.cpp89 Array& array_ref = *(buffer + i); in test_arrays() local
115 Array& array_ref = *(buffer + i); in test_arrays() local
H A Dranges_destroy_at.pass.cpp112 Array& array_ref = *array; in test_arrays() local
132 Array& array_ref = *array; in test_arrays() local
/aosp_15_r20/external/pytorch/c10/core/
H A DSymIntArrayRef.h69 inline SymIntArrayRef fromIntArrayRefUnchecked(IntArrayRef array_ref) { in fromIntArrayRefUnchecked()
74 inline SymIntArrayRef fromIntArrayRefKnownNonNegative(IntArrayRef array_ref) { in fromIntArrayRefKnownNonNegative()
78 inline SymIntArrayRef fromIntArrayRefSlow(IntArrayRef array_ref) { in fromIntArrayRefSlow()
/aosp_15_r20/external/rust/beto-rust/nearby/presence/array_ref/src/
Dlib.rs24 macro_rules! array_ref { macro
/aosp_15_r20/external/rust/beto-rust/nearby/presence/array_ref/
DCargo.toml2 name = "array_ref" package
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dopt_flip_matrices.cpp96 ir_dereference_array *array_ref = ir->operands[0]->as_dereference_array(); in visit_enter() local
H A Dbuiltin_functions.cpp6315 builtin_builder::array_ref(ir_variable *var, int idx) in array_ref() function in builtin_builder
/aosp_15_r20/external/rust/beto-rust/nearby/
DCargo.toml62 array_ref = { path = "presence/array_ref" } qkey
/aosp_15_r20/external/libxkbcommon/src/xkbcomp/
H A Dast.h255 ExprArrayRef array_ref; member
/aosp_15_r20/external/pigweed/pw_span/
H A Dspan_test.cc199 std::array<int, 5>& array_ref = array; in TEST() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/
H A Dhlo_function_importer.cc1751 llvm::ArrayRef<mlir::Attribute> array_ref(minor_to_major); in ConvertShapeToMlirLayout() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir/transforms/runtime/
H A Dcustom_call_encoding.cc253 ArrayRef<T> array_ref = array.asArrayRef(); in FillDataFromDenseArrayAttr() local