- 07 Jun, 2012 2 commits
-
-
Elliott Hughes authored
-
Elliott Hughes authored
Android apps won't notice this, but command-line tools will. Console was already doing this. Bug: 6603218 Change-Id: I0f65f3154f5e3ec5c49a6a2c4c87f30a846bb008
-
- 02 Jun, 2012 2 commits
-
-
Elliott Hughes authored
-
Elliott Hughes authored
(cherry-picked from e50d8245.) Bug: http://code.google.com/p/android/issues/detail?id=24748 Change-Id: Id7772c3f27961c99d3e5e3856e79edb84483dd46
-
- 03 May, 2012 2 commits
-
-
Elliott Hughes authored
-
Pavel Chupin authored
Author: Pavel Chupin <pavel.v.chupin@intel.com> Reviewed-by:
Lu, Hongjiu <hongjiu.lu@intel.com> Reviewed-by:
Beare, Bruce J <bruce.j.beare@intel.com>
-
- 02 May, 2012 2 commits
-
-
Elliott Hughes authored
-
Chris Dearman authored
Change-Id: Idce58bad54a3f25dbe984c580cb6a48cc906ba76 Signed-off-by:
Chris Dearman <chris@mips.com>
-
- 01 May, 2012 2 commits
-
-
Elliott Hughes authored
-
Elliott Hughes authored
-
- 23 Apr, 2012 2 commits
-
-
Keun-young Park authored
Merge "Modify the behavior of test. It always test in en_US, and it will test in en_IN when en_IN is available."
-
Masanori Ogino authored
Currently Thread#interrupt() API cannot interrupt (just close fd) even if a thread is blocking in I/O operation for an InterruptibleChannel. In other words, if a thread is blocked by read()/write() operation, then the Thread#interrupt() from another thread will close fd, but it cannot interrupt the blocking operation of Channel. In this test case, if the calling sequence is interrupt() -->read()/ write() (actually it occurs on many dual core ICS devices), then the test passes. Because the fd has already been closed. However, if the order of the calling sequence would change to read()/write() --> interrupt(), the test fails (i.e, I/O operation will not return). It occurs on a device which has a single core processor. Indeed, if I change the test case by adding sleep() before interrupt() then it fails on Galaxy Nexus. The blocking call stack is below; at libcore.io.Posix.readBytes(Native Method) <-- BLOCKED! at libcore.io.Posix.read(Posix.java:113) at libcore.io.BlockGuardOs.read(BlockGuardOs.java:144) at java.nio.FileChannelImpl.readImpl(FileChannelImpl.java:294) at java.nio.FileChannelImpl.read(FileChannelImpl.java:278) at java.nio.PipeImpl$PipeSourceChannel.read(PipeImpl.java:89) at libcore.java.io.InterruptedStreamTest. testInterruptReadableChannel(InterruptedStreamTest.java:133) ... So the test should be wait before interrupting the current thread in order to avoid a wavy result for these test cases. They will pass after the interruption of blocked operation in Channel is implemented correctly. And also I correct a wrong method call from testInterruptWritableSocketChannel(). Change-Id: Iaae3128d264070e818dc82d831ea8048bb43ad4a
-
- 20 Apr, 2012 2 commits
-
-
Jean-Baptiste Queru authored
-
android-htc-contribute authored
Modify the behavior of test. It always test in en_US, and it will test in en_IN when en_IN is available. Change-Id: I41afb0973a3a4b19c12d6d01bc752f67bde38870
-
- 19 Apr, 2012 1 commit
-
-
Jean-Baptiste Queru authored
No need to shell out just to find 2 makefiles that very rarely change. As an added bonus, this fixes a bug that appears when the cd command actually prints some output, which it does when certain environment variables are set. Change-Id: Iab7a738c2ca62f3c591c3bf1f47b70407b90e99a
-
- 25 Mar, 2012 1 commit
-
-
Lukasz Rymanowski authored
This patch adds support for wrf files to BT OPP. Proper mime type /application/octet-stream with extension wrf was added to webkit framework. Change-Id: I2cdd961a78281129b96fba51d5df37c534c5c893 Signed-off-by:
Christian Bejram <christian.bejram@stericsson.com>
-
- 16 Feb, 2012 1 commit
-
-
The Android Open Source Project authored
Change-Id: I905b379ef5c5382dfe06a46817e92e3ebced89e8
-
- 14 Feb, 2012 1 commit
-
-
The Android Automerger authored
-
- 07 Feb, 2012 2 commits
-
-
pnath authored
Test case should be skipped if "ar" locale is not supported. Change-Id: I40ec73ec785352d61fdf082f9b37ae054bffc993
- 03 Feb, 2012 2 commits
-
-
Brian Muramatsu authored
* commit '990a6879': DO NOT MERGE Fix testCalendarSerialization
-
Brian Muramatsu authored
Bug 5958405 Change-Id: I72024e139a2039abf42203a52beadf81e014bf34
-
- 01 Feb, 2012 1 commit
-
-
The Android Open Source Project authored
Change-Id: I71e3aeb244bcaf025557135a641e95a6eabc332a
-
- 31 Jan, 2012 2 commits
-
-
The Android Automerger authored
-
The Android Automerger authored
-
- 30 Jan, 2012 4 commits
-
-
The Android Open Source Project authored
Change-Id: Ie5d305d58e0717dbac84259106f5af3fd238a090
-
The Android Automerger authored
-
Brian Carlstrom authored
am 806d834d: Ensure faster OpenSSLSignature is used when possible by doing proper case insensitive comparison * commit '806d834d': Ensure faster OpenSSLSignature is used when possible by doing proper case insensitive comparison
-
Brian Carlstrom authored
Bug: 5934554 Change-Id: I640cd54c227df2bf662d484cb2af95ece4d13421
-
- 27 Jan, 2012 1 commit
-
-
The Android Automerger authored
-
- 26 Jan, 2012 2 commits
-
-
Jesse Wilson authored
* commit 'a468471e': Don't throw needlessly when returning the CacheResponse.
-
Jesse Wilson authored
We were throwing under the premise that we'd always have response headers before we had a cached body. But when the user calls connect() we'll have queried the cache but we won't necessarily have response headers from the server yet. That's because connect() doesn't require a response to be ready. Bug: http://b/5920659 Cherry-picked from: I9d69b44b5be3d0e29f14d8b83781f6e65c67582a Change-Id: Ia403b42ddc9783fd1456164f4b7350da3ce80566
-
- 23 Jan, 2012 1 commit
-
-
The Android Open Source Project authored
Change-Id: I0cc3ba9af95a7b57add081b306839009b415d905
-
- 21 Jan, 2012 1 commit
-
-
The Android Automerger authored
-
- 20 Jan, 2012 1 commit
-
- 19 Jan, 2012 1 commit
-
- 08 Dec, 2011 1 commit
-
-
The Android Open Source Project authored
Change-Id: Iaf56a4af45fd6dac0d3697c79ebe29805b5460cb
-
- 29 Nov, 2011 1 commit
-
-
The Android Automerger authored
-
- 22 Nov, 2011 1 commit
-
-
JP Abgrall authored
java.net.Socket creates the socket on connect(). But in case of failure during the connect() it closes the socket. During the create, BlockGuard's socket() is the one tagging the socket. But in case of failure, nobody untags that socket. So now we untag scokets on close() in BlockGuard Bug: 5274621 Change-Id: I282665a05e2dc184df77c84ceab49fb55b7695af
-
- 13 Nov, 2011 1 commit
-
-
The Android Automerger authored
-