- 17 May, 2013 1 commit
-
-
keunyoung authored
- make each round longer so that pause comes less often - pause in every several seconds to pause in a few dozens of seconds (actual amount of pause can be different depending on env) Change-Id: I34647a69606e62f1aabb49c541e7ddd0333b5426
-
- 15 May, 2013 1 commit
-
-
Victoria Lease authored
-
- 14 May, 2013 6 commits
-
-
keunyoung authored
-
Victoria Lease authored
Bug: 8000119 Change-Id: Ib82a8d93328111b1a369da5724e06e4736e48363
-
keunyoung authored
bug: 8964008 Change-Id: Ib7bf2952b46fda336d212e420d4ddd472d9763cd
-
keunyoung authored
bug: 8964011 Change-Id: Ib0d368992c65f5c281076cde68c651035546a24d
-
Svetoslav authored
-
Kenny Root authored
-
- 13 May, 2013 3 commits
-
-
Nick Kralevich authored
-
Guang Zhu authored
-
Nick Kralevich authored
Verify that all capabilities from the capabilities bounding set have been dropped via prctl(PR_CAPBSET_DROP). Change-Id: I508a9086753eca1eb749c3161e608e80cf359f36
-
- 12 May, 2013 1 commit
-
-
Svetoslav authored
We added APIs to allow an accessibility service to extend the selection while moving the cursor at a given granularity such as word, character, etc. The problem is that the traversal was extending only the end of the selection while moving forward and the start of the selection while moving backward. This leads to a case in which the user cannot shrink/extend the selection because for example instead of shrinking the end of the selection the implementation was extending the start. Now extending the selection moves only the selection end. This is the same behavior as text view using a keyboard. Main change: https://googleplex-android-review.googlesource.com/#/c/307058 bug:8839844 Change-Id: I0d3b729e2de71cad66ffac319a591ac64f1a2e84
-
- 11 May, 2013 3 commits
-
-
Stuart Scott authored
Change-Id: I673e282eca5f1675a37a4f2e72eafa860284a265
-
Jamie Gennis authored
-
Kenny Root authored
This adds the negative tests to make sure exceptions are thrown when a spec is built incorrectly. Bug: 8608597 Change-Id: Ia2fb6847dd94ee33c87a8924cecb934ffe090016
-
- 10 May, 2013 11 commits
-
-
Kenny Root authored
-
Stuart Scott authored
-
Jamie Gennis authored
This change removes the code in TextureViewCameraActivity that attempts to perform a Canvas-lock operation on a Surface that is already being used by the Camera. Bug: 8657853 Change-Id: I91bd5aad60a048b301ba51453d8d52e3ea30c90f
-
Kenny Root authored
Adds tests for AndroidKeyStore and AndroidKeyPairGenerator in the android.security package. Note that this test package is android.keystore since the android.security package is taken by some unrelated tests that tests platform security settings. Bug: 8608597 Change-Id: I2d203bf6f685444dab06c84b173ade220ac7fc46
-
Stuart Scott authored
Content includes shaders, textures and meshes. Change-Id: I8124ec2441ce49933a38e0354807ab0beb2fd5f4
-
Nick Kralevich authored
-
Chris Wren authored
Bug: 8555705 Change-Id: I21dab4ec0b4359a3cba6757f8e19a9e3e6909578
-
Nick Kralevich authored
On kernels which support it, verify that PR_SET_NO_NEW_PRIVS is enabled. Generally, kernels >= Linux 3.5 will support this feature. On kernels which don't support it, it's not a fatal error (yet). Change-Id: I4465a2916d40b804219c24ca2e8c126b8c1fc0a8
-
Marco Nelissen authored
Change-Id: Ie134ddc7e9f7d0fb61575efd4b57c0e502aefb6c
-
Flavio Lerda authored
-
Adam Momtaz authored
Change-Id: I36d938c363ea73497a16a5618657fd9c0f42180d
-
- 09 May, 2013 1 commit
-
-
Chris Wren authored
-
- 08 May, 2013 5 commits
-
-
Alex Ray authored
-
Alex Ray authored
Bug: 8484377 Change-Id: I66c0cc41450f403cf59533feded4dec85ba1b948
-
keunyoung authored
-
keunyoung authored
- as there is no command between fence creation and wait, EGL_SYNC_FLUSH_COMMANDS_BIT_KHR flag should be set. bug: 8809057 Change-Id: I8981dbe13b21da89bfeceea3ed1ea625fe8b05a3
-
Chris Wren authored
cleanup: remove start state cleanup: more test-like: bundle setup and test together Bug: 8555705 Change-Id: I00361efd70c11b2fb2ad44c823b1cdeb6ed2205f
-
- 07 May, 2013 3 commits
-
-
Magnus Malmborn authored
* commit 'eb5eb3f9': Fix directory recursion in FileSystemPermissionTest
-
Magnus Malmborn authored
* commit '47e257d0': Fix directory recursion in FileSystemPermissionTest
-
Magnus Malmborn authored
FileSystemPermissionTest.testAllBlockDevicesAreSecure() was missing the check for symbolic links, so add it. Change-Id: I821e6806e2ae8f7a4b472ab2f2d4d1e17616f188
-
- 06 May, 2013 4 commits
-
-
Sascha Haeberling authored
-
Marco Nelissen authored
-
Marco Nelissen authored
If the test was ever aborted mid-run for some reason, test files might have been left behind which would then cause the test to fail on subsequent runs. b/8508308 Change-Id: I536ec47589fd9c666681ec867a926bdbfd6e63b9
-
Marco Nelissen authored
-
- 04 May, 2013 1 commit
-
-
Jesse Hall authored
-