/system/core/liblog/ |
D | log_read_kern.c | 138 unsigned int tail; member 291 unsigned int tail, in android_logger_list_alloc() argument 302 logger_list->tail = tail; in android_logger_list_alloc() 371 unsigned int tail, in android_logger_list_open() argument 374 struct logger_list *logger_list = android_logger_list_alloc(mode, tail, pid); in android_logger_list_open() 390 return (logger_list->tail < 64) ? 64 : logger_list->tail; in queue_threshold() 408 || (logger_list->queued_lines > logger_list->tail))) { in android_logger_list_flush() 460 if ((logger_list->tail == 0) in android_logger_list_flush() 461 || (logger_list->queued_lines <= logger_list->tail)) { in android_logger_list_flush() 495 logger_list->tail = 0; in android_logger_list_flush() [all …]
|
D | log_read.c | 241 unsigned int tail; member 467 unsigned int tail, in android_logger_list_alloc() argument 481 logger_list->tail = tail; in android_logger_list_alloc() 502 logger_list->tail = 0; in android_logger_list_alloc_time() 547 unsigned int tail, in android_logger_list_open() argument 550 struct logger_list *logger_list = android_logger_list_alloc(mode, tail, pid); in android_logger_list_open() 616 if (logger_list->tail) { in android_logger_list_read() 617 ret = snprintf(cp, remaining, " tail=%u", logger_list->tail); in android_logger_list_read()
|
D | README | 70 tail, pid_t pid) 74 unsigned int tail, pid_t pid) 108 optionally limited to a specific pid and tail of the log(s) and finally
|
/system/core/logd/ |
D | FlushCommand.cpp | 27 unsigned long tail, in FlushCommand() argument 33 , mTail(tail) in FlushCommand()
|
D | LogReader.cpp | 51 unsigned long tail = 0; in onDataAvailable() local 55 tail = atol(cp + sizeof(_tail) - 1); in onDataAvailable() 159 FlushCommand command(*this, nonBlock, tail, logMask, pid, start); in onDataAvailable()
|
D | FlushCommand.h | 39 unsigned long tail = -1,
|
D | LogTimes.cpp | 29 bool nonBlock, unsigned long tail, in LogTimeEntry() argument 41 , mTail(tail) in LogTimeEntry()
|
D | LogTimes.h | 48 unsigned long tail, unsigned int logMask, pid_t pid,
|
/system/extras/tests/sdcard/ |
D | profile_sdcard.sh | 41 local t=$(grep 'write_total' /tmp/tmp-sdcard.txt | tail -n 1 | cut -f 6 -d ' ')
|
/system/core/toolbox/upstream-netbsd/usr.bin/grep/ |
D | util.c | 226 tail = 0; in procfile() 365 if ((tail || c) && !cflag && !qflag && !lflag && !Lflag) { in procline() 370 tail = Aflag; in procline() 376 tail--; in procline()
|
D | grep.h | 128 extern int tail;
|
D | grep.c | 149 int tail; /* lines left to print */ variable
|
/system/core/include/log/ |
D | logger.h | 158 unsigned int tail, 175 unsigned int tail,
|
/system/core/debuggerd/ |
D | tombstone.cpp | 452 log_t* log, pid_t pid, const char* filename, unsigned int tail) { in dump_log_file() argument 461 android_name_to_log_id(filename), O_RDONLY | O_NONBLOCK, tail, pid); in dump_log_file() 501 tail ? "tail end of " : "", filename); in dump_log_file() 568 static void dump_logs(log_t* log, pid_t pid, unsigned int tail) { in dump_logs() argument 569 dump_log_file(log, pid, "system", tail); in dump_logs() 570 dump_log_file(log, pid, "main", tail); in dump_logs()
|
/system/extras/tests/bionic/libc/ |
D | run-test.sh | 142 RET=`tail -n1 $ADB_CMD_LOG`
|
/system/core/libutils/ |
D | String8.cpp | 420 size_t tail = index; in removeAll() local 427 memcpy(buf + tail, buf + index + skip, next - index - skip); in removeAll() 428 tail += next - index - skip; in removeAll() 431 unlockBuffer(tail); in removeAll()
|
/system/core/libpixelflinger/arch-mips/ |
D | t32cb16blend.S | 200 bltz $a2,tail 240 tail: label
|
/system/media/camera/docs/ |
D | metadata-generate | 147 tail -n "+${end_line}" "${dst_file}" >> "${tmp_name}"
|
/system/core/init/ |
D | readme.txt | 30 the tail of a to-be-executed queue (unless it is already on the
|