Home
last modified time | relevance | path

Searched refs:GetOutputFile (Results 1 – 16 of 16) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_names.h94 string PROTOC_EXPORT GetOutputFile(const FileDescriptor* descriptor,
Dcsharp_generator.cc91 std::string filename = GetOutputFile(file, in Generate()
Dcsharp_helpers.cc371 std::string GetOutputFile(const FileDescriptor* descriptor, in GetOutputFile() function
/external/llvm-project/lldb/test/API/python_api/file_handle/
DTestFileHandle.py115 self.dbg.GetOutputFile().Flush()
260 self.dbg.GetOutputFile().Write(b'quux')
261 self.dbg.GetOutputFile().Flush()
358 self.dbg.GetOutputFile().Flush()
377 self.dbg.GetOutputFile().Flush()
396 self.dbg.GetOutputFile().Flush()
414 self.dbg.GetOutputFile().Flush()
432 self.dbg.GetOutputFile().Flush()
908 sbf = self.dbg.GetOutputFile()
/external/llvm-project/lldb/source/Commands/
DCommandObjectGUI.cpp33 File &output = debugger.GetOutputFile(); in DoExecute()
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
DScriptInterpreterLua.cpp38 debugger.GetOutputFile().GetStream(), in IOHandlerLuaInterpreter()
94 m_lua->ChangeIO(io_redirect.GetOutputFile()->GetStream(), in ExecuteOneLine()
/external/llvm-project/lldb/bindings/interface/
DSBDebugger.i201 return self->GetOutputFile().GetFile(); in GetOutputFileHandle()
231 GetOutputFile ();
/external/llvm-project/lldb/tools/driver/
DDriver.cpp502 result.PutOutput(m_debugger.GetOutputFile()); in MainLoop()
510 result.PutOutput(m_debugger.GetOutputFile()); in MainLoop()
577 result.PutOutput(m_debugger.GetOutputFile()); in MainLoop()
/external/llvm-project/lldb/include/lldb/API/
DSBDebugger.h105 SBFile GetOutputFile();
/external/llvm-project/lldb/include/lldb/Core/
DDebugger.h125 File &GetOutputFile() { return m_output_stream_sp->GetFile(); } in GetOutputFile() function
/external/llvm-project/lldb/source/API/
DSBDebugger.cpp421 SBFile SBDebugger::GetOutputFile() { in GetOutputFile() function in SBDebugger
422 LLDB_RECORD_METHOD_NO_ARGS(SBFile, SBDebugger, GetOutputFile); in GetOutputFile()
500 HandleProcessEvent(process, event, GetOutputFile(), GetErrorFile()); in HandleCommand()
1719 LLDB_REGISTER_METHOD(SBFile, SBDebugger, GetOutputFile, ()); in RegisterMethods()
/external/llvm-project/lldb/include/lldb/Interpreter/
DScriptInterpreter.h48 lldb::FileSP GetOutputFile() const { return m_output_file_sp->GetFileSP(); } in GetOutputFile() function
/external/zstd/contrib/pzstd/test/
DOptionsTest.cpp176 TEST(Options, GetOutputFile) { in TEST() argument
/external/llvm-project/lldb/source/Core/
DDebugger.cpp725 if (!GetOutputFile().GetIsTerminalWithColors()) in Debugger()
1164 GetOutputFile().GetDescriptor(), !should_close, unbuffered); in EnableLog()
/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp2528 debugger.GetOutputFile().Printf("Executing commands in '%s'.\n", in HandleCommandsFromFile()
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.cpp957 io_redirect.GetInputFile(), io_redirect.GetOutputFile(), in ExecuteOneLine()