/external/chromium_org/tools/strict_enum_value_checker/ |
D | strict_enum_value_checker.py | 28 def __init__(self, first_line, last_line): argument 30 self.last_line = last_line 33 return self.last_line - self.first_line + 1 36 return self.first_line <= line_num and line_num <= self.last_line 124 first_line, last_line): argument 143 if first_line <= line_number and line_number <= last_line: 234 last_line = range.last_line 241 last_line): 248 is_valid_edit = (line_end == last_line - 1)
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
D | phystokens.py | 16 last_line = None 21 if last_line and last_line[-2:] == "\\\n": 49 ccol = len(last_line.split("\n")[-2]) - 1 54 last_line 56 last_line = ltext
|
D | collector.py | 38 self.last_line = 0 54 pair = (self.last_line, -self.last_exc_firstlineno) 56 self.cur_file_data, self.last_line = self.data_stack.pop() 62 self.data_stack.append((self.cur_file_data, self.last_line)) 78 self.last_line = -1 84 self.cur_file_data[(self.last_line, frame.f_lineno)] = None 88 self.last_line = frame.f_lineno 92 self.cur_file_data[(self.last_line, -first)] = None 94 self.cur_file_data, self.last_line = self.data_stack.pop()
|
D | tracer.c | 56 int last_line; member 99 int last_line; member 156 self->last_line = -1; in CTracer_init() 289 … if (CTracer_record_pair(self, self->last_line, -self->last_exc_firstlineno) < 0) { in CTracer_trace() 295 self->last_line = self->data_stack[self->depth].last_line; in CTracer_trace() 325 self->data_stack[self->depth].last_line = self->last_line; in CTracer_trace() 380 self->last_line = -1; in CTracer_trace() 389 if (CTracer_record_pair(self, self->last_line, -first) < 0) { in CTracer_trace() 396 self->last_line = self->data_stack[self->depth].last_line; in CTracer_trace() 409 if (CTracer_record_pair(self, self->last_line, frame->f_lineno) < 0) { in CTracer_trace() [all …]
|
/external/chromium_org/chrome/browser/media/ |
D | webrtc_log_uploader_unittest.cc | 33 std::string last_line = GetLastLineFromListFile(); in VerifyLastLineHasAllInfo() local 34 if (last_line.empty()) in VerifyLastLineHasAllInfo() 37 base::SplitString(last_line, ',', &line_parts); in VerifyLastLineHasAllInfo() 50 std::string last_line = GetLastLineFromListFile(); in VerifyLastLineHasLocalIdOnly() local 51 if (last_line.empty()) in VerifyLastLineHasLocalIdOnly() 54 base::SplitString(last_line, ',', &line_parts); in VerifyLastLineHasLocalIdOnly() 65 std::string last_line = GetLastLineFromListFile(); in VerifyLastLineHasUploadTimeAndIdOnly() local 66 if (last_line.empty()) in VerifyLastLineHasUploadTimeAndIdOnly() 69 base::SplitString(last_line, ',', &line_parts); in VerifyLastLineHasUploadTimeAndIdOnly()
|
/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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/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/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/chromium_org/tools/gyp/tools/ |
D | pretty_gyp.py | 119 last_line = "" 138 last_line = line
|
/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/vixl/tools/ |
D | util.py | 48 def last_line(text): function
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
D | glcpp-parse.h | 130 int last_line; member
|
/external/chromium_org/third_party/lcov/bin/ |
D | geninfo | 1680 my $last_line = 0; 1705 $branches = br_gvec_push($branches, $last_line, 1710 $branches = br_gvec_push($branches, $last_line, 1719 $last_line++; 1773 $last_line = $2; 1778 $branches = br_gvec_push($branches, $last_line, 1783 $branches = br_gvec_push($branches, $last_line, 1802 $last_line = $line;
|
/external/mesa3d/src/mesa/program/ |
D | program_parser.h | 231 int last_line; member
|
/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
D | program_parser.h | 231 int last_line; member
|
/external/stlport/test/unit/ |
D | fstream_test.cpp | 590 string line, last_line; in win32_file_format() local 594 last_line = line; in win32_file_format() 598 CPPUNIT_ASSERT( !last_line.empty() && (last_line[0] == '\r') ); in win32_file_format()
|
/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_org/third_party/angle/src/compiler/translator/ |
D | Common.h | 25 int last_line; member
|
D | glslang_tab.h | 234 int last_line; member
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
D | pmu-bison.c | 609 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \ 614 (Current).first_line = (Current).last_line = \ 615 YYRHSLOC (Rhs, 0).last_line; \
|
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/ |
D | statetracker.py | 481 last_line = iterator.line_number 516 if iterator.line_number != last_line: 518 last_line = iterator.line_number
|
/external/chromium_org/v8/test/mjsunit/ |
D | debug-sourceinfo.js | 69 var last_line = 351; variable 258 assertEquals(last_line, script.locationFromPosition(last_position).line);
|