- 21 Jun, 2013 2 commits
-
-
Elliott Hughes authored
-
Elliott Hughes authored
This reverts commit 77579248. Further investigation suggests this is a worse clock for our purposes, not the better one it would appear to be from the man page. It looks more like it should have been called CLOCK_TSC. Change-Id: I6bf7fe4dac19272f145d240917129b4d5ab5ade1
-
- 20 Jun, 2013 3 commits
-
-
Elliott Hughes authored
-
Elliott Hughes authored
-
Elliott Hughes authored
We still need to use CLOCK_MONOTONIC on Darwin. Bug: 9511688 Change-Id: Ieb1091e24ad5cd3bab79a4de1b1494cc64eef3d4
-
- 17 Jun, 2013 2 commits
-
-
Elliott Hughes authored
-
Elliott Hughes authored
Bug: https://code.google.com/p/android/issues/detail?id=56385 Change-Id: Ie60d8c61aae09358d296654bd30378cbd11eeecb
-
- 14 Jun, 2013 1 commit
-
-
Calin Juravle authored
CouncurrentHashMap was skipped from this sync. Change-Id: I29c67698a2e706b22e3cb5920c5fe91f1f15461c
-
- 13 Jun, 2013 2 commits
-
-
Elliott Hughes authored
-
Narayan Kamath authored
-
- 12 Jun, 2013 1 commit
-
-
Narayan Kamath authored
I've observed 14 failing tests both before and after the update. Change-Id: I40dfd9efe35ed03d89b38b030d3c7b6558b247e2
-
- 08 Jun, 2013 1 commit
-
-
Brian Carlstrom authored
-
- 07 Jun, 2013 11 commits
-
-
Elliott Hughes authored
(cherry-picked from commit 2f95766aac3df74c6c641232eec4791b2330c9df) Change-Id: I1005ee22ed8a017bb536bfd76df2173c7e8dcf64
-
Elliott Hughes authored
-
Elliott Hughes authored
-
Elliott Hughes authored
Change-Id: Ie210fed0b59cfd009a969dfbfab06b858e06c463
-
Brian Carlstrom authored
-
Elliott Hughes authored
-
Brian Carlstrom authored
-
Elliott Hughes authored
Not every zone.tab line has a comment. Bug: 9327819 Change-Id: I32811c2da34755e2a15334f8701523505e1398b3
-
Elliott Hughes authored
(cherry-picked from commit 37d6cc06f62b2029663137a1b8c18242152c1e97) Change-Id: I3b3aa3f508b9c6f43b27022cd8bc9aa82e630e01
-
Brian Carlstrom authored
Change-Id: I7b218f9732b36b9cca5ebc38380f3e7ef0275f34
-
Mikael Gullstrand authored
The method expandInternedStringBucket(...) creates a new bucket but the old bucket is never freed, even though the function doc claims that it does. To solve this problem the old bucket is freed when the new one has been created successfully. Also this commit fixes two possible memory leaks when a jniThrowOutOfMemoryError is thrown, where the internedString also needs to be freed. Change-Id: Ic80a35a2b4ec8f93ddc006aca5609a5ffe74d659
-
- 06 Jun, 2013 9 commits
-
-
Elliott Hughes authored
-
Elliott Hughes authored
This won't crash unless you're very unlucky, but at least valgrind will notice something untoward is going on. Bug: 9087737 Change-Id: I486374a85d4f0cc3a0e7afec29a1003ce1951a5a
-
Elliott Hughes authored
-
Brian Carlstrom authored
-
Elliott Hughes authored
Change-Id: I6db6d91e21b8e1aca5b5338534196fd5bdef8a06
-
Brian Carlstrom authored
Ensure emailAddress encoded as IA5String Bug: http://code.google.com/p/android/issues/detail?id=21531 Bug: 5580664 Change-Id: I19b432bc84468828258cbcd44266e4b712e6175d Bug: 9198822 Change-Id: I8a29f160e870f8deb4b8f3787bb69b4971942c5d
-
Elliott Hughes authored
-
Brian Carlstrom authored
-
Brian Carlstrom authored
Change-Id: Ia03630612b6d4e116b9c737cdf7a93c8eacee910
-
- 05 Jun, 2013 8 commits
-
-
Kenny Root authored
-
Kenny Root authored
There is no need to try to convert numbers that are of zero length because they'll be zero anyway. Returning NULL in this instance caused a crash in X.509 code since it immediately tried to pass it to BigInteger which through a NullPointerException. Bug: 9297758 Change-Id: I719ca7b8f086937ee25094bfe981987def855744
-
Elliott Hughes authored
Bug: 3484927 Change-Id: I6ef7b71aba70bab7664ea29ef73ba8a542550e27
-
Brian Carlstrom authored
-
Brian Carlstrom authored
Change-Id: Idc1caee3a0afb61d159cd046348ecb11db3d9e10
-
Brian Carlstrom authored
-
Elliott Hughes authored
(cherry picked from commit 8b44bdb6063816eeb90da6b4f8aa3ed9f38fe140) Change-Id: I5da041caa3037a4093f05dec4e03aed4f466a21d
-
Kenny Root authored
-