/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/test/ |
multiprocess_test.h | 18 class CommandLine; 28 // CommandLine command_line( 62 const CommandLine& command_line, 67 CommandLine GetMultiProcessTestChildBaseCommandLine(); 123 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();
|
multiprocess_test_android.cc | 23 const CommandLine& base_command_line, 64 CommandLine::Reset(); 65 CommandLine::Init(0, nullptr); 66 CommandLine* command_line = CommandLine::ForCurrentProcess();
|
/external/libweave/third_party/chromium/base/ |
command_line.h | 12 // There is a singleton read-only CommandLine that represents the command line 24 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 | 22 static const CommandLine::StringType kTrickyQuoted = 26 static const CommandLine::StringType kTricky = 30 const CommandLine::CharType* argv[] = { 49 CommandLine cl(arraysize(argv), argv); 83 const CommandLine::StringVector& args = cl.GetArgs(); 86 std::vector<CommandLine::StringType>::const_iterator iter = args.begin(); 108 CommandLine cl = CommandLine::FromString( 147 const CommandLine::StringVector& args = cl.GetArgs(); 150 std::vector<CommandLine::StringType>::const_iterator iter = args.begin() [all...] |
/system/bt/service/test/ |
settings_unittest.cpp | 35 base::CommandLine::Reset(); 39 base::CommandLine::Reset(); 51 const base::CommandLine::CharType* argv[] = { "program" }; 52 EXPECT_TRUE(base::CommandLine::Init(arraysize(argv), argv)); 57 const base::CommandLine::CharType* argv[] = { 60 EXPECT_TRUE(base::CommandLine::Init(arraysize(argv), argv)); 65 const base::CommandLine::CharType* argv[] = { 68 EXPECT_TRUE(base::CommandLine::Init(arraysize(argv), argv)); 73 const base::CommandLine::CharType* argv[] = { 76 EXPECT_TRUE(base::CommandLine::Init(arraysize(argv), argv)) [all...] |
/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;
|
/system/connectivity/shill/ |
testrunner.cc | 41 base::CommandLine::Init(argc, argv); 42 base::CommandLine* cl = base::CommandLine::ForCurrentProcess();
|
/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);
|
/system/connectivity/dhcp_client/ |
main.cc | 53 void OnStartup(const char* daemon_name, base::CommandLine* cl) { 60 base::CommandLine::Init(argc, argv); 61 base::CommandLine* cl = base::CommandLine::ForCurrentProcess();
|
/external/deqp/external/vulkancts/framework/vulkan/ |
vkDeviceUtil.hpp | 34 class CommandLine; 48 const tcu::CommandLine& cmdLine);
|
/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...] |