HomeSort by relevance Sort by last modified time
    Searched refs:cmdline (Results 76 - 100 of 197) sorted by null

1 2 34 5 6 7 8

  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/asm/
setup.h 109 char cmdline[1]; member in struct:tag_cmdline
139 struct tag_cmdline cmdline; member in union:tag::__anon55541
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/asm/
setup.h 109 char cmdline[1]; member in struct:tag_cmdline
139 struct tag_cmdline cmdline; member in union:tag::__anon60188
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/asm/
setup.h 109 char cmdline[1]; member in struct:tag_cmdline
139 struct tag_cmdline cmdline; member in union:tag::__anon64835
  /system/tools/aidl/tests/
end_to_end_tests.cpp 101 const char* cmdline[argc + 1] = { local
105 auto options = CppOptions::Parse(argc, 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...]
  /frameworks/native/cmds/dumpstate/
utils.cpp 56 // This matches the /proc/pid/exe link instead of /proc/pid/cmdline.
138 char cmdline[255]; local
144 memset(cmdline, 0, sizeof(cmdline));
146 snprintf(cmdpath, sizeof(cmdpath), "/proc/%d/cmdline", pid);
148 TEMP_FAILURE_RETRY(read(fd, cmdline, sizeof(cmdline) - 2));
150 if (cmdline[0]) {
151 helper(pid, cmdline, arg);
156 // if no cmdline, a kernel thread has com
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktBuildPrograms.cpp 268 void registerOptions (de::cmdline::Parser& parser)
270 using de::cmdline::Option;
279 de::cmdline::CommandLine cmdLine;
283 de::cmdline::Parser parser;
285 if (!parser.parse(argc, argv, &cmdLine, std::cerr))
297 if (cmdLine.hasOption<opt::Cases>())
300 deqpArgv.push_back(cmdLine.getOption<opt::Cases>().c_str());
315 cmdLine.getOption<opt::DstPath>(),
316 cmdLine.getOption<opt::Validate>())
    [all...]
  /external/libchrome/sandbox/linux/services/
namespace_sandbox.cc 98 const base::CommandLine& cmdline,
100 return LaunchProcessWithOptions(cmdline.argv(), launch_options, Options());
112 const base::CommandLine& cmdline,
115 return LaunchProcessWithOptions(cmdline.argv(), launch_options,
  /external/v8/build/android/pylib/utils/
test_environment.py 19 if not server in ' '.join(p.cmdline):
  /hardware/intel/bootstub/
mb.h 74 u32 cmdline; member in struct:__anon29618
  /system/extras/perfprofd/quipper/kernel-headers/tools/perf/util/
header.h 93 char * cmdline; member in struct:perf_session_env
  /toolchain/binutils/binutils-2.25/libiberty/
pex-win32.c 341 char *cmdline; local
384 cmdline = XNEWVEC (char, cmdline_len);
385 p = cmdline;
421 return cmdline;
577 char *cmdline; local
582 cmdline = NULL;
622 cmdline = argv_to_cmdline (argv);
623 if (!cmdline)
627 if (!CreateProcess (full_executable, cmdline,
653 free (cmdline);
    [all...]
  /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 97 char *cmdline = NULL, *cur; local
106 cmdline = xmlShellReadline("> ");
107 if (cmdline == NULL)
113 cur = cmdline;
125 free(cmdline);
188 free(cmdline);
302 free(cmdline); /* not xmlFree here ! */
  /external/autotest/client/common_lib/
boottool.py 152 Add cmdline arguments for the specified kernel.
169 Removes specified cmdline arguments.
184 def __remove_duplicate_cmdline_args(self, cmdline):
186 Remove the duplicate entries in cmdline making sure that the first
191 @param cmdline: a space separate list of kernel boot parameters
199 for arg in reversed(cmdline.split()):
216 @param args: string with cmdline args
  /external/gtest/test/
gtest_output_test.py 232 environ, cmdline = env_cmd
235 return NormalizeOutput(GetShellCommandOutput((environ, cmdline)))
  /external/protobuf/gtest/test/
gtest_output_test.py 220 environ, cmdline = env_cmd
223 return NormalizeOutput(GetShellCommandOutput((environ, cmdline)))
  /external/v8/tools/
nacl-run.py 45 def Execute(cmdline):
49 args=cmdline,
  /ndk/sources/third_party/googletest/googletest/test/
gtest_output_test.py 232 environ, cmdline = env_cmd
235 return NormalizeOutput(GetShellCommandOutput((environ, cmdline)))
  /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,
  /frameworks/native/opengl/libs/EGL/
Loader.cpp 104 snprintf(procPath, 128, "/proc/%ld/cmdline", pid);
107 static char cmdline[256]; local
108 char *str = fgets(cmdline, sizeof(cmdline) - 1, file);
111 return cmdline;
  /system/extras/simpleperf/
record_file_writer.cpp 195 bool RecordFileWriter::WriteCmdlineFeature(const std::vector<std::string>& cmdline) {
200 uint32_t arg_count = cmdline.size();
204 for (auto& arg : cmdline) {
  /toolchain/binutils/binutils-2.25/gold/
script.h 577 read_commandline_script(const char* filename, Command_line* cmdline);
581 // cmdline->script_options()->version_script_info().
584 read_version_script(const char* filename, Command_line* cmdline);
591 read_dynamic_list(const char* filename, Command_line* cmdline,

Completed in 871 milliseconds

1 2 34 5 6 7 8