Home
last modified time | relevance | path

Searched refs:init (Results 1 – 25 of 25) sorted by relevance

/bionic/libc/dns/resolv/
Dres_data.cpp32 init(); in GlobalStateAccessor()
45 int init();
56 int GlobalStateAccessor::init() { in init() function in GlobalStateAccessor
86 return gsa.init(); in res_init()
Dres_cache.c1215 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/
Ddlopen_check_init_fini_grand_child.cpp22 static void __attribute__((constructor)) init() { in init() function
Ddlopen_check_init_fini_child.cpp22 static void __attribute__((constructor)) init() { in init() function
Ddlopen_check_init_fini_root.cpp40 static void __attribute__((constructor)) init() { in init() function
DAndroid.bp1415 // Libraries used to check init/fini call order
/bionic/libc/kernel/uapi/linux/
Datm_nicstar.h16 unsigned init; member
Dsctp.h169 struct sctp_initmsg init; member
/bionic/libc/system_properties/include/system_properties/
Dcontext_node.h39 lock_.init(false); in ContextNode()
/bionic/libc/bionic/
Dpthread_spinlock.cpp52 lock->lock.init(pshared); in pthread_spin_init()
Dposix_timers.cpp169 timer->startup_handshake_lock.init(false); in timer_create()
Dgrp_pwd_file.cpp198 lock_.init(false); in MmapFile()
Dgwp_asan_wrappers.cpp470 GuardedAlloc.init(options); in MaybeInitGwpAsan()
Dpthread_rwlock.cpp251 rwlock->pending_lock.init(rwlock->pshared); in pthread_rwlock_init()
Dpthread_create.cpp425 thread->startup_handshake_lock.init(false); in pthread_create()
/bionic/libc/private/
Dbionic_lock.h48 void init(bool process_shared) { in init() function
/bionic/linker/
Dlinker.h60 bool init(const soinfo* si_from);
Dlinker_relocate.cpp600 if (!version_tracker.init(this)) { in relocate()
Dlinker.cpp2758 bool VersionTracker::init(const soinfo* si_from) { in init() function in VersionTracker
/bionic/tests/
Dstdlib_test.cpp52 init("/data/local/tmp"); in GenericTemporaryFile()
54 init("/tmp"); in GenericTemporaryFile()
69 void init(const char* tmp_dir) { in init() function in GenericTemporaryFile
Dstdatomic_test.cpp39 TEST(stdatomic, init) { in TEST() argument
DAndroid.bp64 "-Wno-reorder-init-list",
Dpthread_test.cpp2098 init(mutex_type, protocol); in PthreadMutex()
2106 void init(int mutex_type, int protocol) { in init() function
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_unit_tests.cpp134 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/
DAndroid.bp33 "-Wno-reorder-init-list",
1781 "//system/core/init:__subpackages__",