HomeSort by relevance Sort by last modified time
    Searched defs:_cmd (Results 1 - 7 of 7) sorted by null

  /test/vts/utils/python/controllers/
android.py 89 resp = self._cmd(cmd, uid)
104 def _cmd(self, command, uid=None): member in class:Android
sl4a_client.py 200 resp = self._cmd(cmd, self.uid)
216 def _cmd(self, command, uid=None): member in class:Sl4aClient
  /hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
driver_cmd_nl80211.c 174 char *_cmd = "SET_AP_WPS_P2P_IE"; local
192 buf_len = strlen(_cmd) + 3 + wpabuf_len(ap_wps_p2p_ie);
205 "%s %d",_cmd, cmd_arr[i].cmd);
  /tools/test/connectivity/acts/framework/acts/controllers/
sl4a_client.py 255 resp = self._cmd(cmd, self.uid)
287 def _cmd(self, command, uid=None): member in class:Sl4aClient
  /external/wpa_supplicant_8/src/common/
wpa_ctrl.c 476 const char *_cmd; local
487 _cmd = cmd_buf;
496 _cmd = cmd;
504 if (send(ctrl->s, _cmd, _cmd_len, 0) < 0) {
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
pimp.py 100 def _cmd(output, dir, *cmditems): function
141 exitstatus = _cmd(output, self._dir,
212 if _cmd(output, self._dir, cmd):
807 if _cmd(output, '/tmp', self._dict['Pre-install-command']):
840 if _cmd(output, '/tmp', self._dict['Post-install-command']):
865 if _cmd(output, self._buildDirname, self._dict['Pre-install-command']):
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
pimp.py 100 def _cmd(output, dir, *cmditems): function
141 exitstatus = _cmd(output, self._dir,
212 if _cmd(output, self._dir, cmd):
807 if _cmd(output, '/tmp', self._dict['Pre-install-command']):
840 if _cmd(output, '/tmp', self._dict['Post-install-command']):
865 if _cmd(output, self._buildDirname, self._dict['Pre-install-command']):
    [all...]

Completed in 538 milliseconds