Home
last modified time | relevance | path

Searched refs:line_num (Results 1 - 25 of 60) sorted by relevance

123

/third_party/skia/third_party/externals/freetype/src/tools/
H A Dchktrcmp.py61 line_num = 0 variable
63 line_num = line_num + 1 variable
68 USED_COMPONENT[component_name].append( "%s:%d" % ( src_pathname, line_num ) )
70 USED_COMPONENT[component_name] = [ "%s:%d" % ( src_pathname, line_num ) ]
81 line_num = 0 variable
83 line_num = line_num + 1 variable
90 ( component_name, KNOWN_COMPONENT[component_name], line_num )
93 ( os.path.basename( f ), line_num )
[all...]
/third_party/protobuf/objectivec/DevTools/
H A Dpddm.py386 def TryAppend(self, line, line_num):
391 line_num: The number of the line.
441 def TryAppend(self, line, line_num):
454 def TryAppend(self, line, line_num):
464 (directive, line_num, self.first_line))
512 def TryAppend(self, line, line_num):
521 (directive, line_num, self.first_line))
542 def TryAppend(self, line, line_num):
575 for line_num, line in enumerate(lines, 1):
577 cur_section = self._MakeSection(line, line_num)
[all...]
/third_party/skia/third_party/externals/tint/src/diagnostic/
H A Dformatter.cc197 for (size_t line_num = rng.begin.line; in format()
198 (line_num <= rng.end.line) && in format()
199 (line_num <= src.file_content->lines.size()); in format()
200 line_num++) { in format()
201 auto& line = src.file_content->lines[line_num - 1]; in format()
227 if (line_num == rng.begin.line && line_num == rng.end.line) { in format()
232 } else if (line_num == rng.begin.line) { in format()
236 } else if (line_num == rng.end.line) { in format()
/third_party/jerryscript/jerry-debugger/
H A Djerry_client.py60 line_num = src_check_args(args)
61 if line_num >= 0:
62 self.debugger.display = line_num
146 line_num = src_check_args(args)
147 if line_num >= 0:
148 write(self.debugger.print_source(line_num, 0))
253 line_num = int(args)
254 if line_num < 0:
258 return line_num
/third_party/jerryscript/tools/vera++/scripts/rules/
H A Djerry_no_space_before_closing_parentheses.tcl17 proc check_part_of_the_file {file line_num col_start col_end} {
22 set line [getLine $file $line_num]
26 report $file $line_num "there should be no blank characters before closing parentheses"
H A Djerry_no_space_after_opening_parentheses.tcl17 proc check_part_of_the_file {file line_num col_start col_end} {
22 set line [getLine $file $line_num]
26 report $file $line_num "there should be no blank characters after opening parentheses"
H A Djerry_funcname_space_parentheses.tcl17 proc check_part_of_the_file {file line_num col_start col_end} {
21 set line [getLine $file $line_num]
30 report $file $line_num "there should be exactly one space before left parentheses"
H A Djerry_identifier_no_space_bracket.tcl17 proc check_part_of_the_file {file line_num col_start col_end} {
22 set line [getLine $file $line_num]
26 report $file $line_num "there should be no spaces between identifier and left bracket"
H A Djerry_pointer_declarator_space.tcl17 proc check_part_of_the_file {file line_num col_start col_end} {
22 set line [getLine $file $line_num]
28 report $file $line_num "there should be a space between the referenced type and the pointer declarator."
H A Djerry_typecast_space_parentheses.tcl17 proc check_part_of_the_file {file line_num col_start col_end} {
22 set line [getLine $file $line_num]
26 report $file $line_num "there should be exactly one space after right parentheses"
/third_party/ffmpeg/libavcodec/
H A Dsnow_dwt.h89 #define slice_buffer_get_line(slice_buf, line_num) \
90 ((slice_buf)->line[line_num] ? (slice_buf)->line[line_num] \
92 (line_num)))
/third_party/libdrm/amdgpu/
H A Damdgpu_asic_id.c113 int line_num = 1; in amdgpu_parse_asic_ids() local
131 line_num++; in amdgpu_parse_asic_ids()
148 line_num++; in amdgpu_parse_asic_ids()
153 AMDGPU_ASIC_ID_TABLE, line_num, line); in amdgpu_parse_asic_ids()
/third_party/node/deps/v8/src/ic/
H A Dic-stats.cc93 line_num(-1), in ICInfo()
106 line_num = -1; in Reset()
128 if (line_num != -1) value->SetInteger("lineNum", line_num); in AppendToTracedValue()
/third_party/selinux/libselinux/src/
H A Dlabel_db.c91 process_line(const char *path, char *line_buf, unsigned int line_num, in process_line() argument
114 path, line_num); in process_line()
150 path, line_num, type); in process_line()
245 unsigned int line_num = 0; in db_init() local
327 if (process_line(path, line_buf, ++line_num, catalog) < 0) in db_init()
/third_party/icu/icu4c/source/i18n/
H A Dregexcst.pl30 $line_num = 0; # The line number in the input file.
40 $line_num++;
90 $state_line_num[$num_states] = $line_num; # remember line number with each state
103 print " rbbicsts: at line $line_num, bad character literal or character class name.\n";
124 print " rbbicsts: at line $line_num, destination state missing.\n";
136 print " rbbicsts: at line $line_num, expected state after ^ (no spaces).\n";
154 print " rbbicsts: at line $line_num, unexpected extra stuff on input line.\n";
/third_party/node/deps/icu-small/source/i18n/
H A Dregexcst.pl30 $line_num = 0; # The line number in the input file.
40 $line_num++;
90 $state_line_num[$num_states] = $line_num; # remember line number with each state
103 print " rbbicsts: at line $line_num, bad character literal or character class name.\n";
124 print " rbbicsts: at line $line_num, destination state missing.\n";
136 print " rbbicsts: at line $line_num, expected state after ^ (no spaces).\n";
154 print " rbbicsts: at line $line_num, unexpected extra stuff on input line.\n";
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
H A Dfile_process.py82 def process_line(self, line_num, line):
98 for line_num, line in enumerate(file_handle, 1):
101 processing_line_num = line_num
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dregexcst.pl30 $line_num = 0; # The line number in the input file.
40 $line_num++;
90 $state_line_num[$num_states] = $line_num; # remember line number with each state
103 print " rbbicsts: at line $line_num, bad character literal or character class name.\n";
124 print " rbbicsts: at line $line_num, destination state missing.\n";
136 print " rbbicsts: at line $line_num, expected state after ^ (no spaces).\n";
154 print " rbbicsts: at line $line_num, unexpected extra stuff on input line.\n";
/third_party/libsnd/Scripts/
H A Dcstyle.py109 self.line_num = 1
178 self.line_num = 1
191 self.line_num += 1
233 print ("%s (%d) : %s" % (self.filename, self.line_num, msg))
/third_party/skia/third_party/externals/spirv-tools/utils/
H A Dcheck_copyright.py177 line_num = 0
181 line_num += 1
185 apache_expected_end = line_num + LICENSED_LEN
186 if (line_num is apache_expected_end) and APACHE2_END_RE.search(line):
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/
H A Dcheck_copyright.py177 line_num = 0
181 line_num += 1
185 apache_expected_end = line_num + LICENSED_LEN
186 if (line_num is apache_expected_end) and APACHE2_END_RE.search(line):
/third_party/spirv-tools/utils/
H A Dcheck_copyright.py196 line_num = 0
200 line_num += 1
204 apache_expected_end = line_num + LICENSED_LEN
205 if (line_num is apache_expected_end) and APACHE2_END_RE.search(line):
/third_party/mesa3d/src/amd/compiler/tests/
H A Dcheck_output.py188 def format_error_lines(at, line_num, column_num, ctx, line):
189 pred = '%s line %d, column %d of %s: "' % (at, line_num, column_num, ctx)
423 line_num = 1
436 test.append((line_num, line.strip()))
437 line_num += 1
440 for line_num, check in [(line_num, l[2:]) for line_num, l in test if l.startswith('//')]:
441 parse_check(variant, check, checks, 'line %d of %s' % (line_num, os.path.split(fname)[1]))
/third_party/icu/icu4c/source/common/
H A Drbbicst.pl31 $line_num = 0; # The line number in the input file.
41 $line_num++;
91 $state_line_num[$num_states] = $line_num; # remember line number with each state
104 print " rbbicsts: at line $line_num, bad character literal or character class name.\n";
125 print " rbbicsts: at line $line_num, destination state missing.\n";
137 print " rbbicsts: at line $line_num, expected state after ^ (no spaces).\n";
155 print " rbbicsts: at line $line_num, unexpected extra stuff on input line.\n";
/third_party/node/deps/icu-small/source/common/
H A Drbbicst.pl31 $line_num = 0; # The line number in the input file.
41 $line_num++;
91 $state_line_num[$num_states] = $line_num; # remember line number with each state
104 print " rbbicsts: at line $line_num, bad character literal or character class name.\n";
125 print " rbbicsts: at line $line_num, destination state missing.\n";
137 print " rbbicsts: at line $line_num, expected state after ^ (no spaces).\n";
155 print " rbbicsts: at line $line_num, unexpected extra stuff on input line.\n";

Completed in 12 milliseconds

123