Searched refs:updateInternal (Results 1 - 8 of 8) sorted by relevance

/external/conscrypt/common/src/main/java/org/conscrypt/
H A DOpenSSLCipher.java131 abstract int updateInternal(byte[] input, int inputOffset, int inputLen, method in class:OpenSSLCipher
309 bytesWritten = updateInternal(input, inputOffset, inputLen, output, 0, maximumLen);
328 return updateInternal(input, inputOffset, inputLen, output, outputOffset, maximumLen);
341 bytesWritten = updateInternal(input, inputOffset, inputLen, output, 0, maximumLen);
378 bytesWritten = updateInternal(input, inputOffset, inputLen, output, outputOffset,
534 int updateInternal(byte[] input, int inputOffset, int inputLen, byte[] output, method in class:OpenSSLCipher.EVP_CIPHER
1091 int updateInternal(byte[] input, int inputOffset, int inputLen, byte[] output, method in class:OpenSSLCipher.EVP_AEAD
1308 int updateInternal(byte[] input, int inputOffset, int inputLen, method in class:OpenSSLCipher.EVP_AEAD.AES.GCM
1312 return super.updateInternal(
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
H A DDatabaseContentProvider.java338 protected abstract int updateInternal(final SQLiteDatabase db, Uri uri, ContentValues values, method in class:DatabaseContentProvider
353 result = updateInternal(db, uri, values, selection, selectionArgs);
H A DEABProvider.java325 protected int updateInternal(SQLiteDatabase db, Uri uri, ContentValues values, method in class:EABProvider
327 logger.debug("Enter: updateInternal()");
334 logger.debug("updateInternal id=" + id);
359 logger.debug("Exit: updateInternal()");
/external/guice/extensions/persist/lib/
H A Ddb4o-6.4.14.8131-java5.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/db4o/ com/db4o/activation/ com/db4o/cluster/ com/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 183 milliseconds