/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/autotest/client/site_tests/touch_UpdateErrors/ |
touch_UpdateErrors.py | 53 start_line = lines[-1] 61 start_line = lines[i] 77 start_line = lines[start_line_index] 79 return start_line 93 start_line = self._find_logs_start_line() 94 log_cmd = 'tail -n +%s /var/log/messages | grep -i touch' % start_line
|
/external/v8/tools/clang/scripts/ |
apply_fixits.py | 33 r'{(?P<start_line>\d+?):(?P<start_col>\d+?)-' 38 'FixIt', ('start_line', 'start_col', 'end_line', 'end_col', 'text')) 62 int(m.group('start_line')), -int(m.group('start_col')), int(m.group( 70 if fixit.start_line != fixit.end_line: 79 line = lines[fixit.start_line - 1] 80 lines[fixit.start_line - 1] = (line[:-fixit.start_col - 1] + fixit.text
|
/external/autotest/server/ |
site_log_time_diff.py | 29 self.start_line = None 43 self.start_line = line 54 if not self.start_line or not self.end_line: 58 logger.debug('Start line: %s', self.start_line) 61 syslog_from = self.start_line.split(' ')[0] 67 from_match = re.search('kernel:\s*\[\s*([0-9.]*)', self.start_line)
|
/system/media/camera/docs/ |
metadata-generate | 126 local start_line="$(grep -n -F "${start_delim}" "${dst_file}" | cut -d: -f1)" 130 (( start_line-- )) 135 if [[ -z "$start_line" ]]; then 147 if [[ "$start_line" -ge "$end_line" ]]; then 148 echo "Starting delim later than ending delim: $start_line vs $end_line" >& 2 157 head -n "$start_line" "${dst_file}" > "${tmp_name}"
|
/external/clang/tools/clang-format/ |
clang-format-diff.py | 81 start_line = int(match.group(1)) 87 end_line = start_line + line_count - 1; 89 ['-lines', str(start_line) + ':' + str(end_line)])
|
git-clang-format | 295 The return value is a dictionary mapping filename to a list of (start_line, 308 start_line = int(match.group(1)) 313 matches.setdefault(filename, []).append(Range(start_line, line_count)) 390 '-lines=%s:%s' % (start_line, start_line+line_count-1) 391 for start_line, line_count in line_ranges])
|
/prebuilts/tools/common/google-java-format/ |
google-java-format-diff.py | 80 start_line = int(match.group(1)) 86 end_line = start_line + line_count - 1; 88 ['-lines', str(start_line) + ':' + str(end_line)])
|
/external/boringssl/src/crypto/test/ |
file_test.h | 87 unsigned start_line() const { return start_line_; } function in class:FileTest
|
/prebuilts/clang/host/darwin-x86/clang-3217047/bin/ |
git-clang-format | 295 The return value is a dictionary mapping filename to a list of (start_line, 308 start_line = int(match.group(1)) 313 matches.setdefault(filename, []).append(Range(start_line, line_count)) 390 '-lines=%s:%s' % (start_line, start_line+line_count-1) 391 for start_line, line_count in line_ranges])
|
/prebuilts/clang/host/linux-x86/clang-3217047/bin/ |
git-clang-format | 295 The return value is a dictionary mapping filename to a list of (start_line, 308 start_line = int(match.group(1)) 313 matches.setdefault(filename, []).append(Range(start_line, line_count)) 390 '-lines=%s:%s' % (start_line, start_line+line_count-1) 391 for start_line, line_count in line_ranges])
|
/external/protobuf/src/google/protobuf/stubs/ |
common_unittest.cc | 123 int start_line = __LINE__; local 131 "2 " __FILE__ ":" + SimpleItoa(start_line + 1) + ": An error.", 134 "1 " __FILE__ ":" + SimpleItoa(start_line + 2) + ": A warning.",
|
/system/extras/simpleperf/scripts/ |
pprof_proto_generator.py | 162 print('%sstart_line: %d' % (space, function.start_line)) 246 self.start_line = 0 479 function.start_line = source.line 528 profile_function.start_line = function.start_line
|
/toolchain/binutils/binutils-2.25/binutils/ |
coffgrok.c | 278 int start_line = rawsyms[i + 3].u.auxent.x_sym.x_misc.x_lnsz.x_lnno; local 289 res->lines[0] = start_line; 293 res->lines[c + 1] = s->lineno[l + c].line_number + start_line - 1;
|
/external/clang/tools/c-index-test/ |
c-index-test.c | 1014 unsigned start_line, start_column, end_line, end_column; local 1798 unsigned start_line = 1, start_col = 1; local 3687 unsigned start_line, start_column, end_line, end_column; local 3702 unsigned start_line, start_column, end_line, end_column; local 3712 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 862 source->errline = nesting.start_line; 902 nesting.start_line = source->line; 931 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 | 489 int start_line = line_; local 531 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);
|
/tools/repohooks/tools/ |
cpplint.py | [all...] |
/art/tools/ |
cpplint.py | [all...] |
/external/compiler-rt/lib/sanitizer_common/scripts/ |
cpplint.py | [all...] |
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/ |
descriptor.h | 110 int start_line; member in struct:google::protobuf::SourceLocation [all...] |
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/ |
descriptor.h | 110 int start_line; member in struct:google::protobuf::SourceLocation [all...] |
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/ |
descriptor.h | 110 int start_line; member in struct:google::protobuf::SourceLocation [all...] |