Home
last modified time | relevance | path

Searched refs:cur (Results 1 – 11 of 11) sorted by relevance

/system/core/libutils/
DUnicode.cpp129 static inline int32_t utf32_at_internal(const char* cur, size_t *num_read) in utf32_at_internal() argument
131 const char first_char = *cur; in utf32_at_internal()
134 return *cur; in utf32_at_internal()
136 cur++; in utf32_at_internal()
144 utf32 = (utf32 << 6) + (*cur++ & 0x3F); in utf32_at_internal()
193 char *cur = dst; in utf32_to_utf8() local
196 utf32_codepoint_to_utf8((uint8_t *)cur, *cur_utf32++, len); in utf32_to_utf8()
197 cur += len; in utf32_to_utf8()
199 *cur = '\0'; in utf32_to_utf8()
335 char *cur = dst; in utf16_to_utf8() local
[all …]
/system/extras/tests/workloads/
Dfeedly-chrome.sh57 cur=1
58 while [ $cur -le $iterations ]
61 echo Iteration $cur of $iterations
106 ((cur=cur+1))
Dsystemapps.sh135 cur=1
139 while [ $cur -le $iterations ]
143 echo Iteration $cur of $iterations
146 if [ $iterations -gt 1 -o $cur -eq 1 ]; then
234 ((cur=cur+1))
Drecentfling.sh84 cur=1
96 while [ $cur -le $iterations ]
112 ${ADB}atrace --async_dump -z -c -b 16000 freq gfx view idle sched > trace.${cur}.out
/system/netd/server/
DMDnsSdListener.cpp683 Element *cur = *prevPtr; in rescan() local
684 *prevPtr = (cur)->mNext; // change our notion of this element and don't advance in rescan()
685 delete cur; in rescan()
711 Element *cur = mHead; in lookupServiceRef() local
712 while (cur != NULL) { in lookupServiceRef()
713 if (cur->mId == id) { in lookupServiceRef()
714 DNSServiceRef *result = &(cur->mRef); in lookupServiceRef()
718 cur = cur->mNext; in lookupServiceRef()
727 Element *cur = mHead; in startMonitoring() local
728 while (cur != NULL) { in startMonitoring()
[all …]
/system/core/libcutils/
Dconfig_utils.c321 cnode *cur = root->first_child; in config_free() local
323 while (cur) { in config_free()
324 cnode *prev = cur; in config_free()
325 config_free(cur); in config_free()
326 cur = cur->next; in config_free()
/system/core/libprocessgroup/
Dprocessgroup.cpp167 struct dirent cur; in removeUidProcessGroups() local
169 while ((readdir_r(uid, &cur, &dir) == 0) && dir) { in removeUidProcessGroups()
195 struct dirent cur; in removeAllProcessGroups() local
197 while ((readdir_r(root, &cur, &dir) == 0) && dir) { in removeAllProcessGroups()
/system/bt/bta/hf_client/
Dbta_hf_client_at.c101 tBTA_HF_CLIENT_AT_QCMD *cur = bta_hf_client_cb.scb.at_cb.queued_cmd; in bta_hf_client_clear_queued_at() local
104 while (cur != NULL) { in bta_hf_client_clear_queued_at()
105 next = cur->next; in bta_hf_client_clear_queued_at()
106 GKI_freebuf(cur); in bta_hf_client_clear_queued_at()
107 cur = next; in bta_hf_client_clear_queued_at()
209 tBTA_HF_CLIENT_AT_QCMD *cur = bta_hf_client_cb.scb.at_cb.queued_cmd; in bta_hf_client_send_queued_at() local
213 if (cur != NULL) in bta_hf_client_send_queued_at()
215 bta_hf_client_cb.scb.at_cb.queued_cmd = cur->next; in bta_hf_client_send_queued_at()
217 bta_hf_client_send_at(cur->cmd, cur->buf, cur->buf_len); in bta_hf_client_send_queued_at()
219 GKI_freebuf(cur); in bta_hf_client_send_queued_at()
/system/vold/
DUtils.cpp355 char cur = 0; in HexToStr() local
380 cur = val << 4; in HexToStr()
382 cur += val; in HexToStr()
383 str.push_back(cur); in HexToStr()
384 cur = 0; in HexToStr()
/system/core/liblog/
Dlogprint.c769 const char *cur = src; in utf8_character_length() local
770 const char first_char = *cur++; in utf8_character_length()
794 if ((*cur & 0xC0) != 0x80) { /* can not be 10xxxxxx? */ in utf8_character_length()
797 utf32 = (utf32 << 6) + (*cur++ & 0b00111111); in utf8_character_length()
/system/core/init/
Dreadme.txt263 setrlimit <resource> <cur> <max>