HomeSort by relevance Sort by last modified time
    Searched refs:Adb (Results 1 - 3 of 3) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/
messages.properties 20 DeviceView_ADB_Error=Adb Error
21 DeviceView_ADB_Failed_Restart=Adb failed to restart\!\n\nMake sure the plugin is properly configured.
36 DeviceView_Reset_ADB=Reset adb
37 DeviceView_Reset_ADB_Host_Deamon=Reset the adb host daemon
93 PreferencePage_ADB_Connection_Time_Out=ADB connection time out (ms):
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
messages.properties 41 RemoteAdtTestRunner_RunAdbCommandRejectedException_s=Adb rejected command: %s
  /external/oprofile/
oprofile_android 76 # ADB wrapper
77 class Adb:
79 self._base_args = ['adb']
174 self.adb = Adb(serial_number)
246 rc, output = self.adb.shell(['cat', '/proc/kallsyms'], echo=False)
255 rc, output = self.adb.shell(['/system/xbin/opcontrol'] + self._opcontrol_verbose_arg() + [
270 rc, output = self.adb.shell(['/system/xbin/opcontrol'] + self._opcontrol_verbose_arg() + [
282 rc, output = self.adb.shell(['/system/xbin/opcontrol'] + self._opcontrol_verbose_arg() + [
294 rc, output = self.adb.shell(['/system/xbin/opcontrol'] + self._opcontrol_verbose_arg() +
    [all...]

Completed in 54 milliseconds