/external/chromium-trace/catapult/third_party/typ/typ/ |
printer.py | 22 self.last_line = '' 25 if self.last_line: 27 self.last_line = '' 34 if self.should_overwrite and self.last_line: 35 self.print_('\r' + ' ' * len(self.last_line) + '\r', end='') 36 elif self.last_line: 40 self.last_line = msg[last_nl + 1:]
|
/system/core/crash_reporter/ |
kernel_log_collector.sh | 41 last_line=$(grep "${msg_pattern}" /var/log/messages | grep -- "${search_key}" | tail -n 1) 43 if [ -n "${last_line}" ]; then 44 if ! allowed_timestamp=$(get_timestamp "${last_line}"); then 45 die "coule not get timestamp from: ${last_line}"
|
/external/chromium-trace/catapult/third_party/coverage/coverage/ctracer/ |
datastack.h | 29 int last_line; member in struct:DataStackEntry
|
tracer.c | 74 self->cur_entry.last_line = -1; 299 if (CTracer_record_pair(self, self->cur_entry.last_line, -self->last_exc_firstlineno) < 0) { 511 self->cur_entry.last_line = (frame->f_lasti < 0) ? -1 : frame->f_lineno; 660 /* Tracing arcs: key is (last_line,this_line). */ 661 if (CTracer_record_pair(self, self->cur_entry.last_line, lineno_from) < 0) { 679 self->cur_entry.last_line = lineno_from; 719 if (CTracer_record_pair(self, self->cur_entry.last_line, -first) < 0) { 949 self->cur_entry.last_line = -1; [all...] |
/external/chromium-trace/catapult/third_party/coverage/coverage/ |
pytracer.py | 47 self.last_line = [0] 72 pair = (self.last_line, -self.last_exc_firstlineno) 74 self.cur_file_dict, self.last_line = self.data_stack.pop() 80 self.data_stack.append((self.cur_file_dict, self.last_line)) 97 self.last_line = -1 if (frame.f_lasti < 0) else frame.f_lineno 103 self.cur_file_dict[(self.last_line, lineno)] = None 106 self.last_line = lineno 114 self.cur_file_dict[(self.last_line, -first)] = None 116 self.cur_file_dict, self.last_line = self.data_stack.pop()
|
phystokens.py | 28 last_line = None 33 if last_line and last_line.endswith("\\\n"): 61 ccol = len(last_line.split("\n")[-2]) - 1 66 last_line 68 last_line = ltext
|
/bionic/libc/bionic/ |
error.cpp | 79 static unsigned int last_line; local 80 if (last_line == line && last_file != NULL && strcmp(last_file, file) == 0) { 84 last_line = line;
|
/external/blktrace/ |
verify_blkparse.c | 12 char line[256], last_line[256], *p; local 40 fprintf(stdout, "last: %s", last_line); 59 strcpy(last_line, line);
|
/external/mesa3d/src/glsl/glcpp/ |
glcpp.h | 66 int last_line; member in struct:YYLTYPE 79 (Current).last_line = YYRHSLOC(Rhs, N).last_line; \ 84 (Current).first_line = (Current).last_line = \ 85 YYRHSLOC(Rhs, 0).last_line; \
|
/external/mesa3d/src/glsl/ |
glsl_parser_extras.h | 221 int last_line; member in struct:YYLTYPE 234 (Current).last_line = YYRHSLOC(Rhs, N).last_line; \ 239 (Current).first_line = (Current).last_line = \ 240 YYRHSLOC(Rhs, 0).last_line; \
|
/external/libvncserver/examples/ |
camera.c | 79 static int last_line=0, fps=0, fcount=0; local 112 if (last_line > line) { 116 last_line = line;
|
/external/google-breakpad/src/common/ |
stabs_to_module.cc | 183 vector<Module::Line>::iterator last_line = f->lines.end() - 1; local 185 line_it != last_line; line_it++) 188 last_line->size = (f->address + f->size) - last_line->address;
|
/external/mesa3d/src/mesa/program/ |
program_parser.h | 231 int last_line; member in struct:YYLTYPE
|
/external/bison/src/ |
parse-gram.h | 205 int last_line; member in struct:GRAM_LTYPE
|
parse-gram.c | 364 int last_line; member in struct:GRAM_LTYPE [all...] |
/external/autotest/server/ |
autotest.py | 628 def is_client_job_finished(last_line): 629 return bool(re.match(r'^END .*\t----\t----\t.*$', last_line)) 633 def is_client_job_rebooting(last_line): 634 return bool(re.match(r'^\t*GOOD\t----\treboot\.start.*$', last_line)) 798 last_line = stderr_redirector.last_line 811 if err and not self.is_client_job_finished(last_line): 817 return stderr_redirector.last_line [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
dwarf2.c | 1132 struct line_info* last_line; /* Largest VMA. */ member in struct:line_sequence [all...] |
/external/libvncserver/utils/ |
git2cl.pl | 108 my $last_line = pop (@lines); 109 return length ($last_line);
|
/external/autotest/client/cros/ |
crash_test.py | 357 last_line = '' 359 last_line = 'done=1\n' 364 last_line))
|
/system/core/logcat/tests/ |
logcat_test.cpp | 695 char *last_line = NULL; // this line is allowed to stutter, one-line overlap local 700 second_last_line = last_line; 701 last_line = line; 708 second_last_line = last_line; 709 last_line = NULL; 711 free(last_line);
|
/external/v8/test/mjsunit/ |
debug-sourceinfo.js | 68 var last_line = 269; variable 258 assertEquals(last_line, script.locationFromPosition(last_position).line); 260 assertEquals(last_line + 1,
|
/toolchain/binutils/binutils-2.25/binutils/ |
objdump.c | 1107 unsigned last_line; member in struct:print_file_list 2925 unsigned int last_line; local [all...] |
/ndk/tests/device/test-gnustl-full/unit/ |
fstream_test.cpp | 609 string line, last_line; local 613 last_line = line; 617 CPPUNIT_ASSERT( !last_line.empty() && (last_line[0] == '\r') );
|
/ndk/tests/device/test-stlport/unit/ |
fstream_test.cpp | 609 string line, last_line; local 613 last_line = line; 617 CPPUNIT_ASSERT( !last_line.empty() && (last_line[0] == '\r') );
|
/external/toybox/kconfig/ |
zconf.tab.c_shipped | 791 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \ 796 (Current).first_line = (Current).last_line = \ 797 YYRHSLOC (Rhs, 0).last_line; \ 814 (Loc).last_line, (Loc).last_column) [all...] |