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

1 2 3 4 5 6 7 8 91011>>

  /external/iproute2/include/
libgenl.h 6 #define GENL_REQUEST(_req, _bufsiz, _family, _hdrsiz, _ver, _cmd, _flags) \
18 .cmd = (_cmd), \
  /libcore/ojluni/src/main/native/
nio_util.h 33 #define RESTARTABLE(_cmd, _result) do { \
35 _result = _cmd; \
io_util_md.h 80 #define RESTARTABLE(_cmd, _result) do { \
82 _result = _cmd; \
PollArrayWrapper.c 35 #define RESTARTABLE(_cmd, _result) do { \
37 _result = _cmd; \
UnixCopyFile.c 35 #define RESTARTABLE(_cmd, _result) do { \
37 _result = _cmd; \
  /external/openssh/regress/
sftp-perm.sh 37 _cmd="$2"
42 # Plain (no options, mostly to test that _cmd is good)
45 run_client "$_cmd" || fail "plain $_desc failed"
50 run_client "$_cmd" && fail "read-only $_desc succeeded"
57 _cmd="$3"
62 # Plain (no options, mostly to test that _cmd is good)
65 run_client "$_cmd" || fail "plain $_op failed"
70 run_client "$_cmd" || fail "whitelisted $_op failed"
75 run_client "$_cmd" && fail "blacklisted $_op succeeded"
80 run_client "$_cmd" && fail "no whitelist $_op succeeded
    [all...]
  /external/autotest/server/cros/
remote_command.py 17 self._cmd = cmd
23 logging.info('Helper thread running: %s', self._cmd)
25 self._result = self._host.run(self._cmd, ignore_status=True)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_config.py 71 self._cmd = command
86 cmd = self._cmd(self.dist)
107 cmd = self._cmd(self.dist)
  /external/python/cpython2/Lib/distutils/tests/
test_config.py 71 self._cmd = command
86 cmd = self._cmd(self.dist)
107 cmd = self._cmd(self.dist)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_config.py 71 self._cmd = command
86 cmd = self._cmd(self.dist)
107 cmd = self._cmd(self.dist)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_config.py 71 self._cmd = command
86 cmd = self._cmd(self.dist)
107 cmd = self._cmd(self.dist)
  /external/autotest/site_utils/
dump_to_cloudsql.py 63 self._cmd += data[:-1] if data[-1] == '\n' else data
64 if self._cmd[-1] != ';':
68 self._cursor.execute(self._cmd.decode('utf-8'))
69 self._cmd = ''
86 self._cmd = ''
  /test/vts/testcases/template/binary_test/
binary_test_case.py 155 if not self._cmd:
158 return self._cmd
163 self._cmd = _SafeStrip(cmd)
  /external/iproute2/ip/
ipfou.c 41 #define FOU_REQUEST(_req, _bufsiz, _cmd, _flags) \
43 FOU_GENL_VERSION, _cmd, _flags)
  /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);
  /external/iw/
iw.c 89 #define for_each_cmd(_cmd) \
90 for (_cmd = &__start___cmd; _cmd < &__stop___cmd; \
91 _cmd = (const struct cmd *)((char *)_cmd + cmd_size))
  /external/toolchain-utils/automation/common/
command.py 16 self._cmd = cmd
22 cmdline = [os.path.join(self._path, self._cmd)]
  /tools/test/connectivity/acts/framework/acts/controllers/
sl4a_client.py 255 resp = self._cmd(cmd, self.uid)
289 def _cmd(self, command, uid=None): member in class:Sl4aClient
  /external/python/cpython2/Lib/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/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...]
  /external/wpa_supplicant_8/src/common/
wpa_ctrl.c 494 const char *_cmd; local
505 _cmd = cmd_buf;
514 _cmd = cmd;
522 if (send(ctrl->s, _cmd, _cmd_len, 0) < 0) {
  /developers/build/
gradlew.bat 83 rem the _cmd.exe /c_ return code!

Completed in 659 milliseconds

1 2 3 4 5 6 7 8 91011>>