/bionic/libc/malloc_debug/ |
D | MapData.cpp | 74 entry->init = true; in parse_line() 136 static void inline init(MapEntry* entry) { in init() function 137 if (entry->init) { in init() 140 entry->init = true; in init() 195 init(entry); in find() 204 init(prev_entry); in find()
|
D | MapData.h | 52 bool init = false; member
|
/bionic/libc/dns/resolv/ |
D | res_data.cpp | 32 init(); in GlobalStateAccessor() 45 int init(); 56 int GlobalStateAccessor::init() { in init() function in GlobalStateAccessor 86 return gsa.init(); in res_init()
|
D | res_cache.c | 1219 entry_alloc( const Entry* init, const void* answer, int answerlen ) in entry_alloc() argument 1224 size = sizeof(*e) + init->querylen + answerlen; in entry_alloc() 1229 e->hash = init->hash; in entry_alloc() 1231 e->querylen = init->querylen; in entry_alloc() 1233 memcpy( (char*)e->query, init->query, e->querylen ); in entry_alloc()
|
/bionic/tests/libs/ |
D | dlopen_check_init_fini_child.cpp | 22 static void __attribute__((constructor)) init() { in init() function
|
D | dlopen_check_init_fini_grand_child.cpp | 22 static void __attribute__((constructor)) init() { in init() function
|
D | dlopen_check_init_fini_root.cpp | 40 static void __attribute__((constructor)) init() { in init() function
|
D | Android.bp | 1304 // Libraries used to check init/fini call order
|
/bionic/libc/kernel/uapi/linux/ |
D | atm_nicstar.h | 28 unsigned init; member
|
D | sctp.h | 180 struct sctp_initmsg init; member
|
/bionic/libc/system_properties/include/system_properties/ |
D | context_node.h | 39 lock_.init(false); in ContextNode()
|
/bionic/libc/bionic/ |
D | pthread_spinlock.cpp | 52 lock->lock.init(pshared); in pthread_spin_init()
|
D | gwp_asan_wrappers.cpp | 71 GuardedAlloc.init(Opts); in gwp_asan_initialize()
|
D | grp_pwd_file.cpp | 198 lock_.init(false); in MmapFile()
|
D | pthread_rwlock.cpp | 250 rwlock->pending_lock.init(rwlock->pshared); in pthread_rwlock_init()
|
D | pthread_create.cpp | 408 thread->startup_handshake_lock.init(false); in pthread_create()
|
/bionic/libc/private/ |
D | bionic_lock.h | 48 void init(bool process_shared) { in init() function
|
/bionic/linker/ |
D | linker.h | 60 bool init(const soinfo* si_from);
|
D | linker_relocate.cpp | 577 if (!version_tracker.init(this)) { in relocate()
|
/bionic/tests/ |
D | stdatomic_test.cpp | 39 TEST(stdatomic, init) { in TEST() argument
|
D | stdlib_test.cpp | 50 init("/data/local/tmp"); in GenericTemporaryFile() 52 init("/tmp"); in GenericTemporaryFile() 67 void init(const char* tmp_dir) { in init() function in GenericTemporaryFile
|
D | pthread_test.cpp | 2018 init(mutex_type, protocol); in PthreadMutex() 2026 void init(int mutex_type, int protocol) { in init() function
|