/third_party/skia/third_party/externals/freetype/src/tools/ |
D | chktrcmp.py | 61 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 )
|
/third_party/jerryscript/tools/vera++/scripts/rules/ |
D | jerry_braces_on_separate_line.tcl | 30 set line_num [lindex $token 1] 54 if {$tok_type == "identifier" && $line_num != [lindex $prev_tok 1]} { 55 … report $file_name $line_num "type name should be on the same line with the rightbrace" 67 lappend lines $line_num 89 report $file_name $line_num "unmatched brace" 98 } elseif {[lindex $prev_tok 1] == $line_num} { 99 report $file_name $line_num "brace should be placed on a separate line" 104 if {[lindex $prev_tok 1] == $line_num} { 105 report $file_name $line_num "brace should be placed on a separate line"
|
D | jerry_braces_same_line_or_column.tcl | 24 set line_num [lindex $token 1] 32 set prev_tok_line $line_num 48 lappend lines $line_num 51 if {[lindex $lines end] != $line_num && [lindex $cols end] != $col_num} { 52 … report $file_name $line_num "matching braces should be on the same line or column" 57 report $file_name $line_num "unmatched brace"
|
D | jerry_always_curly.tcl | 28 set line_num [lindex $token 1] 42 report $file_name $line_num "unexpected right parentheses" 45 report $file_name $line_num "unexpected token: $tok_type" 80 report $file_name $line_num "unmatched brace"
|
D | jerry_typecast_space_parentheses.tcl | 17 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"
|
D | jerry_funcname_space_parentheses.tcl | 17 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"
|
D | jerry_no_space_after_opening_parentheses.tcl | 17 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"
|
D | jerry_no_space_before_closing_parentheses.tcl | 17 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"
|
D | jerry_identifier_no_space_bracket.tcl | 17 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"
|
D | jerry_pointer_declarator_space.tcl | 17 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 declar…
|
/third_party/protobuf/objectivec/DevTools/ |
D | pddm.py | 386 def TryAppend(self, line, line_num): argument 441 def TryAppend(self, line, line_num): argument 454 def TryAppend(self, line, line_num): argument 464 (directive, line_num, self.first_line)) 512 def TryAppend(self, line, line_num): argument 521 (directive, line_num, self.first_line)) 542 def TryAppend(self, line, line_num): argument 575 for line_num, line in enumerate(lines, 1): 577 cur_section = self._MakeSection(line, line_num) 578 was_added, accept_more = cur_section.TryAppend(line, line_num) [all …]
|
/third_party/libsnd/tests/ |
D | utils.tpl | 55 void check_file_hash_or_die (const char *filename, uint64_t target_hash, int line_num) ; 127 void check_log_buffer_or_die (SNDFILE *file, int line_num) ; 131 void test_sf_format_or_die (const SF_INFO *info, int line_num) ; 134 (const char *filename, int mode, SF_INFO *sfinfo, int allow_fd, int line_num) ; 137 (SNDFILE *file, int line_num, int pass, sf_count_t read_pos, sf_count_t write_pos) ; 140 (SNDFILE *file, sf_count_t offset, int whence, sf_count_t new_pos, int channels, int line_num) ; 145 …ile, int pass, [+ (get "io_element") +] *test, sf_count_t [+ (get "count_name") +], int line_num) ; 149 test_read_raw_or_die (SNDFILE *file, int pass, void *test, sf_count_t items, int line_num) ; 154 …nt pass, const [+ (get "io_element") +] *test, sf_count_t [+ (get "count_name") +], int line_num) ; 158 test_write_raw_or_die (SNDFILE *file, int pass, const void *test, sf_count_t items, int line_num) ; [all …]
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | regexcst.pl | 30 $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/ |
D | regexcst.pl | 30 $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/icu/icu4c/source/i18n/ |
D | regexcst.pl | 30 $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/skia/third_party/externals/tint/src/diagnostic/ |
D | formatter.cc | 197 for (size_t line_num = rng.begin.line; in format() local 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/node/deps/icu-small/source/common/ |
D | rbbicst.pl | 31 $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/skia/third_party/externals/icu/source/common/ |
D | rbbicst.pl | 31 $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/icu/icu4c/source/common/ |
D | rbbicst.pl | 31 $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/jerryscript/jerry-debugger/ |
D | jerry_client.py | 60 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/libdrm/amdgpu/ |
D | amdgpu_asic_id.c | 113 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/ffmpeg/libavcodec/ |
D | snow_dwt.h | 89 #define slice_buffer_get_line(slice_buf, line_num) \ argument 90 ((slice_buf)->line[line_num] ? (slice_buf)->line[line_num] \ 92 (line_num)))
|
/third_party/node/deps/v8/src/ic/ |
D | ic-stats.cc | 93 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/ |
D | label_db.c | 91 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/skia/third_party/externals/spirv-tools/utils/ |
D | check_copyright.py | 177 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):
|