Searched refs:CommandLine (Results 1 - 25 of 139) sorted by relevance

123456

/external/deqp/framework/opengl/
H A DgluPlatform.cpp28 class CommandLine;
H A DgluPlatform.hpp31 class CommandLine;
H A DgluContextFactory.hpp33 class CommandLine;
64 virtual RenderContext* createContext (const RenderConfig& config, const tcu::CommandLine& cmdLine) const = 0;
H A DgluES3PlusWrapperContext.hpp32 class CommandLine;
54 ES3PlusWrapperContext (const ContextFactory& factory, const RenderConfig& config, const tcu::CommandLine& cmdLine);
/external/deqp/framework/common/
H A DtcuTestHierarchyUtil.hpp33 void writeXmlCaselistsToFiles (TestPackageRoot& root, TestContext& testCtx, const CommandLine& cmdLine);
34 void writeTxtCaselistsToFiles (TestPackageRoot& root, TestContext& testCtx, const CommandLine& cmdLine);
H A DtcuCommandLine.hpp95 * CommandLine handles argument parsing and provides convinience functions
98 class CommandLine class in namespace:tcu
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
[all...]
H A DtcuApp.hpp41 class CommandLine;
64 App (Platform& platform, Archive& archive, TestLog& log, const CommandLine& cmdLine);
H A DtcuPlatform.hpp46 class CommandLine;
/external/deqp/framework/platform/win32/
H A DtcuWin32GLES3Platform.hpp35 class CommandLine;
/external/libchrome/base/
H A Dcommand_line.cc25 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
152 CommandLine::CommandLine(NoProgram) : argv_(1), begin_args_(1) {} function in class:base::CommandLine
154 CommandLine::CommandLine(const FilePath& program) function in class:base::CommandLine
160 CommandLine::CommandLine(int argc, const CommandLine::CharType* const* argv) function in class:base::CommandLine
166 CommandLine::CommandLine(const StringVector& argv) function in class:base::CommandLine
172 CommandLine::CommandLine(const CommandLine& other) function in class:base::CommandLine
[all...]
H A Dcommand_line.h12 // There is a singleton read-only CommandLine that represents the command line
32 class BASE_EXPORT CommandLine { class in namespace:base
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
[all...]
H A Dcommand_line_unittest.cc23 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
[all...]
/external/deqp/framework/egl/
H A DegluPlatform.hpp32 class CommandLine;
90 virtual tcu::FunctionLibrary* createDefaultGLFunctionLibrary (glu::ApiType apiType, const tcu::CommandLine& cmdLine) const;
H A DegluGLFunctionLoader.hpp33 class CommandLine;
63 GLLibraryCache (const Platform& platform, const tcu::CommandLine& cmdLine);
75 const tcu::CommandLine& m_cmdLine;
/external/libchrome/base/test/
H A Dmultiprocess_test.cc18 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();
H A Dmultiprocess_test.h18 class CommandLine;
28 // CommandLine command_line(
62 const CommandLine& command_line,
67 CommandLine GetMultiProcessTestChildBaseCommandLine();
142 virtual CommandLine MakeCmdLine(const std::string& procname);
/external/deqp/framework/platform/android/
H A DtcuAndroidTestActivity.hpp42 TestThread (NativeActivity& activity, const CommandLine& cmdLine);
53 const CommandLine& m_cmdLine;
72 CommandLine m_cmdLine;
/external/deqp/framework/platform/null/
H A DtcuNullContextFactory.cpp37 glu::RenderContext* NullGLContextFactory::createContext (const glu::RenderConfig& config, const tcu::CommandLine&) const
H A DtcuNullContextFactory.hpp38 glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::CommandLine&) const;
/external/libchrome/
H A Dtestrunner.cc25 base::CommandLine::Init(argc, argv);
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkDeviceUtil.hpp34 class CommandLine;
48 const tcu::CommandLine& cmdLine);
/external/clang/unittests/Tooling/
H A DCompilationDatabaseTest.cpp115 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[
447 std::vector<std::string> CommandLine; local
465 std::vector<std::string> CommandLine; local
474 std::vector<std::string> CommandLine; local
511 std::vector<std::string> CommandLine; local
530 std::vector<std::string> CommandLine; local
[all...]
/external/libmojo/base/android/
H A Dcommand_line_android.cc15 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/
H A DCommandLineTest.java32 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));
/external/libmojo/mojo/edk/embedder/
H A Dplatform_channel_pair.h17 class CommandLine;
73 const base::CommandLine& command_line);
84 base::CommandLine* command_line,

Completed in 449 milliseconds

123456