Home
last modified time | relevance | path

Searched defs:tagged (Results 1 – 25 of 110) sorted by relevance

12345

/aosp_15_r20/cts/common/device-side/bedstead/testapisreflection/ksp/java/com/android/bedstead/testapisreflection/ksp/util/
H A DLogger.kt35 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 Dpromote.c156 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 Daccessors.h326 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 DWildcardTypeNameTest.kt49 val tagged = anyProducer.copy(tags = mapOf(String::class to "test")) in equalsAndHashCodeIgnoreTags() constant
H A DLambdaTypeNameTest.kt235 val tagged = lambdaTypeName.copy(tags = mapOf(String::class to "test")) in equalsAndHashCodeIgnoreTags() constant
H A DTypeVariableNameTest.kt278 val tagged = typeVariableName.copy(tags = mapOf(String::class to "test")) in equalsAndHashCodeIgnoreTags() constant
H A DParameterizedTypeNameTest.kt187 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/
Dtags.rs20 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/
Dast.hpp21 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 DSignedData.java140 ASN1TaggedObject tagged = ASN1TaggedObject.getInstance(obj); in calculateVersion() local
238 ASN1TaggedObject tagged = (ASN1TaggedObject)o; in SignedData() local
H A DContentInfo.java86 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 DSignedData.java142 ASN1TaggedObject tagged = ASN1TaggedObject.getInstance(obj); in calculateVersion() local
240 ASN1TaggedObject tagged = (ASN1TaggedObject)o; in SignedData() local
H A DContentInfo.java88 ASN1TaggedObject tagged = (ASN1TaggedObject)seq.getObjectAt(1); in ContentInfo() local
H A DCMSAlgorithmProtection.java73 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 DSignedData.java142 ASN1TaggedObject tagged = ASN1TaggedObject.getInstance(obj); in calculateVersion() local
240 ASN1TaggedObject tagged = (ASN1TaggedObject)o; in SignedData() local
H A DContentInfo.java88 ASN1TaggedObject tagged = (ASN1TaggedObject)seq.getObjectAt(1); in ContentInfo() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/calc8/
Dast.hpp22 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/
Dast.hpp25 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/
Dast.hpp22 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/
Dast.hpp27 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/
Dast.hpp22 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 Dvlan_full.c465 int untagged, *tagged, i, notempty; in vlan_newlink() local
586 int *tagged = vlan->vlan_desc.tagged; in vlan_dellink() local
H A Dvlan.h17 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 DTaggedIOExceptionTest.java38 final TaggedIOException tagged = new TaggedIOException(exception, tag); in testTaggedIOException() local
/aosp_15_r20/cts/tests/tests/os/jni/
H A Dandroid_os_cts_TaggedPointer.cpp48 uint32_t *tagged; in android_os_cts_TaggedPointer_hasTaggedPointer() local

12345