/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/text/internal/language/ |
D | language.go | 35 type Tag struct { struct 41 LangID Language 42 RegionID Region 50 ScriptID Script 51 pVariant byte // offset in str, includes preceding '-' 52 pExt uint16 // offset of first extension, includes preceding '-' 56 str string 69 func (t Tag) Raw() (b Language, s Script, r Region) { 74 func (t Tag) equalTags(a Tag) bool { 79 func (t Tag) IsRoot() bool { [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | ARMAttributeParser.cpp | 90 void ARMAttributeParser::IntegerAttribute(AttrType Tag, const uint8_t *Data, in IntegerAttribute() 100 void ARMAttributeParser::StringAttribute(AttrType Tag, const uint8_t *Data, in StringAttribute() 114 void ARMAttributeParser::PrintAttribute(unsigned Tag, unsigned Value, in PrintAttribute() 131 void ARMAttributeParser::CPU_arch(AttrType Tag, const uint8_t *Data, in CPU_arch() 147 void ARMAttributeParser::CPU_arch_profile(AttrType Tag, const uint8_t *Data, in CPU_arch_profile() 164 void ARMAttributeParser::ARM_ISA_use(AttrType Tag, const uint8_t *Data, in ARM_ISA_use() 174 void ARMAttributeParser::THUMB_ISA_use(AttrType Tag, const uint8_t *Data, in THUMB_ISA_use() 184 void ARMAttributeParser::FP_arch(AttrType Tag, const uint8_t *Data, in FP_arch() 197 void ARMAttributeParser::WMMX_arch(AttrType Tag, const uint8_t *Data, in WMMX_arch() 207 void ARMAttributeParser::Advanced_SIMD_arch(AttrType Tag, const uint8_t *Data, in Advanced_SIMD_arch() [all …]
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/audio/aidl/android.hardware.audio.effect_interface/3/ |
D | preprocessed.aidl | 6 enum Tag { enum 12 enum Tag { enum 23 enum Tag { enum 29 enum Tag { enum 41 enum Tag { enum 52 enum Tag { enum 64 enum Tag { enum 70 enum Tag { enum 128 enum Tag { enum 139 enum Tag { enum [all …]
|
/aosp_15_r20/external/llvm/tools/llvm-readobj/ |
H A D | ARMAttributeParser.cpp | 90 void ARMAttributeParser::IntegerAttribute(AttrType Tag, const uint8_t *Data, in IntegerAttribute() 96 void ARMAttributeParser::StringAttribute(AttrType Tag, const uint8_t *Data, in StringAttribute() 107 void ARMAttributeParser::PrintAttribute(unsigned Tag, unsigned Value, in PrintAttribute() 120 void ARMAttributeParser::CPU_arch(AttrType Tag, const uint8_t *Data, in CPU_arch() 134 void ARMAttributeParser::CPU_arch_profile(AttrType Tag, const uint8_t *Data, in CPU_arch_profile() 151 void ARMAttributeParser::ARM_ISA_use(AttrType Tag, const uint8_t *Data, in ARM_ISA_use() 161 void ARMAttributeParser::THUMB_ISA_use(AttrType Tag, const uint8_t *Data, in THUMB_ISA_use() 171 void ARMAttributeParser::FP_arch(AttrType Tag, const uint8_t *Data, in FP_arch() 184 void ARMAttributeParser::WMMX_arch(AttrType Tag, const uint8_t *Data, in WMMX_arch() 194 void ARMAttributeParser::Advanced_SIMD_arch(AttrType Tag, const uint8_t *Data, in Advanced_SIMD_arch() [all …]
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/audio/aidl/android.hardware.audio.effect_interface/2/ |
D | preprocessed.aidl | 6 enum Tag { enum 12 enum Tag { enum 23 enum Tag { enum 29 enum Tag { enum 41 enum Tag { enum 52 enum Tag { enum 64 enum Tag { enum 70 enum Tag { enum 127 enum Tag { enum 138 enum Tag { enum [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/text/internal/language/compact/ |
D | language.go | 22 type Tag struct { struct 24 language ID 25 locale ID 26 full fullTag // always a language.Tag for now. 37 func Make(t language.Tag) (tag Tag) { 63 func (t Tag) Tag() language.Tag { argument 76 func (t *Tag) IsCompact() bool { 82 func (t Tag) MayHaveVariants() bool { 88 func (t Tag) MayHaveExtensions() bool { 95 func (t Tag) IsRoot() bool { [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/vendor/golang.org/x/crypto/cryptobyte/ |
D | asn1.go | 28 func (b *Builder) AddASN1Int64WithTag(v int64, tag asn1.Tag) { 37 func (b *Builder) addASN1Signed(tag asn1.Tag, v int64) { 230 func (b *Builder) AddASN1(tag asn1.Tag, f BuilderContinuation) { 401 func (s *String) ReadASN1Int64WithTag(out *int64, tag asn1.Tag) bool { 590 func (s *String) ReadASN1Bytes(out *[]byte, tag asn1.Tag) bool { 599 func (s *String) ReadASN1(out *String, tag asn1.Tag) bool { 612 func (s *String) ReadASN1Element(out *String, tag asn1.Tag) bool { 625 func (s *String) ReadAnyASN1(out *String, outTag *asn1.Tag) bool { 634 func (s *String) ReadAnyASN1Element(out *String, outTag *asn1.Tag) bool { 640 func (s String) PeekASN1Tag(tag asn1.Tag) bool { [all …]
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/font-types-0.4.3/src/ |
H A D | tag.rs | 21 pub struct Tag([u8; 4]); struct 23 impl Tag { implementation 28 pub const fn new(src: &[u8; 4]) -> Tag { in new() 138 impl FromStr for Tag { implementation 146 impl crate::raw::Scalar for Tag { implementation 158 impl Borrow<[u8; 4]> for Tag { implementation 164 impl PartialEq<[u8; 4]> for Tag { implementation 170 impl PartialEq<str> for Tag { implementation 176 impl PartialEq<&str> for Tag { implementation 182 impl PartialEq<&[u8]> for Tag { implementation [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/der/src/ |
D | tag.rs | 25 fn tag(&self) -> Tag; in tag() 30 fn tag(&self) -> Tag { in tag() 53 pub enum Tag { enum 142 impl Tag { implementation 146 pub fn assert_eq(self, expected: Tag) -> Result<Tag> { in assert_eq() 260 impl TryFrom<u8> for Tag { implementation 263 fn try_from(byte: u8) -> Result<Tag> { in try_from() 317 impl<'a> Decode<'a> for Tag { implementation 323 impl Encode for Tag { implementation 333 impl DerOrd for Tag { implementation [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/serde_yaml/src/libyaml/ |
D | tag.rs | 6 pub(crate) struct Tag(pub(in crate::libyaml) Box<[u8]>); struct 8 impl Tag { implementation 15 impl Tag { implementation 21 impl PartialEq<str> for Tag { implementation 27 impl Deref for Tag { implementation 34 impl Debug for Tag { implementation
|
/aosp_15_r20/external/rust/beto-rust/nearby/crypto/crypto_provider_test/src/aead/ |
D | aes_gcm_siv.rs | 23 pub fn aes_128_gcm_siv_test_encrypt<A>(_marker: marker::PhantomData<A>) in aes_128_gcm_siv_test_encrypt() 38 pub fn aes_128_gcm_siv_test_encrypt_detached<A>(_marker: marker::PhantomData<A>) in aes_128_gcm_siv_test_encrypt_detached() 56 pub fn aes_128_gcm_siv_test_decrypt<A>(_marker: marker::PhantomData<A>) in aes_128_gcm_siv_test_decrypt() 77 pub fn aes_128_gcm_siv_test_decrypt_detached<A>(_marker: marker::PhantomData<A>) in aes_128_gcm_siv_test_decrypt_detached() 98 pub fn aes_128_gcm_siv_test_decrypt_detached_bad_tag<A>(_marker: marker::PhantomData<A>) in aes_128_gcm_siv_test_decrypt_detached_bad_tag() 121 pub fn aes_256_gcm_siv_test_tc77<A>(_marker: marker::PhantomData<A>) in aes_256_gcm_siv_test_tc77() 142 pub fn aes_256_gcm_siv_test_tc77_detached<A>(_marker: marker::PhantomData<A>) in aes_256_gcm_siv_test_tc77_detached() 165 pub fn aes_256_gcm_siv_test_tc78<A>(_marker: marker::PhantomData<A>) in aes_256_gcm_siv_test_tc78() 185 pub fn aes_256_gcm_siv_test_tc78_detached<A>(_marker: marker::PhantomData<A>) in aes_256_gcm_siv_test_tc78_detached() 206 pub fn aes_256_gcm_siv_test_decrypt_detached_bad_tag<A>(_marker: marker::PhantomData<A>) in aes_256_gcm_siv_test_decrypt_detached_bad_tag()
|
D | aes_gcm.rs | 23 pub fn aes_128_gcm_test_encrypt<A>(_marker: marker::PhantomData<A>) in aes_128_gcm_test_encrypt() 38 pub fn aes_128_gcm_test_encrypt_detached<A>(_marker: marker::PhantomData<A>) in aes_128_gcm_test_encrypt_detached() 56 pub fn aes_128_gcm_test_decrypt<A>(_marker: marker::PhantomData<A>) in aes_128_gcm_test_decrypt() 78 pub fn aes_128_gcm_test_decrypt_detached<A>(_marker: marker::PhantomData<A>) in aes_128_gcm_test_decrypt_detached() 100 pub fn aes_128_gcm_test_decrypt_detached_bad_tag<A>(_marker: marker::PhantomData<A>) in aes_128_gcm_test_decrypt_detached_bad_tag() 119 pub fn aes_256_gcm_test_tc74<A>(_marker: marker::PhantomData<A>) in aes_256_gcm_test_tc74() 139 pub fn aes_256_gcm_test_tc74_detached<A>(_marker: marker::PhantomData<A>) in aes_256_gcm_test_tc74_detached() 163 pub fn aes_256_gcm_test_tc79<A>(_marker: marker::PhantomData<A>) in aes_256_gcm_test_tc79() 183 pub fn aes_256_gcm_test_tc79_detached<A>(_marker: marker::PhantomData<A>) in aes_256_gcm_test_tc79_detached() 204 pub fn aes_256_gcm_test_decrypt_detached_bad_tag<A>(_marker: marker::PhantomData<A>) in aes_256_gcm_test_decrypt_detached_bad_tag()
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf/src/ |
D | wire_format.rs | 49 pub struct Tag { struct 54 impl Copy for Tag {} argument 56 impl Tag { impl 64 pub fn new(value: u32) -> Option<Tag> { in new() 84 pub fn make(field_number: u32, wire_type: WireType) -> Tag { in make()
|
/aosp_15_r20/external/rust/android-crates-io/crates/serde_yaml/src/value/ |
D | tagged.rs | 20 pub struct Tag { struct 24 /// A `Tag` + `Value` representing a tagged YAML scalar, sequence, or mapping. argument 58 impl Tag { implementation 127 impl Eq for Tag {} implementation 129 impl PartialEq for Tag { implementation 135 impl<T> PartialEq<T> for Tag implementation 144 impl Ord for Tag { implementation 150 impl PartialOrd for Tag { implementation 156 impl Hash for Tag { implementation 162 impl Display for Tag { implementation [all …]
|
/aosp_15_r20/external/libcxx/test/std/algorithms/alg.sorting/alg.clamp/ |
H A D | clamp.comp.pass.cpp | 21 struct Tag { struct 22 Tag() : val(0), tag("Default") {} in Tag() argument 23 Tag(int a, const char *b) : val(a), tag(b) {} in Tag() function 24 ~Tag() {} in ~Tag() argument 30 bool eq(const Tag& rhs, const Tag& lhs) { return rhs.val == lhs.val && rhs.tag == lhs.tag; } in eq() argument
|
H A D | clamp.pass.cpp | 20 struct Tag { struct 21 Tag() : val(0), tag("Default") {} in Tag() argument 22 Tag(int a, const char *b) : val(a), tag(b) {} in Tag() function 23 ~Tag() {} in ~Tag() argument 29 bool eq(const Tag& rhs, const Tag& lhs) { return rhs.val == lhs.val && rhs.tag == lhs.tag; } in eq() argument
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.clamp/ |
H A D | clamp.comp.pass.cpp | 22 struct Tag { struct 23 Tag() : val(0), tag("Default") {} in Tag() argument 24 Tag(int a, const char *b) : val(a), tag(b) {} in Tag() argument 25 ~Tag() {} in ~Tag() argument 31 bool eq(const Tag& rhs, const Tag& lhs) { return rhs.val == lhs.val && rhs.tag == lhs.tag; } in eq() argument
|
H A D | clamp.pass.cpp | 21 struct Tag { struct 22 Tag() : val(0), tag("Default") {} in Tag() argument 23 Tag(int a, const char *b) : val(a), tag(b) {} in Tag() function 24 ~Tag() {} in ~Tag() argument 30 bool eq(const Tag& rhs, const Tag& lhs) { return rhs.val == lhs.val && rhs.tag == lhs.tag; } in eq() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/ |
D | wire_format.rs | 88 pub(crate) struct Tag { struct 93 impl Tag { argument 100 pub(crate) fn new(value: u32) -> crate::Result<Tag> { in new() 120 pub(crate) fn make(field_number: u32, wire_type: WireType) -> Tag { in make()
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/random/internal/ |
H A D | uniform_helper.h | 107 uniform_lower_bound(Tag, IntType a, IntType) { in uniform_lower_bound() argument 118 uniform_lower_bound(Tag, FloatType a, FloatType b) { in uniform_lower_bound() argument 127 uniform_lower_bound(Tag, NumType a, NumType) { in uniform_lower_bound() argument 138 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument 149 uniform_upper_bound(Tag, FloatType, FloatType b) { in uniform_upper_bound() argument 160 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument 171 uniform_upper_bound(Tag, FloatType, FloatType b) { in uniform_upper_bound() argument
|
/aosp_15_r20/external/abseil-cpp/absl/random/internal/ |
H A D | uniform_helper.h | 107 uniform_lower_bound(Tag, IntType a, IntType) { in uniform_lower_bound() argument 118 uniform_lower_bound(Tag, FloatType a, FloatType b) { in uniform_lower_bound() argument 127 uniform_lower_bound(Tag, NumType a, NumType) { in uniform_lower_bound() argument 138 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument 149 uniform_upper_bound(Tag, FloatType, FloatType b) { in uniform_upper_bound() argument 160 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument 171 uniform_upper_bound(Tag, FloatType, FloatType b) { in uniform_upper_bound() argument
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/random/internal/ |
H A D | uniform_helper.h | 107 uniform_lower_bound(Tag, IntType a, IntType) { in uniform_lower_bound() argument 118 uniform_lower_bound(Tag, FloatType a, FloatType b) { in uniform_lower_bound() argument 127 uniform_lower_bound(Tag, NumType a, NumType) { in uniform_lower_bound() argument 138 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument 149 uniform_upper_bound(Tag, FloatType, FloatType b) { in uniform_upper_bound() argument 160 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument 171 uniform_upper_bound(Tag, FloatType, FloatType b) { in uniform_upper_bound() argument
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/random/internal/ |
H A D | uniform_helper.h | 107 uniform_lower_bound(Tag, IntType a, IntType) { in uniform_lower_bound() argument 118 uniform_lower_bound(Tag, FloatType a, FloatType b) { in uniform_lower_bound() argument 127 uniform_lower_bound(Tag, NumType a, NumType) { in uniform_lower_bound() argument 138 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument 149 uniform_upper_bound(Tag, FloatType, FloatType b) { in uniform_upper_bound() argument 160 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument 171 uniform_upper_bound(Tag, FloatType, FloatType b) { in uniform_upper_bound() argument
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/random/internal/ |
H A D | uniform_helper.h | 107 uniform_lower_bound(Tag, IntType a, IntType) { in uniform_lower_bound() argument 118 uniform_lower_bound(Tag, FloatType a, FloatType b) { in uniform_lower_bound() argument 127 uniform_lower_bound(Tag, NumType a, NumType) { in uniform_lower_bound() argument 138 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument 149 uniform_upper_bound(Tag, FloatType, FloatType b) { in uniform_upper_bound() argument 160 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument 171 uniform_upper_bound(Tag, FloatType, FloatType b) { in uniform_upper_bound() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/internal/ |
D | uniform_helper.h | 107 uniform_lower_bound(Tag, IntType a, IntType) { in uniform_lower_bound() argument 118 uniform_lower_bound(Tag, FloatType a, FloatType b) { in uniform_lower_bound() argument 127 uniform_lower_bound(Tag, NumType a, NumType) { in uniform_lower_bound() argument 138 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument 149 uniform_upper_bound(Tag, FloatType, FloatType b) { in uniform_upper_bound() argument 160 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument 171 uniform_upper_bound(Tag, FloatType, FloatType b) { in uniform_upper_bound() argument
|