Searched refs:initialized (Results 1 - 3 of 3) sorted by path

/bionic/libc/
H A DAndroid.mk253 # The data that backs getauxval is initialized in the libc init functions which
255 # the copies of the global data will be initialized, resulting in nullptr
/bionic/libc/bionic/
H A Dsystem_properties.cpp203 static bool initialized = false; variable
1012 if (initialized) {
1032 initialized = true;
1064 initialized = true;
/bionic/libc/malloc_debug/tests/
H A Dmalloc_debug_unit_tests.cpp85 initialized = false;
91 if (initialized) {
100 initialized = true;
103 bool initialized; member in class:MallocDebugTest
162 // Increase the size, verify the extra length is initialized to 0xeb,
265 initialized = false;
581 initialized = false;
618 initialized = false;
678 initialized = false;
795 initialized
[all...]

Completed in 166 milliseconds