HomeSort by relevance Sort by last modified time
    Searched refs:SendCommand (Results 1 - 25 of 104) sorted by null

1 2 3 4 5

  /development/testrunner/
adb_interface.py 54 def SendCommand(self, command_string, timeout_time=60, retry_count=3):
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)
144 return self.SendCommand("install -r %s %s" % (extra_flags, apk_path))
165 output = self.SendCommand("root")
171 self.SendCommand("wait-for-device")
330 self.SendCommand("wait-for-device")
363 self.SendCommand("wait-for-device")
435 self.SendCommand("wait-for-device"
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_posix_libcdep.cc 165 if (const char *buf = SendCommand(/*is_data*/ false, stack->info.module,
175 SendCommand(/*is_data*/ true, info->module, info->module_offset)) {
184 const char *SendCommand(bool is_data, const char *module_name,
189 return symbolizer_process_->SendCommand(buffer_);
233 SendCommand(stack->info.module, stack->info.module_offset)) {
245 const char *SendCommand(const char *module_name, uptr module_offset) {
262 return addr2line->SendCommand(buffer_);
sanitizer_symbolizer_internal.h 75 const char *SendCommand(const char *command);
sanitizer_symbolizer_mac.cc 138 const char *buf = process_->SendCommand(command);
sanitizer_symbolizer_process_libcdep.cc 42 const char *SymbolizerProcess::SendCommand(const char *command) {
  /external/v8/include/
v8-debug.h 81 * client_data data value passed into Debug::SendCommand along with the
183 static void SendCommand(Isolate* isolate,
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES_Android.h 60 SLresult (*SendCommand) (SLAndroidEffectItf self,
  /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-12/arch-arm/usr/include/SLES/
OpenSLES_Android.h 60 SLresult (*SendCommand) (SLAndroidEffectItf self,
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/SLES/
OpenSLES_Android.h 60 SLresult (*SendCommand) (SLAndroidEffectItf self,
  /prebuilts/ndk/9/platforms/android-12/arch-x86/usr/include/SLES/
OpenSLES_Android.h 60 SLresult (*SendCommand) (SLAndroidEffectItf self,
  /prebuilts/ndk/9/platforms/android-13/arch-arm/usr/include/SLES/
OpenSLES_Android.h 60 SLresult (*SendCommand) (SLAndroidEffectItf self,
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/SLES/
OpenSLES_Android.h 60 SLresult (*SendCommand) (SLAndroidEffectItf self,
  /prebuilts/ndk/9/platforms/android-13/arch-x86/usr/include/SLES/
OpenSLES_Android.h 60 SLresult (*SendCommand) (SLAndroidEffectItf self,
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES_Android.h 60 SLresult (*SendCommand) (SLAndroidEffectItf self,
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/SLES/
OpenSLES_Android.h 60 SLresult (*SendCommand) (SLAndroidEffectItf self,
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES_Android.h 60 SLresult (*SendCommand) (SLAndroidEffectItf self,
  /external/v8/test/cctest/
test-debug.cc     [all...]

Completed in 1461 milliseconds

1 2 3 4 5