/aosp_15_r20/libcore/ojluni/src/test/java/util/IdentityHashMap/ |
H A D | Basic.java | 412 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/ |
D | TestableDeviceConfigTest.java | 103 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 D | PopulatedCachesTest.java | 91 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 D | PopulatedCachesTest.java | 91 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 D | KeyManager.java | 82 default MessageLite newKey(ByteString serializedKeyFormat) throws GeneralSecurityException { in newKey() method 97 default MessageLite newKey(MessageLite keyFormat) throws GeneralSecurityException { in newKey() method
|
H A D | KeyManagerImpl.java | 83 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 D | RegistryTest.java | 97 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 D | MediaTimeoutListenerTest.kt | 198 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 D | LegacyHmacTestKeyManager.java | 98 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/ |
D | PointerTracker.java | 494 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/ |
D | PerfettoGenericPostProcessor.java | 386 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 D | ResourcesManager.java | 1377 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 D | FakeAndroidKeystoreProvider.java | 170 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/ |
D | BasePostProcessor.java | 327 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 D | ICtsThirdPartyInCallServiceControl.aidl | 31 void setExpectedExtra(String newKey, String newValue); in setExpectedExtra()
|
/aosp_15_r20/external/guice/extensions/dagger-adapter/src/com/google/inject/daggeradapter/ |
H A D | DaggerMethodScanner.java | 86 Key<T> newKey = Key.get(key.getTypeLiteral(), UniqueAnnotations.create()); in processSetBinding() local
|
/aosp_15_r20/external/skia/tools/graphite/ |
H A D | UniqueKeyUtils.cpp | 80 UniqueKey newKey = caps->makeGraphicsPipelineKey(*pipelineDesc, *renderPassDesc); in ExtractKeyDescs() local
|
/aosp_15_r20/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
D | NonDistinctMultitouchHelper.java | 85 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 D | RavenwoodSystemProperties.java | 114 var newKey = "ro." + partition + "." + name; in initialize() local
|
/aosp_15_r20/cts/tests/tests/telecom/ThirdPtyInCallServiceTestApp/src/android/telecom/cts/thirdptyincallservice/ |
H A D | CtsThirdPartyInCallService.java | 150 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/ |
D | MediaTimeoutLogger.java | 31 java.lang.String oldKey, @org.jetbrains.annotations.Nullable() in logMigrateListener()
|
/aosp_15_r20/frameworks/base/core/java/android/accounts/ |
H A D | AuthenticatorDescription.java | 77 public static AuthenticatorDescription newKey(String type) { in newKey() method in AuthenticatorDescription
|
/aosp_15_r20/libcore/tools/go/certutil/ |
H A D | certutil.go | 41 func newKey() *ecdsa.PrivateKey { func
|
/aosp_15_r20/external/perfetto/ui/src/core/ |
H A D | metatracing.ts | 220 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 D | CertificationResultXml.java | 150 String newKey = key.split(getAttributesPrefix())[1]; in addBuildInfoAttributes() local
|