Home
last modified time | relevance | path

Searched defs:Primitive (Results 1 – 8 of 8) sorted by relevance

/aosp12/system/security/keystore2/src/
H A Dkey_parameter.rs124 type Primitive; typedef
127 fn to_primitive(&self) -> Self::Primitive; in to_primitive()
180 pub enum Primitive { enum
189 impl From<i64> for Primitive { implementation
194 impl From<i32> for Primitive { implementation
199 impl From<Vec<u8>> for Primitive { implementation
216 impl TryInto<i64> for Primitive { implementation
226 impl TryInto<i32> for Primitive { implementation
236 impl TryInto<Vec<u8>> for Primitive { implementation
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/text/
H A DPrimitive.java23 public class Primitive { class
36 private Primitive(@NonNull PrimitiveType type, int location, float width, float penalty) { in Primitive() method in Primitive
/aosp12/frameworks/av/media/codec2/core/include/
H A DC2Param.h832 union Primitive { union
843 Primitive(uint64_t value) : u64(value) { } in Primitive() function
844 Primitive(int64_t value) : i64(value) { } in Primitive() function
845 Primitive(c2_cntr64_t value) : c64(value) { } in Primitive() function
846 Primitive(uint32_t value) : u32(value) { } in Primitive() function
847 Primitive(int32_t value) : i32(value) { } in Primitive() function
848 Primitive(c2_cntr32_t value) : c32(value) { } in Primitive() function
849 Primitive(uint8_t value) : u32(value) { } in Primitive() function
850 Primitive(char value) : i32(value) { } in Primitive() function
855 Primitive(E value) in Primitive() function
[all …]
H A DC2Enum.h46 inline operator C2Value::Primitive() { return (T)_mValue; } in Primitive() function
/aosp12/frameworks/native/libs/renderengine/include/renderengine/
H A DMesh.h31 enum Primitive { enum
/aosp12/frameworks/av/media/libstagefright/renderfright/include/renderengine/
H A DMesh.h31 enum Primitive { enum
/aosp12/frameworks/base/rs/java/android/renderscript/
H A DMesh.java51 public enum Primitive { enum in Mesh
89 Primitive(int id) { in Primitive() method in Mesh.Primitive
/aosp12/frameworks/base/tools/aapt2/
H A DResources.proto383 message Primitive { message