HomeSort by relevance Sort by last modified time
    Searched refs:command_name (Results 51 - 69 of 69) sorted by null

1 23

  /external/autotest/server/cros/network/
wifi_client.py 88 command_name = constants.SHILL_BRILLO_XMLRPC_SERVER_CLEANUP_PATTERN
92 command_name = constants.ANDROID_XMLRPC_SERVER_CLEANUP_PATTERN
104 command_name = constants.SHILL_XMLRPC_SERVER_CLEANUP_PATTERN
109 command_name=command_name,
    [all...]
  /external/tpm2/generator/
tpm_table.py 374 command_name = self._title.split()[2]
375 if command_name not in self._command_map:
376 command = Command(command_name)
377 self._command_map[command_name] = command
379 command = self._command_map[command_name]
  /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
cp.py     [all...]
du.py 237 % self.command_name)
ls.py 396 % self.command_name)
setmeta.py 181 self.command_name, self.debug, self.logger, self.gsutil_api,
  /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
test_command_runner.py 299 FakeCommandWithInvalidCompleter.command_spec.command_name:
319 FakeCommandWithCompleters.command_spec.command_name:
  /external/autotest/server/cros/multimedia/
remote_facade_factory.py 135 command_name=(
  /external/iw/
iw.h 150 const char *command_name(enum nl80211_commands cmd);
info.c 428 printf("\t\t * %s\n", command_name(nla_get_u32(nl_cmd)));
678 printf("%d (0x%x): %s\n", i, i, command_name(i));
util.c 267 const char *command_name(enum nl80211_commands cmd) function
event.c 613 gnlh->cmd, command_name(gnlh->cmd));
  /external/autotest/scheduler/
drone_utility.py 133 'comm': command_name,
153 def _refresh_processes(self, command_name, open=open,
155 """Refreshes process info for the given command_name.
160 @param command_name: The name of the command, eg 'autoserv'.
171 if info['comm'] == command_name or is_parse:
  /system/bt/vendor_libs/test_vendor_lib/src/
dual_mode_controller.cc 179 #define SET_TEST_HANDLER(command_name, method) \
180 active_test_channel_commands_[command_name] = \
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
cmd.py 34 # (command_name : string, predicate : unbound_method | string | None)
275 if hasattr(self, 'command_name'):
276 return self.command_name
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
cmd.py 34 # (command_name : string, predicate : unbound_method | string | None)
275 if hasattr(self, 'command_name'):
276 return self.command_name
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
cmd.py 34 # (command_name : string, predicate : unbound_method | string | None)
275 if hasattr(self, 'command_name'):
276 return self.command_name
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
cmd.py 34 # (command_name : string, predicate : unbound_method | string | None)
275 if hasattr(self, 'command_name'):
276 return self.command_name
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
copy_helper.py 391 command_name):
401 command_name: Name of command making call. May not be the same as the
402 calling class's self.command_name in the case of commands implemented
413 'source form of the %s command.' % command_name)
    [all...]

Completed in 323 milliseconds

1 23