HomeSort by relevance Sort by last modified time
    Searched refs:end_line (Results 1 - 25 of 35) 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/python/cpython2/Lib/idlelib/
RstripExtension.py 19 end_line = int(float(text.index('end')))
20 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}"
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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/python/cpython2/Lib/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/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 87 end_line = start_line + line_count - 1;
89 ['-lines', str(start_line) + ':' + str(end_line)])
  /prebuilts/tools/common/google-java-format/
google-java-format-diff.py 86 end_line = start_line + line_count - 1;
88 ['-lines', str(start_line) + ':' + str(end_line)])
  /external/v8/tools/clang/scripts/
apply_fixits.py 34 r'(?P<end_line>\d+?):(?P<end_col>\d+?)}:'
38 'FixIt', ('start_line', 'start_col', 'end_line', 'end_col', 'text'))
63 'end_line')), -int(m.group('end_col')), m.group('text')))
70 if fixit.start_line != fixit.end_line:
  /external/clang/tools/c-index-test/
c-index-test.c 117 unsigned end_line, unsigned end_column) {
119 end_line, end_column);
345 unsigned begin_line, begin_column, end_line, end_column; local
350 &end_file, &end_line, &end_column, 0); local
356 PrintExtent(stdout, begin_line, begin_column, end_line, end_column);
1014 unsigned start_line, start_column, end_line, end_column; local
3687 unsigned start_line, start_column, end_line, end_column; local
3702 unsigned start_line, start_column, end_line, end_column; local
3714 0, &end_line, &end_column, 0); local
    [all...]
  /tools/repohooks/tools/
cpplint.py     [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...]

Completed in 2299 milliseconds

1 2