Home
last modified time | relevance | path

Searched defs:cmdLine (Results 1 – 25 of 79) sorted by relevance

1234

/external/deqp/framework/delibs/deutil/
DdeCommandLine.c125 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/
DdeCommandLine.cpp363 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/
DxeExtractShaderPrograms.cpp91 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
DxeMergeTestLogs.cpp159 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
DxeExtractValues.cpp228 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
DxeBatchResultToJUnit.cpp56 static void parseCommandLine(CommandLine &cmdLine, int argc, const char *const *argv) in parseCommandLine() argument
154 CommandLine cmdLine; in main() local
DxeTestLogCompare.cpp252 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
DxeCommandLineExecutor.cpp138 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/
DvkDeviceUtil.cpp47 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()
DvkAppParamsUtil.cpp45 …tionParameters(std::vector<VkApplicationParametersEXT> &appParams, const tcu::CommandLine &cmdLine, in readApplicationParameters()
/external/deqp/external/openglcts/modules/runner/
DglcTestRunnerMain.cpp49 static bool parseCommandLine(CommandLine &cmdLine, int argc, const char *const *argv) in parseCommandLine() argument
122 CommandLine cmdLine; in main() local
/external/deqp/framework/common/
DtcuTestHierarchyUtil.cpp127 …d writeXmlCaselistsToFiles(TestPackageRoot &root, TestContext &testCtx, const CommandLine &cmdLine) in writeXmlCaselistsToFiles()
186 …d writeTxtCaselistsToFiles(TestPackageRoot &root, TestContext &testCtx, const CommandLine &cmdLine) in writeTxtCaselistsToFiles()
DtcuTestContext.cpp31 …xt::TestContext(Platform &platform, Archive &rootArchive, TestLog &log, const CommandLine &cmdLine, in TestContext()
/external/deqp/framework/opengl/
DgluRenderConfig.cpp123 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/
DOnthrowDebuggerLaunchTest.java282 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/
DJDWPManualDebuggeeWrapper.java80 protected Process launchProcess(String cmdLine) throws IOException { in launchProcess()
DJDWPUnitDebuggeeProcessWrapper.java91 public void launchProcessAndRedirectors(String cmdLine) throws IOException { in launchProcessAndRedirectors()
156 protected Process launchProcess(String cmdLine) throws IOException { in launchProcess()
DJDWPUnitDebuggeeWrapper.java101 String cmdLine = settings.getDebuggeeJavaPath() + " -cp \"" in start() local
/external/deqp/execserver/tools/
DxsMain.cpp55 de::cmdline::CommandLine cmdLine; in main() local
DxsClient.cpp169 Client::Client(const CommandLine &cmdLine) : m_cmdLine(cmdLine) in Client()
319 CommandLine cmdLine; in runClient() local
/external/oj-libjdwp/src/solaris/back/
Dexec_md.c56 dbgsysExec(char *cmdLine) in dbgsysExec()
/external/deqp/framework/egl/
DegluGLFunctionLoader.cpp48 GLLibraryCache::GLLibraryCache(const Platform &platform, const tcu::CommandLine &cmdLine) in GLLibraryCache()
/external/deqp/android/package/src/com/drawelements/deqp/platformutil/
DDeqpPlatformCapabilityQueryInstrumentation.java99 private static native int nativeRenderConfigSupportedQuery(String cmdLine); in nativeRenderConfigSupportedQuery()
/external/armnn/tests/profiling/gatordmock/
DGatordMockMain.cpp58 CommandLineProcessor cmdLine; in main() local
/external/deqp/framework/platform/
DtcuMain.cpp68 tcu::CommandLine cmdLine(argc, argv); in main() local

1234