/external/autotest/server/ |
D | site_log_time_diff.py | 30 self.end_line = None 42 self.end_line = None 45 self.end_line = line 54 if not self.start_line or not self.end_line: 59 logger.debug('End line: %s', self.end_line) 68 to_match = re.search('kernel:\s*\[\s*([0-9.]*)', self.end_line) 76 syslog_to = self.end_line.split(' ')[0]
|
/external/v8/build/android/pylib/utils/ |
D | findbugs.py | 58 bug.end_line = int(c.getAttribute('end')) 69 def __init__(self, bug_type='', end_line=0, file_name='', message=None, argument 72 self.end_line = end_line 83 or cmp(self.end_line, other.end_line) 91 return hash((self.bug_type, self.end_line, self.file_name, self.message,
|
/external/toybox/toys/pending/ |
D | mdev.c | 124 goto end_line; in make_device() 135 if (s==end2) goto end_line; in make_device() 144 if (!pass) goto end_line; in make_device() 155 if (!grp) goto end_line; in make_device() 164 if (pos!=end2) goto end_line; in make_device() 170 end_line: in make_device()
|
/external/lldb/source/Core/ |
D | SourceManager.cpp | 129 const uint32_t end_line = start_line + count - 1; in DisplaySourceLinesWithLineNumbersUsingLastFile() local 130 for (uint32_t line = start_line; line <= end_line; ++line) in DisplaySourceLinesWithLineNumbersUsingLastFile() 325 uint32_t end_line, in FindLinesMatchingRegex() argument 332 return file_sp->FindLinesMatchingRegex (regex, start_line, end_line, match_lines); in FindLinesMatchingRegex() 469 const uint32_t end_line = line + context_after; in DisplaySourceLines() local 470 uint32_t end_line_offset = GetLineOffset (end_line + 1); in DisplaySourceLines() 490 …sMatchingRegex (RegularExpression& regex, uint32_t start_line, uint32_t end_line, std::vector<uint… in FindLinesMatchingRegex() argument 502 if (!LineIsValid(start_line) || (end_line != UINT32_MAX && !LineIsValid(end_line))) in FindLinesMatchingRegex() 504 if (start_line > end_line) in FindLinesMatchingRegex() 507 for (uint32_t line_no = start_line; line_no < end_line; line_no++) in FindLinesMatchingRegex()
|
D | InputReader.cpp | 204 const char *end_line = NULL; in HandleRawBytes() local 235 end_line = p; in HandleRawBytes() 255 if (end_line) in HandleRawBytes() 256 return end_line - bytes; in HandleRawBytes()
|
/external/autotest/client/site_tests/hardware_VideoOutSemiAuto/ |
D | hardware_VideoOutSemiAuto.py | 51 end_line = int(utils.system_output(graphics_utils_ui.xcommand( 55 end_line = -1 57 if end_line != -1: 58 lines_between = end_line - start_line - 1
|
/external/clang/tools/clang-format/ |
D | clang-format-diff.py | 90 end_line = start_line + line_count - 1; 92 ['-lines', str(start_line) + ':' + str(end_line)])
|
/external/lldb/include/lldb/Core/ |
D | SourceManager.h | 46 uint32_t end_line, 168 uint32_t end_line,
|
/external/lldb/source/Commands/ |
D | CommandObjectSource.cpp | 372 uint32_t end_line; in DisplayFunctionSource() local 385 sc.function->GetEndLineSourceInfo (end_file, end_line); in DisplayFunctionSource() 392 end_line = start_line + m_options.num_lines; in DisplayFunctionSource() 411 if (end_line != 0) in DisplayFunctionSource() 413 if (m_options.num_lines > end_line - line_no) in DisplayFunctionSource() 414 m_options.num_lines = end_line - line_no + extra_lines; in DisplayFunctionSource()
|
/external/lldb/test/python_api/value/change_values/ |
D | TestChangeValueAPI.py | 42 self.end_line = line_number ('main.c', '// Set a breakpoint here at the end') 62 end_breakpoint = target.BreakpointCreateByLocation('main.c', self.end_line)
|
/external/clang/tools/c-index-test/ |
D | c-index-test.c | 113 unsigned end_line, unsigned end_column) { in PrintExtent() argument 115 end_line, end_column); in PrintExtent() 341 unsigned begin_line, begin_column, end_line, end_column; in PrintRange() local 346 &end_file, &end_line, &end_column, 0); in PrintRange() 352 PrintExtent(stdout, begin_line, begin_column, end_line, end_column); in PrintRange() 998 unsigned start_line, start_column, end_line, end_column; in PrintDiagnostic() local 1002 clang_getSpellingLocation(end, &end_file, &end_line, &end_column, 0); in PrintDiagnostic() 1012 PrintExtent(out, start_line, start_column, end_line, end_column); in PrintDiagnostic() 1019 PrintExtent(out, start_line, start_column, end_line, end_column); in PrintDiagnostic() 1726 unsigned end_line, unsigned end_col, in print_cursor_file_scan() argument [all …]
|
/external/libvpx/libvpx/tools/ |
D | cpplint.py | 3152 (end_line, end_linenum, end_pos) = CloseExpression( 3158 if end_pos >= 0 and Match(r';', end_line[end_pos:]): 3200 (last_line, end_line, end_pos) = CloseExpression( 3204 if linenum == end_line: 3208 for i in xrange(linenum + 1, end_line):
|
/external/libxml2/include/libxml/ |
D | parser.h | 95 unsigned long end_line; member
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.h | 110 int end_line; member
|
D | descriptor_unittest.cc | 5329 1 + loc.end_line, in PrintSourceLocation()
|
D | descriptor.cc | 2133 out_location->end_line = span.Get(span.size() == 3 ? 0 : 2); in GetSourceLocation()
|
/external/compiler-rt/lib/sanitizer_common/scripts/ |
D | cpplint.py | 2659 (end_line, end_linenum, end_pos) = CloseExpression( 2665 if end_pos >= 0 and Match(r';', end_line[end_pos:]):
|
/external/libxml2/ |
D | SAX2.c | 1809 ctxt->nodeInfo->end_line = ctxt->input->line; in xmlSAX2EndElement() 2458 node_info.end_line = ctxt->input->line; in xmlSAX2EndElementNs()
|
D | parser.c | 10233 node_info.end_line = ctxt->input->line; in xmlParseElement() 10261 node_info.end_line = ctxt->input->line; in xmlParseElement() 10308 node_info.end_line = ctxt->input->line; in xmlParseElement()
|
/external/libxml2/os400/libxmlrpg/ |
D | parser.rpgle | 88 d end_line like(xmlCulong)
|