/system/extras/showmap/ |
D | showmap.c | 125 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/ |
D | hashmap.c | 195 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 = ¤t->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 …]
|
D | mq.c | 318 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/ |
D | SocketClient.cpp | 113 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/ |
D | readtty.c | 26 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/ |
D | adb_auth.h | 35 void *adb_auth_nextkey(void *current); 45 static inline void *adb_auth_nextkey(void *current) { return NULL; } in adb_auth_nextkey() argument
|
D | adb_auth_host.c | 359 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()
|
D | SERVICES.TXT | 218 With the current implementation, depth is always 16, and
|
/system/extras/tests/lib/testUtil/ |
D | testUtil.c | 265 struct timespec start, current, delta; in testDelay() local 273 clock_gettime(CLOCK_MONOTONIC, ¤t); in testDelay() 276 delta = tsDelta(&start, ¤t); in testDelay() 291 struct timespec start, current, delta; in testDelaySpin() local 298 clock_gettime(CLOCK_MONOTONIC, ¤t); in testDelaySpin() 301 delta = tsDelta(&start, ¤t); in testDelaySpin()
|
/system/extras/tests/directiotest/ |
D | directiotest.c | 161 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/ |
D | binderAddInts.cpp | 281 struct timespec current; in client() local 282 clock_gettime(CLOCK_MONOTONIC, ¤t); in client() 285 struct timespec deltaTimespec = tsDelta(&start, ¤t); in client()
|
/system/core/init/ |
D | init.h | 48 struct command *current; member
|
D | readme.txt | 150 Parse an init config file, extending the current configuration. 199 Set the current process security context to the specified string.
|
/system/core/sh/ |
D | TOUR | 5 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/ |
D | event.logtags | 69 75000 sqlite_mem_alarm_current (current|1|2)
|