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

  /hardware/qcom/wlan/qcwcn/wpa_supplicant_8_lib/
driver_cmd_nl80211.c 149 char *_cmd = "SET_AP_WPS_P2P_IE"; local
167 pbuf += sprintf(pbuf, "%s %d", _cmd, cmd_arr[i].cmd);
174 strlen(_cmd) + 3 + wpabuf_len(ap_wps_p2p_ie));
  /hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
driver_cmd_nl80211.c 169 char *_cmd = "SET_AP_WPS_P2P_IE"; local
187 buf_len = strlen(_cmd) + 3 + wpabuf_len(ap_wps_p2p_ie);
200 "%s %d",_cmd, cmd_arr[i].cmd);
  /external/lldb/utils/vim-lldb/python-vim-lldb/
vim_panes.py 96 def _cmd(cmd): function
  /external/wpa_supplicant_8/src/common/
wpa_ctrl.c 460 const char *_cmd; local
471 _cmd = cmd_buf;
480 _cmd = cmd;
488 if (send(ctrl->s, _cmd, _cmd_len, 0) < 0) {
  /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 322 milliseconds