Searched defs:SendCommand (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dstub_devtools_client.cc28 Status StubDevToolsClient::SendCommand(const std::string& method, function in class:StubDevToolsClient
H A Ddevtools_client_impl.cc142 Status DevToolsClientImpl::SendCommand( function in class:DevToolsClientImpl
333 Status enable_status = SendCommand("Inspector.enable", enable_params);
/external/chromium_org/tools/android/forwarder2/
H A Dcommand.cc80 bool SendCommand(command::Type command, int port, Socket* socket) { function in namespace:forwarder2
/external/chromium_org/content/browser/devtools/
H A Drenderer_overrides_handler_browsertest.cc19 scoped_refptr<DevToolsProtocol::Response> SendCommand( function in class:content::RendererOverridesHandlerTest
/external/chromium_org/third_party/android_testrunner/
H A Dadb_interface.py54 def SendCommand(self, command_string, timeout_time=20, retry_count=3): member in class:AdbInterface
90 return self.SendCommand("shell %s" % cmd, timeout_time=timeout_time,
111 self.SendCommand("push %s %s" % (src, dest), timeout_time=60)
128 self.SendCommand("pull %s %s" % (src, dest), timeout_time=60)
153 output = self.SendCommand("root")
158 self.SendCommand("wait-for-device")
321 self.SendCommand("wait-for-device")
367 self.SendCommand("wait-for-device")
439 self.SendCommand("wait-for-device")
481 output = self.SendCommand("syn
[all...]
/external/chromium_org/chrome/browser/devtools/
H A Dadb_client_socket.cc62 SendCommand(base::StringPrintf(kHostTransportCommand, serial_.c_str()),
70 SendCommand(socket_name_, true,
248 SendCommand(query, is_void,
354 void AdbClientSocket::SendCommand(const std::string& command, function in class:__anon4855::AdbClientSocket
H A Dport_forwarding_controller.cc291 void SendCommand(const std::string& method, int port);
399 SendCommand(method, port);
403 void PortForwardingController::Connection::SendCommand( function in class:PortForwardingController::Connection
/external/chromium_org/chrome/test/chromedriver/net/
H A Dadb_client_socket.cc63 SendCommand(base::StringPrintf(kHostTransportCommand, serial_.c_str()),
71 SendCommand(base::StringPrintf(kLocalAbstractCommand, socket_name_.c_str()),
269 SendCommand(query, is_void,
381 void AdbClientSocket::SendCommand(const std::string& command, function in class:__anon7311::AdbClientSocket
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_libcdep.cc113 char *SendCommand(bool is_data, const char *module_name, uptr module_offset) { function in class:__sanitizer::ExternalSymbolizer
211 char *SendCommand(bool is_data, const char *module_name, uptr module_offset) { function in class:__sanitizer::InternalSymbolizer
254 char *SendCommand(bool is_data, const char *module_name, uptr module_offset) { function in class:__sanitizer::InternalSymbolizer
275 const char *str = SendCommand(false, module_name, module_offset);
337 const char *str = SendCommand(true, module_name, module_offset);
377 char *SendCommand(bool is_data, const char *module_name, uptr module_offset) { function in class:__sanitizer::Symbolizer
383 return internal_symbolizer_->SendCommand(is_data, module_name,
394 char *reply = external_symbolizer_->SendCommand(is_data, module_name,
/external/chromium/chrome/browser/safe_browsing/
H A Dsafe_browsing_blocking_page_test.cc261 void SendCommand(const std::string& command) { function in class:SafeBrowsingBlockingPageTest
382 SendCommand("\"proceed\"");
414 SendCommand("\"takeMeBack\""); // Simulate the user clicking "back"
425 SendCommand("\"proceed\""); // Simulate the user clicking "proceed"
437 SendCommand("\"takeMeBack\""); // Simulate the user clicking "proceed"
449 SendCommand("\"proceed\""); // Simulate the user clicking "proceed".
461 SendCommand("\"reportError\""); // Simulate the user clicking "report error"
476 SendCommand("\"learnMore\""); // Simulate the user clicking "learn more"
492 SendCommand("\"takeMeBack\""); // Simulate the user clicking "back"
508 SendCommand("\"procee
[all...]
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_blocking_page_test.cc401 void SendCommand(const std::string& command) { function in class:SafeBrowsingBlockingPageTest
512 // below, and crbug.com/76460), we use SendCommand to trigger the callback
515 SendCommand("\"proceed\"");
/external/chromium_org/v8/src/
H A Dapi.cc6995 void Debug::SendCommand(Isolate* isolate, function in class:v8::Debug
7005 void Debug::SendCommand(const uint16_t* command, int length, function in class:v8::Debug
/external/v8/src/
H A Dapi.cc5666 void Debug::SendCommand(const uint16_t* command, int length, function in class:v8::Debug

Completed in 1282 milliseconds