/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):
|
/system/media/camera/docs/ |
metadata-generate | 115 local end_line="$(grep -n -F "${end_delim}" "${dst_file}" | cut -d: -f1)" 119 (( end_line++ )) 129 if [[ -z "$end_line" ]]; then 135 if [[ "$start_line" -ge "$end_line" ]]; then 136 echo "Starting delim later than ending delim: $start_line vs $end_line" >& 2 147 tail -n "+${end_line}" "${dst_file}" >> "${tmp_name}"
|
/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/chromium_org/ppapi/ |
generate_ppapi_size_checks.py | 36 def __init__(self, filename="", start_line=-1, end_line=-1): 39 self.end_line = end_line 66 kind,name,size,arch_dependent,source_file,start_line,end_line 79 start_line, end_line] = info_string.split(',') 85 int(end_line)-1) 102 def Delete(self, start_line, end_line): 104 including |end_line|. 106 self.linenums_to_delete |= set(range(start_line, end_line)) 384 typeinfo.source_location.end_line+1 [all...] |
/external/lldb/source/Core/ |
SourceManager.cpp | 129 const uint32_t end_line = start_line + count - 1; local 130 for (uint32_t line = start_line; line <= end_line; ++line) 325 uint32_t end_line, 332 return file_sp->FindLinesMatchingRegex (regex, start_line, end_line, match_lines); 469 const uint32_t end_line = line + context_after; local 470 uint32_t end_line_offset = GetLineOffset (end_line + 1); 490 SourceManager::File::FindLinesMatchingRegex (RegularExpression& regex, uint32_t start_line, uint32_t end_line, std::vector<uint32_t> &match_lines) 502 if (!LineIsValid(start_line) || (end_line != UINT32_MAX && !LineIsValid(end_line))) 504 if (start_line > end_line) [all...] |
InputReader.cpp | 204 const char *end_line = NULL; local 235 end_line = p; 255 if (end_line) 256 return end_line - bytes;
|
/external/clang/tools/clang-format/ |
clang-format-diff.py | 86 end_line = start_line + line_count - 1; 88 ['-lines', str(start_line) + ':' + str(end_line)])
|
/external/lldb/include/lldb/Core/ |
SourceManager.h | 46 uint32_t end_line, 168 uint32_t end_line,
|
/external/lldb/source/Commands/ |
CommandObjectSource.cpp | 372 uint32_t end_line; local 385 sc.function->GetEndLineSourceInfo (end_file, end_line); 392 end_line = start_line + m_options.num_lines; 411 if (end_line != 0) 413 if (m_options.num_lines > end_line - line_no) 414 m_options.num_lines = end_line - line_no + extra_lines; [all...] |
/external/lldb/test/python_api/value/change_values/ |
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/ |
c-index-test.c | 111 unsigned end_line, unsigned end_column) { 113 end_line, end_column); 328 unsigned begin_line, begin_column, end_line, end_column; local 333 &end_file, &end_line, &end_column, 0); local 339 PrintExtent(stdout, begin_line, begin_column, end_line, end_column); 956 unsigned start_line, start_column, end_line, end_column; local 960 clang_getSpellingLocation(end, &end_file, &end_line, &end_column, 0); 970 PrintExtent(out, start_line, start_column, end_line, end_column); 977 PrintExtent(out, start_line, start_column, end_line, end_column); 3407 unsigned start_line, start_column, end_line, end_column; local 3422 unsigned start_line, start_column, end_line, end_column; local 3434 0, &end_line, &end_column, 0); local [all...] |
/external/chromium_org/third_party/motemplate/ |
motemplate.py | 309 def __init__(self, start_line, end_line): 311 self._end_line = end_line 444 def __init__(self, string, start_line, end_line): 447 self._end_line = end_line 529 def __init__(self, start_line, end_line): 530 _LeafNode.__init__(self, start_line, end_line) [all...] |
/external/chromium_org/third_party/libxml/src/include/libxml/ |
parser.h | 95 unsigned long end_line; member in struct:_xmlParserNodeInfo [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
descriptor.h | 111 int end_line; member in struct:google::protobuf::SourceLocation [all...] |
/external/libxml2/include/libxml/ |
parser.h | 95 unsigned long end_line; member in struct:_xmlParserNodeInfo [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/tools/ |
cpplint.py | [all...] |
/external/libvpx/libvpx/tools/ |
cpplint.py | [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/ |
cpplint.py | [all...] |
/art/tools/ |
cpplint.py | [all...] |
/external/chromium_org/third_party/libxml/src/ |
SAX2.c | [all...] |
HTMLparser.c | [all...] |
/external/compiler-rt/lib/sanitizer_common/scripts/ |
cpplint.py | [all...] |
/external/libxml2/ |
SAX2.c | [all...] |