/aosp_15_r20/external/aws-sdk-java-v2/services-custom/dynamodb-enhanced/src/main/java/software/amazon/awssdk/enhanced/dynamodb/internal/document/ |
H A D | DefaultEnhancedDocument.java | 125 Object attributeValue = nonAttributeValueMap.get(attributeName); in isNull() local 136 AttributeValue attributeValue = attributeValueMap.getValue().get(attributeName); in get() local 192 AttributeValue attributeValue = attributeValueMap.getValue().get(attributeName); in getJson() local 206 AttributeValue attributeValue = attributeValueMap.getValue().get(attributeName); in getListOfUnknownType() local 218 AttributeValue attributeValue = attributeValueMap.getValue().get(attributeName); in getMapOfUnknownType() local 267 private <T> T fromAttributeValue(AttributeValue attributeValue, EnhancedType<T> type) { in fromAttributeValue() 435 AttributeValue attributeValue = getAttributeValueFromJson(json); in json() local
|
/aosp_15_r20/external/aws-sdk-java-v2/services/dynamodb/src/test/java/software/amazon/awssdk/services/dynamodb/ |
H A D | EmptyAttributeTest.java | 98 AttributeValue attributeValue = response.item().get("attribute"); in syncClient_getItem_emptyString() local 109 AttributeValue attributeValue = response.item().get("attribute"); in asyncClient_getItem_emptyString() local 120 AttributeValue attributeValue = response.item().get("attribute"); in syncClient_getItem_emptyBinary() local 131 AttributeValue attributeValue = response.item().get("attribute"); in asyncClient_getItem_emptyBinary() local
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/jpeg/ |
H A D | XmpMotionPhotoDescriptionParser.java | 118 @Nullable String attributeValue = XmlPullParserUtil.getAttributeValue(xpp, attributeName); in parseMotionPhotoFlagFromDescription() local 129 @Nullable String attributeValue = XmlPullParserUtil.getAttributeValue(xpp, attributeName); in parseMotionPhotoPresentationTimestampUsFromDescription() local 143 @Nullable String attributeValue = XmlPullParserUtil.getAttributeValue(xpp, attributeName); in parseMicroVideoOffsetFromDescription() local
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/jpeg/ |
H A D | XmpMotionPhotoDescriptionParser.java | 118 @Nullable String attributeValue = XmlPullParserUtil.getAttributeValue(xpp, attributeName); in parseMotionPhotoFlagFromDescription() local 129 @Nullable String attributeValue = XmlPullParserUtil.getAttributeValue(xpp, attributeName); in parseMotionPhotoPresentationTimestampUsFromDescription() local 143 @Nullable String attributeValue = XmlPullParserUtil.getAttributeValue(xpp, attributeName); in parseMicroVideoOffsetFromDescription() local
|
/aosp_15_r20/tools/asuite/atest/bazel/reporter/javatests/com/android/tradefed/result/ |
H A D | BazelXmlResultReporterTest.java | 178 Path filePath, String tagName, String attributeName, String attributeValue) in assertXmlFileContainsTagWithAttribute() 189 Node node, String attributeName, String attributeValue) { in assertNodeContainsAttribute() 191 node.getAttributes().getNamedItem(attributeName).getNodeValue(), attributeValue); in assertNodeContainsAttribute() local
|
/aosp_15_r20/external/aws-sdk-java-v2/services-custom/dynamodb-enhanced/src/main/java/software/amazon/awssdk/enhanced/dynamodb/mapper/ |
H A D | StaticImmutableTableSchema.java | 136 private AttributeValue attributeValue(T item, String attributeName) { in attributeValue() method in StaticImmutableTableSchema.FlattenedMapper 143 …AttributeValue attributeValue = this.otherItemTableSchema.attributeValue(otherItem, attributeName); in attributeValue() local 548 public AttributeValue attributeValue(T item, String key) { in attributeValue() method in StaticImmutableTableSchema 562 AttributeValue attributeValue = attributeMapper.attributeGetterMethod().apply(item); in attributeValue() local
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
H A D | DtdData.java | 1377 public final String attributeValue; field in DtdData.IllegalByDtdException 1380 String elementName, String attributeName, String attributeValue) { in IllegalByDtdException() 1399 public boolean isDeprecated(String elementName, String attributeName, String attributeValue) { in isDeprecated() 1417 public boolean allowsUEscape(String elementName, String attributeName, String attributeValue) { in allowsUEscape() 2043 String attributeValue = pathPlain.getAttributeValue(i, attribute); in isDeprecated() local 2071 private void addAttribute(String attribute, String attributeValue) { in addAttribute() 2127 final String attributeValue = pathPlain.getAttributeValue(i, attribute); in getRegularizedPaths() local 2158 final String attributeValue = attributeAndValue.getValue(); in getRegularizedPaths() local
|
H A D | AttributeValueValidity.java | 814 DtdType type, String element, String attribute, String attributeValue) { in AttributeValueSpec() 824 public final String attributeValue; field in AttributeValueValidity.AttributeValueSpec 882 String attributeValue, in check() 902 String attributeValue, in check()
|
/aosp_15_r20/external/aws-sdk-java-v2/docs/design/services/dynamodb/high-level-library/archive/20200103/prototype/option-1/sync/ |
H A D | Prototype.java | 806 Item.Builder putAttribute(String attributeKey, ItemAttributeValue attributeValue); in putAttribute() 807 …Item.Builder putAttribute(String attributeKey, ItemAttributeValue attributeValue, ItemAttributeSch… in putAttribute() 808 Item.Builder putAttribute(String attributeKey, Object attributeValue); in putAttribute() 809 …Item.Builder putAttribute(String attributeKey, Object attributeValue, ItemAttributeSchema attribut… in putAttribute()
|
/aosp_15_r20/external/aws-sdk-java-v2/services/s3/src/main/java/software/amazon/awssdk/services/s3/endpoints/internal/ |
H A D | KnownS3ExpressEndpointProperty.java | 57 public List<EndpointAuthScheme> attributeValue(Value value) { in attributeValue() method in KnownS3ExpressEndpointProperty.AuthSchemesProperty 76 public String attributeValue(Value value) { in attributeValue() method in KnownS3ExpressEndpointProperty.BackendProperty
|
/aosp_15_r20/external/aws-sdk-java-v2/services-custom/dynamodb-enhanced/src/test/java/software/amazon/awssdk/enhanced/dynamodb/functionaltests/models/ |
H A D | InnerAttribConverter.java | 47 … final AttributeValue attributeValue = stringValue(innerAttributeRecord.getAttribOne()); in transformFrom() local 59 public T transformTo(final AttributeValue attributeValue) { in transformTo()
|
/aosp_15_r20/external/aws-sdk-java-v2/services-custom/dynamodb-enhanced/src/test/java/software/amazon/awssdk/enhanced/dynamodb/mapper/ |
H A D | StaticTableSchemaTest.java | 1105 AttributeValue attributeValue = in mapperCanHandleNestedLists() local 1118 attributeValue); in mapperCanHandleNestedLists() local 1272 …AttributeValue attributeValue = FakeItem.getTableSchema().attributeValue(fakeItem, "subclass_attri… in getAttributeValue_correctlyMapsSuperclassAttributes() local 1283 …AttributeValue attributeValue = FakeItem.getTableSchema().attributeValue(fakeItem, "composed_attri… in getAttributeValue_correctlyMapsComposedClassAttributes() local 1523 AttributeValue attributeValue) { in verifyAttribute() 1558 AttributeValue attributeValue) { in verifyNullableAttribute()
|
H A D | StaticImmutableTableSchemaTest.java | 1108 AttributeValue attributeValue = in mapperCanHandleNestedLists() local 1121 attributeValue); in mapperCanHandleNestedLists() local 1257 …AttributeValue attributeValue = FakeItem.getTableSchema().attributeValue(fakeItem, "subclass_attri… in getAttributeValue_correctlyMapsSuperclassAttributes() local 1268 …AttributeValue attributeValue = FakeItem.getTableSchema().attributeValue(fakeItem, "composed_attri… in getAttributeValue_correctlyMapsComposedClassAttributes() local 1577 AttributeValue attributeValue) { in verifyAttribute() 1612 AttributeValue attributeValue) { in verifyNullableAttribute()
|
/aosp_15_r20/external/aws-sdk-java-v2/services-custom/dynamodb-enhanced/src/test/java/software/amazon/awssdk/enhanced/dynamodb/internal/immutable/ |
H A D | MetaTableSchemaTest.java | 106 public void attributeValue() { in attributeValue() method in MetaTableSchemaTest 107 AttributeValue attributeValue = AttributeValue.builder().s("test-attribute").build(); in attributeValue() local
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/security/ |
H A D | PKCS12Attribute.java | 248 DerOutputStream attributeValue = new DerOutputStream(); in encode() local 255 DerInputStream attributeValue = new DerInputStream(encoded); in parse() local
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/security/ |
D | PKCS12Attribute.java | 248 DerOutputStream attributeValue = new DerOutputStream(); in encode() local 255 DerInputStream attributeValue = new DerInputStream(encoded); in parse() local
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/13/libcore/ojluni/src/main/java/java/security/ |
D | PKCS12Attribute.java | 248 DerOutputStream attributeValue = new DerOutputStream(); in encode() local 255 DerInputStream attributeValue = new DerInputStream(encoded); in parse() local
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/draft/ |
H A D | JsonConverter.java | 161 String attributeValue = parts.getAttributeValue(i, attribute); in rewrite() local 173 String attributeValue = parts.getAttributeValue(i, attribute); in rewrite() local 241 public void add(String attribute, String attributeValue) { in add()
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/ |
H A D | CheckAttributeValues.java | 114 String attributeValue = attributes.get(attribute); in handleCheck() local 215 String attributeValue, in check() 273 String getReplacement(String value, String attributeValue) { in getReplacement()
|
H A D | TestCLDRTests.java | 125 void set(String attributeName, String attributeValue) { in set() 143 String attributeValue = settings.get(attributeName); in myerrln() local
|
/aosp_15_r20/hardware/interfaces/drm/1.1/vts/functional/include/android/hardware/drm/1.1/vts/ |
H A D | drm_hal_clearkey_test.h | 162 const std::string& attributeName, const AT& attributeValue, in ValidateMetricAttributeAndValue() 184 const std::string& attributeName, const AT& attributeValue, in ValidateMetricAttributeAndValue()
|
/aosp_15_r20/tools/metalava/metalava-model/src/main/java/com/android/tools/metalava/model/ |
H A D | AnnotationItem.kt | 296 val attributeValue = findAttribute(name)?.value ?: return null in nonInlineGetAttributeValue() constant 331 val attributeValue = findAttribute(name)?.value ?: return null in nonInlineGetAttributeValues() constant
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/ |
H A D | VerifyAttributeValues.java | 55 String attributeValue, in put() 147 String attributeValue = attributes.get(attribute); in handlePathValue() local
|
/aosp_15_r20/external/autotest/frontend/client/src/autotest/moblab/ |
H A D | DutManagementView.java | 37 private TextBox attributeValue; field in DutManagementView 338 private void addAttribute(int row_number, String attributeName, String attributeValue) { in addAttribute()
|
/aosp_15_r20/packages/providers/MediaProvider/src/com/android/providers/media/util/ |
D | SpecialFormatDetector.java | 238 String attributeValue = getAttributeValue(xpp, attributeName); in isMicroVideoPresent() local 249 String attributeValue = getAttributeValue(xpp, attributeName); in isMotionPhotoFlagSet() local
|