platform_bionic/benchmarks
Victor Khimenko 4a92ffd302 Stop using __system_property_area__
Apparently that "backdoor" is no longer needed - the proper way is
to reinitialize properties:
    https://android-review.googlesource.com/#/c/181794/24/tests/system_properties_test.cpp

Also removes mentions of libnativehelper test (it no longer uses
__system_property_area__) and removes useless "extern" declaration
(actual use was removed long ago).

Test: refactoring CL, existsing tests still pass

BUG=21852512
BUG=34114501

Change-Id: I2223cab2fcb671ea180ad4470a7aba5c9cd20bd8
2017-03-01 20:43:42 +01:00
..
Android.bp Add "benchmark" to time atomic operations 2017-01-31 10:20:26 -08:00
atomic_benchmark.cpp Add "benchmark" to time atomic operations 2017-01-31 10:20:26 -08:00
math_benchmark.cpp Fix deprecated range_x() calls. 2016-11-15 09:07:11 +01:00
property_benchmark.cpp Stop using __system_property_area__ 2017-03-01 20:43:42 +01:00
pthread_benchmark.cpp Switch bionic over to google-benchmark. 2016-03-07 13:50:50 -08:00
run-on-host.sh Convert bionic benchmarks and tests to Android.bp 2016-07-14 12:30:12 -07:00
semaphore_benchmark.cpp Fix infinite loop if semaphore test is not run. 2016-06-06 14:13:17 -07:00
stdio_benchmark.cpp Fix deprecated range_x() calls. 2016-11-15 09:07:11 +01:00
string_benchmark.cpp Fix deprecated range_x() calls. 2016-11-15 09:07:11 +01:00
time_benchmark.cpp localtime_r(3) should act as if it calls tzset(3). 2017-01-11 14:56:04 -08:00
unistd_benchmark.cpp Switch bionic over to google-benchmark. 2016-03-07 13:50:50 -08:00