HomeSort by relevance Sort by last modified time
    Searched refs:cmdline (Results 51 - 75 of 131) sorted by null

1 23 4 5 6

  /development/ndk/platforms/android-L/arch-arm/include/asm/
setup.h 109 char cmdline[1]; member in struct:tag_cmdline
139 struct tag_cmdline cmdline; member in union:tag::__anon1837
  /external/chromium_org/tools/site_compare/commands/
timeload.py 26 def CreateCommand(cmdline):
28 cmd = cmdline.AddCommand(
compare2.py 24 def CreateCommand(cmdline):
26 cmd = cmdline.AddCommand(
  /external/chromium_org/v8/tools/
android-run.py 49 def Execute(cmdline):
53 args=cmdline,
nacl-run.py 44 def Execute(cmdline):
48 args=cmdline,
  /external/kernel-headers/original/uapi/asm-arm/asm/
setup.h 126 char cmdline[1]; /* this is the minimum size */ member in struct:tag_cmdline
157 struct tag_cmdline cmdline; member in union:tag::__anon2314
  /external/lldb/test/plugins/
builder_base.py 82 cmdline = " ".join(["%s='%s'" % (k, v) for k, v in d.items()])
85 return " " + cmdline
  /external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/antlr3-src/org/apache/tools/ant/antlr/
ANTLR3.java 583 CommandlineJava cmdline; local
585 cmdline = (CommandlineJava) commandline.clone();
590 cmdline.createArgument().setValue("-depend");
591 cmdline.createArgument().setValue("-o");
592 cmdline.createArgument().setValue(outputDirectory.toString());
593 cmdline.createArgument().setValue("-lib");
594 cmdline.createArgument().setValue(libDirectory.toString());
595 cmdline.createArgument().setValue(target.toString());
597 log(cmdline.describeCommand(), Project.MSG_VERBOSE);
616 err = run(cmdline.getCommandline(), r.getOutputStream(), null)
    [all...]
  /cts/tests/tests/security/src/android/security/cts/
SELinuxDomainTest.java 366 Scanner tmp = new Scanner(new File(f, "cmdline"));
379 String cmdline = sb.toString().trim(); local
380 cmdline = cmdline.split("\\s+")[0];
382 return new ProcessDetails(cmdline, context, vSize, pid);
  /external/chromium_org/build/android/pylib/utils/
test_environment.py 19 if not server in ' '.join(p.cmdline):
  /external/deqp/framework/common/
tcuCommandLine.hpp 101 explicit CommandLine (const std::string& cmdLine);
105 bool parse (const std::string& cmdLine);
189 de::cmdline::CommandLine m_cmdLine;
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
cache.h 36 int split_cmdline(char *cmdline, const char ***argv);
  /external/chromium_org/third_party/libxml/src/
xmlcatalog.c 96 char *cmdline = NULL, *cur; local
105 cmdline = xmlShellReadline("> ");
106 if (cmdline == NULL)
112 cur = cmdline;
124 free(cmdline);
300 free(cmdline); /* not xmlFree here ! */
  /external/chromium_org/tools/gn/
trace.cc 154 void ScopedTrace::SetCommandLine(const CommandLine& cmdline) {
156 item_->set_cmdline(FilePathToUTF8(cmdline.GetArgumentsString()));
298 if (!item.toolchain().empty() || !item.cmdline().empty()) {
307 if (!item.cmdline().empty()) {
309 base::EscapeJSONString(item.cmdline(), true, &quote_buffer);
312 out << "\"cmdline\":" << quote_buffer;
  /external/deqp/executor/tools/
xeTestLogCompare.cpp 76 static void registerOptions (de::cmdline::Parser& parser)
78 using de::cmdline::Option;
79 using de::cmdline::NamedValue;
264 static bool runCompare (const CommandLine& cmdLine, std::ostream& dst)
270 XE_CHECK(!cmdLine.filenames.empty());
275 results.resize(cmdLine.filenames.size());
279 for (int ndx = 0; ndx < (int)cmdLine.filenames.size(); ndx++)
281 readers.push_back(de::SharedPtr<LogFileReader>(new LogFileReader(results[ndx], cmdLine.filenames[ndx].c_str())));
285 for (int ndx = 0; ndx < (int)cmdLine.filenames.size(); ndx++)
290 batchNames.push_back(de::FilePath(cmdLine.filenames[ndx].c_str()).getBaseName())
    [all...]
  /external/libxml2/
xmlcatalog.c 96 char *cmdline = NULL, *cur; local
105 cmdline = xmlShellReadline("> ");
106 if (cmdline == NULL)
112 cur = cmdline;
124 free(cmdline);
300 free(cmdline); /* not xmlFree here ! */
  /external/chromium_org/chrome/browser/extensions/
external_provider_impl_unittest.cc 99 CommandLine* cmdline = CommandLine::ForCurrentProcess(); variable
100 cmdline->AppendSwitchASCII(switches::kAppsGalleryUpdateURL,
  /external/gtest/test/
gtest_output_test.py 232 environ, cmdline = env_cmd
235 return NormalizeOutput(GetShellCommandOutput((environ, cmdline)))
  /build/core/tasks/
factory_ramdisk.mk 83 RAMDISK_CMDLINE := --cmdline "$(BOARD_KERNEL_CMDLINE_FACTORY_BOOT)"
  /development/tools/yuv420sp2rgb/
cmdline.c 2 #include <cmdline.h>
  /external/fio/
profile.c 37 add_job_opts(ops->cmdline, FIO_CLIENT_TYPE_CLI);
  /external/fio/profiles/
tiobench.c 117 .cmdline = tb_opts,
  /external/chromium_org/chrome/common/extensions/
chrome_extensions_client.cc 309 CommandLine* cmdline = CommandLine::ForCurrentProcess(); local
310 if (cmdline->HasSwitch(switches::kAppsGalleryUpdateURL))
311 return cmdline->GetSwitchValueASCII(switches::kAppsGalleryUpdateURL);
  /external/chromium_org/net/disk_cache/blockfile/
stress_cache.cc 59 base::CommandLine cmdline(exe);
60 cmdline.AppendArg(base::IntToString(iteration));
63 if (!base::LaunchProcess(cmdline, base::LaunchOptions(), &handle)) {
  /external/oprofile/gui/
oprof_start_util.cpp 269 string cmdline = cmd; local
272 cmdline += " " + *cit + " ";
274 error += "\n\nCommand was :\n\n" + cmdline + "\n";

Completed in 501 milliseconds

1 23 4 5 6