| /external/deqp/framework/delibs/deutil/ |
| D | deCommandLine.c | 125 deCommandLine *cmdLine = (deCommandLine *)deCalloc(sizeof(deCommandLine)); in deCommandLine_parse() local 147 void deCommandLine_destroy(deCommandLine *cmdLine) in deCommandLine_destroy() 153 static void testParse(const char *cmdLine, const char *const *refArgs, int numArgs) in testParse() 170 const char *cmdLine = "hello"; in deCommandLine_selfTest() local 175 const char *cmdLine = "hello world"; in deCommandLine_selfTest() local 180 const char *cmdLine = "hello/world"; in deCommandLine_selfTest() local 185 const char *cmdLine = "hello/world --help"; in deCommandLine_selfTest() local 190 const char *cmdLine = "hello/world --help foo"; in deCommandLine_selfTest() local 195 const char *cmdLine = "hello\\world --help foo"; in deCommandLine_selfTest() local 200 const char *cmdLine = "\"hello/worl d\" --help --foo=\"bar\" \"ba z\\\"\""; in deCommandLine_selfTest() local [all …]
|
| /external/deqp/framework/delibs/decpp/ |
| D | deCommandLine.cpp | 363 CommandLine cmdLine; in selfTest() local 372 CommandLine cmdLine; in selfTest() local 382 CommandLine cmdLine; in selfTest() local 392 CommandLine cmdLine; in selfTest() local 424 CommandLine cmdLine; in selfTest() local 441 CommandLine cmdLine; in selfTest() local 458 CommandLine cmdLine; in selfTest() local 477 CommandLine cmdLine; in selfTest() local 495 CommandLine cmdLine; in selfTest() local 506 CommandLine cmdLine; in selfTest() local [all …]
|
| /external/deqp/executor/tools/ |
| D | xeExtractShaderPrograms.cpp | 91 static void writeShaderProgram(const CommandLine &cmdLine, const std::string &casePath, in writeShaderProgram() 126 static void extractShaderPrograms(const CommandLine &cmdLine, const std::string &casePath, in extractShaderPrograms() 162 ShaderProgramExtractHandler(const CommandLine &cmdLine) : m_cmdLine(cmdLine) in ShaderProgramExtractHandler() 201 static void extractShaderProgramsFromLogFile(const CommandLine &cmdLine) in extractShaderProgramsFromLogFile() 231 static bool parseCommandLine(CommandLine &cmdLine, int argc, const char *const *argv) in parseCommandLine() 260 CommandLine cmdLine; in main() local
|
| D | xeMergeTestLogs.cpp | 159 static void mergeTestLogs(const CommandLine &cmdLine) in mergeTestLogs() 180 static bool parseCommandLine(CommandLine &cmdLine, int argc, const char *const *argv) in parseCommandLine() 212 CommandLine cmdLine; in main() local
|
| D | xeExtractValues.cpp | 228 static void printTaggedValues(const CommandLine &cmdLine, std::ostream &dst) in printTaggedValues() 268 static bool parseCommandLine(CommandLine &cmdLine, int argc, const char *const *argv) in parseCommandLine() 297 CommandLine cmdLine; in main() local
|
| D | xeBatchResultToJUnit.cpp | 56 static void parseCommandLine(CommandLine &cmdLine, int argc, const char *const *argv) in parseCommandLine() argument 154 CommandLine cmdLine; in main() local
|
| D | xeTestLogCompare.cpp | 252 static bool runCompare(const CommandLine &cmdLine, std::ostream &dst) in runCompare() 361 static bool parseCommandLine(CommandLine &cmdLine, int argc, const char *const *argv) in parseCommandLine() 387 CommandLine cmdLine; in main() local
|
| D | xeCommandLineExecutor.cpp | 138 bool parseCommandLine(CommandLine &cmdLine, int argc, const char *const *argv) in parseCommandLine() 455 xe::CommLink *createCommLink(const CommandLine &cmdLine) in createCommLink() 575 void runExecutor(const CommandLine &cmdLine) in runExecutor() 666 CommandLine cmdLine; in main() local
|
| /external/deqp/external/vulkancts/framework/vulkan/ |
| D | vkDeviceUtil.cpp | 47 const tcu::CommandLine &cmdLine, in createDefaultInstance() 138 const tcu::CommandLine &cmdLine) in createDefaultInstance() 148 const tcu::CommandLine &cmdLine) in chooseDeviceIndex() 180 const tcu::CommandLine &cmdLine) in chooseDevice()
|
| D | vkAppParamsUtil.cpp | 45 …tionParameters(std::vector<VkApplicationParametersEXT> &appParams, const tcu::CommandLine &cmdLine, in readApplicationParameters()
|
| /external/deqp/external/openglcts/modules/runner/ |
| D | glcTestRunnerMain.cpp | 49 static bool parseCommandLine(CommandLine &cmdLine, int argc, const char *const *argv) in parseCommandLine() argument 122 CommandLine cmdLine; in main() local
|
| /external/deqp/framework/common/ |
| D | tcuTestHierarchyUtil.cpp | 127 …d writeXmlCaselistsToFiles(TestPackageRoot &root, TestContext &testCtx, const CommandLine &cmdLine) in writeXmlCaselistsToFiles() 186 …d writeTxtCaselistsToFiles(TestPackageRoot &root, TestContext &testCtx, const CommandLine &cmdLine) in writeTxtCaselistsToFiles()
|
| D | tcuTestContext.cpp | 31 …xt::TestContext(Platform &platform, Archive &rootArchive, TestLog &log, const CommandLine &cmdLine, in TestContext()
|
| /external/deqp/framework/opengl/ |
| D | gluRenderConfig.cpp | 123 void parseRenderConfig(RenderConfig *config, const tcu::CommandLine &cmdLine) in parseRenderConfig() 161 RenderConfig::Visibility parseWindowVisibility(const tcu::CommandLine &cmdLine) in parseWindowVisibility()
|
| /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/DebuggerOnDemand/ |
| D | OnthrowDebuggerLaunchTest.java | 282 String cmdLine = settings.getDebuggeeJavaPath() in prepareDebuggerCmd() local 306 String cmdLine = settings.getDebuggeeJavaPath() in prepareDebuggeeCmd() local
|
| /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/ |
| D | JDWPManualDebuggeeWrapper.java | 80 protected Process launchProcess(String cmdLine) throws IOException { in launchProcess()
|
| D | JDWPUnitDebuggeeProcessWrapper.java | 91 public void launchProcessAndRedirectors(String cmdLine) throws IOException { in launchProcessAndRedirectors() 156 protected Process launchProcess(String cmdLine) throws IOException { in launchProcess()
|
| D | JDWPUnitDebuggeeWrapper.java | 101 String cmdLine = settings.getDebuggeeJavaPath() + " -cp \"" in start() local
|
| /external/deqp/execserver/tools/ |
| D | xsMain.cpp | 55 de::cmdline::CommandLine cmdLine; in main() local
|
| D | xsClient.cpp | 169 Client::Client(const CommandLine &cmdLine) : m_cmdLine(cmdLine) in Client() 319 CommandLine cmdLine; in runClient() local
|
| /external/oj-libjdwp/src/solaris/back/ |
| D | exec_md.c | 56 dbgsysExec(char *cmdLine) in dbgsysExec()
|
| /external/deqp/framework/egl/ |
| D | egluGLFunctionLoader.cpp | 48 GLLibraryCache::GLLibraryCache(const Platform &platform, const tcu::CommandLine &cmdLine) in GLLibraryCache()
|
| /external/deqp/android/package/src/com/drawelements/deqp/platformutil/ |
| D | DeqpPlatformCapabilityQueryInstrumentation.java | 99 private static native int nativeRenderConfigSupportedQuery(String cmdLine); in nativeRenderConfigSupportedQuery()
|
| /external/armnn/tests/profiling/gatordmock/ |
| D | GatordMockMain.cpp | 58 CommandLineProcessor cmdLine; in main() local
|
| /external/deqp/framework/platform/ |
| D | tcuMain.cpp | 68 tcu::CommandLine cmdLine(argc, argv); in main() local
|