/external/chromium-trace/catapult/third_party/typ/typ/ |
D | 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:]
|
/external/chromium-trace/catapult/third_party/coverage/coverage/ |
D | 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()
|
D | 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
|
/external/mesa3d/src/glsl/glcpp/ |
D | glcpp.h | 66 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/ |
D | glsl_parser_extras.h | 221 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/ |
D | verify_blkparse.c | 12 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/ |
D | camera.c | 79 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/ |
D | stabs_to_module.cc | 183 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/ |
D | autotest.py | 628 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/ |
D | tracer.c | 74 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()
|
D | datastack.h | 29 int last_line; member
|
/external/bison/data/ |
D | c.m4 | 576 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/ |
D | git2cl.pl | 108 my $last_line = pop (@lines); 109 return length ($last_line);
|
/external/v8/test/mjsunit/ |
D | debug-sourceinfo.js | 68 var last_line = 269; variable 258 assertEquals(last_line, script.locationFromPosition(last_position).line); 260 assertEquals(last_line + 1,
|
/external/autotest/client/cros/ |
D | crash_test.py | 357 last_line = '' 359 last_line = 'done=1\n' 364 last_line))
|
/external/mesa3d/src/mesa/program/ |
D | program_parser.h | 231 int last_line; member
|
/external/autotest/contrib/ |
D | coverage.py | 624 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/ |
D | parse-gram.h | 205 int last_line; member
|
D | parse-gram.c | 364 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/ |
D | statetracker.py | 665 last_line = iterator.line_number 700 if iterator.line_number != last_line: 702 last_line = iterator.line_number
|
/external/opencv3/3rdparty/libwebp/enc/ |
D | vp8l.c | 110 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/ |
D | command_registry.py | 395 last_line = description_lines[-1] if description_lines else '' 396 printer('%r%s', last_line, ',' if flag_info.fv else ')')
|
/external/bison/tests/ |
D | cxx-type.at | 87 @2.last_line, @2.last_column);])[ 174 yylloc.first_line = yylloc.last_line = lineNum;
|
/external/e2fsprogs/intl/ |
D | plural.c | 494 Current.last_line = Rhs[N].last_line; \
|
/external/mksh/src/ |
D | histrap.c | 374 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()
|