Searched defs:Vec (Results 1 – 8 of 8) sorted by relevance
/aosp12/frameworks/base/media/mca/filterpacks/native/base/ |
H A D | vec_types.h | 51 Vec() {} in Vec() function 126 Vec() {} in Vec() function 127 Vec(float x, float y) { in Vec() function 141 Vec() {} in Vec() function 142 Vec(float x, float y, float z) { in Vec() function 157 Vec() {} in Vec() function 158 Vec(float x, float y, float z, float w) { in Vec() function
|
/aosp12/frameworks/native/libs/math/tests/ |
H A D | half_test.cpp | 86 TEST_F(HalfTest, Vec) { in TEST_F() argument
|
/aosp12/frameworks/native/libs/binder/rust/src/parcel/ |
H A D | parcelable.rs | 559 impl<T: SerializeArray> Serialize for Vec<T> { implementation 575 impl<T: SerializeArray> SerializeOption for Vec<T> { implementation 581 impl<T: DeserializeArray> Deserialize for Vec<T> { implementation 589 impl<T: DeserializeArray> DeserializeOption for Vec<T> { implementation
|
/aosp12/system/security/keystore2/src/ |
H A D | legacy_migrator.rs | 718 Vec(Vec<u8>), enumerator
|
H A D | key_parameter.rs | 186 Vec(Vec<u8>), enumerator
|
/aosp12/system/logging/logd/ |
H A D | LogTags.cpp | 574 struct iovec Vec[] = { { (unsigned char*)&pmsgHeader, sizeof(pmsgHeader) }, in WritePmsgEventLogTags() local
|
/aosp12/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
H A D | BitcodeReader.cpp | 2840 Value *Vec, *Idx; in ParseFunctionBody() local 2851 Value *Vec, *Elt, *Idx; in ParseFunctionBody() local
|
/aosp12/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
H A D | BitcodeReader.cpp | 3101 Value *Vec, *Idx; in ParseFunctionBody() local 3112 Value *Vec, *Elt, *Idx; in ParseFunctionBody() local
|