Home
last modified time | relevance | path

Searched defs:array_view (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/rust/beto-rust/nearby/presence/array_view/
DCargo.toml2 name = "array_view" package
/aosp_15_r20/external/emboss/runtime/cpp/
H A Demboss_array_view.h57 explicit ElementViewIterator(const GenericArrayView array_view, in ElementViewIterator()
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/
DCargo.toml11 array_view = { path = "../array_view" } qkey
/aosp_15_r20/external/webrtc/modules/audio_processing/
H A Dhigh_pass_filter_unittest.cc124 std::vector<float> CreateVector(const rtc::ArrayView<const float>& array_view) { in CreateVector()
/aosp_15_r20/external/webrtc/pc/
H A Drtp_transport.cc250 auto array_view = rtc::MakeArrayView(data, len); in OnReadPacket() local
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_ffi_core/src/serialize/
Dv1.rs330 let array_view = adv_builder.into_advertisement().into_array_view(); in into_advertisement() localVariable
/aosp_15_r20/external/rust/beto-rust/nearby/
DCargo.toml63 array_view = { path = "presence/array_view" } qkey
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_ffi_core/src/deserialize/
Dv1.rs686 let array_view: ArrayView<u8, 127> = ArrayView::try_from_slice(contents_as_slice).unwrap(); in from() localVariable
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
H A Dlegalize_hlo.cc1513 StridedArrayView<DenseIntElementsAttr> array_view( in MatchIotaConst() local