/external/llvm/utils/lint/ |
common_lint.py | 21 line_num = 1 25 lint.append((filename, line_num, 27 line_num += 1 43 line_num = 1 46 lint.append((filename, line_num, 'Tab found instead of whitespace')) 47 line_num += 1 64 line_num = 1 67 lint.append((filename, line_num, 'Trailing whitespace')) 68 line_num += 1
|
cpp_lint.py | 31 line_num = 1 46 lint.append((filename, line_num, 57 lint.append((filename, line_num, 62 lint.append((filename, line_num, 68 line_num += 1
|
/external/chromium_org/third_party/libyuv/tools/valgrind-libyuv/memcheck/ |
PRESUBMIT.py | 41 for line, line_num in zip(f.NewContents(), 56 (line, f.LocalPath(), line_num, 61 (line, f.LocalPath(), line_num, 64 suppressions[line] = (f, line_num) 71 (line, f.LocalPath(), line_num)) 85 line_num))
|
/external/chromium_org/tools/valgrind/memcheck/ |
PRESUBMIT.py | 25 for line, line_num in zip(f.NewContents(), 40 (line, f.LocalPath(), line_num, 45 (line, f.LocalPath(), line_num, 48 suppressions[line] = (f, line_num) 55 (line, f.LocalPath(), line_num)) 69 line_num))
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
exception_safety.ipp | 65 execution_path_point( exec_path_point_type t, const_string file, std::size_t line_num ) 68 , m_line_num( line_num ) 118 virtual void exception_point( const_string file, std::size_t line_num, const_string description ); 119 virtual bool decision_point( const_string file, std::size_t line_num ); 120 virtual unsigned enter_scope( const_string file, std::size_t line_num, const_string scope_name ); 122 virtual void allocated( const_string file, std::size_t line_num, void* p, std::size_t s ); 256 exception_safety_tester::exception_point( const_string file, std::size_t line_num, const_string description ) 262 execution_path_point( EPP_EXCEPT, file, line_num ) ); 275 exception_safety_tester::decision_point( const_string file, std::size_t line_num ) 282 m_execution_path[m_exec_path_point].m_line_num == line_num, [all...] |
test_tools.ipp | 118 const_string file_name, std::size_t line_num, 161 unit_test_log << unit_test::log::begin( file_name, line_num ) 171 unit_test_log << unit_test::log::begin( file_name, line_num ) << ll; 201 unit_test_log << unit_test::log::begin( file_name, line_num ) 228 unit_test_log << unit_test::log::begin( file_name, line_num ) << ll; 252 unit_test_log << unit_test::log::begin( file_name, line_num ) << ll; 268 unit_test_log << unit_test::log::begin( file_name, line_num ) 320 unit_test_log << unit_test::log::begin( file_name, line_num ) 342 unit_test_log << unit_test::log::begin( file_name, line_num )
|
unit_test_log.ipp | 115 void set_checkpoint( const_string file, std::size_t line_num, const_string msg ) 119 m_checkpoint_data.m_line_num = line_num; 245 unit_test_log_t::set_checkpoint( const_string file, std::size_t line_num, const_string msg ) 247 s_log_impl().set_checkpoint( file, line_num, msg );
|
/external/chromium_org/tools/lsan/ |
PRESUBMIT.py | 18 for line_num, line in enumerate(f.NewContents()): 24 (line, f.LocalPath(), line_num))
|
/external/chromium_org/tools/strict_enum_value_checker/ |
strict_enum_value_checker.py | 35 def Contains(self, line_num): 36 return self.first_line <= line_num and line_num <= self.last_line 58 line_num = 1 # Line numbers are 1-based 61 first_enum_line = line_num + 1 63 last_enum_line = line_num 64 line_num += 1 186 line_num = 0 198 line_num = new_line_num 204 line_num += [all...] |
strict_enum_value_checker_test.py | 97 line_num = 0 105 line_num = int(m.groups(1)[0]) 108 self._cached_changed_contents.append((line_num, line[1:])) 110 line_num += 1
|
/external/chromium_org/tools/git/ |
git-diff-ide.py | 44 line_num = 0; 71 line_num = int(new_nr.split(',')[0]) 74 print current_file + ':' + repr(line_num) + ':' + line 85 line_num += 1
|
/system/extras/tests/fstest/ |
perm_checker.c | 70 static uid_t str2uid(char *str, int line_num) 78 printf("# ERROR # Invalid uid '%s' reading line %d\n", str, line_num); 84 static gid_t str2gid(char *str, int line_num) 92 printf("# ERROR # Invalid gid '%s' reading line %d\n", str, line_num); 98 static void add_rule(int line_num, char *spec, 115 line_num); 119 pr->rule_line = line_num; 139 pr->min_uid = str2uid(min_uid_buf, line_num); 140 pr->max_uid = str2uid(max_uid_buf, line_num); 141 pr->min_gid = str2gid(min_gid_buf, line_num); [all...] |
/external/chromium_org/chrome/app/ |
PRESUBMIT.py | 24 for f, line_num, line in input_api.RightHandSideLines(filename_filter): 26 problems.append('%s:%d' % (f.LocalPath(), line_num))
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/ |
interaction_based.hpp | 106 std::size_t /*line_num*/, 109 std::size_t /*line_num*/ ) { return true; } 111 std::size_t /*line_num*/, 115 std::size_t /*line_num*/, 162 scope_guard( const_string file, std::size_t line_num, const_string scope_name ) 164 m_scope_index = manager::instance().enter_scope( file, line_num, scope_name );
|
/external/chromium_org/ |
PRESUBMIT.py | 345 for line_num, line in f.ChangedContents(): 347 problems.append(' %s:%d' % (f.LocalPath(), line_num)) 364 for line_num, line in f.ChangedContents(): 368 problems.append(' %s:%d' % (f.LocalPath(), line_num)) 401 for line_num, line in f.ChangedContents(): 414 problems.append(' %s:%d:' % (f.LocalPath(), line_num)) 420 for line_num, line in f.ChangedContents(): 441 problems.append(' %s:%d:' % (f.LocalPath(), line_num)) 483 for line_num, line in f.ChangedContents(): 485 problems.append(' %s:%d' % (f.LocalPath(), line_num)) [all...] |
/external/bluetooth/bluedroid/osi/src/ |
config.c | 184 int line_num = 0; local 191 ++line_num; 200 ALOGD("%s unterminated section name on line %d.", __func__, line_num); 208 ALOGD("%s no key/value separator found on line %d.", __func__, line_num);
|
/external/qemu/android/utils/ |
lineinput.c | 20 int line_num; member in struct:LineInput 109 input->line_num += 1; 117 input->line_num += 1; 133 return input->line_num;
|
/external/valgrind/main/callgrind/ |
fn.c | 419 HChar fn_name[FN_NAME_LEN], UInt* line_num, 454 if (line_num) *line_num=0; 459 if (line_num) *line_num=line; 464 if (line_num) *line_num=line; 469 if (line_num) *line_num=0; 493 UInt line_num; local [all...] |
/cts/tools/dasm/src/dasm/ |
Scanner.java | 98 public int line_num, token_line_num, char_num; field in class:Scanner 108 line_num = 1; 144 line_num++; 204 token_line_num = line_num; 213 token_line_num = line_num;
|
/external/chromium_org/third_party/icu/source/common/ |
rbbicst.pl | 27 $line_num = 0; # The line number in the input file. 37 $line_num++; 87 $state_line_num[$num_states] = $line_num; # remember line number with each state 100 print " rbbicsts: at line $line_num, bad character literal or character class name.\n"; 121 print " rbbicsts: at line $line_num, destination state missing.\n"; 133 print " rbbicsts: at line $line_num, expected state after ^ (no spaces).\n"; 151 print " rbbicsts: at line $line_num, unexpected extra stuff on input line.\n";
|
/external/chromium_org/third_party/icu/source/i18n/ |
regexcst.pl | 28 $line_num = 0; # The line number in the input file. 38 $line_num++; 88 $state_line_num[$num_states] = $line_num; # remember line number with each state 101 print " rbbicsts: at line $line_num, bad character literal or character class name.\n"; 122 print " rbbicsts: at line $line_num, destination state missing.\n"; 134 print " rbbicsts: at line $line_num, expected state after ^ (no spaces).\n"; 152 print " rbbicsts: at line $line_num, unexpected extra stuff on input line.\n";
|
/external/icu/icu4c/source/common/ |
rbbicst.pl | 27 $line_num = 0; # The line number in the input file. 37 $line_num++; 87 $state_line_num[$num_states] = $line_num; # remember line number with each state 100 print " rbbicsts: at line $line_num, bad character literal or character class name.\n"; 121 print " rbbicsts: at line $line_num, destination state missing.\n"; 133 print " rbbicsts: at line $line_num, expected state after ^ (no spaces).\n"; 151 print " rbbicsts: at line $line_num, unexpected extra stuff on input line.\n";
|
/external/icu/icu4c/source/i18n/ |
regexcst.pl | 28 $line_num = 0; # The line number in the input file. 38 $line_num++; 88 $state_line_num[$num_states] = $line_num; # remember line number with each state 101 print " rbbicsts: at line $line_num, bad character literal or character class name.\n"; 122 print " rbbicsts: at line $line_num, destination state missing.\n"; 134 print " rbbicsts: at line $line_num, expected state after ^ (no spaces).\n"; 152 print " rbbicsts: at line $line_num, unexpected extra stuff on input line.\n";
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
csv.py | 81 self.line_num = 0 93 self.line_num = self.reader.line_num 101 if self.line_num == 0: 105 self.line_num = self.reader.line_num
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
csv.py | 81 self.line_num = 0 93 self.line_num = self.reader.line_num 101 if self.line_num == 0: 105 self.line_num = self.reader.line_num
|