Searched refs:command_args (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/component_updater/test/
H A Dcomponent_patcher_unittest.cc71 scoped_ptr<base::DictionaryValue> command_args(new base::DictionaryValue());
72 command_args->SetString("output", "output.bin");
73 command_args->SetString("sha256", binary_output_hash);
74 command_args->SetString("op", "create");
75 command_args->SetString("patch", "binary_output.bin");
79 ComponentUnpacker::Error result = op->Run(command_args.get(),
99 scoped_ptr<base::DictionaryValue> command_args(new base::DictionaryValue());
100 command_args->SetString("output", "output.bin");
101 command_args->SetString("sha256", binary_output_hash);
102 command_args
[all...]
/external/oprofile/
H A Doprofile_android85 def shell(self, command_args, echo=True):
86 return self._adb('shell', command_args, echo)
91 def _adb(self, command, command_args, echo):
92 return execute(self._base_args + [command] + command_args, echo)
178 command_args = args[1:]
183 rc = self.do_setup(command_args)
185 rc = self.do_shutdown(command_args)
187 rc = self.do_start(command_args)
189 rc = self.do_stop(command_args)
191 rc = self.do_status(command_args)
[all...]
/external/chromium_org/chrome/browser/component_updater/
H A Dcomponent_patcher_operation.cc56 ComponentUnpacker::Error DeltaUpdateOp::Run(base::DictionaryValue* command_args, argument
63 if (!command_args->GetString(kOutput, &output_rel_path) ||
64 !command_args->GetString(kSha256, &output_sha256_))
70 command_args, input_dir, installer);
112 base::DictionaryValue* command_args,
116 if (!command_args->GetString(kInput, &input_rel_path))
137 base::DictionaryValue* command_args,
141 if (!command_args->GetString(kPatch, &patch_rel_path))
162 base::DictionaryValue* command_args,
167 if (!command_args
111 DoParseArguments( base::DictionaryValue* command_args, const base::FilePath& input_dir, ComponentInstaller* installer) argument
136 DoParseArguments( base::DictionaryValue* command_args, const base::FilePath& input_dir, ComponentInstaller* installer) argument
161 DoParseArguments( base::DictionaryValue* command_args, const base::FilePath& input_dir, ComponentInstaller* installer) argument
193 DoParseArguments( base::DictionaryValue* command_args, const base::FilePath& input_dir, ComponentInstaller* installer) argument
[all...]
H A Dcomponent_patcher_operation.h33 base::DictionaryValue* command_args,
51 base::DictionaryValue* command_args,
74 base::DictionaryValue* command_args,
97 base::DictionaryValue* command_args,
119 base::DictionaryValue* command_args,
142 base::DictionaryValue* command_args,
H A Dcomponent_patcher.cc67 base::DictionaryValue* command_args =
69 scoped_ptr<DeltaUpdateOp> operation(CreateDeltaUpdateOp(command_args));
74 command_args, input_dir, unpack_dir, patcher, installer, error);
/external/chromium_org/v8/src/
H A Dd8-posix.cc191 bool Init(Handle<Value> arg0, Handle<Array> command_args) { argument
204 for (unsigned j = 0; j < command_args->Length(); i++, j++) {
205 Handle<Value> arg(command_args->Get(Integer::New(j)));
456 Handle<Array> command_args;
462 command_args = Handle<Array>::Cast(args[1]);
464 command_args = Array::New(0);
466 if (command_args->Length() > ExecArgs::kMaxArgs) {
479 if (!exec_args.Init(args[0], command_args)) {
/external/v8/src/
H A Dd8-posix.cc191 bool Init(Handle<Value> arg0, Handle<Array> command_args) { argument
204 for (unsigned j = 0; j < command_args->Length(); i++, j++) {
205 Handle<Value> arg(command_args->Get(Integer::New(j)));
456 Handle<Array> command_args;
461 command_args = Handle<Array>::Cast(args[1]);
463 command_args = Array::New(0);
465 if (command_args->Length() > ExecArgs::kMaxArgs) {
476 if (!exec_args.Init(args[0], command_args)) {
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
H A Dgit.py96 def _run_git(self, command_args, **kwargs):
97 full_command_args = [self.executable_name] + command_args
/external/chromium_org/tools/gyp/test/lib/
H A DTestCommon.py470 cmd_args = self.command_args(program, interpreter, arguments)
H A DTestCmd.py67 test.command_args(program = 'program_or_script_to_run',
999 def command_args(self, program = None, member in class:TestCmd
1156 cmd = self.command_args(program, interpreter, arguments)

Completed in 505 milliseconds