/external/lldb/test/functionalities/data-formatter/data-formatter-python-synth/ |
TestDataFormatterPythonSynth.py | 46 self.line = line_number('main.cpp', '// Set break point at this line.') 47 self.line2 = line_number('main.cpp', '// Set cast break point at this line.') 48 self.line3 = line_number('main.cpp', '// Set second cast break point at this line.')
|
/external/lldb/test/lang/cpp/dynamic-value/ |
TestDynamicValue.py | 36 self.do_something_line = line_number('pass-to-base.cpp', '// Break here in doSomething.') 37 self.main_first_call_line = line_number('pass-to-base.cpp', 39 self.main_second_call_line = line_number('pass-to-base.cpp',
|
/external/lldb/test/lang/objc/foundation/ |
TestObjCMethods.py | 119 self.line = line_number(self.main_source, '// Set break point at this line.') 237 line_number = cur_frame.GetLineEntry().GetLine() 238 self.assertTrue (line_number == self.line, "Hit the first breakpoint.")
|
/external/lldb/test/lang/objc/objc-dynamic-value/ |
TestObjCDynamicValue.py | 44 self.set_property_line = line_number(self.source_name, '// This is the line in setProperty, make sure we step to here.') 45 self.handle_SourceBase = line_number(self.source_name, 47 self.main_before_setProperty_line = line_number(self.source_name,
|
/external/lldb/test/python_api/value/change_values/ |
TestChangeValueAPI.py | 40 self.line = line_number('main.c', '// Stop here and set values') 41 self.check_line = line_number('main.c', '// Stop here and check values') 42 self.end_line = line_number ('main.c', '// Set a breakpoint here at the end')
|
/external/chromium_org/tools/deep_memory_profiler/lib/ |
deep_dump.py | 367 def _extract_stacktrace_lines(self, line_number): 373 line_number: A line number to start parsing in lines. 379 (line_number, _) = skip_while( 380 line_number, len(self._lines), 382 stacktrace_start = line_number 383 (line_number, _) = skip_while( 384 line_number, len(self._lines), 386 self._stacktrace_lines = self._lines[stacktrace_start:line_number]
|
/external/llvm/utils/lit/lit/ |
TestRunner.py | 307 (line_number, command_type, line). 334 line_number = 1 340 line_number += data.count(to_bytes('\n'), last_match_position, 349 yield (line_number, str(keyword[:-1].decode('ascii')), 403 for line_number, command_type, ln in \ 410 ln = re.sub('%\(line\)', str(line_number), ln) 413 return str(line_number + int(match.group(2))) 415 return str(line_number - int(match.group(2)))
|
/external/chromium_org/base/ |
tracked_objects_unittest.cc | 79 EXPECT_EQ(kLineNumber, process_data.tasks[0].birth.location.line_number); 225 EXPECT_EQ(kLineNumber, process_data.tasks[0].birth.location.line_number); 242 process_data.descendants[0].parent.location.line_number); 249 process_data.descendants[0].child.location.line_number); 517 process_data_post_reset.tasks[0].birth.location.line_number); 616 EXPECT_EQ(kLineNumber, process_data.tasks[0].birth.location.line_number); 629 process_data.tasks[1].birth.location.line_number); 770 int t0 = (process_data.tasks[0].birth.location.line_number == kLineNumber) ? 777 EXPECT_EQ(kLineNumber, process_data.tasks[t0].birth.location.line_number); 790 process_data.tasks[t1].birth.location.line_number); [all...] |
/external/chromium_org/chrome/tools/profile_reset/ |
jtl_compiler.cc | 219 error_details->line_number = mismatched_quotes_line; 234 error_details->line_number = parser.GetLastLineNumber(); 244 error_details->line_number = parser.GetLastLineNumber();
|
jtl_compiler_frontend.cc | 93 std::cerr << " Line number: " << (error.line_number + 1) << std::endl;
|
/external/chromium_org/third_party/closure_linter/closure_linter/ |
javascripttokenizer.py | 360 def _CreateToken(self, string, token_type, line, line_number, values=None): 367 line_number: The line number of the token. 373 line_number, values, line_number)
|
/external/lldb/test/python_api/target/ |
TestTargetAPI.py | 109 self.line1 = line_number('main.c', '// Find the line number for breakpoint 1 here.') 110 self.line2 = line_number('main.c', '// Find the line number for breakpoint 2 here.') 209 line = line_number('main.c', '// a(3) -> c(3)')
|
/external/lldb/test/python_api/thread/ |
TestThreadAPI.py | 113 self.break_line = line_number("main.cpp", "// Set break point at this line and check variable 'my_char'.") 115 self.step_out_of_malloc = line_number("main2.cpp", "// thread step-out of malloc into function b.") 116 self.after_3_step_overs = line_number("main2.cpp", "// we should reach here after 3 step-over's.")
|
/art/runtime/base/ |
logging.cc | 124 line_number(line),
|
/external/chromium_org/android_webview/browser/net/ |
aw_network_delegate.cc | 95 void AwNetworkDelegate::OnPACScriptError(int line_number,
|
aw_network_delegate.h | 69 virtual void OnPACScriptError(int line_number,
|
/external/chromium_org/content/browser/service_worker/ |
service_worker_context_core.cc | 374 int line_number, 385 error_message, line_number, column_number, source_url)); 393 int line_number, 403 source_identifier, message_level, message, line_number, source_url));
|
service_worker_dispatcher_host.h | 99 int line_number,
|
/external/chromium_org/content/common/ |
child_process_messages.h | 25 IPC_STRUCT_TRAITS_MEMBER(line_number)
|
/external/chromium_org/content/shell/browser/ |
shell_network_delegate.cc | 72 void ShellNetworkDelegate::OnPACScriptError(int line_number,
|
/external/chromium_org/net/proxy/ |
network_delegate_error_observer_unittest.cc | 56 virtual void OnPACScriptError(int line_number,
|
/external/chromium_org/sync/api/ |
sync_error.cc | 155 location_->line_number(),
|
/external/lldb/test/api/check_public_api_headers/ |
TestPublicAPIHeaders.py | 65 self.line_to_break = line_number(self.source, '// Set breakpoint here.')
|
/external/lldb/test/functionalities/abbreviation/ |
TestAbbreviations.py | 104 lldbutil.check_breakpoint_result (self, match_object, file_name='main.cpp', line_number=32, num_locations=1)
|
/external/lldb/test/functionalities/conditional_break/ |
TestConditionalBreak.py | 69 line = line_number('main.c',
|