Home
last modified time | relevance | path

Searched defs:tagKey (Results 1 – 25 of 309) sorted by relevance

12345678910>>...13

/aosp_15_r20/external/aws-sdk-java-v2/services/kms/target/generated-sources/sdk/software/amazon/awssdk/services/kms/model/
H A DTag.java66 private final String tagKey; field in Tag
82 public final String tagKey() { in tagKey() method in Tag
181 Builder tagKey(String tagKey); in tagKey() argument
196 private String tagKey; field in Tag.BuilderImpl
212 public final void setTagKey(String tagKey) { in setTagKey()
217 public final Builder tagKey(String tagKey) { in tagKey() argument
/aosp_15_r20/external/libese/ready_se/google/keymint/KM300/Applet/src/com/android/javacard/keymaster/
H A DKMKeyParameters.java146 public static short findTag(short tagType, short tagKey, short keyParam) { in findTag()
155 short tagKey; in hasUnsupportedTags() local
188 short tagKey; in makeSbEnforced() local
264 short tagKey; in makeKeystoreEnforced() local
295 short tagKey; in makeTeeEnforced() local
360 public static boolean isValidTag(short tagType, short tagKey) { in isValidTag()
439 public short findTag(short tagType, short tagKey) { in findTag()
H A DKMTag.java47 public static void assertPresence(short params, short tagType, short tagKey, short error) { in assertPresence()
53 public static void assertAbsence(short params, short tagType, short tagKey, short error) { in assertAbsence()
59 public static boolean isPresent(short params, short tagType, short tagKey) { in isPresent()
H A DKMIntegerTag.java134 public static short getShortValue(short tagType, short tagKey, short keyParameters) { in getShortValue()
149 byte[] buf, short offset, short tagType, short tagKey, short keyParameters) { in getValue()
H A DKMEnumTag.java150 public static short getValue(short tagKey, short keyParameters) { in getValue()
H A DKMEncoder.java734 private void writeTag(short tagType, short tagKey) { in writeTag()
/aosp_15_r20/external/google-cloud-java/java-resourcemanager/proto-google-cloud-resourcemanager-v3/src/main/java/com/google/cloud/resourcemanager/v3/
H A DTagKeyName.java35 private final String tagKey; field in TagKeyName
58 public static TagKeyName of(String tagKey) { in of()
62 public static String format(String tagKey) { in format()
147 private String tagKey; field in TagKeyName.Builder
155 public Builder setTagKey(String tagKey) { in setTagKey()
/aosp_15_r20/external/libese/ready_se/google/keymint/KM200/Applet/src/com/android/javacard/keymaster/
H A DKMKeyParameters.java146 public static short findTag(short tagType, short tagKey, short keyParam) { in findTag()
155 short tagKey; in hasUnsupportedTags() local
188 short tagKey; in makeSbEnforced() local
264 short tagKey; in makeKeystoreEnforced() local
295 short tagKey; in makeTeeEnforced() local
360 public static boolean isValidTag(short tagType, short tagKey) { in isValidTag()
439 public short findTag(short tagType, short tagKey) { in findTag()
H A DKMTag.java47 public static void assertPresence(short params, short tagType, short tagKey, short error) { in assertPresence()
53 public static void assertAbsence(short params, short tagType, short tagKey, short error) { in assertAbsence()
59 public static boolean isPresent(short params, short tagType, short tagKey) { in isPresent()
H A DKMIntegerTag.java134 public static short getShortValue(short tagType, short tagKey, short keyParameters) { in getShortValue()
149 byte[] buf, short offset, short tagType, short tagKey, short keyParameters) { in getValue()
H A DKMEnumTag.java150 public static short getValue(short tagKey, short keyParameters) { in getValue()
H A DKMEncoder.java734 private void writeTag(short tagType, short tagKey) { in writeTag()
/aosp_15_r20/external/google-cloud-java/java-resourcemanager/google-cloud-resourcemanager/src/test/java/com/google/cloud/resourcemanager/v3/
H A DTagKeysClientHttpJsonTest.java425 TagKey tagKey = TagKey.newBuilder().build(); in createTagKeyTest() local
453 TagKey tagKey = TagKey.newBuilder().build(); in createTagKeyExceptionTest() local
483 TagKey tagKey = in updateTagKeyTest() local
524 TagKey tagKey = in updateTagKeyExceptionTest() local
H A DTagKeysClientTest.java397 TagKey tagKey = TagKey.newBuilder().build(); in createTagKeyTest() local
419 TagKey tagKey = TagKey.newBuilder().build(); in createTagKeyExceptionTest() local
452 TagKey tagKey = TagKey.newBuilder().build(); in updateTagKeyTest() local
476 TagKey tagKey = TagKey.newBuilder().build(); in updateTagKeyExceptionTest() local
/aosp_15_r20/out/soong/.intermediates/packages/apps/Launcher3/Launcher3QuickStepLib/android_common/kapt/gen/stubs/com/android/launcher3/
DUtilitiesKt.java80 private final int tagKey = 0; field in UtilitiesKt.ViewGroupAttrModifier
82 public ViewGroupAttrModifier(T targetAttrValue, int tagKey) { in ViewGroupAttrModifier()
/aosp_15_r20/external/google-cloud-java/java-resourcemanager/google-cloud-resourcemanager/src/main/java/com/google/cloud/resourcemanager/v3/
H A DTagKeysClient.java621 public final OperationFuture<TagKey, CreateTagKeyMetadata> createTagKeyAsync(TagKey tagKey) { in createTagKeyAsync()
747 TagKey tagKey, FieldMask updateMask) { in updateTagKeyAsync()
/aosp_15_r20/external/google-cloud-java/java-resourcemanager/samples/snippets/generated/com/google/cloud/resourcemanager/v3/tagkeys/createtagkey/
H A DSyncCreateTagKeyTagkey.java36 TagKey tagKey = TagKey.newBuilder().build(); in syncCreateTagKeyTagkey() local
/aosp_15_r20/external/google-cloud-java/java-resourcemanager/samples/snippets/generated/com/google/cloud/resourcemanager/v3/tagkeys/updatetagkey/
H A DSyncUpdateTagKeyTagkeyFieldmask.java37 TagKey tagKey = TagKey.newBuilder().build(); in syncUpdateTagKeyTagkeyFieldmask() local
/aosp_15_r20/external/opencensus-java/benchmarks/src/jmh/java/io/opencensus/benchmarks/tags/
H A DTagsBenchmark.java42 private TagKey tagKey; field in TagsBenchmark.Data
/aosp_15_r20/external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/stats/
H A DRecordUtils.java98 TagKey tagKey = columns.get(i); in getTagValues() local
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/
DUtilitiesKt.kt34 private val tagKey: Int constant in com.android.launcher3.UtilitiesKt.ViewGroupAttrModifier
/aosp_15_r20/external/golang-protobuf/internal/impl/
H A Dlegacy_message.go287 func aberrantAppendField(md *filedesc.Message, goType reflect.Type, tag, tagKey, tagVal string) { argument
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/api/
Dmain_test.go416 func tagKey(dir string, context *build.Context, tags []string) string { func
/aosp_15_r20/external/aws-sdk-java-v2/services/ram/src/main/resources/codegen-resources/
H A Dapi-2.json874 "tagKey":{"shape":"TagKey"}, object
/aosp_15_r20/external/aws-sdk-java-v2/services/health/src/main/resources/codegen-resources/
H A Dservice-2.json1426 "tagKey":{ object

12345678910>>...13