/external/jsilver/src/com/google/clearsilver/jsilver/syntax/lexer/ |
Lexer.java | 61 int start_line = this.line; local 162 start_line + 1, 177 start_line + 1, 191 start_line + 1, 205 start_line + 1, 219 start_line + 1, 233 start_line + 1, 247 start_line + 1, 261 start_line + 1, 276 start_line + 1 [all...] |
/external/lldb/source/Core/ |
SourceManager.cpp | 99 SourceManager::DisplaySourceLinesWithLineNumbersUsingLastFile (uint32_t start_line, 109 if (start_line == 0) 112 start_line = m_last_line + m_last_count; 114 start_line = 1; 124 m_last_line = start_line; 129 const uint32_t end_line = start_line + count - 1; 130 for (uint32_t line = start_line; line <= end_line; ++line) 180 uint32_t start_line; local 183 start_line = line - context_before; 185 start_line = 1 465 const uint32_t start_line = line <= context_before ? 1 : line - context_before; local [all...] |
/external/chromium-trace/trace-viewer/tracing/third_party/python_gflags/ |
gflags2man.py | 218 (start_line, lang) = self.ParseDesc() 219 if start_line < 0: 222 self.ParsePythonFlags(start_line) 224 self.ParseCFlags(start_line) 226 self.ParseJavaFlags(start_line) 228 def ParseDesc(self, start_line=0): 234 (start_line, lang_type) 235 start_line Line to start parsing flags on (int) 242 start_line = 0 # ignore the passed-in arg for now (?) 243 for start_line in range(start_line, len(self.output)): # collect top descriptio [all...] |
/system/media/camera/docs/ |
metadata-generate | 114 local start_line="$(grep -n -F "${start_delim}" "${dst_file}" | cut -d: -f1)" 118 (( start_line-- )) 123 if [[ -z "$start_line" ]]; then 135 if [[ "$start_line" -ge "$end_line" ]]; then 136 echo "Starting delim later than ending delim: $start_line vs $end_line" >& 2 145 head -n "$start_line" "${dst_file}" > "${tmp_name}"
|
/external/lldb/source/Commands/ |
CommandObjectSource.cpp | 65 start_line = Args::StringToUInt32 (option_arg, 0); 66 if (start_line == 0) 87 start_line = 0; 100 uint32_t start_line; member in class:CommandObjectSourceInfo::CommandOptions 173 start_line = Args::StringToUInt32 (option_arg, 0); 174 if (start_line == 0) 223 start_line = 0; 242 uint32_t start_line; member in class:CommandObjectSourceList::CommandOptions 371 uint32_t start_line; local 378 sc.function->GetStartLineSourceInfo (start_file, start_line); [all...] |
/external/clang/tools/clang-format/ |
clang-format-diff.py | 82 start_line = int(match.group(1)) 88 end_line = start_line + line_count - 1; 90 ['-lines', str(start_line) + ':' + str(end_line)])
|
git-clang-format | 272 The return value is a dictionary mapping filename to a list of (start_line, 285 start_line = int(match.group(1)) 290 matches.setdefault(filename, []).append(Range(start_line, line_count)) 362 '-lines=%s:%s' % (start_line, start_line+line_count-1) 363 for start_line, line_count in line_ranges])
|
/external/lldb/include/lldb/Core/ |
SourceManager.h | 45 uint32_t start_line, 139 DisplaySourceLinesWithLineNumbersUsingLastFile (uint32_t start_line, 167 uint32_t start_line,
|
/external/boringssl/src/crypto/test/ |
file_test.h | 89 unsigned start_line() const { return start_line_; } function in class:FileTest
|
/external/protobuf/src/google/protobuf/stubs/ |
common_unittest.cc | 122 int start_line = __LINE__; local 130 "2 "__FILE__":" + SimpleItoa(start_line + 1) + ": An error.", 133 "1 "__FILE__":" + SimpleItoa(start_line + 2) + ": A warning.",
|
/external/clang/tools/c-index-test/ |
c-index-test.c | 983 unsigned start_line, start_column, end_line, end_column; local 985 clang_getSpellingLocation(start, &start_file, &start_line, 1683 unsigned start_line = 1, start_col = 1; local 3472 unsigned start_line, start_column, end_line, end_column; local 3487 unsigned start_line, start_column, end_line, end_column; local 3497 0, &start_line, &start_column, 0); local [all...] |
/external/mksh/src/ |
syn.c | 30 int start_line; /* line nesting began on */ member in struct:nesting_state 840 source->errline = nesting.start_line; 880 nesting.start_line = source->line; 909 nesting.start_line = 0;
|
/frameworks/compile/mclinker/lib/Script/ |
ScriptScanner.ll | 299 const int start_line = pLocation.begin.line; 335 << start_line
|
/external/protobuf/src/google/protobuf/io/ |
tokenizer.cc | 488 int start_line = line_; local 530 start_line, start_column, " Comment started here."); [all...] |
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
Lexer.pm | 41 $self->state->start_line(-1);
|
/external/chromium-trace/trace-viewer/third_party/WebOb/webob/ |
request.py | [all...] |
/art/tools/ |
cpplint.py | [all...] |
/external/compiler-rt/lib/sanitizer_common/scripts/ |
cpplint.py | [all...] |
/external/protobuf/src/google/protobuf/ |
text_format.cc | 346 int start_line = tokenizer_.current().line; local 503 ParseLocation(start_line, start_column)); [all...] |
descriptor.h | 109 int start_line; member in struct:google::protobuf::SourceLocation [all...] |
descriptor_unittest.cc | [all...] |
descriptor.cc | [all...] |
/external/libvpx/libvpx/tools/ |
cpplint.py | [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/ |
cpplint.py | [all...] |
/prebuilts/devtools/tools/lib/ |
jsilver-1.0.0.jar | |