HomeSort by relevance Sort by last modified time
    Searched full:commandline (Results 1 - 25 of 2275) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/syslinux/com32/cmenu/
TODO 2 - take the name of menu file to parse from commandline
  /external/testng/src/test/java/test/commandline/
OverrideSampleTest.java 1 package test.commandline;
  /external/libchrome/base/
command_line.cc 26 CommandLine* CommandLine::current_process_commandline_ = NULL;
30 const CommandLine::CharType kSwitchTerminator[] = FILE_PATH_LITERAL("--");
31 const CommandLine::CharType kSwitchValueSeparator[] = FILE_PATH_LITERAL("=");
39 const CommandLine::CharType* const kSwitchPrefixes[] = {L"--", L"-", L"/"};
42 const CommandLine::CharType* const kSwitchPrefixes[] = {"--", "-"};
46 size_t GetSwitchPrefixLength(const CommandLine::StringType& string) {
48 CommandLine::StringType prefix(kSwitchPrefixes[i]);
57 bool IsSwitch(const CommandLine::StringType& string,
58 CommandLine::StringType* switch_string
    [all...]
command_line_unittest.cc 23 static const CommandLine::StringType kTrickyQuoted =
27 static const CommandLine::StringType kTricky =
31 const CommandLine::CharType* argv[] = {
50 CommandLine cl(arraysize(argv), argv);
84 const CommandLine::StringVector& args = cl.GetArgs();
87 std::vector<CommandLine::StringType>::const_iterator iter = args.begin();
109 CommandLine cl = CommandLine::FromString(
148 const CommandLine::StringVector& args = cl.GetArgs();
151 std::vector<CommandLine::StringType>::const_iterator iter = args.begin()
    [all...]
command_line.h 12 // There is a singleton read-only CommandLine that represents the command line
32 class BASE_EXPORT CommandLine {
48 explicit CommandLine(NoProgram no_program);
51 explicit CommandLine(const FilePath& program);
54 CommandLine(int argc, const CharType* const* argv);
55 explicit CommandLine(const StringVector& argv);
58 CommandLine(const CommandLine& other);
59 CommandLine& operator=(const CommandLine& other)
    [all...]
  /system/bt/service/test/
settings_unittest.cc 34 void SetUp() override { base::CommandLine::Reset(); }
36 void TearDown() override { base::CommandLine::Reset(); }
47 const base::CommandLine::CharType* argv[] = {"program"};
48 EXPECT_TRUE(base::CommandLine::Init(arraysize(argv), argv));
53 const base::CommandLine::CharType* argv[] = {
55 EXPECT_TRUE(base::CommandLine::Init(arraysize(argv), argv));
60 const base::CommandLine::CharType* argv[] = {"program", "--foobarbaz"};
61 EXPECT_TRUE(base::CommandLine::Init(arraysize(argv), argv));
66 const base::CommandLine::CharType* argv[] = {"program", "foobarbaz"};
67 EXPECT_TRUE(base::CommandLine::Init(arraysize(argv), argv))
    [all...]
  /device/linaro/bootloader/edk2/IntelFsp2Pkg/FspSecCore/Vtf0/
Build.py 20 def RunCommand(commandLine):
21 #print ' '.join(commandLine)
22 return subprocess.call(commandLine)
34 commandLine = (
41 ret = RunCommand(commandLine)
45 commandLine = (
51 ret = RunCommand(commandLine)
  /device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/Vtf0/
Build.py 20 def RunCommand(commandLine):
21 #print ' '.join(commandLine)
22 return subprocess.call(commandLine)
34 commandLine = (
41 ret = RunCommand(commandLine)
45 commandLine = (
51 ret = RunCommand(commandLine)
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspWrapperSecCore/Vtf0/
Build.py 20 def RunCommand(commandLine):
21 #print ' '.join(commandLine)
22 return subprocess.call(commandLine)
34 commandLine = (
41 ret = RunCommand(commandLine)
45 commandLine = (
51 ret = RunCommand(commandLine)
  /device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/
Build.py 20 def RunCommand(commandLine):
21 #print ' '.join(commandLine)
22 return subprocess.call(commandLine)
34 commandLine = (
41 ret = RunCommand(commandLine)
45 commandLine = (
51 ret = RunCommand(commandLine)
  /external/gflags/cmake/
README_runtime.txt 2 by applications that use these libraries for the commandline flags
  /external/libmojo/base/android/
command_line_android.cc 17 using base::CommandLine;
29 CommandLine extra_command_line(vec);
30 CommandLine::ForCurrentProcess()->AppendArguments(extra_command_line,
37 CommandLine::Reset();
44 return CommandLine::ForCurrentProcess()->HasSwitch(switch_string);
52 std::string value(CommandLine::ForCurrentProcess()->GetSwitchValueNative(
63 CommandLine::ForCurrentProcess()->AppendSwitch(switch_string);
72 CommandLine::ForCurrentProcess()->AppendSwitchASCII(switch_string,
89 CommandLine::Init(0, NULL);
  /prebuilts/go/darwin-x86/src/flag/
export_test.go 17 CommandLine = NewFlagSet(os.Args[0], ContinueOnError)
18 CommandLine.Usage = commandLineUsage
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug459.go 12 var commandLine = NewFlagSet() // ERROR "loop|depends upon itself"
22 if f == commandLine {
  /prebuilts/go/linux-x86/src/flag/
export_test.go 17 CommandLine = NewFlagSet(os.Args[0], ContinueOnError)
18 CommandLine.Usage = commandLineUsage
  /prebuilts/go/linux-x86/test/fixedbugs/
bug459.go 12 var commandLine = NewFlagSet() // ERROR "loop|depends upon itself"
22 if f == commandLine {
  /external/deqp/android/cts/master/
mustpass.xml 22 <Configuration caseListFile="egl-master.txt" commandLine="--deqp-gl-config-name=rgba8888d24s8ms0 --deqp-screen-rotation=unspecified --deqp-surface-type=window --deqp-watchdog=enable" name="master"/>
25 <Configuration caseListFile="gles2-master.txt" commandLine="--deqp-gl-config-name=rgba8888d24s8ms0 --deqp-screen-rotation=unspecified --deqp-surface-type=window --deqp-watchdog=enable" name="master"/>
26 <Configuration caseListFile="gles2-master-risky.txt" commandLine="--deqp-gl-config-name=rgba8888d24s8ms0 --deqp-screen-rotation=unspecified --deqp-surface-type=window --deqp-watchdog=enable" name="master-risky"/>
29 <Configuration caseListFile="gles3-master.txt" commandLine="--deqp-gl-config-name=rgba8888d24s8ms0 --deqp-screen-rotation=unspecified --deqp-surface-type=window --deqp-watchdog=enable" name="master"/>
30 <Configuration caseListFile="gles3-master-risky.txt" commandLine="--deqp-gl-config-name=rgba8888d24s8ms0 --deqp-screen-rotation=unspecified --deqp-surface-type=window --deqp-watchdog=enable" name="master-risky"/>
31 <Configuration caseListFile="gles3-rotate-portrait.txt" commandLine="--deqp-gl-config-name=rgba8888d24s8ms0 --deqp-screen-rotation=0 --deqp-surface-type=window --deqp-watchdog=enable" name="rotate-portrait"/>
32 <Configuration caseListFile="gles3-rotate-landscape.txt" commandLine="--deqp-gl-config-name=rgba8888d24s8ms0 --deqp-screen-rotation=90 --deqp-surface-type=window --deqp-watchdog=enable" name="rotate-landscape"/>
33 <Configuration caseListFile="gles3-rotate-reverse-portrait.txt" commandLine="--deqp-gl-config-name=rgba8888d24s8ms0 --deqp-screen-rotation=180 --deqp-surface-type=window --deqp-watchdog=enable" name="rotate-reverse-portrait"/>
34 <Configuration caseListFile="gles3-rotate-reverse-landscape.txt" commandLine="--deqp-gl-config-name=rgba8888d24s8ms0 --deqp-screen-rotation=270 --deqp-surface-type=window --deqp-watchdog=enable" name="rotate-reverse-landscape"/>
35 <Configuration caseListFile="gles3-multisample.txt" commandLine="--deqp-gl-config-name=rgba8888d24s8ms4 --deqp-screen-rotation=unspecified --deqp-surface-type=win (…)
    [all...]
  /external/autotest/site_utils/deployment/
commandline_unittest.py 7 from autotest_lib.site_utils.deployment import commandline
16 parser = commandline._ArgumentParser()
22 parser = commandline._ArgumentParser()
31 parser = commandline._ArgumentParser()
39 parser = commandline._ArgumentParser()
47 parser = commandline._ArgumentParser()
72 got = commandline.get_default_logdir_name(arguments)
  /external/libchrome/base/test/
multiprocess_test.cc 18 const CommandLine& base_command_line,
20 CommandLine command_line(base_command_line);
46 CommandLine GetMultiProcessTestChildBaseCommandLine() {
47 CommandLine cmd_line = *CommandLine::ForCurrentProcess();
74 CommandLine MultiProcessTest::MakeCmdLine(const std::string& procname) {
75 CommandLine command_line = GetMultiProcessTestChildBaseCommandLine();
  /packages/apps/Dialer/java/com/android/dialer/commandline/
CommandLineModule.java 17 package com.android.dialer.commandline;
19 import com.android.dialer.commandline.impl.Blocking;
20 import com.android.dialer.commandline.impl.Echo;
21 import com.android.dialer.commandline.impl.Help;
22 import com.android.dialer.commandline.impl.Version;
  /tools/tradefederation/core/src/com/android/tradefed/command/
CommandFileParser.java 58 private Map<String, CommandLine> mMacros = new HashMap<String, CommandLine>();
59 private Map<String, List<CommandLine>> mLongMacros = new HashMap<String, List<CommandLine>>();
60 private List<CommandLine> mLines = new LinkedList<CommandLine>();
65 public static class CommandLine extends LinkedList<String> {
69 CommandLine(File file, int lineNumber) {
75 CommandLine(Collection<? extends String> c, File file, int lineNumber) {
101 if(o instanceof CommandLine) {
    [all...]
  /external/deqp/android/cts/nyc/
mustpass.xml 22 <Configuration caseListFile="egl-master.txt" commandLine="--deqp-gl-config-name=rgba8888d24s8ms0 --deqp-screen-rotation=unspecified --deqp-surface-type=window --deqp-watchdog=enable" name="master"/>
25 <Configuration caseListFile="gles2-master.txt" commandLine="--deqp-gl-config-name=rgba8888d24s8ms0 --deqp-screen-rotation=unspecified --deqp-surface-type=window --deqp-watchdog=enable" name="master"/>
28 <Configuration caseListFile="gles3-master.txt" commandLine="--deqp-gl-config-name=rgba8888d24s8ms0 --deqp-screen-rotation=unspecified --deqp-surface-type=window --deqp-watchdog=enable" name="master"/>
29 <Configuration caseListFile="gles3-rotate-portrait.txt" commandLine="--deqp-gl-config-name=rgba8888d24s8ms0 --deqp-screen-rotation=0 --deqp-surface-type=window --deqp-watchdog=enable" name="rotate-portrait"/>
30 <Configuration caseListFile="gles3-rotate-landscape.txt" commandLine="--deqp-gl-config-name=rgba8888d24s8ms0 --deqp-screen-rotation=90 --deqp-surface-type=window --deqp-watchdog=enable" name="rotate-landscape"/>
31 <Configuration caseListFile="gles3-rotate-reverse-portrait.txt" commandLine="--deqp-gl-config-name=rgba8888d24s8ms0 --deqp-screen-rotation=180 --deqp-surface-type=window --deqp-watchdog=enable" name="rotate-reverse-portrait"/>
32 <Configuration caseListFile="gles3-rotate-reverse-landscape.txt" commandLine="--deqp-gl-config-name=rgba8888d24s8ms0 --deqp-screen-rotation=270 --deqp-surface-type=window --deqp-watchdog=enable" name="rotate-reverse-landscape"/>
33 <Configuration caseListFile="gles3-multisample.txt" commandLine="--deqp-gl-config-name=rgba8888d24s8ms4 --deqp-screen-rotation=unspecified --deqp-surface-type=window --deqp-watchdog=enable" name="multisample"/>
34 <Configuration caseListFile="gles3-565-no-depth-no-stencil.txt" commandLine="--deqp-gl-config-name=rgb565d0s0ms0 --deqp-screen-rotation=unspecified --deqp-surface-type=window --deqp-watchdog=enable" name="565-no-depth-no-stencil"/>
37 <Configuration caseListFile="gles31-master.txt" commandLine="--deqp-gl-config-name=rgba8888d24s8ms0 --deqp-screen-rotation=unspecified --deqp-surface-type=win (…)
    [all...]
  /external/clang/unittests/Tooling/
CompilationDatabaseTest.cpp 115 ASSERT_EQ(1u, Commands[0].CommandLine.size());
116 EXPECT_EQ(Command1, Commands[0].CommandLine[0]) << ErrorMessage;
119 ASSERT_EQ(1u, Commands[1].CommandLine.size());
120 EXPECT_EQ(Command2, Commands[1].CommandLine[0]) << ErrorMessage;
134 ASSERT_EQ(1u, Commands[0].CommandLine.size());
135 EXPECT_EQ(Command2, Commands[0].CommandLine[0]) << ErrorMessage;
138 ASSERT_EQ(1u, Commands[1].CommandLine.size());
139 EXPECT_EQ(Command1, Commands[1].CommandLine[0]) << ErrorMessage;
171 EXPECT_EQ(1u, FoundCommand.CommandLine.size()) << ErrorMessage;
172 EXPECT_EQ(Arguments, FoundCommand.CommandLine[0]) << ErrorMessage
    [all...]
  /external/deqp/external/openglcts/data/mustpass/gl/khronos_mustpass/4.6.0.x/
mustpass.xml 21 <Configuration caseListFile="gl46-master.txt" commandLine="--deqp-screen-rotation=unspecified --deqp-surface-width=64 --deqp-surface-height=64 --deqp-base-seed=1 --deqp-watchdog=disable" name="master" os="any" useForFirstEGLConfig="True"/>
22 <Configuration caseListFile="gl46-master.txt" commandLine="--deqp-screen-rotation=unspecified --deqp-surface-width=113 --deqp-surface-height=47 --deqp-base-seed=2 --deqp-watchdog=disable" name="master" os="any" useForFirstEGLConfig="True"/>
23 <Configuration caseListFile="gl46-master.txt" commandLine="--deqp-screen-rotation=unspecified --deqp-surface-width=64 --deqp-surface-height=-1 --deqp-base-seed=3 --deqp-gl-config-name=rgba8888d24s8 --deqp-surface-type=fbo --deqp-watchdog=disable" name="master" os="any" useForFirstEGLConfig="True"/>
24 <Configuration caseListFile="gl46-master.txt" commandLine="--deqp-screen-rotation=unspecified --deqp-surface-width=-1 --deqp-surface-height=64 --deqp-base-seed=3 --deqp-gl-config-name=rgba8888d24s8 --deqp-surface-type=fbo --deqp-watchdog=disable" name="master" os="any" useForFirstEGLConfig="True"/>
25 <Configuration caseListFile="gl46-master.txt" commandLine="--deqp-screen-rotation=unspecified --deqp-surface-width=64 --deqp-surface-height=64 --deqp-base-seed=1 --deqp-watchdog=disable" name="master" os="any" useForFirstEGLConfig="False"/>
26 <Configuration caseListFile="gl46-master.txt" commandLine="--deqp-screen-rotation=unspecified --deqp-surface-width=113 --deqp-surface-height=47 --deqp-base-seed=2 --deqp-watchdog=disable" name="master" os="any" useForFirstEGLConfig="False"/>
27 <Configuration caseListFile="gl45-master.txt" commandLine="--deqp-screen-rotation=unspecified --deqp-surface-width=64 --deqp-surface-height=64 --deqp-base-seed=1 --deqp-watchdog=disable" name="master" os="any" useForFirstEGLConfig="True"/>
28 <Configuration caseListFile="gl45-master.txt" commandLine="--deqp-screen-rotation=unspecified --deqp-surface-width=113 --deqp-surface-height=47 --deqp-base-seed=2 --deqp-watchdog=disable" name="master" os="any" useForFirstEGLConfig="True"/>
29 <Configuration caseListFile="gl45-master.txt" commandLine="--deqp-screen-rotation=unspecified --deqp-surface-width=64 --deqp-surface-height=-1 --deqp-base-seed=3 --deqp-gl-config-name=rgba8888d24s8 --deqp-surface-type=fbo --deqp-watchdog=disable" name="master" os="any" useForFirstEGLConfig="True"/>
30 <Configuration caseListFile="gl45-master.txt" commandLine="--deqp-screen-rotation=unspecified --deqp-surface-width=-1 --deqp-surface-height=64 --deqp-base-s (…)
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/Library/PlatformBootManagerLib/
QemuKernel.c 37 CHAR8 *CommandLine;
45 CommandLine = NULL;
112 CommandLine = LoadLinuxAllocateCommandLinePages (
115 QemuFwCfgReadBytes (CommandLineSize, CommandLine);
117 CommandLine = NULL;
120 Status = LoadLinuxSetCommandLine (SetupBuf, CommandLine);
161 if (CommandLine != NULL) {
162 FreePages (CommandLine, EFI_SIZE_TO_PAGES (CommandLineSize));

Completed in 482 milliseconds

1 2 3 4 5 6 7 8 91011>>