Bryce Lee
168d0ade0c
am 1e53b98c: Merge "Allow press and hold from non-interactive." into lmp-mr1-modular-dev
...
* commit '1e53b98c38b6606859f4b33a98d776cbb65f1a42':
Allow press and hold from non-interactive.
2015-03-09 15:35:05 +00:00
Andreas Gampe
3f74f6386a
am 55966006: am 7a4cb563: Merge "Frameworks/base: Remove unnecessary Pattern instance"
...
* commit '5596600697f54feb944737b7bc55df06123e6e54':
Frameworks/base: Remove unnecessary Pattern instance
2015-03-08 00:08:25 +00:00
Andreas Gampe
208e80d931
am a3d5b230: am cdc19f3f: Merge "Frameworks/base: Remove unnecessary Pattern instance"
...
* commit 'a3d5b2304cf2db03ba728d37c87ef7360c7da44f':
Frameworks/base: Remove unnecessary Pattern instance
2015-03-08 00:08:19 +00:00
Mathieu Chartier
ea3d53f5a8
am 773bcfa7: am e59b7ce2: Merge "Add JIT system properties"
...
* commit '773bcfa7ecb1e06831e7f060ecc3c43d0cf1bf00':
Add JIT system properties
2015-03-08 00:07:18 +00:00
Miao Wang
989e03f144
am c1e2bf95: am 4b5af9bc: Merge "[RenderScript] Update the java API about Allocation copyTo & From FieldPacker"
...
* commit 'c1e2bf95ab77127ea21ebd44b8615eca85338af1':
[RenderScript] Update the java API about Allocation copyTo & From FieldPacker
2015-03-08 00:07:09 +00:00
Miao Wang
449571c45e
am 26f1a538: am 8b86ee9f: Merge "[RenderScript] Add missing variable"
...
* commit '26f1a53838b2c8b77c0995801dcc1c7816c47f16':
[RenderScript] Add missing variable
2015-03-08 00:07:01 +00:00
Miao Wang
ec89c1ea73
am a61832c8: am 288e6f67: Merge "[RenderScript] AutoPadding & Unpadding for Vec3 Elements during copyTo & copyFrom."
...
* commit 'a61832c8fdff8cf086113f578032136c81935904':
[RenderScript] AutoPadding & Unpadding for Vec3 Elements during copyTo & copyFrom.
2015-03-08 00:06:55 +00:00
Andreas Gampe
5596600697
am 7a4cb563: Merge "Frameworks/base: Remove unnecessary Pattern instance"
...
* commit '7a4cb563a29f05658760739d3bc2e70bd6342174':
Frameworks/base: Remove unnecessary Pattern instance
2015-03-07 17:13:16 +00:00
Andreas Gampe
a3d5b2304c
am cdc19f3f: Merge "Frameworks/base: Remove unnecessary Pattern instance"
...
* commit 'cdc19f3f8a20b975e8e70f4b4cce5ce2be811726':
Frameworks/base: Remove unnecessary Pattern instance
2015-03-07 17:13:09 +00:00
Andreas Gampe
7a4cb563a2
Merge "Frameworks/base: Remove unnecessary Pattern instance"
2015-03-07 01:03:14 +00:00
Andreas Gampe
055678b5fe
Frameworks/base: Remove unnecessary Pattern instance
...
Using a static Pattern in UriMatcher prevents compile-time
initialization.
It is also not efficient, as String.split has a fast path for simple
splits.
Bug: 19542228
Change-Id: Ie9e5bfe6da04c6d05ec10b1426d0cd136ef46ef2
2015-03-07 00:19:01 +00:00
Andreas Gampe
cdc19f3f8a
Merge "Frameworks/base: Remove unnecessary Pattern instance"
2015-03-07 00:18:45 +00:00
Andreas Gampe
18e99c1288
Frameworks/base: Remove unnecessary Pattern instance
...
Using a static Pattern in ActivityThread prevents compile-time
initialization of ActivityThread and GestureDetector, which depends
on the former.
It is also not efficient, as String.split has a fast path for simple
splits.
Bug: 19542228
Change-Id: I5bb843c08c81e0d259bb8afafa87a8467bb1730e
2015-03-07 00:18:15 +00:00
Bryce Lee
1e53b98c38
Merge "Allow press and hold from non-interactive." into lmp-mr1-modular-dev
2015-03-06 20:41:13 +00:00
Mathieu Chartier
773bcfa7ec
am e59b7ce2: Merge "Add JIT system properties"
...
* commit 'e59b7ce2564a916240e561b36f4476f2d72a65c5':
Add JIT system properties
2015-03-06 01:36:55 +00:00
Mathieu Chartier
e59b7ce256
Merge "Add JIT system properties"
2015-03-06 01:31:27 +00:00
Miao Wang
c1e2bf95ab
am 4b5af9bc: Merge "[RenderScript] Update the java API about Allocation copyTo & From FieldPacker"
...
* commit '4b5af9bce10dbb8b6d5ff27a5f0c49f3498a6245':
[RenderScript] Update the java API about Allocation copyTo & From FieldPacker
2015-03-06 01:10:38 +00:00
Miao Wang
4b5af9bce1
Merge "[RenderScript] Update the java API about Allocation copyTo & From FieldPacker"
2015-03-06 01:05:28 +00:00
Mathieu Chartier
6909c0e1e7
Add JIT system properties
...
Added the following runtime options.
"dalvik.vm.usejit" -> "-Xusejit:"
"dalvik.vm.jitcodecachesize" -> "-Xjitcodecachesize:"
"dalvik.vm.jitthreshold" -> "-Xjitthreshold:"
Bug: 17950037
Change-Id: I4996cdd1e34a1743d83c37069f545e6e09bccdb9
2015-03-05 17:02:54 -08:00
Miao Wang
26f1a53838
am 8b86ee9f: Merge "[RenderScript] Add missing variable"
...
* commit '8b86ee9fb5909a95a46907aede4d1b22b4ef3bba':
[RenderScript] Add missing variable
2015-03-06 01:02:23 +00:00
Miao Wang
a61832c8fd
am 288e6f67: Merge "[RenderScript] AutoPadding & Unpadding for Vec3 Elements during copyTo & copyFrom."
...
* commit '288e6f67181ce74ec4b97b61def1b9510b1221d0':
[RenderScript] AutoPadding & Unpadding for Vec3 Elements during copyTo & copyFrom.
2015-03-06 01:01:58 +00:00
Miao Wang
45cec0a971
[RenderScript] Update the java API about Allocation copyTo & From FieldPacker
...
Change-Id: I4e1b911d4cdfec8a841bc5a8bc615c64c50e8fc8
2015-03-05 16:52:05 -08:00
Miao Wang
8b86ee9fb5
Merge "[RenderScript] Add missing variable"
2015-03-06 00:37:02 +00:00
Dan Sandler
eef3fbcf68
am 8deb6d95: am e6a4b445: am 3581f4c9: Merge "Avoid crashing on startup when policy forbids lockscreen camera." into lmp-mr1-dev
...
* commit '8deb6d95a73d5d6860fbfb2eb273cdbc49c5d2c9':
Avoid crashing on startup when policy forbids lockscreen camera.
2015-03-06 00:31:04 +00:00
Miao Wang
2cd0c340fc
[RenderScript] Add missing variable
...
Change-Id: I148bab3a8c3fb360d345549401d0ed579a37e971
2015-03-05 16:27:15 -08:00
Dan Sandler
8deb6d95a7
am e6a4b445: am 3581f4c9: Merge "Avoid crashing on startup when policy forbids lockscreen camera." into lmp-mr1-dev
...
* commit 'e6a4b445944489d67d40c8f52322fb149290fcf8':
Avoid crashing on startup when policy forbids lockscreen camera.
2015-03-06 00:21:47 +00:00
Dan Sandler
e6a4b44594
am 3581f4c9: Merge "Avoid crashing on startup when policy forbids lockscreen camera." into lmp-mr1-dev
...
* commit '3581f4c91a77ecb9313f51a2d07ed88ff61d9299':
Avoid crashing on startup when policy forbids lockscreen camera.
2015-03-06 00:10:22 +00:00
Dan Sandler
3581f4c91a
Merge "Avoid crashing on startup when policy forbids lockscreen camera." into lmp-mr1-dev
2015-03-06 00:03:37 +00:00
Dan Albert
7a79c4cac3
am f8d6a4ba: resolved conflicts for merge of 701f9c2f to stage-aosp-master
...
* commit 'f8d6a4ba8739e16e13ae0014efa099ec564939a7':
Stop using namespace std.
2015-03-05 23:50:35 +00:00
Miao Wang
288e6f6718
Merge "[RenderScript] AutoPadding & Unpadding for Vec3 Elements during copyTo & copyFrom."
2015-03-05 23:49:57 +00:00
Dan Albert
f8d6a4ba87
resolved conflicts for merge of 701f9c2f to stage-aosp-master
...
Change-Id: I42e0411c0acef4b15137491ecaaed95d9b1cd0c1
2015-03-05 15:41:39 -08:00
Eric Gilmore
dcfa5e03f7
am 6e3c763f: am 685e6ce8: am 636a39ba: am e95fa264: am e17b0a14: am 87499b27: Merge "Re-fixing link, and removing trailing white space." into lmp-docs
...
* commit '6e3c763f0146377f610227c879c8037b1842ab6e':
Re-fixing link, and removing trailing white space.
2015-03-05 23:38:31 +00:00
Dan Albert
701f9c2fd8
Merge "Stop using namespace std."
2015-03-05 23:31:41 +00:00
Eric Gilmore
6e3c763f01
am 685e6ce8: am 636a39ba: am e95fa264: am e17b0a14: am 87499b27: Merge "Re-fixing link, and removing trailing white space." into lmp-docs
...
* commit '685e6ce830f97383846335eec758e83ba3ad7060':
Re-fixing link, and removing trailing white space.
2015-03-05 23:26:17 +00:00
Eric Gilmore
685e6ce830
am 636a39ba: am e95fa264: am e17b0a14: am 87499b27: Merge "Re-fixing link, and removing trailing white space." into lmp-docs
...
* commit '636a39babbda97743b33511b3dd2addafc8c2847':
Re-fixing link, and removing trailing white space.
2015-03-05 23:11:09 +00:00
Eric Gilmore
636a39babb
am e95fa264: am e17b0a14: am 87499b27: Merge "Re-fixing link, and removing trailing white space." into lmp-docs
...
* commit 'e95fa2649b62a3fbccd096b43925a17c6ff03228':
Re-fixing link, and removing trailing white space.
2015-03-05 23:04:27 +00:00
Eric Gilmore
e95fa2649b
am e17b0a14: am 87499b27: Merge "Re-fixing link, and removing trailing white space." into lmp-docs
...
* commit 'e17b0a14ccc427bff386517537fcf23e00a087d4':
Re-fixing link, and removing trailing white space.
2015-03-05 22:50:16 +00:00
Andreas Gampe
0fcfae88f2
am ecc20aaf: am 63ab6eb2: Merge "Frameworks/base: Use ArraySet more explicitly"
...
* commit 'ecc20aafa6f3d272292e7b3577c99f2c127e590f':
Frameworks/base: Use ArraySet more explicitly
2015-03-05 22:46:49 +00:00
Andreas Gampe
ecc20aafa6
am 63ab6eb2: Merge "Frameworks/base: Use ArraySet more explicitly"
...
* commit '63ab6eb220a2a75837d6e3d18d19cbd5dda175eb':
Frameworks/base: Use ArraySet more explicitly
2015-03-05 22:38:56 +00:00
Eric Gilmore
e17b0a14cc
am 87499b27: Merge "Re-fixing link, and removing trailing white space." into lmp-docs
...
* commit '87499b275bc7a8d4a12a3134646769a5c6c34829':
Re-fixing link, and removing trailing white space.
2015-03-05 22:34:58 +00:00
Andreas Gampe
63ab6eb220
Merge "Frameworks/base: Use ArraySet more explicitly"
2015-03-05 22:33:43 +00:00
Eric Gilmore
87499b275b
Merge "Re-fixing link, and removing trailing white space." into lmp-docs
2015-03-05 22:00:22 +00:00
Eric Gilmore
08134e649d
Re-fixing link, and removing trailing white space.
...
Change-Id: Ic6cef9862424d5581cf0ad5b8366c7033a9fdd93
2015-03-05 13:39:21 -08:00
Andreas Gampe
0888276a1c
Frameworks/base: Use ArraySet more explicitly
...
In KeySetManagerService, use ArraySet more explicitly. Avoid for-each
loops.
Collections API methods on ArraySet are not very efficient. Iterators
incur two object allocations: a helper and the actual iterator object.
During boot, about 4.5K such calls are made. Using the ArraySet more
explicitly like an ArrayList/array avoids the overhead.
Bug: 19617481
Change-Id: I25df334fa1d4be3210667fb1404e3c43f2585049
2015-03-05 13:13:55 -08:00
Rich Slogar
f02b1abc27
am 2847fc99: am cfb0978f: am bc669e3f: am dad1cbeb: am 9f485e97: am 4aba69a8: docs: sdk tools date fix
...
* commit '2847fc9912715027492bdae8567cd896b7ba8f9f':
docs: sdk tools date fix
2015-03-05 20:05:31 +00:00
Rich Slogar
2847fc9912
am cfb0978f: am bc669e3f: am dad1cbeb: am 9f485e97: am 4aba69a8: docs: sdk tools date fix
...
* commit 'cfb0978fd9a6bf8fa06dee061df03fccf20fabc4':
docs: sdk tools date fix
2015-03-05 19:59:55 +00:00
Rich Slogar
cfb0978fd9
am bc669e3f: am dad1cbeb: am 9f485e97: am 4aba69a8: docs: sdk tools date fix
...
* commit 'bc669e3f555519f641102b759a04a01ac5c10cad':
docs: sdk tools date fix
2015-03-05 19:52:05 +00:00
Rich Slogar
bc669e3f55
am dad1cbeb: am 9f485e97: am 4aba69a8: docs: sdk tools date fix
...
* commit 'dad1cbebfabf421efc90d366d9c4fd67becf930f':
docs: sdk tools date fix
2015-03-05 19:46:12 +00:00
Rich Slogar
dad1cbebfa
am 9f485e97: am 4aba69a8: docs: sdk tools date fix
...
* commit '9f485e971e06dad399dd70712787f4c30da9515e':
docs: sdk tools date fix
2015-03-05 19:39:47 +00:00
Rich Slogar
9f485e971e
am 4aba69a8: docs: sdk tools date fix
...
* commit '4aba69a8a7f58541ce76429252dd0c9650b40f35':
docs: sdk tools date fix
2015-03-05 19:33:56 +00:00