/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 | 1215 entry_alloc( const Entry* init, const void* answer, int answerlen ) in entry_alloc() argument 1220 size = sizeof(*e) + init->querylen + answerlen; in entry_alloc() 1225 e->hash = init->hash; in entry_alloc() 1227 e->querylen = init->querylen; in entry_alloc() 1229 memcpy( (char*)e->query, init->query, e->querylen ); in entry_alloc()
|
/bionic/tests/libs/ |
D | dlopen_check_init_fini_grand_child.cpp | 22 static void __attribute__((constructor)) init() { in init() function
|
D | dlopen_check_init_fini_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 | 1415 // Libraries used to check init/fini call order
|
/bionic/libc/kernel/uapi/linux/ |
D | atm_nicstar.h | 16 unsigned init; member
|
D | sctp.h | 169 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 | posix_timers.cpp | 169 timer->startup_handshake_lock.init(false); in timer_create()
|
D | grp_pwd_file.cpp | 198 lock_.init(false); in MmapFile()
|
D | gwp_asan_wrappers.cpp | 470 GuardedAlloc.init(options); in MaybeInitGwpAsan()
|
D | pthread_rwlock.cpp | 251 rwlock->pending_lock.init(rwlock->pshared); in pthread_rwlock_init()
|
D | pthread_create.cpp | 425 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 | 600 if (!version_tracker.init(this)) { in relocate()
|
D | linker.cpp | 2758 bool VersionTracker::init(const soinfo* si_from) { in init() function in VersionTracker
|
/bionic/tests/ |
D | stdlib_test.cpp | 52 init("/data/local/tmp"); in GenericTemporaryFile() 54 init("/tmp"); in GenericTemporaryFile() 69 void init(const char* tmp_dir) { in init() function in GenericTemporaryFile
|
D | stdatomic_test.cpp | 39 TEST(stdatomic, init) { in TEST() argument
|
D | Android.bp | 64 "-Wno-reorder-init-list",
|
D | pthread_test.cpp | 2098 init(mutex_type, protocol); in PthreadMutex() 2106 void init(int mutex_type, int protocol) { in init() function
|
/bionic/libc/malloc_debug/tests/ |
D | malloc_debug_unit_tests.cpp | 134 std::string init(options); in InitRecordAllocs() local 135 init += android::base::StringPrintf(" record_allocs_file=%s", record_filename.c_str()); in InitRecordAllocs() 136 Init(init.c_str()); in InitRecordAllocs()
|
/bionic/libc/ |
D | Android.bp | 33 "-Wno-reorder-init-list", 1781 "//system/core/init:__subpackages__",
|