Home
last modified time | relevance | path

Searched refs:concat (Results 1 – 25 of 108) sorted by relevance

12345

/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
H A DMediaAudioEffectTest.java269 msg = msg.concat(": Equalizer not found"); in test1_3GetEnabledAfterRelease()
302 msg = msg.concat(": Equalizer not found"); in test1_4InsertOnMediaPlayer()
334 msg = msg.concat(": Equalizer not found"); in test1_5AuxiliaryOnMediaPlayer()
381 msg = msg.concat(": Equalizer not found"); in test1_6AuxiliaryOnMediaPlayerFailure()
421 msg = msg.concat(": Equalizer not found"); in test1_7AuxiliaryOnAudioTrack()
459 msg = msg.concat(": Equalizer not found"); in test2_0SetEnabledGetEnabled()
487 msg = msg.concat(": Equalizer not found"); in test2_1SetEnabledAfterRelease()
518 msg = msg.concat(": Bad parameter value"); in test3_0SetParameterByteArrayByteArray()
551 msg = msg.concat(": Bad parameter value"); in test3_1SetParameterIntInt()
1079 msg = msg.concat(": Effect not found"); in test5_0setEnabledLowerPriority()
[all …]
H A DMediaEqualizerTest.java104 msg = msg.concat(": Equalizer not initialized"); in test0_0ConstructorAndRelease()
108 msg = msg.concat(": Equalizer not found"); in test0_0ConstructorAndRelease()
110 msg = msg.concat(": Effect library not loaded"); in test0_0ConstructorAndRelease()
146 msg = msg.concat(": Bad parameter value"); in test1_0BandLevel()
149 msg = msg.concat(": get parameter() rejected"); in test1_0BandLevel()
178 msg = msg.concat(": Bad parameter value"); in test1_1BandFrequency()
181 msg = msg.concat(": get parameter() rejected"); in test1_1BandFrequency()
208 msg = msg.concat(": Bad parameter value"); in test1_2Presets()
211 msg = msg.concat(": get parameter() rejected"); in test1_2Presets()
235 msg = msg.concat(": Bad parameter value"); in test1_3Properties()
[all …]
H A DMediaEnvReverbTest.java119 msg = msg.concat(": Effect library not loaded"); in test0_0ConstructorAndRelease()
153 msg = msg.concat(": Bad parameter value"); in test1_0Room()
156 msg = msg.concat(": get parameter() rejected"); in test1_0Room()
188 msg = msg.concat(": Bad parameter value"); in test1_1Decay()
191 msg = msg.concat(": get parameter() rejected"); in test1_1Decay()
258 msg = msg.concat(": Bad parameter value"); in test1_3Reverb()
261 msg = msg.concat(": get parameter() rejected"); in test1_3Reverb()
293 msg = msg.concat(": Bad parameter value"); in test1_4DiffusionAndDensity()
329 msg = msg.concat(": Bad parameter value"); in test1_5Properties()
393 msg = msg.concat(": Bad parameter value"); in test2_0AuxiliarySoundModification()
[all …]
H A DMediaPresetReverbTest.java107 msg = msg.concat(": PresetReverb not initialized"); in test0_0ConstructorAndRelease()
111 msg = msg.concat(": PresetReverb not found"); in test0_0ConstructorAndRelease()
113 msg = msg.concat(": Effect library not loaded"); in test0_0ConstructorAndRelease()
140 msg = msg.concat(": Bad parameter value"); in test1_0Preset()
143 msg = msg.concat(": get parameter() rejected"); in test1_0Preset()
174 msg = msg.concat(": Bad parameter value"); in test1_1Properties()
177 msg = msg.concat(": get parameter() rejected"); in test1_1Properties()
236 msg = msg.concat(": Bad parameter value"); in test2_0AuxiliarySoundModification()
239 msg = msg.concat(": get parameter() rejected"); in test2_0AuxiliarySoundModification()
319 msg = msg.concat(": Bad parameter value"); in test2_1InsertSoundModification()
[all …]
H A DMediaVirtualizerTest.java100 msg = msg.concat(": Virtualizer not initialized"); in test0_0ConstructorAndRelease()
104 msg = msg.concat(": Virtualizer not found"); in test0_0ConstructorAndRelease()
106 msg = msg.concat(": Effect library not loaded"); in test0_0ConstructorAndRelease()
140 msg = msg.concat(": Bad parameter value"); in test1_0Strength()
143 msg = msg.concat(": get parameter() rejected"); in test1_0Strength()
146 msg = msg.concat("get parameter() called in wrong state"); in test1_0Strength()
167 msg = msg.concat(": Bad parameter value"); in test1_1Properties()
170 msg = msg.concat(": get parameter() rejected"); in test1_1Properties()
173 msg = msg.concat("get parameter() called in wrong state"); in test1_1Properties()
H A DMediaBassBoostTest.java100 msg = msg.concat(": BassBoost not initialized"); in test0_0ConstructorAndRelease()
104 msg = msg.concat(": BassBoost not found"); in test0_0ConstructorAndRelease()
106 msg = msg.concat(": Effect library not loaded"); in test0_0ConstructorAndRelease()
139 msg = msg.concat(": Bad parameter value"); in test1_0Strength()
142 msg = msg.concat(": get parameter() rejected"); in test1_0Strength()
145 msg = msg.concat("get parameter() called in wrong state"); in test1_0Strength()
166 msg = msg.concat(": Bad parameter value"); in test1_1Properties()
169 msg = msg.concat(": get parameter() rejected"); in test1_1Properties()
172 msg = msg.concat("get parameter() called in wrong state"); in test1_1Properties()
H A DMediaVisualizerTest.java112 msg = msg.concat(": Visualizer not found"); in test0_0ConstructorAndRelease()
114 msg = msg.concat(": Effect library not loaded"); in test0_0ConstructorAndRelease()
143 msg = msg.concat(": Bad parameter value"); in test1_0CaptureRates()
146 msg = msg.concat(": get parameter() rejected"); in test1_0CaptureRates()
177 msg = msg.concat(": Bad parameter value"); in test1_1CaptureSize()
180 msg = msg.concat(": get parameter() rejected"); in test1_1CaptureSize()
214 msg = msg.concat("IllegalStateException"); in test1_2ScalingMode()
280 msg = msg.concat(": Bad parameter value"); in test2_0PollingCapture()
283 msg = msg.concat(": get parameter() rejected"); in test2_0PollingCapture()
411 msg = msg.concat(": Bad parameter value"); in test2_1ListenerCapture()
[all …]
/aosp14/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
H A DArrayUtilsTest.java165 assertArrayEquals(new String[] {}, ArrayUtils.concat(String.class)); in testConcat_zeroObjectArrays()
172 ArrayUtils.concat(String.class, new String[] { "1", "2" })); in testConcat_oneObjectArray()
182 ArrayUtils.concat(Long.class, new Long[] { 1L }, new Long[] {})); in testConcat_twoObjectArrays()
184 ArrayUtils.concat(Long.class, new Long[] {}, new Long[] { 1L })); in testConcat_twoObjectArrays()
196 ArrayUtils.concat(Long.class, new Long[] {}, new Long[] {})); in testConcat_twoEmptyObjectArrays()
219 assertArrayEquals(new byte[] {}, ArrayUtils.concat()); in testConcat_zeroByteArrays()
221 assertArrayEquals(new byte[] {}, ArrayUtils.concat((byte[][]) null)); in testConcat_zeroByteArrays()
229 assertArrayEquals(new byte[] {}, ArrayUtils.concat((byte[]) null)); in testConcat_oneEmptyByteArray()
230 assertArrayEquals(new byte[] {}, ArrayUtils.concat(new byte[] {})); in testConcat_oneEmptyByteArray()
237 ArrayUtils.concat(new byte[] { 1 }, new byte[] { 2 })); in testConcat_twoByteArrays()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
H A DKeySyncUtils.java93 byte[] header = ArrayUtils.concat(THM_ENCRYPTED_RECOVERY_KEY_HEADER, vaultParams); in thmEncryptRecoveryKey()
176 header = ArrayUtils.concat(ENCRYPTED_APPLICATION_KEY_HEADER, metadata); in encryptKeysWithRecoveryKey()
223 /*header=*/ ArrayUtils.concat(RECOVERY_CLAIM_HEADER, vaultParams, challenge), in encryptRecoveryClaim()
224 /*payload=*/ ArrayUtils.concat(thmKfHash, keyClaimant)); in encryptRecoveryClaim()
245 /*header=*/ ArrayUtils.concat(RECOVERY_RESPONSE_HEADER, vaultParams), in decryptRecoveryClaimResponse()
285 header = ArrayUtils.concat(ENCRYPTED_APPLICATION_KEY_HEADER, applicationKeyMetadata); in decryptApplicationKey()
/aosp14/frameworks/base/core/tests/companiontests/src/android/companion/
H A DSystemDataTransportTest.java130 final byte[] input = concat( in testMultiplePingPing()
133 final byte[] expected = concat( in testMultiplePingPing()
140 final byte[] input = concat( in testMultipleInvalidPing()
149 final byte[] input = concat( in testMultipleInvalidRequestPing()
152 final byte[] expected = concat( in testMultipleInvalidRequestPing()
159 final byte[] input = concat( in testMultipleInvalidResponsePing()
179 public static byte[] concat(byte[]... blobs) { in concat() method in SystemDataTransportTest
/aosp14/frameworks/base/keystore/java/android/security/keystore/
H A DArrayUtils.java49 public static byte[] concat(byte[] arr1, byte[] arr2) { in concat() method in ArrayUtils
50 return concat(arr1, 0, (arr1 != null) ? arr1.length : 0, in concat()
54 public static byte[] concat(byte[] arr1, int offset1, int len1, byte[] arr2, int offset2, in concat() method in ArrayUtils
108 public static int[] concat(int[] arr1, int[] arr2) { in concat() method in ArrayUtils
/aosp14/frameworks/base/core/tests/coretests/src/android/text/
H A DTextUtilsTest.java61 assertEquals("", TextUtils.concat()); in testBasic()
62 assertEquals("foo", TextUtils.concat("foo")); in testBasic()
63 assertEquals("foobar", TextUtils.concat("foo", "bar")); in testBasic()
64 assertEquals("foobarbaz", TextUtils.concat("foo", "bar", "baz")); in testBasic()
75 assertEquals("foo", TextUtils.concat(foo).toString()); in testBasic()
76 assertEquals("foobar", TextUtils.concat(foo, bar).toString()); in testBasic()
77 assertEquals("foobarbaz", TextUtils.concat(foo, bar, baz).toString()); in testBasic()
79 assertEquals(1, ((Spanned) TextUtils.concat(foo)).getSpanStart("foo")); in testBasic()
81 assertEquals(1, ((Spanned) TextUtils.concat(foo, bar)).getSpanStart("foo")); in testBasic()
88 assertTrue(TextUtils.concat("foo", "bar") instanceof String); in testBasic()
[all …]
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
H A DKeySyncUtilsTest.java248 /*header=*/ ArrayUtils.concat(RECOVERY_RESPONSE_HEADER, vaultParams), in decryptRecoveryClaimResponse_decryptsAValidResponse()
264 /*header=*/ ArrayUtils.concat(RECOVERY_RESPONSE_HEADER, vaultParams), in decryptRecoveryClaimResponse_throwsIfCannotDecrypt()
293 /*header=*/ ArrayUtils.concat(RECOVERY_CLAIM_HEADER, vaultParams, challenge), in encryptRecoveryClaim_encryptsLockScreenAndKeyClaimant()
295 assertArrayEquals(ArrayUtils.concat(LOCK_SCREEN_HASH_1, keyClaimant), decrypted); in encryptRecoveryClaim_encryptsLockScreenAndKeyClaimant()
315 /*header=*/ ArrayUtils.concat( in encryptRecoveryClaim_cannotBeDecryptedWithoutChallenge()
341 /*header=*/ ArrayUtils.concat( in encryptRecoveryClaim_cannotBeDecryptedWithoutCorrectSecretKey()
367 /*header=*/ ArrayUtils.concat( in encryptRecoveryClaim_cannotBeDecryptedWithoutCorrectVaultParams()
394 /*header=*/ ArrayUtils.concat(randomBytes(10), vaultParams, challenge), in encryptRecoveryClaim_cannotBeDecryptedWithoutCorrectHeader()
/aosp14/frameworks/base/keystore/java/android/security/keystore2/
H A DKeyStoreCryptoOperationChunkedStreamer.java147 output = ArrayUtils.concat(output, o); in update()
162 output = ArrayUtils.concat(output, o); in update()
188 output = ArrayUtils.concat(output, o); in doFinal()
/aosp14/frameworks/base/libs/hwui/canvas/
H A DCanvasFrontend.h161 void concat(const SkMatrix& matrix) { in concat() function
168 concat(m); in rotate()
174 concat(m); in scale()
180 concat(m); in skew()
/aosp14/frameworks/base/libs/hwui/pipeline/skia/
H A DRenderNodeDrawable.cpp62 canvas->concat(child.getRecordedMatrix()); in drawBackwardsProjectedNodes()
75 canvas->concat(nodeMatrix); in drawBackwardsProjectedNodes()
370 canvas->concat(*properties.getStaticMatrix()); in setViewProperties()
372 canvas->concat(*properties.getAnimationMatrix()); in setViewProperties()
378 canvas->concat(*properties.getTransformMatrix()); in setViewProperties()
384 canvas->concat( in setViewProperties()
H A DReorderBarrierDrawables.cpp69 canvas->concat(childNode->getRecordedMatrix()); in onDraw()
121 canvas->concat(childNode->getRecordedMatrix()); in onDraw()
184 canvas->concat(shadowMatrix); in drawShadow()
H A DLayerDrawable.cpp130 canvas->concat(layer->getTransform()); in DrawLayer()
175 canvas->concat(m); in DrawLayer()
/aosp14/frameworks/base/tools/processors/intdef_mappings/test/android/processor/
H A DIntDefProcessorTest.kt19 import com.google.common.collect.ObjectArrays.concat
108 val filesToCompile = concat(mAnnotations, sources, JavaFileObject::class.java)
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/utils/
H A DCoordinateTransformsTest.java228 final Matrix concat = new Matrix(); in assertMatricesAreInverses() local
229 concat.setConcat(matrix, matrix2); in assertMatricesAreInverses()
230 assertTrue("expected identity, but was: " + concat, concat.isIdentity()); in assertMatricesAreInverses()
/aosp14/frameworks/base/libs/securebox/src/com/android/security/
H A DSecureBox.java76 ArrayUtils.concat("SECUREBOX".getBytes(StandardCharsets.UTF_8), VERSION);
206 byte[] keyingMaterial = ArrayUtils.concat(dhSecret, sharedSecret); in encrypt()
210 return ArrayUtils.concat(VERSION, randNonce, ciphertext); in encrypt()
212 return ArrayUtils.concat( in encrypt()
275 byte[] keyingMaterial = ArrayUtils.concat(dhSecret, sharedSecret); in decrypt()
/aosp14/frameworks/base/packages/SettingsProvider/test/src/android/provider/settings/validators/
H A DSettingsValidatorsTest.java249 String offenders = getOffenders(concat(SystemSettings.SETTINGS_TO_BACKUP, in ensureAllBackedUpSystemSettingsHaveValidators()
329 String offenders = getOffenders(concat(GlobalSettings.SETTINGS_TO_BACKUP, in ensureAllBackedUpGlobalSettingsHaveValidators()
337 String offenders = getOffenders(concat(SecureSettings.SETTINGS_TO_BACKUP, in ensureAllBackedUpSecureSettingsHaveValidators()
360 private String[] concat(String[] first, String[] second) { in concat() method in SettingsValidatorsTest
/aosp14/frameworks/base/libs/securebox/tests/src/com/android/security/
H A DSecureBoxTest.java181 ArrayUtils.concat(getBytes("V1 KF_claim"), VAULT_PARAMS, VAULT_CHALLENGE), in decryptRecoveryClaim()
183 assertThat(claimContent).isEqualTo(ArrayUtils.concat(THM_KF_HASH, KEY_CLAIMANT)); in decryptRecoveryClaim()
191 ArrayUtils.concat(getBytes("V1 THM_encrypted_recovery_key"), VAULT_PARAMS), in decryptRecoveryKey_doesNotThrowForValidAuthenticationTag()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
H A DAccessPointPreference.java277 contentDescription = TextUtils.concat(contentDescription, ",", summary); in buildContentDescription()
281 contentDescription = TextUtils.concat(contentDescription, ",", in buildContentDescription()
284 return TextUtils.concat(contentDescription, ",", in buildContentDescription()
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DLockscreenCredential.java305 byte[] saltedPassword = ArrayUtils.concat(password, salt); in legacyPasswordToHash()
310 return HexEncoding.encodeToString(ArrayUtils.concat(sha1, md5)); in legacyPasswordToHash()

12345