- 26 Nov, 2013 3 commits
-
-
Narayan Kamath authored
- NativeConverter should report unterminated character sequences to managed code. - CharsetDecoderIcu should report those errors correctly from flush() - InputStreamReader should check the return value of flush() and not ignore it altogether. bug: 11665359 bug: 10729779 Change-Id: Ic678a645a4ef2b3fe70e2c900c0cd393679f1037
-
Narayan Kamath authored
-
Alex Klyubin authored
-
- 25 Nov, 2013 11 commits
-
-
Alex Klyubin authored
This CL adjusts the SSLSocketTest to follow the RI and not sanity-check client certs early during SSLSocket.accept. The change in the code under test (external/conscrypt) was made in https://android-review.googlesource.com/#/c/70467/ Change-Id: I93fde2f5520109b97ae81fd4752b3bd0f67a1a19
-
Brian Carlstrom authored
Merge branch 'master' of persistent-https://googleplex-android.git.corp.google.com/platform/libcore into merge-goog-master-to-aosp-master
-
Brian Carlstrom authored
-
Narayan Kamath authored
(cherry-picked from commit 115197d8) Change-Id: Ie0f2d0b5fb88e6a507836db3609b4be53abb636b
-
Narayan Kamath authored
-
Narayan Kamath authored
Use the new BUILD_HOST_DALVIK_JAVA_LIBRARY instead. (cherry picked from commit bb99b497) Change-Id: If6822157b02126ede86b2e9cd4db11bdbae5b82b
-
Narayan Kamath authored
* commit '38bf01ef': Fix stream flushing when SYNC_FLUSH is set.
-
Narayan Kamath authored
* commit '59872bf3': Fix stream flushing when SYNC_FLUSH is set.
-
Narayan Kamath authored
Mostly missing serialization tests. Also - Fix up package names for tests. - Move tests under the right subpackage where applicable. Change-Id: If30995f5b62a1dcc9f0150d2c16e29bb1b65a48c
-
Narayan Kamath authored
-
Narayan Kamath authored
bug: https://code.google.com/p/android/issues/detail?id=62589 Change-Id: I8d569b8ecf21857df5f3d1e8ad88cd95139ab09c
-
- 23 Nov, 2013 2 commits
-
-
The Android Open Source Project authored
* commit 'eead725b':
-
The Android Open Source Project authored
* commit '6be37f5f':
-
- 22 Nov, 2013 24 commits
-
-
The Android Open Source Project authored
Change-Id: I883352e71c7d5f057764bdb822836023e57b6ba9
-
Kenny Root authored
* commit '1b74de0d': CipherTest: add tests for null parameters in init
-
Kenny Root authored
* commit 'c176521c': CipherTest: add tests for null parameters in init
-
Kenny Root authored
-
Kenny Root authored
Bug: https://code.google.com/p/android/issues/detail?id=62640 Change-Id: I86ae6603a6492e8f66c1ce5782c1d0483e4a491b
-
Narayan Kamath authored
Use a List<Class<?>> as the cache key instead, but dedup and check for nulls in the list using a HashSet instead. This will improve performance for large lists of interfaces. bug: 10316383 Change-Id: Id0c36a731e6e3cb39bf36c083180c0c4da5c2dd4 (cherry picked from commit 6074af533f57a93e1b8e1ab63dce6a264a4d5dae)
-
Narayan Kamath authored
* commit 'f36ad155': Don't turn on sync flush by default.
-
Narayan Kamath authored
* commit 'd60fc5d0': Don't turn on sync flush by default.
-
Narayan Kamath authored
art version of: https://android-review.googlesource.com/#/c/70325 bug: 10918616 Change-Id: Id4e221137410027757a5353476d78290f73d7ad8 (cherry picked from commit 34ab628b61321c17b5c1406656e7b352ab0a76a2)
-
Narayan Kamath authored
-
Brian Carlstrom authored
* commit '0bdc9f08': Fix naming to match the libart equivalent.
-
Brian Carlstrom authored
* commit '00a8f245': Fix getGenericSuperclass.
-
Narayan Kamath authored
* commit 'eaa0add6': Minor cleanup of deepHashCode / deepEquals.
-
Brian Carlstrom authored
Change-Id: I40cb17f0392ca98378ec5349d200750c51cc0e6a
-
Brian Carlstrom authored
Change-Id: Id64c8048aab28487a7e311ed0f9b89b491d3c2ac
-
Narayan Kamath authored
* commit '48132b98': Minor cleanup of deepHashCode / deepEquals.
-
Narayan Kamath authored
* commit '0af9d85d': Make PipedWriter#flush throw if the reader is closed.
-
Narayan Kamath authored
* commit '2376ea8c': Document some surprising GregorianCalendar behavior.
-
Narayan Kamath authored
* commit '7e528a4a': Improve URI.equals performance.
-
Narayan Kamath authored
* commit '7420e424': Clean up & fix PipedInputStreamTest.
-
Narayan Kamath authored
* commit '2e8bdf33': Make PipedWriter#flush throw if the reader is closed.
-
Narayan Kamath authored
* commit '270ee7a8': Document some surprising GregorianCalendar behavior.
-
Narayan Kamath authored
* commit 'bd03ef07': Improve URI.equals performance.
-
Narayan Kamath authored
* commit '68cf52ad': Clean up & fix PipedInputStreamTest.
-