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

1 2 3 4 5 6 7 8 91011>>

  /external/deqp/framework/opengl/
gluPlatform.cpp 28 class CommandLine;
gluPlatform.hpp 31 class CommandLine;
gluContextFactory.hpp 33 class CommandLine;
64 virtual RenderContext* createContext (const RenderConfig& config, const tcu::CommandLine& cmdLine) const = 0;
  /external/deqp/framework/common/
tcuTestHierarchyUtil.hpp 33 void writeXmlCaselistsToFiles (TestPackageRoot& root, TestContext& testCtx, const CommandLine& cmdLine);
34 void writeTxtCaselistsToFiles (TestPackageRoot& root, TestContext& testCtx, const CommandLine& cmdLine);
tcuCommandLine.hpp 95 * CommandLine handles argument parsing and provides convinience functions
98 class CommandLine
101 CommandLine (void);
102 CommandLine (int argc, const char* const* argv);
103 explicit CommandLine (const std::string& cmdLine);
104 ~CommandLine (void);
195 const de::cmdline::CommandLine& getCommandLine (void) const;
198 CommandLine (const CommandLine&); // not allowed!
199 CommandLine& operator= (const CommandLine&); // not allowed
    [all...]
tcuApp.hpp 41 class CommandLine;
64 App (Platform& platform, Archive& archive, TestLog& log, const CommandLine& cmdLine);
  /external/deqp/framework/platform/win32/
tcuWin32GLES3Platform.hpp 35 class CommandLine;
  /external/libchrome/base/
command_line.cc 25 CommandLine* CommandLine::current_process_commandline_ = NULL;
29 const CommandLine::CharType kSwitchTerminator[] = FILE_PATH_LITERAL("--");
30 const CommandLine::CharType kSwitchValueSeparator[] = FILE_PATH_LITERAL("=");
38 const CommandLine::CharType* const kSwitchPrefixes[] = {L"--", L"-", L"/"};
41 const CommandLine::CharType* const kSwitchPrefixes[] = {"--", "-"};
45 size_t GetSwitchPrefixLength(const CommandLine::StringType& string) {
47 CommandLine::StringType prefix(kSwitchPrefixes[i]);
56 bool IsSwitch(const CommandLine::StringType& string,
57 CommandLine::StringType* switch_string
    [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...]
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...]
  /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...]
  /external/libchrome/base/test/
multiprocess_test.h 18 class CommandLine;
28 // CommandLine command_line(
62 const CommandLine& command_line,
67 CommandLine GetMultiProcessTestChildBaseCommandLine();
142 virtual CommandLine MakeCmdLine(const std::string& procname);
multiprocess_test.cc 18 const CommandLine& base_command_line,
20 CommandLine command_line(base_command_line);
31 CommandLine GetMultiProcessTestChildBaseCommandLine() {
32 CommandLine cmd_line = *CommandLine::ForCurrentProcess();
56 CommandLine MultiProcessTest::MakeCmdLine(const std::string& procname) {
57 CommandLine command_line = GetMultiProcessTestChildBaseCommandLine();
  /external/deqp/framework/egl/
egluPlatform.hpp 32 class CommandLine;
90 virtual tcu::FunctionLibrary* createDefaultGLFunctionLibrary (glu::ApiType apiType, const tcu::CommandLine& cmdLine) const;
egluGLFunctionLoader.hpp 33 class CommandLine;
63 GLLibraryCache (const Platform& platform, const tcu::CommandLine& cmdLine);
75 const tcu::CommandLine& m_cmdLine;
  /external/deqp/framework/platform/android/
tcuAndroidTestActivity.hpp 42 TestThread (NativeActivity& activity, const CommandLine& cmdLine);
53 const CommandLine& m_cmdLine;
72 CommandLine m_cmdLine;
  /external/libmojo/mojo/edk/embedder/
platform_channel_pair.h 17 class CommandLine;
73 const base::CommandLine& command_line);
84 base::CommandLine* command_line,
  /external/deqp/framework/platform/null/
tcuNullContextFactory.cpp 37 glu::RenderContext* NullGLContextFactory::createContext (const glu::RenderConfig& config, const tcu::CommandLine&) const
tcuNullContextFactory.hpp 38 glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::CommandLine&) const;
  /external/libchrome/
testrunner.cc 25 base::CommandLine::Init(argc, argv);
  /external/deqp/external/vulkancts/framework/vulkan/
vkDeviceUtil.hpp 34 class CommandLine;
48 const tcu::CommandLine& cmdLine);
  /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/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/libmojo/base/android/
command_line_android.cc 15 using base::CommandLine;
27 CommandLine extra_command_line(vec);
28 CommandLine::ForCurrentProcess()->AppendArguments(extra_command_line,
35 CommandLine::Reset();
42 return CommandLine::ForCurrentProcess()->HasSwitch(switch_string);
50 std::string value(CommandLine::ForCurrentProcess()->GetSwitchValueNative(
61 CommandLine::ForCurrentProcess()->AppendSwitch(switch_string);
70 CommandLine::ForCurrentProcess()->AppendSwitchASCII(switch_string,
87 CommandLine::Init(0, NULL);
  /external/libmojo/base/android/javatests/src/org/chromium/base/
CommandLineTest.java 32 CommandLine.reset();
36 CommandLine cl = CommandLine.getInstance();
51 CommandLine cl = CommandLine.getInstance();
77 String[] actual = CommandLine.tokenizeQuotedAruments(toParse.toCharArray());
87 CommandLine.init(INIT_SWITCHES);
95 CommandLine.init(CommandLine.tokenizeQuotedAruments(INIT_SWITCHES_BUFFER));

Completed in 381 milliseconds

1 2 3 4 5 6 7 8 91011>>