Home
last modified time | relevance | path

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

12

/external/deqp/framework/delibs/deutil/
DdeCommandLine.c119 deCommandLine* cmdLine = (deCommandLine*)deCalloc(sizeof(deCommandLine)); in deCommandLine_parse() local
140 void deCommandLine_destroy (deCommandLine* cmdLine) in deCommandLine_destroy()
146 static void testParse (const char* cmdLine, const char* const* refArgs, int numArgs) in testParse()
163 const char* cmdLine = "hello"; in deCommandLine_selfTest() local
168 const char* cmdLine = "hello world"; in deCommandLine_selfTest() local
173 const char* cmdLine = "hello/world"; in deCommandLine_selfTest() local
178 const char* cmdLine = "hello/world --help"; in deCommandLine_selfTest() local
183 const char* cmdLine = "hello/world --help foo"; in deCommandLine_selfTest() local
188 const char* cmdLine = "hello\\world --help foo"; in deCommandLine_selfTest() local
193 const char* cmdLine = "\"hello/worl d\" --help --foo=\"bar\" \"ba z\\\"\""; in deCommandLine_selfTest() local
[all …]
/external/deqp/framework/delibs/decpp/
DdeCommandLine.cpp355 CommandLine cmdLine; in selfTest() local
364 CommandLine cmdLine; in selfTest() local
374 CommandLine cmdLine; in selfTest() local
384 CommandLine cmdLine; in selfTest() local
421 CommandLine cmdLine; in selfTest() local
438 CommandLine cmdLine; in selfTest() local
455 CommandLine cmdLine; in selfTest() local
474 CommandLine cmdLine; in selfTest() local
492 CommandLine cmdLine; in selfTest() local
503 CommandLine cmdLine; in selfTest() local
[all …]
/external/deqp/executor/tools/
DxeExtractShaderPrograms.cpp68 static void writeShaderProgram (const CommandLine& cmdLine, const std::string& casePath, const xe::… in writeShaderProgram()
99 static void extractShaderPrograms (const CommandLine& cmdLine, const std::string& casePath, const x… in extractShaderPrograms()
134 ShaderProgramExtractHandler (const CommandLine& cmdLine) in ShaderProgramExtractHandler()
174 static void extractShaderProgramsFromLogFile (const CommandLine& cmdLine) in extractShaderProgramsFromLogFile()
204 static bool parseCommandLine (CommandLine& cmdLine, int argc, const char* const* argv) in parseCommandLine()
233 CommandLine cmdLine; in main() local
DxeMergeTestLogs.cpp148 static void mergeTestLogs (const CommandLine& cmdLine) in mergeTestLogs()
168 static bool parseCommandLine (CommandLine& cmdLine, int argc, const char* const* argv) in parseCommandLine()
200 CommandLine cmdLine; in main() local
DxeBatchResultToJUnit.cpp56 static void parseCommandLine (CommandLine& cmdLine, int argc, const char* const* argv) in parseCommandLine() argument
158 CommandLine cmdLine; in main() local
DxeExtractValues.cpp221 static void printTaggedValues (const CommandLine& cmdLine, std::ostream& dst) in printTaggedValues()
260 static bool parseCommandLine (CommandLine& cmdLine, int argc, const char* const* argv) in parseCommandLine()
289 CommandLine cmdLine; in main() local
DxeTestLogCompare.cpp264 static bool runCompare (const CommandLine& cmdLine, std::ostream& dst) in runCompare()
367 static bool parseCommandLine (CommandLine& cmdLine, int argc, const char* const* argv) in parseCommandLine()
394 CommandLine cmdLine; in main() local
DxeCommandLineExecutor.cpp141 bool parseCommandLine (CommandLine& cmdLine, int argc, const char* const* argv) in parseCommandLine()
458 xe::CommLink* createCommLink (const CommandLine& cmdLine) in createCommLink()
577 void runExecutor (const CommandLine& cmdLine) in runExecutor()
666 CommandLine cmdLine; in main() local
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
DJDWPUnitDebuggeeProcessWrapper.java76 public void launchProcessAndRedirectors(String cmdLine) throws IOException { in launchProcessAndRedirectors()
141 protected Process launchProcess(String cmdLine) throws IOException { in launchProcess()
DJDWPManualDebuggeeWrapper.java79 protected Process launchProcess(String cmdLine) throws IOException { in launchProcess()
DJDWPUnitDebuggeeWrapper.java100 String cmdLine = settings.getDebuggeeJavaPath() + " -cp \"" in start() local
/external/deqp/framework/common/
DtcuApp.cpp50 …id writeCaselistsToStdout (TestPackageRoot& root, TestContext& testCtx, const CommandLine& cmdLine) in writeCaselistsToStdout()
80 App::App (Platform& platform, Archive& archive, TestLog& log, const CommandLine& cmdLine) in App()
DtcuTestHierarchyUtil.cpp125 … writeXmlCaselistsToFiles (TestPackageRoot& root, TestContext& testCtx, const CommandLine& cmdLine) in writeXmlCaselistsToFiles()
181 … writeTxtCaselistsToFiles (TestPackageRoot& root, TestContext& testCtx, const CommandLine& cmdLine) in writeTxtCaselistsToFiles()
DtcuTestContext.cpp35 const CommandLine& cmdLine, in TestContext()
/external/deqp/framework/opengl/
DgluRenderConfig.cpp143 void parseRenderConfig (RenderConfig* config, const tcu::CommandLine& cmdLine) in parseRenderConfig()
171 RenderConfig::Visibility parseWindowVisibility (const tcu::CommandLine& cmdLine) in parseWindowVisibility()
/external/deqp/framework/platform/
DtcuMain.cpp46 tcu::CommandLine cmdLine (argc, argv); in main() local
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/DebuggerOnDemand/
DOnthrowDebuggerLaunchTest.java277 String cmdLine = settings.getDebuggeeJavaPath() in prepareDebuggerCmd() local
301 String cmdLine = settings.getDebuggeeJavaPath() in prepareDebuggeeCmd() local
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestCase.cpp88 Move<VkInstance> createInstance (const PlatformInterface& vkp, const tcu::CommandLine& cmdLine) in createInstance()
126 const tcu::CommandLine& cmdLine) in createDefaultDevice()
203 DefaultDevice::DefaultDevice (const PlatformInterface& vkPlatform, const tcu::CommandLine& cmdLine) in DefaultDevice()
/external/deqp/execserver/tools/
DxsMain.cpp55 de::cmdline::CommandLine cmdLine; in main() local
DxsClient.cpp160 Client::Client (const CommandLine& cmdLine) in Client()
303 CommandLine cmdLine; in runClient() local
/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.java109 private static native int nativeRenderConfigSupportedQuery (String cmdLine); in nativeRenderConfigSupportedQuery()
/external/deqp/external/vulkancts/framework/vulkan/
DvkDeviceUtil.cpp84 …eDevice (const InstanceInterface& vkInstance, VkInstance instance, const tcu::CommandLine& cmdLine) in chooseDevice()
/external/deqp/framework/platform/android/
DtcuAndroidTestActivity.cpp41 TestThread::TestThread (NativeActivity& activity, const CommandLine& cmdLine) in TestThread()
/external/deqp/android/package/src/com/drawelements/deqp/testercore/
DRemoteAPI.java67 public boolean start (String testerName, String cmdLine, String caseList) { in start()

12