HomeSort by relevance Sort by last modified time
    Searched refs:_cmd (Results 1 - 25 of 389) 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; \
  /device/linaro/bootloader/arm-trusted-firmware/plat/socionext/uniphier/
uniphier_scp.c 90 static const uint8_t __uniphier_scp_##name##_cmd[] = { \
95 uniphier_scp_send_cmd(__uniphier_scp_##name##_cmd, \
96 ARRAY_SIZE(__uniphier_scp_##name##_cmd)); \
  /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)
  /external/python/cpython3/Lib/distutils/tests/
test_config.py 73 self._cmd = command
91 cmd = self._cmd(self.dist)
110 cmd = self._cmd(self.dist)
125 cmd = self._cmd(self.dist)
  /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 = ''
  /external/iproute2/ip/
ipfou.c 42 #define FOU_REQUEST(_req, _bufsiz, _cmd, _flags) \
44 FOU_GENL_VERSION, _cmd, _flags)
ipila.c 42 #define ILA_REQUEST(_req, _bufsiz, _cmd, _flags) \
44 ILA_GENL_VERSION, _cmd, _flags)
ipseg6.c 46 #define SEG6_REQUEST(_req, _bufsiz, _cmd, _flags) \
48 SEG6_GENL_VERSION, _cmd, _flags)
  /tools/test/connectivity/acts/framework/acts/controllers/sl4a_lib/
rpc_connection.py 84 resp = self._cmd(start_command)
100 def _cmd(self, command): member in class:RpcConnection
  /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 253 resp = self._cmd(cmd, self.uid)
285 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);
  /test/vts/testcases/template/binary_test/
binary_test_case.py 177 if not self._cmd:
180 return self._cmd
185 self._cmd = _SafeStrip(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))
  /tools/test/connectivity/acts/framework/tests/controllers/sl4a_lib/
rpc_connection_test.py 128 """Tests rpc_connection.RpcConnection._cmd().
133 connection._cmd('test')
  /external/toolchain-utils/automation/common/
command.py 16 self._cmd = cmd
22 cmdline = [os.path.join(self._path, self._cmd)]
  /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...]

Completed in 1162 milliseconds

1 2 3 4 5 6 7 8 91011>>