Home
last modified time | relevance | path

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

12345678910

/aosp12/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 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 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 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 …]
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/common/
H A DLogger.java62 Log.v(TAG, mPrefix.concat(message)); in v()
75 Log.v(TAG, mPrefix.concat(message), throwable); in v()
87 Log.d(TAG, mPrefix.concat(message)); in d()
100 Log.d(TAG, mPrefix.concat(message), throwable); in d()
112 Log.i(TAG, mPrefix.concat(message)); in i()
135 Log.w(TAG, mPrefix.concat(message)); in w()
146 Log.w(TAG, mPrefix.concat(message), throwable); in w()
155 Log.e(TAG, mPrefix.concat(message)); in e()
166 Log.e(TAG, mPrefix.concat(message), throwable); in e()
176 Log.wtf(TAG, mPrefix.concat(message)); in wtf()
[all …]
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/profiles/
H A DProfilesDialogProvider.java56 .concat(System.lineSeparator()) in getConfirmCreateNewProfileDialogFragment()
57 .concat(System.lineSeparator()) in getConfirmCreateNewProfileDialogFragment()
58 .concat(context.getString(R.string.user_add_user_message_update)); in getConfirmCreateNewProfileDialogFragment()
104 .concat(System.lineSeparator()) in getConfirmGrantAdminDialogFragment()
105 .concat(System.lineSeparator()) in getConfirmGrantAdminDialogFragment()
106 .concat(context.getString(R.string.action_not_reversible_message)); in getConfirmGrantAdminDialogFragment()
128 .concat(System.lineSeparator()) in getConfirmRemoveLastProfileDialogFragment()
129 .concat(System.lineSeparator()) in getConfirmRemoveLastProfileDialogFragment()
130 .concat(context.getString(R.string.delete_last_user_system_setup_required_message)); in getConfirmRemoveLastProfileDialogFragment()
/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
H A DKeySyncUtils.java91 byte[] header = concat(THM_ENCRYPTED_RECOVERY_KEY_HEADER, vaultParams); in thmEncryptRecoveryKey()
174 header = concat(ENCRYPTED_APPLICATION_KEY_HEADER, metadata); in encryptKeysWithRecoveryKey()
221 /*header=*/ concat(RECOVERY_CLAIM_HEADER, vaultParams, challenge), in encryptRecoveryClaim()
222 /*payload=*/ concat(thmKfHash, keyClaimant)); in encryptRecoveryClaim()
243 /*header=*/ concat(RECOVERY_RESPONSE_HEADER, vaultParams), in decryptRecoveryClaimResponse()
283 header = concat(ENCRYPTED_APPLICATION_KEY_HEADER, applicationKeyMetadata); in decryptApplicationKey()
340 static byte[] concat(byte[]... arrays) { in concat() method in KeySyncUtils
H A DSecureBox.java72 concat("SECUREBOX".getBytes(StandardCharsets.UTF_8), VERSION);
202 byte[] keyingMaterial = concat(dhSecret, sharedSecret); in encrypt()
206 return concat(VERSION, randNonce, ciphertext); in encrypt()
208 return concat( in encrypt()
271 byte[] keyingMaterial = concat(dhSecret, sharedSecret); in decrypt()
450 static byte[] concat(byte[]... inputs) { in concat() method in SecureBox
/aosp12/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
/aosp12/frameworks/base/core/tests/coretests/src/android/text/
H A DTextUtilsTest.java60 assertEquals("", TextUtils.concat()); in testBasic()
61 assertEquals("foo", TextUtils.concat("foo")); in testBasic()
62 assertEquals("foobar", TextUtils.concat("foo", "bar")); in testBasic()
63 assertEquals("foobarbaz", TextUtils.concat("foo", "bar", "baz")); in testBasic()
74 assertEquals("foo", TextUtils.concat(foo).toString()); in testBasic()
75 assertEquals("foobar", TextUtils.concat(foo, bar).toString()); in testBasic()
76 assertEquals("foobarbaz", TextUtils.concat(foo, bar, baz).toString()); in testBasic()
78 assertEquals(1, ((Spanned) TextUtils.concat(foo)).getSpanStart("foo")); in testBasic()
80 assertEquals(1, ((Spanned) TextUtils.concat(foo, bar)).getSpanStart("foo")); in testBasic()
87 assertTrue(TextUtils.concat("foo", "bar") instanceof String); in testBasic()
[all …]
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
H A DKeySyncUtilsTest.java123 KeySyncUtils.concat( in concat_concatenatesArrays()
256 /*header=*/ KeySyncUtils.concat(RECOVERY_RESPONSE_HEADER, vaultParams), in decryptRecoveryClaimResponse_decryptsAValidResponse()
272 /*header=*/ KeySyncUtils.concat(RECOVERY_RESPONSE_HEADER, vaultParams), in decryptRecoveryClaimResponse_throwsIfCannotDecrypt()
301 /*header=*/ KeySyncUtils.concat(RECOVERY_CLAIM_HEADER, vaultParams, challenge), in encryptRecoveryClaim_encryptsLockScreenAndKeyClaimant()
303 assertArrayEquals(KeySyncUtils.concat(LOCK_SCREEN_HASH_1, keyClaimant), decrypted); in encryptRecoveryClaim_encryptsLockScreenAndKeyClaimant()
323 /*header=*/ KeySyncUtils.concat( in encryptRecoveryClaim_cannotBeDecryptedWithoutChallenge()
349 /*header=*/ KeySyncUtils.concat( in encryptRecoveryClaim_cannotBeDecryptedWithoutCorrectSecretKey()
375 /*header=*/ KeySyncUtils.concat( in encryptRecoveryClaim_cannotBeDecryptedWithoutCorrectVaultParams()
402 /*header=*/ KeySyncUtils.concat(randomBytes(10), vaultParams, challenge), in encryptRecoveryClaim_cannotBeDecryptedWithoutCorrectHeader()
/aosp12/system/security/keystore2/src/
H A Dsecurity_level.rs364 return Err(Error::sys()).context(concat!( in create_operation()
462 check_device_attestation_permissions().context(concat!( in add_required_parameters()
561 concat!( in generate_key()
576 concat!( in generate_key()
592 concat!( in generate_key()
683 concat!( in import_wrapped_key()
839 concat!( in upgrade_keyblob_if_required_with()
863 Err(e) => Err(e).context(concat!( in upgrade_keyblob_if_required_with()
878 .context(concat!( in upgrade_keyblob_if_required_with()
919 concat!( in convert_storage_key_to_ephemeral()
[all …]
H A Dattestation_key_utils.rs64 .context(concat!( in get_attest_key_info()
117 key_entry.take_key_blob_info().ok_or_else(Error::sys).context(concat!( in load_attest_key_blob_and_cert()
121 let cert = key_entry.take_cert().ok_or_else(Error::sys).context(concat!( in load_attest_key_blob_and_cert()
H A Dremote_provisioning.rs109 .context(concat!( in get_rem_prov_attest_key()
115 Err(Error::sys()).context(concat!( in get_rem_prov_attest_key()
188 concat!( in get_remotely_provisioned_attestation_key_and_certs()
205 .context(concat!( in get_remotely_provisioned_attestation_key_and_certs()
233 Err(error::Error::sys()).context(concat!( in get_dev_by_sec_level()
373 return Err(error::Error::sys()).context(concat!( in generate_key_pair()
/aosp12/system/bt/gd/rust/facade_proto/src/
H A Dlib.rs18 include!(concat!(env!("OUT_DIR"), "/proto_out/mod.rs"));
19 include!(concat!(env!("OUT_DIR"), "/grpc_out/mod.rs"));
/aosp12/frameworks/base/libs/hwui/canvas/
H A DCanvasFrontend.h117 void concat(const SkMatrix& matrix) { in concat() function
124 concat(m); in rotate()
130 concat(m); in scale()
136 concat(m); in skew()
/aosp12/packages/apps/Settings/src/com/android/settings/wifi/slice/
H A DWifiSliceItem.java146 contentDescription = TextUtils.concat(contentDescription, ",", mSummary); in getContentDescription()
149 contentDescription = TextUtils.concat(contentDescription, ",", in getContentDescription()
152 return TextUtils.concat(contentDescription, ",", mSecurity == WifiEntry.SECURITY_NONE in getContentDescription()
/aosp12/frameworks/base/packages/BackupEncryption/test/robolectric/src/com/android/server/backup/encryption/tasks/
H A DEncryptedFullBackupDataProcessorTest.java120 byte[] inputData = Bytes.concat(TEST_DATA_1, TEST_DATA_2); in pushData_writesDataToTask()
130 assertThat(result).isEqualTo(Bytes.concat(TEST_DATA_1, TEST_DATA_2)); in pushData_writesDataToTask()
161 byte[] inputData = Bytes.concat(TEST_DATA_1, TEST_DATA_2); in pushData_exceptionDuringUpload_returnsError()
176 byte[] inputData = Bytes.concat(TEST_DATA_1, TEST_DATA_2); in pushData_quotaExceptionDuringUpload_doesNotLogAndReturnsQuotaExceeded()
193 byte[] inputData = Bytes.concat(TEST_DATA_1, TEST_DATA_2); in pushData_unexpectedEncryptedBackup_logs()
207 byte[] inputData = Bytes.concat(TEST_DATA_1, TEST_DATA_2); in pushData_permanentExceptionDuringUpload_callsErrorCallback()
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/util/
H A DIntArrayTest.java36 String concat = IntArray.wrap(array).toConcatString(); in concatAndParseString() local
38 int[] parsed = IntArray.fromConcatString(concat).toArray(); in concatAndParseString()
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/utils/
H A DCoordinateTransformsTest.java189 final Matrix concat = new Matrix(); in assertMatricesAreInverses() local
190 concat.setConcat(matrix, matrix2); in assertMatricesAreInverses()
191 assertTrue("expected identity, but was: " + concat, concat.isIdentity()); in assertMatricesAreInverses()
/aosp12/frameworks/base/libs/hwui/pipeline/skia/
H A DRenderNodeDrawable.cpp58 canvas->concat(child.getRecordedMatrix()); in drawBackwardsProjectedNodes()
71 canvas->concat(nodeMatrix); in drawBackwardsProjectedNodes()
359 canvas->concat(*properties.getStaticMatrix()); in setViewProperties()
361 canvas->concat(*properties.getAnimationMatrix()); in setViewProperties()
367 canvas->concat(*properties.getTransformMatrix()); in setViewProperties()
373 canvas->concat( in setViewProperties()
/aosp12/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()

12345678910