/external/fastrpc/src/ |
D | BufBound.c | 72 #define PCSAT(me) ((me)->pcBuf + INT_MAX) argument 84 BufBound_ValidateWrite(BufBound *me, int *pnLen) in BufBound_ValidateWrite() 110 void BufBound_Write(BufBound *me, const char *pc, int nLen) in BufBound_Write() 121 void BufBound_Putnc(BufBound *me, char c, int nLen) in BufBound_Putnc() 132 void BufBound_Advance(BufBound *me, int nLen) in BufBound_Advance() 145 void BufBound_Init(BufBound *me, char *pBuf, int nLen) in BufBound_Init() 154 void BufBound_Putc(BufBound *me, char c) in BufBound_Putc() 163 void BufBound_ForceNullTerm(BufBound *me) in BufBound_ForceNullTerm() 178 void BufBound_Puts(BufBound *me, const char* cpsz) in BufBound_Puts() 183 int BufBound_BufSize(BufBound* me) in BufBound_BufSize() [all …]
|
D | mod_table.c | 119 static int static_mod_table_ctor(struct static_mod_table* me) { in static_mod_table_ctor() 129 static void static_mod_table_dtor_imp(struct static_mod_table* me) { in static_mod_table_dtor_imp() 166 struct open_mod_table* me = (struct open_mod_table*)data; in open_mod_table_ctor_imp() local 176 struct open_mod_table* me = (struct open_mod_table*)data; in open_mod_table_dtor_imp() local 202 static int open_mod_table_open_static_override(struct open_mod_table* me, const char* uri, remote_h… in open_mod_table_open_static_override() 208 static int open_mod_table_open_static(struct open_mod_table* me, const char* uri, remote_handle* ha… in open_mod_table_open_static() 213 static int static_mod_add(struct static_mod_table* me, struct static_mod** tbl, const char* uri, in static_mod_add() 237 static int static_mod_table_register_static_override(struct static_mod_table* me, const char* uri, … in static_mod_table_register_static_override() 240 static int static_mod_table_register_static_override1(struct static_mod_table* me, const char* uri,… in static_mod_table_register_static_override1() 243 static int static_mod_table_register_static(struct static_mod_table* me, const char* uri, int(*pfn)… in static_mod_table_register_static() [all …]
|
D | listener_android.c | 147 struct listener* me = (struct listener*)arg; in listener() local 248 static int listener_start_thread(struct listener* me) { in listener_start_thread() 255 struct listener* me = (struct listener*)arg; in listener2() local 388 static int listener_start_thread2(struct listener* me) { in listener_start_thread2() 424 struct listener* me = &linfo[domain]; in listener_android_domain_deinit() local 439 struct listener* me = &linfo[domain]; in listener_android_domain_init() local 462 struct listener* me = &linfo[domain]; in listener_android_geteventfd() local
|
/external/fastrpc/inc/ |
D | AEEQList.h | 56 static __inline void QNode_InsPrev(QNode *me, QNode *pn) in QNode_InsPrev() 67 static __inline void QNode_InsNext(QNode *me, QNode *pn) in QNode_InsNext() 79 static __inline void QNode_Dequeue(QNode *me) in QNode_Dequeue() 88 static __inline void QNode_CtorZ(QNode *me) in QNode_CtorZ() 93 static __inline int QNode_IsQueuedZ(QNode *me) in QNode_IsQueuedZ() 98 static __inline void QNode_DequeueZ(QNode *me) in QNode_DequeueZ() 111 static __inline void QList_Zero(QList *me) in QList_Zero() 117 static __inline void QList_Ctor(QList *me) in QList_Ctor() 123 static __inline int QList_IsEmpty(QList *me) in QList_IsEmpty() 128 static __inline int QList_IsNull(QList *me) in QList_IsNull() [all …]
|
D | pls.h | 64 static __inline int pls_thread_init(struct pls_table* me, uintptr_t tid) { in pls_thread_init() 77 static __inline void pls_ctor(struct pls_table* me, uintptr_t primThread) { in pls_ctor() 82 static __inline struct pls_table* pls_thread_deinit(struct pls_table* me) { in pls_thread_deinit() 117 static __inline int pls_add(struct pls_table* me, uintptr_t type, uintptr_t key, int size, int (*ct… in pls_add() 152 static __inline int pls_add_lookup_singleton(struct pls_table* me, uintptr_t type, uintptr_t key, i… in pls_add_lookup_singleton() 198 static __inline int pls_lookup(struct pls_table* me, uintptr_t type, uintptr_t key, void** ppo) { in pls_lookup()
|
D | AEEBufBound.h | 79 static __inline int BufBound_IsFull(BufBound* me) in BufBound_IsFull() 85 static __inline int BufBound_IsCounter(BufBound* me) in BufBound_IsCounter()
|
/external/arm-trusted-firmware/lib/locks/bakery/ |
D | bakery_lock_coherent.c | 44 static unsigned int bakery_get_ticket(bakery_lock_t *bakery, unsigned int me) in bakery_get_ticket() 94 unsigned int they, me; in bakery_lock_get() local 151 unsigned int me = plat_my_core_pos(); in bakery_lock_release() local
|
D | bakery_lock_normal.c | 102 unsigned int me, bool is_cached) in bakery_get_ticket() 167 unsigned int they, me; in bakery_lock_get() local
|
/external/rust/crates/tokio/src/io/util/ |
D | chain.rs | 59 let me = self.project(); in get_pin_mut() localVariable 92 let me = self.project(); in poll_read() localVariable 113 let me = self.project(); in poll_fill_buf() localVariable 127 let me = self.project(); in consume() localVariable
|
D | write_int.rs | 51 let mut me = self.project(); localVariable 109 let me = self.project(); localVariable
|
D | read_int.rs | 50 let mut me = self.project(); localVariable 112 let me = self.project(); localVariable
|
D | copy.rs | 42 let me = &mut *self; in poll_copy() localVariable 56 let me = &mut *self; in poll_copy() localVariable 144 let me = &mut *self; in poll() localVariable
|
D | take.rs | 87 let me = self.project(); in poll_read() localVariable 104 let me = self.project(); in poll_fill_buf() localVariable 117 let me = self.project(); in consume() localVariable
|
D | buf_reader.rs | 92 let me = self.project(); in discard_buffer() localVariable 122 let me = self.project(); in poll_fill_buf() localVariable 139 let me = self.project(); in consume() localVariable
|
/external/ltp/testcases/kernel/fs/ftest/ |
D | ftest02.c | 250 static void crfile(int me, int count) in crfile() 288 static void unlfile(int me, int count) in unlfile() 316 static void fussdir(int me, int count) in fussdir() 392 static void dotest(int me, int count) in dotest() 409 static void dowarn(int me, char *m1, char *m2) in dowarn()
|
D | ftest06.c | 268 static void crfile(int me, int count) in crfile() 309 static void unlfile(int me, int count) in unlfile() 334 static void fussdir(int me, int count) in fussdir() 410 static void dotest(int me, int count) in dotest() 427 static void dowarn(int me, char *m1, char *m2) in dowarn()
|
/external/doclava/res/assets/templates/assets/ |
D | doclava-developer-reference.js | 98 function new_node(me, mom, text, link, children_data, api_level) argument 177 function expand_node(me, node) argument 196 function get_node(me, mom) argument
|
/external/rust/crates/tokio/src/time/driver/ |
D | sleep.rs | 220 let me = self.project(); in reset() localVariable 226 let me = self.project(); in poll_elapsed() localVariable
|
/external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/scheduler/actors/ |
D | PingPongWithBlockingContext.kt | 59 val me = Channel<PingPongActorBenchmark.Letter>() in runPingPongs() constant
|
D | PingPongActorBenchmark.kt | 51 val me = Channel<Letter>() in runPingPongs() constant
|
/external/libbrillo/brillo/http/ |
D | http_connection_curl.cc | 210 Connection* me = reinterpret_cast<Connection*>(data); in write_callback() local 228 Connection* me = reinterpret_cast<Connection*>(data); in read_callback() local 243 Connection* me = reinterpret_cast<Connection*>(data); in header_callback() local
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_equal/ |
D | 2-1.c | 154 pthread_t me = pthread_self(); in test() local 187 pthread_t th_work, th_sig1, th_sig2, me; in main() local
|
/external/bcc/examples/tracing/ |
D | strlen_snoop.py | 51 me = getpid() variable
|
/external/ipsec-tools/src/racoon/ |
D | safefile.c | 53 uid_t me; local
|
/external/python/cpython2/Doc/includes/ |
D | email-alternative.py | 10 me = "my@email.com" variable
|