/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 | 49 start_line = lines[-1] 56 start_line = lines[i] 58 return start_line 72 start_line = self._find_logs_start_line() 73 log_cmd = 'tail -n +%s /var/log/messages | grep -i touch' % start_line
|
/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)
|
/external/chromium-trace/catapult/third_party/gsutil/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...] |
/external/chromium-trace/catapult/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 | 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 | 84 start_line = int(match.group(1)) 90 end_line = start_line + line_count - 1; 92 ['-lines', str(start_line) + ':' + str(end_line)])
|
git-clang-format | 273 The return value is a dictionary mapping filename to a list of (start_line, 286 start_line = int(match.group(1)) 291 matches.setdefault(filename, []).append(Range(start_line, line_count)) 363 '-lines=%s:%s' % (start_line, start_line+line_count-1) 364 for start_line, line_count in line_ranges])
|
/external/autotest/client/site_tests/hardware_VideoOutSemiAuto/ |
hardware_VideoOutSemiAuto.py | 42 start_line = int(utils.system_output(graphics_utils.xcommand( 58 lines_between = end_line - start_line - 1
|
/external/boringssl/src/crypto/test/ |
file_test.h | 97 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.",
|
/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 | 998 unsigned start_line, start_column, end_line, end_column; local 1745 unsigned start_line = 1, start_col = 1; local 3534 unsigned start_line, start_column, end_line, end_column; local 3549 unsigned start_line, start_column, end_line, end_column; local 3559 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 870 source->errline = nesting.start_line; 910 nesting.start_line = source->line; 939 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/catapult/third_party/WebOb/webob/ |
request.py | [all...] |
/external/chromium-trace/catapult/third_party/coverage/coverage/ctracer/ |
tracer.c | 132 static int start_line = 27; variable 783 if (strstr(MyBytes_AS_STRING(ascii), start_file) && frame->f_lineno == start_line) { [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...] |
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/ |
descriptor.h | 110 int start_line; member in struct:google::protobuf::SourceLocation [all...] |