Home
last modified time | relevance | path

Searched defs:newKey (Results 1 – 25 of 664) sorted by relevance

12345678910>>...27

/aosp_15_r20/libcore/ojluni/src/test/java/util/IdentityHashMap/
H A DBasic.java412 Box newKey = new Box(k1a); in testPutNew() local
438 Box newKey = new Box(k1a); in testPutAll() local
466 Box newKey = new Box(k1a); in testPutIfAbsentAddsNew() local
581 Box newKey = new Box(k1a); in testComputeAN() local
593 Box newKey = new Box(k1a); in testComputeAV() local
630 Box newKey = new Box(k1a); in testComputeIfAbsentIsCalled() local
659 Box newKey = new Box(k1a); in testComputeIfAbsentNullReturn() local
712 Box newKey = new Box(k1a); in testMergeAbsent() local
/aosp_15_r20/frameworks/libs/modules-utils/javatests/com/android/modules/utils/testing/
DTestableDeviceConfigTest.java103 String newKey = "key2"; in setProperties() local
132 String newKey = "key2"; in getProperties_empty() local
157 String newKey = "key2"; in getProperties() local
198 String newKey = "key2"; in testListener_setProperties() local
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/cache/
H A DPopulatedCachesTest.java91 Object newKey = new Object(); in testPut_populated() local
112 Object newKey = new Object(); in testPutIfAbsent_populated() local
129 Object newKey = new Object(); in testPutAll_populated() local
148 Object newKey = new Object(); in testReplace_populated() local
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/cache/
H A DPopulatedCachesTest.java91 Object newKey = new Object(); in testPut_populated() local
112 Object newKey = new Object(); in testPutIfAbsent_populated() local
129 Object newKey = new Object(); in testPutAll_populated() local
148 Object newKey = new Object(); in testReplace_populated() local
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/
H A DKeyManager.java82 default MessageLite newKey(ByteString serializedKeyFormat) throws GeneralSecurityException { in newKey() method
97 default MessageLite newKey(MessageLite keyFormat) throws GeneralSecurityException { in newKey() method
H A DKeyManagerImpl.java83 public final MessageLite newKey(ByteString serializedKeyFormat) throws GeneralSecurityException { in newKey() method in KeyManagerImpl
95 public final MessageLite newKey(MessageLite keyFormat) throws GeneralSecurityException { in newKey() method in KeyManagerImpl
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/
H A DRegistryTest.java97 public MessageLite newKey(ByteString template) throws GeneralSecurityException { in newKey() method in RegistryTest.CustomAeadKeyManager
102 public MessageLite newKey(MessageLite template) throws GeneralSecurityException { in newKey() method in RegistryTest.CustomAeadKeyManager
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/media/controls/domain/pipeline/
H A DMediaTimeoutListenerTest.kt198 val newKey = "NEWKEY" in testOnMediaDataLoaded_migratesKeys() constant
218 val newKey = "NEWKEY" in testOnMediaDataLoaded_migratesKeys_noTimeoutExtension() constant
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/mac/internal/
H A DLegacyHmacTestKeyManager.java98 public MessageLite newKey(ByteString serializedKeyFormat) throws GeneralSecurityException { in newKey() method in LegacyHmacTestKeyManager
113 public MessageLite newKey(MessageLite keyFormat) throws GeneralSecurityException { in newKey() method in LegacyHmacTestKeyManager
/aosp_15_r20/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DPointerTracker.java494 private Key onMoveToNewKey(final Key newKey, final int x, final int y) { in onMoveToNewKey()
775 private void processDraggingFingerInToNewKey(final Key newKey, final int x, final int y, in processDraggingFingerInToNewKey()
895 final Key newKey = onMoveKey(x, y); in onMoveEventInternal() local
1081 final Key newKey) { in isMajorEnoughMoveToBeOnNewKey()
/aosp_15_r20/tools/tradefederation/core/test_framework/com/android/tradefed/postprocessor/
DPerfettoGenericPostProcessor.java386 String newKey = metric.getKey().replaceFirst(replaceEntry.getKey(), in replacePrefix() local
413 String newKey = String.format("%s_%s", mAllMetricPrefix, metric.getKey()); in replaceAllMetricPrefix() local
/aosp_15_r20/frameworks/base/core/java/android/app/
H A DResourcesManager.java1377 final ResourcesKey newKey = rebaseActivityOverrideConfig(activityResource, in updateResourcesForActivity() local
1454 final ResourcesKey newKey = new ResourcesKey(oldKey.mResDir, in rebaseActivityOverrideConfig() local
1731 final var newKey = createNewResourceKeyIfNeeded(key, libAssets.getResourcesKey()); in appendLibAssetsLocked() local
1953 final ResourcesKey newKey = new ResourcesKey( in onLoadersChanged() local
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/integration/android/internal/
H A DFakeAndroidKeystoreProvider.java170 SecretKey newKey = new SecretKeySpec(Random.randBytes(32), "AES"); in engineGenerateKey() local
171 keys.put(spec.getKeystoreAlias(), newKey); in engineGenerateKey() local
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/postprocessor/
DBasePostProcessor.java327 String newKey = newEntry.getKey(); in testEnded() local
446 String newKey = newEntry.getKey(); in addProcessedMetricsToExistingMetrics() local
/aosp_15_r20/cts/tests/tests/telecom/ThirdPtyInCallServiceTestApp/aidl/android/telecom/cts/thirdptyincallservice/
H A DICtsThirdPartyInCallServiceControl.aidl31 void setExpectedExtra(String newKey, String newValue); in setExpectedExtra()
/aosp_15_r20/external/guice/extensions/dagger-adapter/src/com/google/inject/daggeradapter/
H A DDaggerMethodScanner.java86 Key<T> newKey = Key.get(key.getTypeLiteral(), UniqueAnnotations.create()); in processSetBinding() local
/aosp_15_r20/external/skia/tools/graphite/
H A DUniqueKeyUtils.cpp80 UniqueKey newKey = caps->makeGraphicsPipelineKey(*pipelineDesc, *renderPassDesc); in ExtractKeyDescs() local
/aosp_15_r20/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DNonDistinctMultitouchHelper.java85 final Key newKey = mainTracker.getKeyOn(x, y); in processMotionEvent() local
/aosp_15_r20/frameworks/base/ravenwood/junit-impl-src/android/platform/test/ravenwood/
H A DRavenwoodSystemProperties.java114 var newKey = "ro." + partition + "." + name; in initialize() local
/aosp_15_r20/cts/tests/tests/telecom/ThirdPtyInCallServiceTestApp/src/android/telecom/cts/thirdptyincallservice/
H A DCtsThirdPartyInCallService.java150 public void setExpectedExtra(String newKey, String newValue) { in setExpectedExtra()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/media/controls/domain/pipeline/
DMediaTimeoutLogger.java31 java.lang.String oldKey, @org.jetbrains.annotations.Nullable() in logMigrateListener()
/aosp_15_r20/frameworks/base/core/java/android/accounts/
H A DAuthenticatorDescription.java77 public static AuthenticatorDescription newKey(String type) { in newKey() method in AuthenticatorDescription
/aosp_15_r20/libcore/tools/go/certutil/
H A Dcertutil.go41 func newKey() *ecdsa.PrivateKey { func
/aosp_15_r20/external/perfetto/ui/src/core/
H A Dmetatracing.ts220 const newKey = parentKey ? `${parentKey}.${key}` : key; constant
/aosp_15_r20/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/suite/
H A DCertificationResultXml.java150 String newKey = key.split(getAttributesPrefix())[1]; in addBuildInfoAttributes() local

12345678910>>...27