/aosp_15_r20/external/harfbuzz_ng/src/ |
H A D | hb-open-type.hh | 570 hb_array_t<Type> as_array (unsigned int len) in as_array() function 572 hb_array_t<const Type> as_array (unsigned int len) const in as_array() function 682 hb_sorted_array_t<Type> as_array (unsigned int len) in as_array() function 684 hb_sorted_array_t<const Type> as_array (unsigned int len) const in as_array() function 734 hb_array_t< Type> as_array () { return hb_array (arrayZ, len); } in as_array() function 735 hb_array_t<const Type> as_array () const { return hb_array (arrayZ, len); } in as_array() function 916 hb_array_t< Type> as_array () { return hb_array (arrayZ, get_length ()); } in as_array() function 917 hb_array_t<const Type> as_array () const { return hb_array (arrayZ, get_length ()); } in as_array() function 1043 …hb_sorted_array_t< Type> as_array () { return hb_sorted_array (this->arrayZ, this->len)… in as_array() function 1044 …hb_sorted_array_t<const Type> as_array () const { return hb_sorted_array (this->arrayZ, this->len)… in as_array() function
|
H A D | hb-vector.hh | 180 array_t as_array () { return hb_array (arrayZ, length); } in as_array() function 181 c_array_t as_array () const { return hb_array (arrayZ, length); } in as_array() function
|
/aosp_15_r20/external/rust/beto-rust/nearby/crypto/crypto_provider/src/aes/ |
D | mod.rs | 88 fn as_array(&self) -> &Self::Array; in as_array() method 106 fn as_array(&self) -> &Self::Array { in as_array() method 140 fn as_array(&self) -> &Self::Array { in as_array() method
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/include/boost/range/ |
D | as_array.hpp | 26 as_array( R& r ) in as_array() function 33 as_array( const Range& r ) in as_array() function
|
/aosp_15_r20/packages/modules/Virtualization/libs/dice/open_dice/src/ |
D | dice.rs | 218 pub fn as_array(&self) -> &[u8; PRIVATE_KEY_SEED_SIZE] { in as_array() method 245 pub fn as_array(&self) -> &[u8; PRIVATE_KEY_SIZE] { in as_array() method
|
/aosp_15_r20/packages/modules/Bluetooth/system/btcore/include/ |
D | event_mask.h | 27 const uint8_t as_array[8]; member
|
D | device_features.h | 26 uint8_t as_array[8]; member
|
/aosp_15_r20/external/pytorch/aten/src/ATen/templates/ |
H A D | UnboxingFunctions.h | 16 std::array<T, N> as_array(const c10::List<c10::IValue>& list) { in as_array() function
|
/aosp_15_r20/external/openscreen/util/ |
H A D | yet_another_bit_vector.h | 93 uint64_t* as_array; member
|
/aosp_15_r20/external/rust/android-crates-io/crates/ahash/src/ |
D | convert.rs | 63 macro_rules! as_array { macro
|
/aosp_15_r20/external/rust/android-crates-io/crates/toml_edit/tests/testsuite/ |
D | edit.rs | 578 macro_rules! as_array { macro
|
/aosp_15_r20/external/rust/android-crates-io/crates/serde_json/src/value/ |
D | mod.rs | 424 pub fn as_array(&self) -> Option<&Vec<Value>> { in as_array() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/ciborium/src/value/ |
D | mod.rs | 453 pub fn as_array(&self) -> Option<&Vec<Value>> { in as_array() method
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_json-1.0.115/src/value/ |
H A D | mod.rs | 425 pub fn as_array(&self) -> Option<&Vec<Value>> { in as_array() method
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_json_lenient-0.2.1/src/value/ |
H A D | mod.rs | 425 pub fn as_array(&self) -> Option<&Vec<Value>> { in as_array() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/toml_edit/src/ |
D | item.rs | 250 pub fn as_array(&self) -> Option<&Array> { in as_array() method
|
D | value.rs | 110 pub fn as_array(&self) -> Option<&Array> { in as_array() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/ring/tests/ |
D | aead_tests.rs | 458 let mut as_array = [0u8; aead::chacha20_poly1305_openssh::KEY_LEN]; in aead_chacha20_poly1305_openssh() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/ |
H A D | vector.rs | 168 pub const fn as_array(&self) -> &[T; N] { in as_array() function
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/ |
H A D | vector.rs | 168 pub const fn as_array(&self) -> &[T; N] { in as_array() function
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/ |
H A D | vector.rs | 168 pub const fn as_array(&self) -> &[T; N] { in as_array() function
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/ |
H A D | vector.rs | 168 pub const fn as_array(&self) -> &[T; N] { in as_array() function
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/ |
H A D | vector.rs | 168 pub const fn as_array(&self) -> &[T; N] { in as_array() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/toml/src/ |
D | value.rs | 168 pub fn as_array(&self) -> Option<&Vec<Value>> { in as_array() method
|