HomeSort by relevance Sort by last modified time
    Searched refs:end_line (Results 1 - 25 of 29) sorted by null

1 2

  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
RstripExtension.py 23 end_line = int(float(text.index('end'))) + 1
24 for cur in range(1, end_line):
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
RstripExtension.py 23 end_line = int(float(text.index('end'))) + 1
24 for cur in range(1, end_line):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
RstripExtension.py 23 end_line = int(float(text.index('end'))) + 1
24 for cur in range(1, end_line):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
RstripExtension.py 23 end_line = int(float(text.index('end'))) + 1
24 for cur in range(1, end_line):
  /external/autotest/server/
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/toybox/toys/pending/
mdev.c 124 goto end_line;
135 if (s==end2) goto end_line;
144 if (!pass) goto end_line;
155 if (!grp) goto end_line;
164 if (pos!=end2) goto end_line;
170 end_line:
  /system/media/camera/docs/
metadata-generate 127 local end_line="$(grep -n -F "${end_delim}" "${dst_file}" | cut -d: -f1)"
131 (( end_line++ ))
141 if [[ -z "$end_line" ]]; then
147 if [[ "$start_line" -ge "$end_line" ]]; then
148 echo "Starting delim later than ending delim: $start_line vs $end_line" >& 2
159 tail -n "+${end_line}" "${dst_file}" >> "${tmp_name}"
  /external/autotest/client/site_tests/hardware_VideoOutSemiAuto/
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
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/
fix_idioms.py 147 end_line = BlankLine()
148 list_call.parent.append_child(end_line)
149 assert list_call.next_sibling is end_line
152 end_line.prefix = btwn.rpartition(u"\n")[0]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/
fix_idioms.py 147 end_line = BlankLine()
148 list_call.parent.append_child(end_line)
149 assert list_call.next_sibling is end_line
152 end_line.prefix = btwn.rpartition(u"\n")[0]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_idioms.py 147 end_line = BlankLine()
148 list_call.parent.append_child(end_line)
149 assert list_call.next_sibling is end_line
152 end_line.prefix = btwn.rpartition(u"\n")[0]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_idioms.py 147 end_line = BlankLine()
148 list_call.parent.append_child(end_line)
149 assert list_call.next_sibling is end_line
152 end_line.prefix = btwn.rpartition(u"\n")[0]
  /external/clang/tools/clang-format/
clang-format-diff.py 90 end_line = start_line + line_count - 1;
92 ['-lines', str(start_line) + ':' + str(end_line)])
  /external/clang/tools/c-index-test/
c-index-test.c 113 unsigned end_line, unsigned end_column) {
115 end_line, end_column);
341 unsigned begin_line, begin_column, end_line, end_column; local
346 &end_file, &end_line, &end_column, 0); local
352 PrintExtent(stdout, begin_line, begin_column, end_line, end_column);
998 unsigned start_line, start_column, end_line, end_column; local
3534 unsigned start_line, start_column, end_line, end_column; local
3549 unsigned start_line, start_column, end_line, end_column; local
3561 0, &end_line, &end_column, 0); local
    [all...]
  /external/libxml2/include/libxml/
parser.h 95 unsigned long end_line; member in struct:_xmlParserNodeInfo
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
descriptor.h 111 int end_line; member in struct:google::protobuf::SourceLocation
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
descriptor.h 111 int end_line; member in struct:google::protobuf::SourceLocation
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
descriptor.h 111 int end_line; member in struct:google::protobuf::SourceLocation
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
descriptor.h 111 int end_line; member in struct:google::protobuf::SourceLocation
    [all...]
  /external/libvpx/libvpx/tools/
cpplint.py     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
cpplint.py     [all...]
  /external/protobuf/src/google/protobuf/
descriptor.h 110 int end_line; member in struct:google::protobuf::SourceLocation
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
descriptor.h 138 int end_line; member in struct:google::protobuf::SourceLocation
    [all...]
  /art/tools/
cpplint.py     [all...]
  /external/compiler-rt/lib/sanitizer_common/scripts/
cpplint.py     [all...]

Completed in 1308 milliseconds

1 2