Searched defs:error_str (Results 1 – 12 of 12) sorted by relevance
/external/lldb/source/Utility/ |
D | PseudoTerminal.cpp | 86 PseudoTerminal::OpenFirstAvailableMaster (int oflag, char *error_str, size_t error_len) in OpenFirstAvailableMaster() 133 PseudoTerminal::OpenSlave (int oflag, char *error_str, size_t error_len) in OpenSlave() 172 PseudoTerminal::GetSlaveName (char *error_str, size_t error_len) const in GetSlaveName() 214 PseudoTerminal::Fork (char *error_str, size_t error_len) in Fork()
|
/external/linux-tools-perf/src/tools/lib/traceevent/ |
D | parse-filter.c | 43 static void show_error(char **error_str, const char *fmt, ...) in show_error() 337 enum event_type type, char **error_str) in create_arg_item() 425 char **error_str) in add_right() 889 char **error_str, int not) in process_filter() 1107 struct filter_arg **parg, char **error_str) in process_event() 1134 const char *filter_str, char **error_str) in filter_event() 1175 char **error_str) in pevent_filter_add_filter_str()
|
/external/strace/ |
D | count.c | 165 char error_str[sizeof(int)*3]; in call_summary_pers() local
|
/external/lldb/tools/debugserver/source/ |
D | debugserver.cpp | 1372 const char *error_str = remote->Context().LaunchStatus().AsString(); in main() local 1453 const char *error_str = remote->Context().LaunchStatus().AsString(); in main() local
|
/external/lldb/source/Plugins/Platform/gdb-server/ |
D | PlatformRemoteGDBServer.cpp | 332 std::string error_str; in LaunchProcess() local
|
/external/lldb/source/Interpreter/ |
D | ScriptInterpreterPython.cpp | 318 char error_str[1024]; in InputReaderCallback() local 327 char error_str[1024]; in InputReaderCallback() local 440 char error_str[1024]; in InputReaderCallback() local 896 char error_str[1024]; in InputReaderCallback() local 2326 char error_str[1024]; in RunEmbeddedPythonInterpreter() local
|
/external/lldb/tools/driver/ |
D | Driver.cpp | 1224 char error_str[1024]; in MainLoop() local
|
/external/lldb/source/Plugins/Process/gdb-remote/ |
D | ProcessGDBRemote.cpp | 735 std::string error_str; in DoLaunch() local 2661 char error_str[1024]; in MonitorDebugserverProcess() local
|
D | GDBRemoteCommunicationClient.cpp | 920 GDBRemoteCommunicationClient::GetLaunchSuccess (std::string &error_str) in GetLaunchSuccess()
|
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
D | toy-jit.cpp | 702 char error_str[64]; in Codegen() local
|
/external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
D | toy-jit.cpp | 720 char error_str[64]; in Codegen() local
|
/external/llvm/examples/Kaleidoscope/MCJIT/complete/ |
D | toy.cpp | 1162 char error_str[64]; in Codegen() local
|