/external/lldb/source/Utility/ |
D | PseudoTerminal.cpp | 86 PseudoTerminal::OpenFirstAvailableMaster (int oflag, char *error_str, size_t error_len) in OpenFirstAvailableMaster() argument 88 if (error_str) in OpenFirstAvailableMaster() 89 error_str[0] = '\0'; in OpenFirstAvailableMaster() 95 if (error_str) in OpenFirstAvailableMaster() 96 ::strerror_r (errno, error_str, error_len); in OpenFirstAvailableMaster() 103 if (error_str) in OpenFirstAvailableMaster() 104 ::strerror_r (errno, error_str, error_len); in OpenFirstAvailableMaster() 112 if (error_str) in OpenFirstAvailableMaster() 113 ::strerror_r (errno, error_str, error_len); in OpenFirstAvailableMaster() 133 PseudoTerminal::OpenSlave (int oflag, char *error_str, size_t error_len) in OpenSlave() argument [all …]
|
/external/lldb/include/lldb/Utility/ |
D | PseudoTerminal.h | 96 Fork (char *error_str, size_t error_len); 153 GetSlaveName (char *error_str, size_t error_len) const; 186 OpenFirstAvailableMaster (int oflag, char *error_str, size_t error_len); 219 OpenSlave (int oflag, char *error_str, size_t error_len);
|
/external/strace/ |
D | count.c | 162 char error_str[sizeof(int)*3]; in call_summary_pers() local 198 error_str[0] = '\0'; in call_summary_pers() 200 sprintf(error_str, "%u", cc->errors); in call_summary_pers() 210 error_str, sysent[idx].sys_name); in call_summary_pers() 217 error_str[0] = '\0'; in call_summary_pers() 219 sprintf(error_str, "%u", error_cum); in call_summary_pers() 222 call_cum, error_str, "total"); in call_summary_pers()
|
/external/autotest/server/cros/clique_lib/ |
D | clique_dut_updater.py | 143 error_str = 'Host: ' + dut_host + '. ' + e 144 logging.error(error_str) 153 error_str = 'Host: ' + dut_host + '. ' + e 154 logging.error(error_str) 159 error_str = 'Host: ' + dut_host + '. Expected version of ' + \ 162 logging.error(error_str)
|
/external/autotest/client/site_tests/telemetry_UnitTests/ |
D | telemetry_UnitTests.py | 33 error_str = run_chromeos_tests.RunChromeOSTests(browser_type, 35 if error_str: 36 raise error.TestFail(error_str)
|
/external/libchrome/base/json/ |
D | json_file_value_serializer.cc | 106 std::string* error_str) { in Deserialize() argument 112 if (error_str) in Deserialize() 113 *error_str = GetErrorMessageForCode(error); in Deserialize() 119 return deserializer.Deserialize(error_code, error_str); in Deserialize()
|
D | json_string_value_serializer.cc | 53 std::string* error_str) { in Deserialize() argument 57 error_code, error_str); in Deserialize()
|
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/ |
D | errorrules.py | 58 for error_str in FLAGS.disable: 61 error_num = int(error_str)
|
/external/lldb/tools/driver/ |
D | Driver.cpp | 1224 char error_str[1024]; in MainLoop() local 1225 …if (m_editline_pty.OpenFirstAvailableMaster(O_RDWR|O_NOCTTY, error_str, sizeof(error_str)) == fals… in MainLoop() 1227 ::fprintf (stderr, "error: failed to open driver pseudo terminal : %s", error_str); in MainLoop() 1232 const char *driver_slave_name = m_editline_pty.GetSlaveName (error_str, sizeof(error_str)); in MainLoop() 1235 … ::fprintf (stderr, "error: failed to get slave name for driver pseudo terminal : %s", error_str); in MainLoop() 1257 …if (editline_output_pty.OpenFirstAvailableMaster (O_RDWR|O_NOCTTY, error_str, sizeof (error_str)) … in MainLoop() 1259 ::fprintf (stderr, "error: failed to open output pseudo terminal : %s", error_str); in MainLoop() 1264 … const char *output_slave_name = editline_output_pty.GetSlaveName (error_str, sizeof(error_str)); in MainLoop() 1267 … ::fprintf (stderr, "error: failed to get slave name for output pseudo terminal : %s", error_str); in MainLoop()
|
/external/lldb/source/Plugins/Platform/gdb-server/ |
D | PlatformRemoteGDBServer.cpp | 332 std::string error_str; in LaunchProcess() local 333 if (m_gdb_client.GetLaunchSuccess (error_str)) in LaunchProcess() 341 error.SetErrorString (error_str.c_str()); in LaunchProcess()
|
/external/lldb/source/Interpreter/ |
D | ScriptInterpreterPython.cpp | 318 char error_str[1024]; in InputReaderCallback() local 319 …f (script_interpreter->m_embedded_thread_pty.OpenFirstAvailableMaster (O_RDWR|O_NOCTTY, error_str, in InputReaderCallback() 320 … sizeof(error_str))) in InputReaderCallback() 327 char error_str[1024]; in InputReaderCallback() local 328 …lave_name = script_interpreter->m_embedded_thread_pty.GetSlaveName (error_str, sizeof (error_str)); in InputReaderCallback() 440 char error_str[1024]; in InputReaderCallback() local 441 …lave_name = script_interpreter->m_embedded_thread_pty.GetSlaveName (error_str, sizeof (error_str)); in InputReaderCallback() 896 char error_str[1024]; in InputReaderCallback() local 897 …f (script_interpreter->m_embedded_python_pty.OpenFirstAvailableMaster (O_RDWR|O_NOCTTY, error_str, in InputReaderCallback() 898 … sizeof(error_str))) in InputReaderCallback() [all …]
|
/external/lldb/tools/debugserver/source/ |
D | debugserver.cpp | 1372 const char *error_str = remote->Context().LaunchStatus().AsString(); in main() local 1373 …ogSTDERR ("error: failed to attach process %i: %s\n", attach_pid, error_str ? error_str : "unknown… in main() 1453 const char *error_str = remote->Context().LaunchStatus().AsString(); in main() local 1454 …TDERR ("error: failed to launch process %s: %s\n", argv_sub_zero, error_str ? error_str : "unknown… in main()
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/ |
D | tracker_file.py | 453 def RaiseUnwritableTrackerFileException(tracker_file_name, error_str): argument 456 (tracker_file_name, error_str))
|
/external/lldb/source/Plugins/Process/gdb-remote/ |
D | ProcessGDBRemote.cpp | 735 std::string error_str; in DoLaunch() local 736 if (m_gdb_comm.GetLaunchSuccess (error_str)) in DoLaunch() 742 error.SetErrorString (error_str.c_str()); in DoLaunch() 2661 char error_str[1024]; in MonitorDebugserverProcess() local 2666 …::snprintf (error_str, sizeof (error_str), DEBUGSERVER_BASENAME " died with signal %s", signal_cst… in MonitorDebugserverProcess() 2668 … ::snprintf (error_str, sizeof (error_str), DEBUGSERVER_BASENAME " died with signal %i", signo); in MonitorDebugserverProcess() 2672 …::snprintf (error_str, sizeof (error_str), DEBUGSERVER_BASENAME " died with an exit status of 0x%8… in MonitorDebugserverProcess() 2675 process->SetExitStatus (-1, error_str); in MonitorDebugserverProcess()
|
D | GDBRemoteCommunicationClient.h | 89 GetLaunchSuccess (std::string &error_str);
|
D | GDBRemoteCommunicationClient.cpp | 920 GDBRemoteCommunicationClient::GetLaunchSuccess (std::string &error_str) in GetLaunchSuccess() argument 922 error_str.clear(); in GetLaunchSuccess() 931 error_str = response.GetStringRef().substr(1); in GetLaunchSuccess() 935 error_str.assign ("unknown error occurred launching process"); in GetLaunchSuccess() 940 error_str.assign ("timed out waiting for app to launch"); in GetLaunchSuccess()
|
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
D | toy-jit.cpp | 702 char error_str[64]; in Codegen() local 703 sprintf(error_str, "Unknown function referenced %s", Callee.c_str()); in Codegen() 704 return ErrorV(error_str); in Codegen()
|
/external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
D | toy-jit.cpp | 720 char error_str[64]; in Codegen() local 721 sprintf(error_str, "Unknown function referenced %s", Callee.c_str()); in Codegen() 722 return ErrorV(error_str); in Codegen()
|
/external/autotest/client/site_tests/video_YouTubePage/ |
D | video_YouTubePage.py | 117 def assert_event_state(self, event, op, error_str): argument
|
/external/llvm/examples/Kaleidoscope/MCJIT/complete/ |
D | toy.cpp | 1162 char error_str[64]; in Codegen() local 1163 sprintf(error_str, "Unknown function referenced %s", Callee.c_str()); in Codegen() 1164 return ErrorV(error_str); in Codegen()
|
/external/libchrome/base/ |
D | values.h | 536 std::string* error_str) = 0;
|