Home
last modified time | relevance | path

Searched refs:current (Results 1 – 15 of 15) sorted by relevance

/system/extras/showmap/
Dshowmap.c125 mapinfo *current = *head; in enqueue_map() local
132 if (current && coalesce_by_name && !strcmp(map->name, current->name)) { in enqueue_map()
133 current->size += map->size; in enqueue_map()
134 current->rss += map->rss; in enqueue_map()
135 current->pss += map->pss; in enqueue_map()
136 current->shared_clean += map->shared_clean; in enqueue_map()
137 current->shared_dirty += map->shared_dirty; in enqueue_map()
138 current->private_clean += map->private_clean; in enqueue_map()
139 current->private_dirty += map->private_dirty; in enqueue_map()
140 current->is_bss &= map->is_bss; in enqueue_map()
[all …]
/system/core/libcutils/
Dhashmap.c195 Entry* current = *p; in hashmapPut() local
198 if (current == NULL) { in hashmapPut()
210 if (equalKeys(current->key, current->hash, key, hash, map->equals)) { in hashmapPut()
211 void* oldValue = current->value; in hashmapPut()
212 current->value = value; in hashmapPut()
217 p = &current->next; in hashmapPut()
258 Entry* current = *p; in hashmapMemoize() local
261 if (current == NULL) { in hashmapMemoize()
275 if (equalKeys(current->key, current->hash, key, hash, map->equals)) { in hashmapMemoize()
276 return current->value; in hashmapMemoize()
[all …]
Dmq.c318 OutgoingPacket* current = peerProxy->currentPacket; in peerProxyNextPacket() local
320 if (current == NULL) { in peerProxyNextPacket()
326 OutgoingPacket* next = current->nextPacket; in peerProxyNextPacket()
328 current->nextPacket = NULL; in peerProxyNextPacket()
329 current->free(current); in peerProxyNextPacket()
519 OutgoingPacket* current = peerProxy->currentPacket; in peerProxyWrite() local
521 if (current == NULL) { in peerProxyWrite()
539 PacketType type = current->header.type; in peerProxyWrite()
/system/core/libsysutils/src/
DSocketClient.cpp113 char *current = result; in quoteArg() local
116 *(current++) = '"'; in quoteArg()
121 *(current++) = '\\'; // fallthrough in quoteArg()
123 *(current++) = *(arg++); in quoteArg()
126 *(current++) = '"'; in quoteArg()
127 *(current++) = '\0'; in quoteArg()
128 result = (char *)realloc(result, current-result); in quoteArg()
/system/core/toolbox/
Dreadtty.c26 char next_char(char key, char current) in next_char() argument
32 next = strchr(map[i].chars, current); in next_char()
41 char prev_char(char key, char current) in prev_char() argument
47 next = strchr(map[i].chars+1, current); in prev_char()
/system/core/adb/
Dadb_auth.h35 void *adb_auth_nextkey(void *current);
45 static inline void *adb_auth_nextkey(void *current) { return NULL; } in adb_auth_nextkey() argument
Dadb_auth_host.c359 void *adb_auth_nextkey(void *current) in adb_auth_nextkey() argument
366 if (!current) in adb_auth_nextkey()
370 if (item == current) { in adb_auth_nextkey()
DSERVICES.TXT218 With the current implementation, depth is always 16, and
/system/extras/tests/lib/testUtil/
DtestUtil.c265 struct timespec start, current, delta; in testDelay() local
273 clock_gettime(CLOCK_MONOTONIC, &current); in testDelay()
276 delta = tsDelta(&start, &current); in testDelay()
291 struct timespec start, current, delta; in testDelaySpin() local
298 clock_gettime(CLOCK_MONOTONIC, &current); in testDelaySpin()
301 delta = tsDelta(&start, &current); in testDelaySpin()
/system/extras/tests/directiotest/
Ddirectiotest.c161 static void update_progress(int current, int total) in update_progress() argument
163 double pct_done = (double)current * 100 / total; in update_progress()
164 printf("Testing area %d/%d (%6.2f%% complete)\r", current, total, in update_progress()
/system/extras/tests/binder/benchmarks/
DbinderAddInts.cpp281 struct timespec current; in client() local
282 clock_gettime(CLOCK_MONOTONIC, &current); in client()
285 struct timespec deltaTimespec = tsDelta(&start, &current); in client()
/system/core/init/
Dinit.h48 struct command *current; member
Dreadme.txt150 Parse an init config file, extending the current configuration.
199 Set the current process security context to the specified string.
/system/core/sh/
DTOUR5 does not represent the current state of the shell. It is provided anyway
7 but be warned that things have changed -- the current shell is
315 remembers the current directory and updates it when the cd com-
341 current input file. There is a stack of input files; the current
347 the current line in this variable.
/system/core/logcat/
Devent.logtags69 75000 sqlite_mem_alarm_current (current|1|2)