Searched refs:init (Results 1 - 21 of 21) sorted by relevance

/bionic/tests/
H A DTemporaryFile.h30 init("/data/local/tmp");
32 init("/tmp");
37 init(dirpath);
56 void init(const char* tmp_dir) { function in class:GenericTemporaryFile
69 if (!init("/data/local/tmp")) {
70 init("/tmp");
81 bool init(const char* tmp_dir) { function in class:TemporaryDir
H A Dstdatomic_test.cpp37 TEST(stdatomic, init) {
H A Dpthread_test.cpp1017 // pthread_once init routine. http://b/1934122.
1514 init(mutex_type);
1522 void init(int mutex_type) { function in struct:PthreadMutex
/bionic/libc/kernel/uapi/linux/
H A Datm_nicstar.h30 unsigned init; member in struct:buf_nr
H A Dsctp.h151 struct sctp_initmsg init; member in union:__anon737
/bionic/libc/bionic/
H A Dpthread_spinlock.cpp52 lock->lock.init(pshared);
H A Dpthread_create.cpp239 thread->startup_handshake_lock.init(false);
H A Dpthread_rwlock.cpp250 rwlock->pending_lock.init(rwlock->pshared);
H A Dsystem_properties.cpp86 // The property trie is updated only by the init process (single threaded) which provides
571 // The init process is single-threaded and its property
650 lock_.init(false);
966 * init uses ctl.* properties as an IPC mechanism and does not write them
/bionic/libc/private/
H A Dbionic_lock.h48 void init(bool process_shared) { function in class:Lock
/bionic/libc/upstream-netbsd/lib/libc/resolv/
H A Dmtctxres.c22 #pragma init (_mtctxres_init)
/bionic/libc/arch-arm/cortex-a15/bionic/
H A Dstrcmp.S123 .macro init
135 .endm /* init */
171 init
230 init
/bionic/linker/
H A Dlinker_allocator.h104 void init(uint32_t type, size_t block_size);
H A Dlinker_allocator.cpp159 void LinkerSmallObjectAllocator::init(uint32_t type, size_t block_size) { function in class:LinkerSmallObjectAllocator
224 allocators_[i].init(type, 1 << type);
H A Dlinker.h162 bool init(const soinfo* si_from);
H A Dlinker.cpp2672 bool VersionTracker::init(const soinfo* si_from) {
3920 if (!version_tracker.init(this)) {
/bionic/libc/arch-arm/cortex-a9/bionic/
H A Dstrcmp.S123 .macro init
135 .endm /* init */
171 init
230 init
/bionic/libc/arch-arm/krait/bionic/
H A Dstrcmp.S123 .macro init
135 .endm /* init */
171 init
230 init
/bionic/libc/
H A Dcrt.mk7 # For x86, the .init section must point to a function that calls all
H A DAndroid.mk253 # The data that backs getauxval is initialized in the libc init functions which
/bionic/libc/dns/resolv/
H A Dres_cache.c1163 entry_alloc( const Entry* init, const void* answer, int answerlen ) argument
1168 size = sizeof(*e) + init->querylen + answerlen;
1173 e->hash = init->hash;
1175 e->querylen = init->querylen;
1177 memcpy( (char*)e->query, init->query, e->querylen );

Completed in 773 milliseconds