Home
last modified time | relevance | path

Searched refs:last_line (Results 1 – 25 of 47) sorted by relevance

12

/external/chromium-trace/catapult/third_party/typ/typ/
Dprinter.py22 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:]
/external/chromium-trace/catapult/third_party/coverage/coverage/
Dpytracer.py47 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()
Dphystokens.py28 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
/external/mesa3d/src/glsl/glcpp/
Dglcpp.h66 int last_line; member
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/
Dglsl_parser_extras.h221 int last_line; member
234 (Current).last_line = YYRHSLOC(Rhs, N).last_line; \
239 (Current).first_line = (Current).last_line = \
240 YYRHSLOC(Rhs, 0).last_line; \
/external/blktrace/
Dverify_blkparse.c12 char line[256], last_line[256], *p; in main() local
40 fprintf(stdout, "last: %s", last_line); in main()
59 strcpy(last_line, line); in main()
/external/libvncserver/examples/
Dcamera.c79 static int last_line=0, fps=0, fcount=0; in TakePicture() local
112 if (last_line > line) { in TakePicture()
116 last_line = line; in TakePicture()
/external/google-breakpad/src/common/
Dstabs_to_module.cc183 vector<Module::Line>::iterator last_line = f->lines.end() - 1; in Finalize() local
185 line_it != last_line; line_it++) in Finalize()
188 last_line->size = (f->address + f->size) - last_line->address; in Finalize()
/external/autotest/server/
Dautotest.py628 def is_client_job_finished(last_line): argument
629 return bool(re.match(r'^END .*\t----\t----\t.*$', last_line))
633 def is_client_job_rebooting(last_line): argument
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
1006 self.last_line = ""
1034 self.last_line = log_list[-1].render()
1049 self.last_line = line
/external/chromium-trace/catapult/third_party/coverage/coverage/ctracer/
Dtracer.c74 self->cur_entry.last_line = -1; in CTracer_init()
299 … if (CTracer_record_pair(self, self->cur_entry.last_line, -self->last_exc_firstlineno) < 0) { in CTracer_check_missing_return()
511 self->cur_entry.last_line = (frame->f_lasti < 0) ? -1 : frame->f_lineno; in CTracer_handle_call()
661 if (CTracer_record_pair(self, self->cur_entry.last_line, lineno_from) < 0) { in CTracer_handle_line()
679 self->cur_entry.last_line = lineno_from; in CTracer_handle_line()
719 if (CTracer_record_pair(self, self->cur_entry.last_line, -first) < 0) { in CTracer_handle_return()
949 self->cur_entry.last_line = -1; in CTracer_start()
Ddatastack.h29 int last_line; member
/external/bison/data/
Dc.m4576 int last_line;
633 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \
638 (Current).first_line = (Current).last_line = \
639 YYRHSLOC (Rhs, 0).last_line; \
675 if (0 <= yylocp->last_line)
677 if (yylocp->first_line < yylocp->last_line)
679 res += fprintf (yyo, "-%d", yylocp->last_line);
/external/libvncserver/utils/
Dgit2cl.pl108 my $last_line = pop (@lines);
109 return length ($last_line);
/external/v8/test/mjsunit/
Ddebug-sourceinfo.js68 var last_line = 269; variable
258 assertEquals(last_line, script.locationFromPosition(last_position).line);
260 assertEquals(last_line + 1,
/external/autotest/client/cros/
Dcrash_test.py357 last_line = ''
359 last_line = 'done=1\n'
364 last_line))
/external/mesa3d/src/mesa/program/
Dprogram_parser.h231 int last_line; member
/external/autotest/contrib/
Dcoverage.py624 last_line = self.last_line_of_tree(tree[i+1])
625 self.record_multiline(spots, first_line, last_line)
687 last_line = self.last_line_of_tree(tree[i])
688 if first_line != last_line:
689 self.record_multiline(spots, first_line, last_line)
/external/bison/src/
Dparse-gram.h205 int last_line; member
Dparse-gram.c364 int last_line; member
985 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \
990 (Current).first_line = (Current).last_line = \
991 YYRHSLOC (Rhs, 0).last_line; \
1010 if ((Loc).first_line < (Loc).last_line) \
1011 fprintf (File, "-%d.%d", (Loc).last_line, (Loc).last_column - 1); \
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
Dstatetracker.py665 last_line = iterator.line_number
700 if iterator.line_number != last_line:
702 last_line = iterator.line_number
/external/opencv3/3rdparty/libwebp/enc/
Dvp8l.c110 const uint32_t* last_line = NULL; in AnalyzeEntropy() local
126 if (last_line != NULL && pix == last_line[x]) { in AnalyzeEntropy()
137 last_line = argb; in AnalyzeEntropy()
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/gen/
Dcommand_registry.py395 last_line = description_lines[-1] if description_lines else ''
396 printer('%r%s', last_line, ',' if flag_info.fv else ')')
/external/bison/tests/
Dcxx-type.at87 @2.last_line, @2.last_column);])[
174 yylloc.first_line = yylloc.last_line = lineNum;
/external/e2fsprogs/intl/
Dplural.c494 Current.last_line = Rhs[N].last_line; \
/external/mksh/src/
Dhistrap.c374 static int last_line = -1; in hist_execute() local
379 if (histptr >= history && last_line != hist_source->line) { in hist_execute()
383 last_line = hist_source->line; in hist_execute()

12