Home
last modified time | relevance | path

Searched defs:commandLine (Results 1 – 20 of 20) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/
DvktTestPackage.cpp99 …nst vk::GlslSource& source, glu::ShaderProgramInfo* buildInfo, const tcu::CommandLine& commandLine) in compileProgram()
104 …nst vk::HlslSource& source, glu::ShaderProgramInfo* buildInfo, const tcu::CommandLine& commandLine) in compileProgram()
109 …t vk::SpirVAsmSource& source, vk::SpirVProgramInfo* buildInfo, const tcu::CommandLine& commandLine) in compileProgram()
120 const tcu::CommandLine& commandLine) in buildProgram()
245 const tcu::CommandLine& commandLine = m_context.getTestContext().getCommandLine(); in init() local
DvktBuildPrograms.cpp256 void setCommandline (const tcu::CommandLine &commandLine) in setCommandline()
311 void setCommandline (const tcu::CommandLine &commandLine) in setCommandline()
/external/deqp/framework/delibs/decpp/
DdeProcess.cpp43 void Process::start (const char* commandLine, const char* workingDirectory) in start()
/external/caliper/caliper/src/main/java/com/google/caliper/config/
DCaliperConfigLoader.java79 private static ImmutableMap<String, String> mergeProperties(Map<String, String> commandLine, in mergeProperties() argument
/external/deqp/external/openglcts/modules/common/
DglcNoErrorTests.cpp75 const tcu::CommandLine& commandLine = m_testCtx.getCommandLine(); in verifyNoErrorContext() local
DglcContextFlagsTests.cpp65 const tcu::CommandLine& commandLine = m_testCtx.getCommandLine(); in createContext() local
DglcRobustnessTests.cpp77 const tcu::CommandLine& commandLine = m_testCtx.getCommandLine(); in createRobustContext() local
DglcKHRDebugTests.cpp190 const tcu::CommandLine& commandLine = m_testContext.getCommandLine(); in initDebug() local
207 const tcu::CommandLine& commandLine = m_testContext.getCommandLine(); in initNonDebug() local
DglcRobustBufferAccessBehaviorTests.cpp1043 const tcu::CommandLine& commandLine = m_testCtx.getCommandLine(); in createRobustContext() local
/external/deqp/android/cts/runner/tests/src/com/drawelements/deqp/runner/
DDeqpTestRunnerTest.java241 String commandLine = String.format( in testGlesVersion() local
285 private void expectRenderConfigQuery(ITestDevice mockDevice, String commandLine) in expectRenderConfigQuery()
290 private void expectRenderConfigQueryAndReturn(ITestDevice mockDevice, String commandLine, in expectRenderConfigQueryAndReturn()
369 String commandLine = String.format( in testResultCode() local
531 String commandLine = String.format( in testRun_multipleTests() local
858 String commandLine = String.format( in testRun_unexecutableTests() local
1082 String commandLine = String.format( in testOrientation() local
1863 String commandLine = String.format( in testInterrupt_killReportTestFailed() local
2025 String commandLine = String.format( in testRuntimeHint_optionSet() local
/external/deqp/external/vulkancts/framework/vulkan/
DvkPrograms.cpp553 …(const GlslSource& program, glu::ShaderProgramInfo* buildInfo, const tcu::CommandLine& commandLine) in buildProgram()
638 …(const HlslSource& program, glu::ShaderProgramInfo* buildInfo, const tcu::CommandLine& commandLine) in buildProgram()
723 …m (const SpirVAsmSource& program, SpirVProgramInfo* buildInfo, const tcu::CommandLine& commandLine) in assembleProgram()
/external/caliper/caliper/src/test/java/com/google/caliper/runner/
DWorkerProcessTest.java92 List<String> commandLine = builder.command(); in simpleArgsTest() local
/external/deqp/framework/delibs/deutil/
DdeCommandLine.c39 deCommandLine* deCommandLine_parse (const char* commandLine) in deCommandLine_parse()
DdeProcess.c109 static void execProcess (const char* commandLine, const char* workingDirectory, int statusPipe) in execProcess()
216 deBool deProcess_start (deProcess* process, const char* commandLine, const char* workingDirectory) in deProcess_start()
628 deBool deProcess_start (deProcess* process, const char* commandLine, const char* workingDirectory) in deProcess_start()
/external/apache-harmony/support/src/test/java/tests/support/
DSupport_Exec.java218 StringBuilder commandLine; in exec() local
/external/mdnsresponder/mDNSWindows/ControlPanel/
DControlPanelExe.cpp251 CCommandLineInfo commandLine; in InitInstance() local
/external/oj-libjdwp/src/share/back/
Dtransport.c376 char *commandLine; in launch() local
/external/deqp/execserver/
DxsWin32TestProcess.cpp492 void Process::start (const char* commandLine, const char* workingDirectory) in start()
/external/deqp/framework/egl/
DegluUtil.cpp440 WindowParams::Visibility parseWindowVisibility (const tcu::CommandLine& commandLine) in parseWindowVisibility()
/external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/
DDeqpTestRunner.java1672 final String commandLine = configCommandLine.toString(); in isSupportedGlesRenderConfig() local