Home
last modified time | relevance | path

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

/bionic/tests/
DTemporaryFile.h30 init("/data/local/tmp"); in mk_fn()
32 init("/tmp"); in mk_fn()
37 init(dirpath); in mk_fn()
56 void init(const char* tmp_dir) { in init() function
69 if (!init("/data/local/tmp")) { in TemporaryDir()
70 init("/tmp"); in TemporaryDir()
81 bool init(const char* tmp_dir) { in init() function
Dstdatomic_test.cpp37 TEST(stdatomic, init) { in TEST() argument
Dpthread_test.cpp1514 init(mutex_type); in PthreadMutex()
1522 void init(int mutex_type) { in init() function
/bionic/libc/kernel/uapi/linux/
Datm_nicstar.h30 unsigned init; member
Dsctp.h151 struct sctp_initmsg init; member
/bionic/libc/private/
Dbionic_lock.h48 void init(bool process_shared) { in init() function
/bionic/libc/bionic/
Dpthread_spinlock.cpp52 lock->lock.init(pshared); in pthread_spin_init()
Dpthread_create.cpp239 thread->startup_handshake_lock.init(false); in pthread_create()
Dpthread_rwlock.cpp250 rwlock->pending_lock.init(rwlock->pshared); in pthread_rwlock_init()
Dsystem_properties.cpp650 lock_.init(false); in context_node()
/bionic/libc/upstream-netbsd/lib/libc/resolv/
Dmtctxres.c22 #pragma init (_mtctxres_init)
/bionic/libc/arch-arm/cortex-a15/bionic/
Dstrcmp.S123 .macro init macro
171 init
230 init
/bionic/linker/
Dlinker_allocator.h104 void init(uint32_t type, size_t block_size);
Dlinker_allocator.cpp159 void LinkerSmallObjectAllocator::init(uint32_t type, size_t block_size) { in init() function in LinkerSmallObjectAllocator
224 allocators_[i].init(type, 1 << type); in LinkerMemoryAllocator()
Dlinker.h168 bool init(const soinfo* si_from);
Dlinker.cpp2701 bool VersionTracker::init(const soinfo* si_from) { in init() function in VersionTracker
3949 if (!version_tracker.init(this)) { in link_image()
/bionic/libc/arch-arm/krait/bionic/
Dstrcmp.S123 .macro init macro
171 init
230 init
/bionic/libc/arch-arm/cortex-a9/bionic/
Dstrcmp.S123 .macro init macro
171 init
230 init
/bionic/libc/dns/resolv/
Dres_cache.c1163 entry_alloc( const Entry* init, const void* answer, int answerlen ) in entry_alloc() argument
1168 size = sizeof(*e) + init->querylen + answerlen; in entry_alloc()
1173 e->hash = init->hash; in entry_alloc()
1175 e->querylen = init->querylen; in entry_alloc()
1177 memcpy( (char*)e->query, init->query, e->querylen ); in entry_alloc()
/bionic/libc/
DAndroid.bp819 // The data that backs getauxval is initialized in the libc init