/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() argument 87 char *pcWrite = me->pcWrite; in BufBound_ValidateWrite() 88 int nMaxCopy = me->pcEnd - pcWrite; // could be negative! in BufBound_ValidateWrite() 92 int nMaxAdvance = PCSAT(me) - pcWrite; // max amount to advance in BufBound_ValidateWrite() 106 me->pcWrite = pcWrite + nLen; in BufBound_ValidateWrite() 110 void BufBound_Write(BufBound *me, const char *pc, int nLen) in BufBound_Write() argument 113 char *pcDest = BufBound_ValidateWrite(me, &nLen); in BufBound_Write() 121 void BufBound_Putnc(BufBound *me, char c, int nLen) in BufBound_Putnc() argument 124 char *pcDest = BufBound_ValidateWrite(me, &nLen); in BufBound_Putnc() [all …]
|
D | std_strlprintf.c | 79 typedef int (*pfnFormatFloat)(FieldFormat* me, double dNumber, char* pcBuffer); 109 FormatNumber(FieldFormat *me, char pcBuf[FORMATNUMBER_SIZE], uint64 uNum64) in FormatNumber() argument 111 char cType = me->cType; in FormatNumber() 119 me->nPrecision = 8; in FormatNumber() 122 if (me->nPrecision >= 0) { in FormatNumber() 123 me->nNumWidth = me->nPrecision; in FormatNumber() 126 me->flags &= ~FF_ZERO; in FormatNumber() 128 me->nNumWidth = 1; in FormatNumber() 137 } else if (me->flags & FF_PLUS) { in FormatNumber() 139 } else if (me->flags & FF_BLANK) { in FormatNumber() [all …]
|
D | mod_table.c | 119 static int static_mod_table_ctor(struct static_mod_table* me) { in static_mod_table_ctor() argument 120 if(me->bInit == 0) { in static_mod_table_ctor() 121 RW_MUTEX_CTOR(me->mut); in static_mod_table_ctor() 122 me->staticMods = 0; in static_mod_table_ctor() 123 me->staticModOverrides = 0; in static_mod_table_ctor() 124 me->bInit = 1; in static_mod_table_ctor() 129 static void static_mod_table_dtor_imp(struct static_mod_table* me) { in static_mod_table_dtor_imp() argument 132 if(me->bInit != 0) { in static_mod_table_dtor_imp() 133 if( me->staticMods || me->constMods || me->staticModOverrides) { in static_mod_table_dtor_imp() 134 RW_MUTEX_LOCK_WRITE(me->mut); in static_mod_table_dtor_imp() [all …]
|
/external/fastrpc/inc/ |
D | AEEQList.h | 56 static __inline void QNode_InsPrev(QNode *me, QNode *pn) in QNode_InsPrev() argument 58 QNode *pPrev = me->pPrev; in QNode_InsPrev() 60 pn->pNext = me; in QNode_InsPrev() 63 me->pPrev = pn; in QNode_InsPrev() 67 static __inline void QNode_InsNext(QNode *me, QNode *pn) in QNode_InsNext() argument 69 QNode *pNext = me->pNext; in QNode_InsNext() 71 pn->pPrev = me; in QNode_InsNext() 74 me->pNext = pn; in QNode_InsNext() 79 static __inline void QNode_Dequeue(QNode *me) in QNode_Dequeue() argument 81 QNode *pNext = me->pNext; in QNode_Dequeue() [all …]
|
D | AEEBufBound.h | 61 extern void BufBound_Init(BufBound *me, char *pBuf, int nLen); 62 extern void BufBound_Write(BufBound *me, const char *pc, int nLen); 63 extern void BufBound_Putc(BufBound *me, char c); 64 extern void BufBound_Putnc(BufBound *me, char c, int nCount); 65 extern void BufBound_ForceNullTerm(BufBound *me); 66 extern void BufBound_Puts(BufBound *me, const char* cpsz); 67 extern void BufBound_Advance(BufBound *me, int nLen); 68 extern void BufBound_WriteLE(BufBound* me, 71 extern void BufBound_WriteBE(BufBound* me, 74 extern int BufBound_BufSize(BufBound *me); [all …]
|
D | pls.h | 64 static __inline int pls_thread_init(struct pls_table* me, uintptr_t tid) { in pls_thread_init() argument 65 if(tid == me->primThread) { in pls_thread_init() 68 if(0 == atomic_CompareOrAdd(&me->uRefs, 0, 1)) { in pls_thread_init() 77 static __inline void pls_ctor(struct pls_table* me, uintptr_t primThread) { in pls_ctor() argument 78 me->uRefs = 1; in pls_ctor() 79 me->primThread = primThread; in pls_ctor() 82 static __inline struct pls_table* pls_thread_deinit(struct pls_table* me) { in pls_thread_deinit() argument 83 if(me && 0 != me->uRefs && 0 == atomic_Add(&me->uRefs, -1)) { in pls_thread_deinit() 85 lst = me->lst; in pls_thread_deinit() 86 me->lst = 0; in pls_thread_deinit() [all …]
|
/external/icu/icu4c/source/data/zone/ |
D | ee.txt | 952 ls{"Xexeme gaƒoƒoɖoanyi me"} 998 ld{"Ireland nutome gaƒoƒo me"} 1035 ld{"British dzomeŋɔli gaƒoƒo me"} 1290 ls{"Afghanistan gaƒoƒo me"} 1293 ls{"Central Africa gaƒoƒo me"} 1297 ls{"East Africa gaƒoƒo me"} 1301 ls{"South Africa nutome gaƒoƒo me"} 1305 ld{"West Africa dzomeŋɔli gaƒoƒo me"} 1306 lg{"West Africa gaƒoƒo me"} 1307 ls{"West Africa nutome gaƒoƒo me"} [all …]
|
/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() argument 50 assert(bakery_ticket_number(bakery->lock_data[me]) == 0U); in bakery_get_ticket() 63 bakery->lock_data[me] = make_bakery_data(CHOOSING_TICKET, my_ticket); in bakery_get_ticket() 75 bakery->lock_data[me] = make_bakery_data(CHOSEN_TICKET, my_ticket); in bakery_get_ticket() 94 unsigned int they, me; in bakery_lock_get() local 98 me = plat_my_core_pos(); in bakery_lock_get() 100 assert_bakery_entry_valid(me, bakery); in bakery_lock_get() 103 my_ticket = bakery_get_ticket(bakery, me); in bakery_lock_get() 109 my_prio = bakery_get_priority(my_ticket, me); in bakery_lock_get() 111 if (me == they) in bakery_lock_get() [all …]
|
/external/openssh/regress/ |
D | allow-deny-users.sh | 7 me="$LOGNAME" 8 if [ "x$me" = "x" ]; then 9 me=`whoami` 28 ${SSH} -F $OBJ/ssh_proxy "$me@somehost" true 39 test_auth "$other $me" "" false "user in DenyUsers allowed" 40 test_auth "$me $other" "" false "user in DenyUsers allowed" 42 test_auth "" "$other $me" true "user in AllowUsers denied" 43 test_auth "" "$me $other" true "user in AllowUsers denied" 44 test_auth "$me $other" "$me $other" false "user in both DenyUsers and AllowUsers allowe… 45 test_auth "$other $me" "$other $me" false "user in both DenyUsers and AllowUsers allowe…
|
/external/rust/crates/tokio/src/io/util/ |
D | chain.rs | 59 let me = self.project(); in get_pin_mut() localVariable 60 (me.first, me.second) in get_pin_mut() 92 let me = self.project(); in poll_read() localVariable 94 if !*me.done_first { in poll_read() 96 ready!(me.first.poll_read(cx, buf))?; in poll_read() 98 *me.done_first = true; in poll_read() 103 me.second.poll_read(cx, buf) in poll_read() 113 let me = self.project(); in poll_fill_buf() localVariable 115 if !*me.done_first { in poll_fill_buf() 116 match ready!(me.first.poll_fill_buf(cx)?) { in poll_fill_buf() [all …]
|
D | buf_reader.rs | 92 let me = self.project(); in discard_buffer() localVariable 93 *me.pos = 0; in discard_buffer() 94 *me.cap = 0; in discard_buffer() 122 let me = self.project(); in poll_fill_buf() localVariable 128 if *me.pos >= *me.cap { in poll_fill_buf() 129 debug_assert!(*me.pos == *me.cap); in poll_fill_buf() 130 let mut buf = ReadBuf::new(me.buf); in poll_fill_buf() 131 ready!(me.inner.poll_read(cx, &mut buf))?; in poll_fill_buf() 132 *me.cap = buf.filled().len(); in poll_fill_buf() 133 *me.pos = 0; in poll_fill_buf() [all …]
|
D | lines.rs | 114 let me = self.project(); in poll_next_line() localVariable 116 let n = ready!(read_line_internal(me.reader, cx, me.buf, me.bytes, me.read))?; in poll_next_line() 117 debug_assert_eq!(*me.read, 0); in poll_next_line() 119 if n == 0 && me.buf.is_empty() { in poll_next_line() 123 if me.buf.ends_with('\n') { in poll_next_line() 124 me.buf.pop(); in poll_next_line() 126 if me.buf.ends_with('\r') { in poll_next_line() 127 me.buf.pop(); in poll_next_line() 131 Poll::Ready(Ok(Some(mem::replace(me.buf, String::new())))) in poll_next_line()
|
D | buf_writer.rs | 57 let mut me = self.project(); in flush_buf() localVariable 59 let len = me.buf.len(); in flush_buf() 61 while *me.written < len { in flush_buf() 62 match ready!(me.inner.as_mut().poll_write(cx, &me.buf[*me.written..])) { in flush_buf() 70 Ok(n) => *me.written += n, in flush_buf() 77 if *me.written > 0 { in flush_buf() 78 me.buf.drain(..*me.written); in flush_buf() 80 *me.written = 0; in flush_buf() 126 let me = self.project(); in poll_write() localVariable 127 if buf.len() >= me.buf.capacity() { in poll_write() [all …]
|
D | split.rs | 93 let me = self.project(); in poll_next_segment() localVariable 96 me.reader, cx, *me.delim, me.buf, me.read, in poll_next_segment() 99 debug_assert_eq!(*me.read, 0); in poll_next_segment() 101 if n == 0 && me.buf.is_empty() { in poll_next_segment() 105 if me.buf.last() == Some(me.delim) { in poll_next_segment() 106 me.buf.pop(); in poll_next_segment() 109 Poll::Ready(Ok(Some(mem::replace(me.buf, Vec::new())))) in poll_next_segment()
|
D | take.rs | 87 let me = self.project(); in poll_read() localVariable 88 let mut b = buf.take(*me.limit_ as usize); in poll_read() 89 ready!(me.inner.poll_read(cx, &mut b))?; in poll_read() 97 *me.limit_ -= n as u64; in poll_read() 104 let me = self.project(); in poll_fill_buf() localVariable 107 if *me.limit_ == 0 { in poll_fill_buf() 111 let buf = ready!(me.inner.poll_fill_buf(cx)?); in poll_fill_buf() 112 let cap = cmp::min(buf.len() as u64, *me.limit_) as usize; in poll_fill_buf() 117 let me = self.project(); in consume() localVariable 119 let amt = cmp::min(amt as u64, *me.limit_) as usize; in consume() [all …]
|
/external/doclava/res/assets/templates/assets/ |
D | doclava-developer-reference.js | 98 function new_node(me, mom, text, link, children_data, api_level) argument 127 node.plus_img.src = me.toroot + "assets/images/triangle-closed-small.png"; 130 expand_node(me, node); 136 node.plus_img.src = me.toroot + "assets/images/triangle-closed-small.png"; 149 a.href = me.toroot + link; 177 function expand_node(me, node) argument 183 get_node(me, node); 187 node.plus_img.src = me.toroot + "assets/images/triangle-opened-small.png"; 196 function get_node(me, mom) argument 201 mom.children[i] = new_node(me, mom, node_data[0], node_data[1], [all …]
|
/external/rust/crates/tokio/tests/ |
D | io_read_to_end.rs | 37 let me = Pin::into_inner(self); in poll_read() localVariable 39 assert_eq!(real_num_init, me.num_init, "{:?}", me.state); in poll_read() 41 match me.state { in poll_read() 43 buf.initialize_unfilled_to(me.num_init + 2); in poll_read() 45 me.num_init += 1; in poll_read() 47 if me.num_init == 24 { in poll_read() 48 me.state = State::JustFilling; in poll_read() 53 me.num_init -= 1; in poll_read() 55 if me.num_init == 15 { in poll_read() 57 me.num_init = 0; in poll_read() [all …]
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/ |
D | markermanager.js | 75 var me = this; 76 me.map_ = map; 77 me.mapZoom_ = map.getZoom(); 79 me.projectionHelper_ = new ProjectionHelperOverlay(map); 80 google.maps.event.addListener(me.projectionHelper_, 'ready', function () { 81 me.projection_ = this.getProjection(); 82 me.initialize(map, opt_opts); 88 var me = this; 91 me.tileSize_ = MarkerManager.DEFAULT_TILE_SIZE_; 106 me.maxZoom_ = opt_opts.maxZoom || 19; [all …]
|
/external/python/cpython2/Demo/threads/ |
D | Coroutine.py | 108 me = _CoEvent(func) 109 self.invokedby[me] = None 110 thread.start_new_thread(self._start, (me,) + args) 111 return me 113 def _start(self, me, *args): argument 114 me.wait() 118 apply(me.f, args) 123 self.terminated_by = me 145 me = self.active 146 self.invokedby[target] = me [all …]
|
/external/rust/crates/tokio/src/future/ |
D | try_join.rs | 52 let mut me = self.project(); in poll() localVariable 54 if me.future1.as_mut().poll(cx).is_pending() { in poll() 56 } else if me.future1.as_mut().output_mut().unwrap().is_err() { in poll() 57 return Poll::Ready(Err(me.future1.take_output().unwrap().err().unwrap())); in poll() 60 if me.future2.as_mut().poll(cx).is_pending() { in poll() 62 } else if me.future2.as_mut().output_mut().unwrap().is_err() { in poll() 63 return Poll::Ready(Err(me.future2.take_output().unwrap().err().unwrap())); in poll() 66 if me.future3.as_mut().poll(cx).is_pending() { in poll() 68 } else if me.future3.as_mut().output_mut().unwrap().is_err() { in poll() 69 return Poll::Ready(Err(me.future3.take_output().unwrap().err().unwrap())); in poll() [all …]
|
/external/python/cpython2/PC/VS9.0/ |
D | kill_python.c | 34 MODULEENTRY32W me; in main() local 37 me.dwSize = sizeof(MODULEENTRY32W); in main() 50 if (!Module32FirstW(hsm, &me)) { in main() 61 if (_wcsnicmp(me.szModule, KILL_PYTHON_EXE, KILL_PYTHON_EXE_LEN)) in main() 64 len = wcsnlen_s(me.szExePath, MAX_PATH) - KILL_PYTHON_EXE_LEN; in main() 65 wcsncpy_s(path, MAX_PATH+1, me.szExePath, len); in main() 69 } while (Module32NextW(hsm, &me)); in main() 131 if (!Module32FirstW(hsm, &me)) { in main() 139 if (_wcsnicmp(me.szModule, PYTHON_EXE, PYTHON_EXE_LEN)) in main() 143 if (_wcsnicmp(path, me.szExePath, len)) in main() [all …]
|
/external/python/cpython2/PC/VS8.0/ |
D | kill_python.c | 34 MODULEENTRY32W me; in main() local 37 me.dwSize = sizeof(MODULEENTRY32W); in main() 50 if (!Module32FirstW(hsm, &me)) { in main() 61 if (_wcsnicmp(me.szModule, KILL_PYTHON_EXE, KILL_PYTHON_EXE_LEN)) in main() 64 len = wcsnlen_s(me.szExePath, MAX_PATH) - KILL_PYTHON_EXE_LEN; in main() 65 wcsncpy_s(path, MAX_PATH+1, me.szExePath, len); in main() 69 } while (Module32NextW(hsm, &me)); in main() 131 if (!Module32FirstW(hsm, &me)) { in main() 139 if (_wcsnicmp(me.szModule, PYTHON_EXE, PYTHON_EXE_LEN)) in main() 143 if (_wcsnicmp(path, me.szExePath, len)) in main() [all …]
|
/external/lzma/C/ |
D | Lzma2Enc.c | 498 CLzma2Enc *me, in Lzma2Enc_EncodeMt1() argument 521 p->enc = LzmaEnc_Create(me->alloc); in Lzma2Enc_EncodeMt1() 535 if (!me->tempBufLzma) in Lzma2Enc_EncodeMt1() 537 me->tempBufLzma = (Byte *)ISzAlloc_Alloc(me->alloc, LZMA2_CHUNK_SIZE_COMPRESSED_MAX); in Lzma2Enc_EncodeMt1() 538 if (!me->tempBufLzma) in Lzma2Enc_EncodeMt1() 543 RINOK(Lzma2EncInt_InitStream(p, &me->props)); in Lzma2Enc_EncodeMt1() 553 limitedInStream.limit = me->props.blockSize; in Lzma2Enc_EncodeMt1() 559 if (me->expectedDataSize != (UInt64)(Int64)-1 in Lzma2Enc_EncodeMt1() 560 && me->expectedDataSize >= unpackTotal) in Lzma2Enc_EncodeMt1() 561 expected = me->expectedDataSize - unpackTotal; in Lzma2Enc_EncodeMt1() [all …]
|
/external/iptables/libxtables/ |
D | xtables.c | 209 static bool xtables_fully_register_pending_match(struct xtables_match *me, 211 static bool xtables_fully_register_pending_target(struct xtables_target *me, 971 void xtables_register_match(struct xtables_match *me) in xtables_register_match() argument 976 if (me->next) { in xtables_register_match() 978 xt_params->program_name, me->name); in xtables_register_match() 982 if (me->version == NULL) { in xtables_register_match() 984 xt_params->program_name, me->name, me->revision); in xtables_register_match() 988 if (me->size != XT_ALIGN(me->size)) { in xtables_register_match() 990 xt_params->program_name, me->name, in xtables_register_match() 991 (unsigned int)me->size); in xtables_register_match() [all …]
|
/external/protobuf/src/google/protobuf/ |
D | repeated_field_unittest.cc | 307 RepeatedField<int> me; in TEST() local 308 me.Add(3); in TEST() 309 me.CopyFrom(me); in TEST() 310 ASSERT_EQ(1, me.size()); in TEST() 311 EXPECT_EQ(3, me.Get(0)); in TEST() 315 RepeatedField<int> me; in TEST() local 316 RepeatedField<int>::iterator it = me.erase(me.begin(), me.end()); in TEST() 317 EXPECT_TRUE(me.begin() == it); in TEST() 318 EXPECT_EQ(0, me.size()); in TEST() 320 me.Add(1); in TEST() [all …]
|