/aosp_15_r20/cts/common/device-side/bedstead/testapisreflection/ksp/java/com/android/bedstead/testapisreflection/ksp/util/ |
H A D | Logger.kt | 35 fun tagged(tag: String?): Logger = Logger(tag, delegate) in tagged() method in com.android.bedstead.testapisreflection.ksp.util.Logger 37 fun tagged(kClass: KClass<*>): Logger = Logger(kClass, delegate) in tagged() method in com.android.bedstead.testapisreflection.ksp.util.Logger
|
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/message/ |
H A D | promote.c | 156 static upb_DecodeStatus upb_Message_PromoteOne(upb_TaggedMessagePtr* tagged, in upb_Message_PromoteOne() 183 upb_TaggedMessagePtr tagged = in upb_Message_PromoteMessage() local 201 upb_TaggedMessagePtr tagged; in upb_Array_PromoteMessages() local
|
H A D | accessors.h | 326 upb_TaggedMessagePtr tagged; in upb_Message_GetTaggedMessagePtr() local 334 upb_TaggedMessagePtr tagged = in upb_Message_GetMessage() local
|
/aosp_15_r20/external/kotlinpoet/kotlinpoet/src/commonTest/kotlin/com/squareup/kotlinpoet/ |
H A D | WildcardTypeNameTest.kt | 49 val tagged = anyProducer.copy(tags = mapOf(String::class to "test")) in equalsAndHashCodeIgnoreTags() constant
|
H A D | LambdaTypeNameTest.kt | 235 val tagged = lambdaTypeName.copy(tags = mapOf(String::class to "test")) in equalsAndHashCodeIgnoreTags() constant
|
H A D | TypeVariableNameTest.kt | 278 val tagged = typeVariableName.copy(tags = mapOf(String::class to "test")) in equalsAndHashCodeIgnoreTags() constant
|
H A D | ParameterizedTypeNameTest.kt | 187 val tagged = parameterizedTypeName.copy(tags = mapOf(String::class to "test")) in equalsAndHashCodeIgnoreTags() constant
|
/aosp_15_r20/external/rust/android-crates-io/crates/serde_cbor/examples/ |
D | tags.rs | 20 let tagged = Tagged::<String>::deserialize(deserializer)?; in deserialize() localVariable 39 let tagged = Tagged::<String>::deserialize(deserializer)?; in deserialize() localVariable
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/calc7/ |
D | ast.hpp | 21 struct tagged struct 23 int id; // Used to annotate the AST with the iterator position.
|
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/ |
H A D | SignedData.java | 140 ASN1TaggedObject tagged = ASN1TaggedObject.getInstance(obj); in calculateVersion() local 238 ASN1TaggedObject tagged = (ASN1TaggedObject)o; in SignedData() local
|
H A D | ContentInfo.java | 86 ASN1TaggedObject tagged = (ASN1TaggedObject)seq.getObjectAt(1); in ContentInfo() local
|
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/cms/ |
H A D | SignedData.java | 142 ASN1TaggedObject tagged = ASN1TaggedObject.getInstance(obj); in calculateVersion() local 240 ASN1TaggedObject tagged = (ASN1TaggedObject)o; in SignedData() local
|
H A D | ContentInfo.java | 88 ASN1TaggedObject tagged = (ASN1TaggedObject)seq.getObjectAt(1); in ContentInfo() local
|
H A D | CMSAlgorithmProtection.java | 73 ASN1TaggedObject tagged = ASN1TaggedObject.getInstance(sequence.getObjectAt(1)); in CMSAlgorithmProtection() local
|
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/cms/ |
H A D | SignedData.java | 142 ASN1TaggedObject tagged = ASN1TaggedObject.getInstance(obj); in calculateVersion() local 240 ASN1TaggedObject tagged = (ASN1TaggedObject)o; in SignedData() local
|
H A D | ContentInfo.java | 88 ASN1TaggedObject tagged = (ASN1TaggedObject)seq.getObjectAt(1); in ContentInfo() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/calc8/ |
D | ast.hpp | 22 struct tagged struct 24 int id; // Used to annotate the AST with the iterator position.
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure2/ |
D | ast.hpp | 25 struct tagged struct 27 int id; // Used to annotate the AST with the iterator position.
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/mini_c/ |
D | ast.hpp | 22 struct tagged struct 24 int id; // Used to annotate the AST with the iterator position.
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure3/ |
D | ast.hpp | 27 struct tagged struct 29 int id; // Used to annotate the AST with the iterator position.
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure1/ |
D | ast.hpp | 22 struct tagged struct 24 int id; // Used to annotate the AST with the iterator position.
|
/aosp_15_r20/external/wpa_supplicant_8/src/ap/ |
H A D | vlan_full.c | 465 int untagged, *tagged, i, notempty; in vlan_newlink() local 586 int *tagged = vlan->vlan_desc.tagged; in vlan_dellink() local
|
H A D | vlan.h | 17 int tagged[MAX_NUM_TAGGED_VLAN]; /* first k items, ascending order */ member
|
/aosp_15_r20/external/apache-commons-io/src/test/java/org/apache/commons/io/ |
H A D | TaggedIOExceptionTest.java | 38 final TaggedIOException tagged = new TaggedIOException(exception, tag); in testTaggedIOException() local
|
/aosp_15_r20/cts/tests/tests/os/jni/ |
H A D | android_os_cts_TaggedPointer.cpp | 48 uint32_t *tagged; in android_os_cts_TaggedPointer_hasTaggedPointer() local
|