/aosp12/frameworks/base/keystore/java/android/security/keystore2/ |
H A D | KeyStoreCryptoOperationChunkedStreamer.java | 124 if (inputLength == 0 || input == null) { in update() 128 if (inputLength < 0 || inputOffset < 0 || (inputOffset + inputLength) > input.length) { in update() 140 inputLength); in update() 141 inputLength -= inputConsumed; in update() 154 while (inputLength >= mChunkSizeThreshold) { in update() 155 int nextChunkSize = inputLength < mChunkSizeMax ? inputLength : mChunkSizeMax; in update() 158 inputLength -= nextChunkSize; in update() 168 if (inputLength > 0) { in update() 170 mConsumedInputSizeBytes += inputLength; in update() 177 public byte[] doFinal(byte[] input, int inputOffset, int inputLength, in doFinal() argument [all …]
|
H A D | AndroidKeyStoreECDSASignatureSpi.java | 79 public byte[] update(byte[] input, int inputOffset, int inputLength) in update() argument 81 if (inputLength > 0) { in update() 82 mInputBuffer.write(input, inputOffset, inputLength); in update() 83 mConsumedInputSizeBytes += inputLength; in update() 89 public byte[] doFinal(byte[] input, int inputOffset, int inputLength, byte[] signature) in doFinal() argument 91 if (inputLength > 0) { in doFinal() 92 mConsumedInputSizeBytes += inputLength; in doFinal() 93 mInputBuffer.write(input, inputOffset, inputLength); in doFinal()
|
H A D | KeyStoreCryptoOperationStreamer.java | 37 byte[] update(byte[] input, int inputOffset, int inputLength) throws KeyStoreException; in update() argument 38 byte[] doFinal(byte[] input, int inputOffset, int inputLength, byte[] signature) in doFinal() argument
|
H A D | AndroidKeyStoreAuthenticatedAESCipherSpi.java | 380 public byte[] update(byte[] input, int inputOffset, int inputLength) in update() argument 382 byte[] output = mDelegate.update(input, inputOffset, inputLength); in update() 394 public byte[] doFinal(byte[] input, int inputOffset, int inputLength, in doFinal() argument 396 byte[] output = mDelegate.doFinal(input, inputOffset, inputLength, signature); in doFinal()
|
/aosp12/packages/services/Car/service/src/com/android/car/hal/ |
H A D | BidirectionalSparseIntArray.java | 35 int inputLength = keyValuePairs.length; in create() local 36 if (inputLength % 2 != 0) { in create() 40 BidirectionalSparseIntArray biMap = new BidirectionalSparseIntArray(inputLength / 2); in create()
|
/aosp12/frameworks/base/core/java/android/os/ |
H A D | LocaleList.java | 201 final int inputLength = (otherLocales == null) ? 0 : otherLocales.mList.length; in LocaleList() local 203 for (int i = 0; i < inputLength; i++) { in LocaleList() 210 final int outputLength = inputLength + (topLocaleIndex == -1 ? 1 : 0); in LocaleList() 215 for (int i = 0; i < inputLength; i++) { in LocaleList() 222 for (int i = topLocaleIndex + 1; i < inputLength; i++) { in LocaleList()
|
/aosp12/frameworks/av/media/libmedia/ |
H A D | CharacterEncodingDetector.cpp | 200 int32_t inputLength = strlen(s); in detectAndConvert() local 215 ucsdet_setText(csd, s, inputLength, &status); in detectAndConvert() 217 const UCharsetMatch* bestSingleMatch = getPreferred(s, inputLength, in detectAndConvert() 228 if (isPrintableAscii(s, inputLength)) { in detectAndConvert() 232 ucsdet_setText(csd, s, inputLength, &status); in detectAndConvert()
|
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
H A D | HanziToPinyin.java | 144 final int inputLength = input.length(); in getTokens() local 153 for (int i = 0; i < inputLength; i++) { in getTokens()
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/fibonacci_extension/ |
H A D | FibonacciExtensionTest.cpp | 137 uint32_t inputLength = sizeof(float) * inputSize; in addNopOperation() local 139 ASSERT_GE(sizeof(kZeros), inputLength); in addNopOperation() 140 model->setOperandValue(inputZeros, &kZeros, inputLength); in addNopOperation()
|
/aosp12/packages/modules/NeuralNetworks/tools/test_generator/test_harness/ |
H A D | TestHarness.cpp | 164 const uint32_t inputLength = getNumberOfElements(inputOperand); in expectMultinomialDistributionWithinTolerance() local 165 std::vector<float> inputData(inputLength); in expectMultinomialDistributionWithinTolerance() 168 std::copy(inputRaw, inputRaw + inputLength, inputData.begin()); in expectMultinomialDistributionWithinTolerance() 171 std::transform(inputRaw, inputRaw + inputLength, inputData.begin(), in expectMultinomialDistributionWithinTolerance()
|
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
H A D | UT_reduce.java | 905 final int inputLength = 1 << 18; in patternRedundantGet() local 906 final byte[] inputArray = createInputArrayByte(inputLength, 789); in patternRedundantGet() 914 pass &= result("patternRedundantGet (1)", new timing(inputLength), javaResult, rsResult1); in patternRedundantGet() 917 pass &= result("patternRedundantGet (2)", new timing(inputLength), javaResult, rsResult2); in patternRedundantGet()
|
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
H A D | UT_reduce.java | 907 final int inputLength = 1 << 18; in patternRedundantGet() local 908 final byte[] inputArray = createInputArrayByte(inputLength, 789); in patternRedundantGet() 916 pass &= result("patternRedundantGet (1)", new timing(inputLength), javaResult, rsResult1); in patternRedundantGet() 919 pass &= result("patternRedundantGet (2)", new timing(inputLength), javaResult, rsResult2); in patternRedundantGet()
|
/aosp12/art/build/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o-low-priority.txt | 4176 Ljava/nio/charset/MalformedInputException;->inputLength:I 4183 Ljava/nio/charset/UnmappableCharacterException;->inputLength:I
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |