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

1 2 3

  /external/chromium-trace/catapult/third_party/gsutil/gslib/
command_runner.py 131 """Returns dict mapping each command_name to implementing class."""
139 command_map[command.command_spec.command_name] = command
188 command.command_spec.command_name, add_help=False)
201 def RunNamedCommand(self, command_name, args=None, headers=None, debug=0,
210 command_name: The name of the command being run.
229 self.MaybeCheckForAndOfferSoftwareUpdate(command_name, debug)):
230 command_name = 'update'
243 if command_name not in self.command_map:
245 command_name, self.command_map.keys(), n=1)
253 elif command_name == 'update' and gslib.IS_PACKAGE_INSTALL
    [all...]
name_expansion.py 82 def __init__(self, command_name, debug, logger, gsutil_api, url_strs,
89 command_name: name of command being run.
133 self.command_name = command_name
234 post_step2_iter, self.recursion_requested, self.command_name,
300 def NameExpansionIterator(command_name, debug, logger, gsutil_api, url_strs,
311 command_name: name of command being run.
336 command_name, debug, logger, gsutil_api, url_strs, recursion_requested,
445 def __init__(self, tuple_iter, recursion_requested, command_name,
453 command_name: Command name for user message
    [all...]
command.py 81 def CreateGsutilLogger(command_name):
90 command_name: Command name to create logger for.
95 log = logging.getLogger(command_name)
292 'command_name',
336 def CreateCommandSpec(command_name, usage_synopsis=None,
345 command_name=command_name,
361 return self.command_spec.command_name
362 command_name = property(_GetDefaultCommandName) variable in class:Command
381 '"%(command_name)s" command. This will stop working on 9/9/2014.
    [all...]
aclhelpers.py 224 def Execute(self, storage_url, current_acl, command_name, logger):
231 command_name: String name of comamnd being run (e.g., 'acl').
238 'Executing %s %s on %s', command_name, self.raw_descriptor, storage_url)
241 if command_name == 'acl' and storage_url.IsObject():
246 elif command_name == 'defacl':
311 def Execute(self, storage_url, current_acl, command_name, logger):
313 'Executing %s %s on %s', command_name, self.raw_descriptor, storage_url)
  /system/extras/simpleperf/
main.cpp 60 std::string command_name = args[0]; local
63 LOG(DEBUG) << "command '" << command_name << "' starts running";
65 LOG(DEBUG) << "command '" << command_name << "' "
  /system/weaved/buffet/
binder_weave_service.cc 62 std::string command_name = ToString(command); local
63 device_->AddCommandHandler(component_name, command_name,
66 component_name, command_name));
82 const std::string& command_name,
86 client_->onCommand(ToString16(component_name), ToString16(command_name),
binder_weave_service.h 59 const std::string& command_name,
  /system/bt/vendor_libs/test_vendor_lib/src/
test_channel_transport.cc 98 std::string command_name(command_name_raw.begin(), command_name_raw.end());
100 command_name.data());
102 if (command_name == "CLOSE_TEST_CHANNEL") {
123 command_handler_(command_name, args);
  /external/libweave/src/commands/
command_queue.cc 16 const std::string& command_name) {
17 return component_path + ":" + command_name;
38 const std::string& command_name,
40 if (!command_name.empty()) {
46 command.second->GetName() == command_name &&
52 std::string key = GetCommandHandlerKey(component_path, command_name);
54 << command_name << " already has handler";
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
app2.py 236 command_name = line.partition(' ')[0].lower()
238 if command_name in self._commands:
239 usage = self._commands[command_name].usage
294 def do_help(self, command_name):
295 """Print the help for command_name (if present) or general help."""
317 if not command_name:
325 elif command_name in self._commands:
326 print(FormatOneCmd(command_name, self._commands[command_name],
327 command_names=[command_name]))
    [all...]
  /system/weaved/libweaved/
service.cc 184 const std::string& command_name,
207 const std::string& command_name,
243 std::string command_name; member in struct:weaved::ServiceImpl::CommandHandlerEntry
326 const std::string& command_name,
328 CHECK(!component.empty() && !command_name.empty());
332 base::StringPrintf("%s.%s", trait_name.c_str(), command_name.c_str());
336 entry.command_name = full_command_name;
392 const std::string& command_name,
395 << command_name; local
398 entry.command_name == command_name)
    [all...]
  /external/autotest/server/hosts/
rpc_server_tracker.py 44 def _setup_rpc(self, port, command_name, remote_pid=None):
74 @param command_name: The name of the remote process, to terminate
82 self._rpc_proxy_map[port] = (command_name, tunnel_proc, remote_pid)
86 def xmlrpc_connect(self, command, port, command_name=None,
119 @param command_name String to use as input to `pkill` to
143 rpc_url = self._setup_rpc(port, command_name, remote_pid=remote_pid)
  /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
notification.py 201 self.command_name)
204 self.command_name)
257 (subcommand, self.command_name))
versioning.py 115 % (self.command_name))
171 action_subcommand, self.command_name, self.command_name))
defacl.py 202 self.command_name)
212 self.command_name)
243 self.command_name))
313 (action_subcommand, self.command_name))
cors.py 144 self.command_name)
202 (action_subcommand, self.command_name))
lifecycle.py 137 self.command_name)
191 (subcommand, self.command_name))
  /external/libweave/src/
component_manager.h 137 // |command_name| is a full path of the command, including trait name and
141 const std::string& command_name,
151 // Finds a command definition, where |command_name| is in the form of
154 const std::string& command_name) const = 0;
157 virtual bool GetMinimalRole(const std::string& command_name,
mock_component_manager.h 56 const std::string& command_name,
65 const base::DictionaryValue*(const std::string& command_name));
67 bool(const std::string& command_name,
device_manager.cc 154 const std::string& command_name,
156 component_manager_->AddCommandHandler(component, command_name, callback);
184 void DeviceManager::AddCommandHandler(const std::string& command_name,
186 if (command_name.empty())
189 auto trait = SplitAtFirst(command_name, ".", true).first;
192 component_manager_->AddCommandHandler(component, command_name, callback);
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/gen/
command_registry.py 127 command_name = self.__GetCommandName(method_info.method_id)
154 extended_field.name, command_name)
186 name=command_name,
187 class_name=self.__names.ClassName(command_name),
207 command_name = method_id
209 if command_name.startswith(prefix):
210 command_name = command_name[len(prefix):]
211 command_name = command_name.replace('.', '_'
    [all...]
  /external/autotest/server/cros/
interactive_client.py 34 command_name=
  /external/autotest/server/cros/network/
apmanager_service_provider.py 26 command_name=constants.APMANAGER_XMLRPC_SERVER_CLEANUP_PATTERN,
  /external/chromium-trace/catapult/telemetry/telemetry/
benchmark_runner.py 391 command_name = 'run'
394 command_name = arg
398 if command_name == 'help' and len(sys.argv) > 2 and sys.argv[2] == 'run':
399 command_name = 'run'
407 commands = _MatchingCommands(command_name, all_commands)
410 % (command_name, _ScriptName()))
  /external/libweave/include/weave/
device.h 110 // |command_name| is the full command name of the command to handle. e.g.
112 // Empty |component| and |command_name| sets default handler for all unhanded
116 const std::string& command_name,
184 // |command_name| is the full command name of the command to handle. e.g.
186 // Empty |command_name| sets default handler for all unhanded commands.
190 const std::string& command_name,

Completed in 759 milliseconds

1 2 3