- 28 Sep, 2016 1 commit
-
-
Christopher Ferris authored
Fix the incorrect mention of when the zygote flag is set on a size. Add information about how to use am dumpheap -n to dump the native heap to a file. Test: Documentation only change. Change-Id: I82e810ee7ffffcf7506fb6fd9bcfdfb0465a48be
-
- 26 Sep, 2016 3 commits
-
-
Josh Gao authored
* changes: Fix warnings (and errors) in static inline headers. Add versioner to preupload hook.
-
Treehugger Robot authored
-
Elliott Hughes authored
sincos and sincosf are being tested more thoroughly with a table of data, but there's nothing equivalent for sincosl. Test: ran the tests, obviously. Change-Id: I5b4b22b73cad9b0030549de2e2ed2a0e38648806
-
- 23 Sep, 2016 2 commits
-
-
Josh Gao authored
Bug: http://b/31676510 Change-Id: Idcbc544e498f7e6bbe99c2bf7dc557a5681e96c4 Test: preupload hook
-
Josh Gao authored
Bug: http://b/31676510 Change-Id: Ic7cfad1cb214c9f711a985bace484a20db1a89b6 Test: submitted this patch, and it failed
-
- 22 Sep, 2016 3 commits
-
-
Treehugger Robot authored
* changes: Add legacy inlines for locale aware APIs. Add strtof_l and strtod_l.
-
Dan Albert authored
Test: make checkbuild tests Bug: http://b/31639993 Change-Id: Ic43d690dff3c6960d7826bd0b064640a3ea0e883
-
Dan Albert authored
libc++ needs these now. Add shims to match the others. Test: make checkbuild tests Bug: http://b/31639993 Change-Id: Ifec6c32099145d8d3d1a5639a4809e5e9f553c33
-
- 21 Sep, 2016 8 commits
-
-
Nick Desaulniers authored
-
Elliott Hughes authored
-
Elliott Hughes authored
-
Nick Desaulniers authored
Bug: 28760453 Change-Id: I1a58d19bf45eac5f930b0f649cf9b8c9046302f3
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Dan Albert authored
The char versions of these functions have `_Nonnull` on these parameters. Match it in the wide char versions. strxfrm_l also has `__restrict` on its pointer arguments, I believe we've decided that's something that shouldn't be proliferated... Test: make checkbuild tests Bug: None Change-Id: Ie533e1af92b2a7c9df657073dbc4c345abf72473
-
Dan Albert authored
Needed for checking conditions like `__ANDROID_API__ < __ANDROID_API_FUTURE__` for providing inlines for things that have not yet been included in any release. Test: make checkbuild tests Bug: None Change-Id: Ibcddac5a538ede020a8cb65fca03194475121966
-
- 17 Sep, 2016 4 commits
-
-
Elliott Hughes authored
-
Elliott Hughes authored
We'd removed most of it already, but a few bits and pieces were still lying around. Change-Id: I572a23eb15b9670d8d0f95586eca99ab0bdb4a1b Test: mm.
-
Elliott Hughes authored
Test: mm. Change-Id: I9dff708dd05d4f9e52ccdfde96e096553c873054
-
Elliott Hughes authored
We need to make a clearer distinction for bionic on the host. This patch doesn't fully address things like "should host bionic try to talk to netd?" for now, but is a step in the right direction. Bug: http://b/31559095 Test: bionic tests. Change-Id: I49812f8b75d9d78c4fd8a8ddf5df1201d63771d6
-
- 16 Sep, 2016 1 commit
-
-
Treehugger Robot authored
-
- 15 Sep, 2016 14 commits
-
-
Treehugger Robot authored
* changes: versioner: turn on -Wundef. Fix BYTE_ORDER check in <netinet/ip6.h>. Fix instances of '#if __i386__'. Fix instances of '#if __LP64__'.
-
Dimitry Ivanov authored
1. Extract bionic loader tests to static library in order to link it to bionic cts tests. 2. Make libpagemap dependency static to reduce dependencies on internal native libraries. Bug: http://b/22182538 Test: run bionic-unit-tests --gtest_filter=dl*:Dl* Change-Id: I5decd5893e6338c84b3ab23e1d65d70bd75ad880
-
Josh Gao authored
Poking around with -Wundef exposed a pretty horrifying bug, so we should probably keep it turned on. Bug: http://b/31496165 Change-Id: Iada279eec91ded0d59ff3841d5a3ce1a36e34c3a
-
Josh Gao authored
Neither BYTE_ORDER nor BIG_ENDIAN were being defined anywhere, so they were defaulting to zero, leading to BIG_ENDIAN values being used. Bug: http://b/31496165 Change-Id: Ic6089895f39b86e7762bdb5b7d5b01feb0d2fd17
-
Josh Gao authored
Triggers -Wundef, which is on in -Weverything. Bug: http://b/31496165 Change-Id: Ie2241b19abd6257bebf68baa3ecc4de8066c722e
-
Josh Gao authored
Triggers -Wundef, which is on in -Weverything. Bug: http://b/31496165 Change-Id: Ib06107073f7dd1d584c19c222d0430da9d35630b
-
Josh Gao authored
-
Kenny Root authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Kenny Root authored
This shows up when you're doing make HOST_SANITIZE=address Test: mmma bionic && out/host/linux-x86/bin/bionic_tests_zipalign (compare before and after) Change-Id: Ia94790496327f3818d5fdb7b5ad07e14e60bcae1
-
Dan Albert authored
Test: make checkbuild tests Bug: http://b/30465923 Change-Id: I4000a9f7aa7ede03dfe799cea7c890bd5dcda575
-
Dan Albert authored
Needed to avoid multiple definition errors. Test: make checkbuild tests Bug: None Change-Id: Ife83e89f5232e98d363e2b2edd7a353ed61c4836
-
Josh Gao authored
-
- 14 Sep, 2016 2 commits
-
-
Treehugger Robot authored
-
Josh Gao authored
Change-Id: Ica47d0fa671934a1ea193869265de8986b012a58 Test: mma && versioner
-
- 13 Sep, 2016 2 commits
-
-
Treehugger Robot authored
-
Treehugger Robot authored
-