Searched refs:init_file (Results 1 - 3 of 3) sorted by relevance

/external/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2408 FileSpec init_file; local
2416 init_file.SetFile ("./.lldbinit", true);
2437 init_file.SetFile (program_init_file_name, true);
2438 if (!init_file.Exists())
2439 init_file.Clear();
2443 if (!init_file && !m_skip_lldbinit_files)
2444 init_file.SetFile (init_file_path, true);
2450 if (init_file.Exists())
2458 HandleCommandsFromFile (init_file, exe_ctx, stop_on_continue, stop_on_error, echo_commands, print_results, eLazyBoolNo, result);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
H A Dpep8.py1409 self.report.init_file(self.filename, self.lines, expected, line_offset)
1482 def init_file(self, filename, lines, expected, line_offset): member in class:BaseReport
1566 def init_file(self, filename, lines, expected, line_offset): member in class:StandardReport
1569 return super(StandardReport, self).init_file(
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_browsertest.cc4065 base::FilePath init_file = GetTestPath("init_session_storage.html"); local
4068 base::Bind(&CreateMockInterceptorOnIO, kInitURL, init_file));
4115 base::FilePath init_file = GetTestPath("init_session_storage.html"); local
4118 base::Bind(&CreateMockInterceptorOnIO, kInitURL, init_file));

Completed in 109 milliseconds