Searched defs:init (Results 1 - 13 of 13) sorted by relevance

/bionic/tests/libs/
H A Ddlopen_check_init_fini_child.cpp22 static void __attribute__((constructor)) init() { function
H A Ddlopen_check_init_fini_grand_child.cpp22 static void __attribute__((constructor)) init() { function
H A Ddlopen_check_init_fini_root.cpp40 static void __attribute__((constructor)) init() { function
/bionic/libc/kernel/uapi/linux/
H A Datm_nicstar.h28 unsigned init; member in struct:buf_nr
H A Dsctp.h156 struct sctp_initmsg init; member in union:__anon870
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
H A Datm_nicstar.h28 unsigned init; member in struct:buf_nr
H A Dsctp.h156 struct sctp_initmsg init; member in union:__anon2017
/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 Dpthread_test.cpp1239 // pthread_once init routine. http://b/1934122.
1795 init(mutex_type, protocol);
1803 void init(int mutex_type, int protocol) { function in struct:PthreadMutex
/bionic/tools/versioner/dependencies/common/kernel_uapi/linux/
H A Datm_nicstar.h28 unsigned init; member in struct:buf_nr
H A Dsctp.h156 struct sctp_initmsg init; member in union:__anon3287
/bionic/libc/private/
H A Dbionic_lock.h48 void init(bool process_shared) { function in class:Lock
/bionic/libc/dns/resolv/
H A Dres_cache.c1219 entry_alloc( const Entry* init, const void* answer, int answerlen ) argument
1224 size = sizeof(*e) + init->querylen + answerlen;
1229 e->hash = init->hash;
1231 e->querylen = init->querylen;
1233 memcpy( (char*)e->query, init->query, e->querylen );

Completed in 489 milliseconds