Searched refs:_cmd (Results 1 - 25 of 27) sorted by relevance

12

/external/iproute2/include/
H A Dlibgenl.h6 #define GENL_REQUEST(_req, _bufsiz, _family, _hdrsiz, _ver, _cmd, _flags) \
18 .cmd = (_cmd), \
/external/openssh/regress/
H A Dsftp-perm.sh37 _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"
[all...]
/external/autotest/server/cros/
H A Dremote_command.py17 self._cmd = cmd
23 logging.info('Helper thread running: %s', self._cmd)
25 self._result = self._host.run(self._cmd, ignore_status=True)
/external/python/cpython2/Lib/distutils/tests/
H A Dtest_config.py71 self._cmd = command
86 cmd = self._cmd(self.dist)
107 cmd = self._cmd(self.dist)
/external/autotest/site_utils/
H A Ddump_to_cloudsql.py63 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 = ''
/external/iproute2/ip/
H A Dipfou.c41 #define FOU_REQUEST(_req, _bufsiz, _cmd, _flags) \
43 FOU_GENL_VERSION, _cmd, _flags)
H A Dtcp_metrics.c42 #define TCPM_REQUEST(_req, _bufsiz, _cmd, _flags) \
44 TCP_METRICS_GENL_VERSION, _cmd, _flags)
/external/iw/
H A Diw.c89 #define for_each_cmd(_cmd) \
90 for (_cmd = &__start___cmd; _cmd < &__stop___cmd; \
91 _cmd = (const struct cmd *)((char *)_cmd + cmd_size))
/external/python/cpython2/Lib/plat-mac/
H A Dpimp.py100 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']):
887 if _cmd(output, self._buildDirname, installcmd):
902 if _cmd(output, self._buildDirname, self._dict['Post-install-command']):
923 if _cmd(output, '/tmp', self._dict['Pre-install-command']):
935 if _cmd(outpu
[all...]
/external/toolchain-utils/automation/common/
H A Dcommand.py16 self._cmd = cmd
22 cmdline = [os.path.join(self._path, self._cmd)]
/external/wpa_supplicant_8/hostapd/src/common/
H A Dwpa_ctrl.c494 const char *_cmd; local
505 _cmd = cmd_buf;
514 _cmd = cmd;
522 if (send(ctrl->s, _cmd, _cmd_len, 0) < 0) {
/external/wpa_supplicant_8/src/common/
H A Dwpa_ctrl.c494 const char *_cmd; local
505 _cmd = cmd_buf;
514 _cmd = cmd;
522 if (send(ctrl->s, _cmd, _cmd_len, 0) < 0) {
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dwpa_ctrl.c494 const char *_cmd; local
505 _cmd = cmd_buf;
514 _cmd = cmd;
522 if (send(ctrl->s, _cmd, _cmd_len, 0) < 0) {
/external/conscrypt/
H A Dgradlew.bat77 rem the _cmd.exe /c_ return code!
/external/droiddriver/
H A Dgradlew.bat83 rem the _cmd.exe /c_ return code!
/external/drrickorang/LoopbackApp/
H A Dgradlew.bat83 rem the _cmd.exe /c_ return code!
/external/smali/
H A Dgradlew.bat77 rem the _cmd.exe /c_ return code!
/external/testng/
H A Dgradlew.bat83 rem the _cmd.exe /c_ return code!
/external/volley/
H A Dgradlew.bat77 rem the _cmd.exe /c_ return code!
/external/vulkan-validation-layers/demos/smoke/android/
H A Dgradlew.bat83 rem the _cmd.exe /c_ return code!
/external/walt/android/WALT/
H A Dgradlew.bat83 rem the _cmd.exe /c_ return code!
/external/chromium-trace/catapult/devil/devil/android/sdk/
H A Dadb_wrapper.py147 self._cmd = [AdbWrapper.GetAdbPath(), '-s', serial, 'shell']
162 self._process = subprocess.Popen(self._cmd,
/external/libmojo/third_party/catapult/devil/devil/android/sdk/
H A Dadb_wrapper.py130 self._cmd = [AdbWrapper.GetAdbPath(), '-s', serial, 'shell']
145 self._process = subprocess.Popen(self._cmd,
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 933 milliseconds

12