Home
last modified time | relevance | path

Searched defs:attributeType (Results 1 – 25 of 279) sorted by relevance

12345678910>>...12

/aosp_15_r20/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
DIkeConfigPayload.java186 public final int attributeType; field in IkeConfigPayload.ConfigAttribute
188 protected ConfigAttribute(int attributeType) { in ConfigAttribute()
192 protected ConfigAttribute(int attributeType, int len) throws InvalidSyntaxException { in ConfigAttribute()
273 int attributeType = Short.toUnsignedInt(inputBuffer.getShort()); in decodeSingleAttributeFrom() local
381 protected IkeConfigAttribute(int attributeType) { in IkeConfigAttribute()
385 protected IkeConfigAttribute(int attributeType, int len) throws InvalidSyntaxException { in IkeConfigAttribute()
393 protected TunnelModeChildConfigAttribute(int attributeType) { in TunnelModeChildConfigAttribute()
397 protected TunnelModeChildConfigAttribute(int attributeType, int len) in TunnelModeChildConfigAttribute()
412 int attributeType, Inet4Address address) { in TunnelModeChildConfigAttrIpv4AddressBase()
417 protected TunnelModeChildConfigAttrIpv4AddressBase(int attributeType) { in TunnelModeChildConfigAttrIpv4AddressBase()
[all …]
/aosp_15_r20/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/simaka/
DEapSimAkaAttribute.java129 public final int attributeType; field in EapSimAkaAttribute
132 protected EapSimAkaAttribute(int attributeType, int lengthInBytes) in EapSimAkaAttribute()
167 int attributeType, int lengthInBytes, ByteBuffer buffer) in EapSimAkaReservedBytesAttribute()
178 protected EapSimAkaReservedBytesAttribute(int attributeType, int lengthInBytes) in EapSimAkaReservedBytesAttribute()
184 int attributeType, int lengthInBytes, byte[] reservedBytes) in EapSimAkaReservedBytesAttribute()
232 int attributeType, in EapSimAkaUnsupportedAttribute()
244 public EapSimAkaUnsupportedAttribute(int attributeType, int lengthInBytes, byte[] data) in EapSimAkaUnsupportedAttribute()
399 protected AtIdReq(int lengthInBytes, int attributeType, ByteBuffer byteBuffer) in AtIdReq()
409 protected AtIdReq(int attributeType) throws EapSimAkaInvalidAttributeException { in AtIdReq()
DEapSimAkaAttributeFactory.java83 EapSimAkaAttribute getAttribute(int attributeType, int lengthInBytes, ByteBuffer byteBuffer) in getAttribute()
137 int attributeType = Byte.toUnsignedInt(byteBuffer.get()); in getAttribute() local
DEapAkaAttributeFactory.java68 int attributeType = Byte.toUnsignedInt(byteBuffer.get()); in getAttribute() local
78 int attributeType, int lengthInBytes, ByteBuffer byteBuffer) in getAttribute()
DEapAkaPrimeAttributeFactory.java63 int attributeType = Byte.toUnsignedInt(byteBuffer.get()); in getAttribute() local
DEapSimAttributeFactory.java67 int attributeType = Byte.toUnsignedInt(byteBuffer.get()); in getAttribute() local
/aosp_15_r20/external/opencensus-java/benchmarks/src/jmh/java/io/opencensus/benchmarks/trace/
H A DBasicDataBenchmark.java60 String attributeType; field in BasicDataBenchmark.Data
105 private static AttributeValue[] getAttributeValues(int size, String attributeType) { in getAttributeValues()
/aosp_15_r20/frameworks/base/core/java/org/apache/http/conn/ssl/
H A DAndroidDistinguishedNameParser.java355 public String findMostSpecific(String attributeType) { in findMostSpecific()
420 public List<String> getAllMostSpecificFirst(String attributeType) { in getAllMostSpecificFirst()
/aosp_15_r20/external/aws-sdk-java-v2/services-custom/dynamodb-enhanced/src/main/java/software/amazon/awssdk/enhanced/dynamodb/mapper/
H A DStaticAttribute.java71 public static <T, R> Builder<T, R> builder(Class<T> itemClass, EnhancedType<R> attributeType) { in builder()
81 …blic static <T, R> Builder<T, R> builder(EnhancedType<T> itemType, EnhancedType<R> attributeType) { in builder()
H A DImmutableAttribute.java90 EnhancedType<R> attributeType) { in builder()
103 EnhancedType<R> attributeType) { in builder()
H A DStaticTableSchema.java140 public <R> Builder<T> addAttribute(EnhancedType<R> attributeType, in addAttribute()
H A DStaticImmutableTableSchema.java295 public <R> Builder<T, B> addAttribute(EnhancedType<R> attributeType, in addAttribute()
/aosp_15_r20/external/grpc-grpc-java/okhttp/third_party/okhttp/main/java/io/grpc/okhttp/internal/
H A DDistinguishedNameParser.java353 public String findMostSpecific(String attributeType) { in findMostSpecific()
/aosp_15_r20/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/tls/
H A DDistinguishedNameParser.java349 public String findMostSpecific(String attributeType) { in findMostSpecific()
/aosp_15_r20/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/tls/
H A DDistinguishedNameParser.java350 public String findMostSpecific(String attributeType) { in findMostSpecific()
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/
H A DRDN.java118 boolean containsAttributeType(ASN1ObjectIdentifier attributeType) in containsAttributeType()
H A DX500Name.java208 public RDN[] getRDNs(ASN1ObjectIdentifier attributeType) in getRDNs()
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x500/
H A DRDN.java120 boolean containsAttributeType(ASN1ObjectIdentifier attributeType) in containsAttributeType()
H A DX500Name.java210 public RDN[] getRDNs(ASN1ObjectIdentifier attributeType) in getRDNs()
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/x500/
H A DRDN.java120 boolean containsAttributeType(ASN1ObjectIdentifier attributeType) in containsAttributeType()
H A DX500Name.java210 public RDN[] getRDNs(ASN1ObjectIdentifier attributeType) in getRDNs()
/aosp_15_r20/external/aws-sdk-java-v2/services-custom/dynamodb-enhanced/src/test/java/software/amazon/awssdk/enhanced/dynamodb/mapper/
H A DStaticTableSchemaTest.java1520 private <R> void verifyAttribute(EnhancedType<R> attributeType, in verifyAttribute()
1538 private <R> void verifyNullAttribute(EnhancedType<R> attributeType, in verifyNullAttribute()
1555 private <R> void verifyNullableAttribute(EnhancedType<R> attributeType, in verifyNullableAttribute()
H A DStaticImmutableTableSchemaTest.java1574 private <R> void verifyAttribute(EnhancedType<R> attributeType, in verifyAttribute()
1592 private <R> void verifyNullAttribute(EnhancedType<R> attributeType, in verifyNullAttribute()
1609 private <R> void verifyNullableAttribute(EnhancedType<R> attributeType, in verifyNullableAttribute()
/aosp_15_r20/external/aws-sdk-java-v2/services-custom/dynamodb-enhanced/src/main/java/software/amazon/awssdk/enhanced/dynamodb/internal/mapper/
H A DResolvedImmutableAttribute.java52 AttributeType<R> attributeType = StaticAttributeType.create(attributeConverter); in create() local
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/interceptor/
H A DExecutionAttribute.java88@SuppressWarnings("unused") Class<T> attributeType, in derivedBuilder()

12345678910>>...12