HomeSort by relevance Sort by last modified time
    Searched refs:SendCommand (Results 26 - 50 of 112) sorted by null

12 3 4 5

  /external/chromium_org/chrome/test/chromedriver/chrome/
console_logger.cc 40 return client->SendCommand("Console.enable", params);
navigation_tracker.cc 77 return client_->SendCommand("Page.enable", empty_params);
devtools_client_impl.h 83 virtual Status SendCommand(const std::string& method,
devtools_client_impl.cc 134 Status DevToolsClientImpl::SendCommand(
323 Status enable_status = SendCommand("Inspector.enable", enable_params);
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES_Android.h 58 SLresult (*SendCommand) (SLAndroidEffectItf self,
  /external/chromium_org/chrome/browser/devtools/
adb_client_socket.cc 63 SendCommand(base::StringPrintf(kHostTransportCommand, serial_.c_str()),
71 SendCommand(socket_name_, true,
249 SendCommand(query, is_void,
355 void AdbClientSocket::SendCommand(const std::string& command,
  /external/chromium_org/chrome/test/chromedriver/net/
adb_client_socket.cc 64 SendCommand(base::StringPrintf(kHostTransportCommand, serial_.c_str()),
72 SendCommand(base::StringPrintf(kLocalAbstractCommand, socket_name_.c_str()),
270 SendCommand(query, is_void,
382 void AdbClientSocket::SendCommand(const std::string& command,
  /external/chromium_org/v8/include/
v8-debug.h 102 * client_data data value passed into Debug::SendCommand along with the
251 static void SendCommand(const uint16_t* command, int length,
  /external/v8/include/
v8-debug.h 136 * client_data data value passed into Debug::SendCommand along with the
283 static void SendCommand(const uint16_t* command, int length,
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES_Android.h 58 SLresult (*SendCommand) (SLAndroidEffectItf self,
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES_Android.h 58 SLresult (*SendCommand) (SLAndroidEffectItf self,
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES_Android.h 58 SLresult (*SendCommand) (SLAndroidEffectItf self,
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES_Android.h 58 SLresult (*SendCommand) (SLAndroidEffectItf self,
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES_Android.h 58 SLresult (*SendCommand) (SLAndroidEffectItf self,
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES_Android.h 58 SLresult (*SendCommand) (SLAndroidEffectItf self,
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/SLES/
OpenSLES_Android.h 58 SLresult (*SendCommand) (SLAndroidEffectItf self,
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES_Android.h 58 SLresult (*SendCommand) (SLAndroidEffectItf self,
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES_Android.h 58 SLresult (*SendCommand) (SLAndroidEffectItf self,
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/SLES/
OpenSLES_Android.h 58 SLresult (*SendCommand) (SLAndroidEffectItf self,
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES_Android.h 58 SLresult (*SendCommand) (SLAndroidEffectItf self,
  /external/chromium_org/build/android/pylib/
android_commands.py 276 out = self._adb.SendCommand('get-state')
299 self._adb.SendCommand('wait-for-device')
351 self._adb.SendCommand('reboot')
368 self._adb.SendCommand('reboot -p')
382 return self._adb.SendCommand(uninstall_command, timeout_time=60)
406 return self._adb.SendCommand(install_cmd,
456 out = self._adb.SendCommand('remount')
486 self._adb.SendCommand('wait-for-device')
769 assert _HasAdbPushSucceeded(self._adb.SendCommand(command))
851 output = self._adb.SendCommand(push_command, timeout_time=30 * 60
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/core/chrome/
adb_commands.py 65 ret = self._adb.Adb().SendCommand('forward %s %s' % (local, remote))
  /external/chromium_org/v8/test/cctest/
test-debug.cc     [all...]
  /external/v8/test/cctest/
test-debug.cc     [all...]
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES_Android.h 62 SLresult (*SendCommand) (SLAndroidEffectItf self,

Completed in 1476 milliseconds

12 3 4 5