Home
last modified time | relevance | path

Searched refs:commandLine (Results 1 – 25 of 81) sorted by relevance

1234

/third_party/typescript/src/executeCommandLine/
DexecuteCommandLine.ts81 function getOptionsForHelp(commandLine: ParsedCommandLine) {
83 return !!commandLine.options.all ?
203 commandLine: ParsedCommandLine,
206 if (commandLine.options.build) {
213 if (commandLine.options.locale) {
214 validateLocaleAndSetLanguage(commandLine.options.locale, sys, commandLine.errors);
219 if (commandLine.errors.length > 0) {
220 commandLine.errors.forEach(reportDiagnostic);
224 if (commandLine.options.init) {
225 writeConfigFile(sys, reportDiagnostic, commandLine.options, commandLine.fileNames);
[all …]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkPrograms.cpp347 void shaderCacheFirstRunCheck (const tcu::CommandLine& commandLine) in shaderCacheFirstRunCheck() argument
357 if (commandLine.isShaderCacheIPCEnabled()) in shaderCacheFirstRunCheck()
390 if (commandLine.isShaderCacheTruncateEnabled()) in shaderCacheFirstRunCheck()
393 FILE* f = fopen(commandLine.getShaderCacheFilename(), "wb"); in shaderCacheFirstRunCheck()
400 FILE* file = fopen(commandLine.getShaderCacheFilename(), "rb"); in shaderCacheFirstRunCheck()
619 …(const GlslSource& program, glu::ShaderProgramInfo* buildInfo, const tcu::CommandLine& commandLine) in buildProgram() argument
627 const int optimizationRecipe = commandLine.getOptimizationRecipe(); in buildProgram()
630 if (commandLine.isShadercacheEnabled()) in buildProgram()
632 shaderCacheFirstRunCheck(commandLine); in buildProgram()
651 res = shadercacheLoad(cachekey, commandLine.getShaderCacheFilename(), hash); in buildProgram()
[all …]
DvkResourceInterface.hpp166 const tcu::CommandLine& commandLine) = 0;
170 const tcu::CommandLine& commandLine) = 0;
174 const tcu::CommandLine& commandLine) = 0;
314 const tcu::CommandLine& commandLine) override;
318 const tcu::CommandLine& commandLine) override;
322 const tcu::CommandLine& commandLine) override;
352 const tcu::CommandLine& commandLine) override;
356 const tcu::CommandLine& commandLine) override;
360 const tcu::CommandLine& commandLine) override;
389 const tcu::CommandLine& commandLine = m_testCtx.getCommandLine(); in buildProgram() local
[all …]
DvkResourceInterface.cpp1013 const tcu::CommandLine& commandLine) in compileProgram() argument
1016 return vk::buildProgram(source, buildInfo, commandLine); in compileProgram()
1022 const tcu::CommandLine& commandLine) in compileProgram() argument
1025 return vk::buildProgram(source, buildInfo, commandLine); in compileProgram()
1031 const tcu::CommandLine& commandLine) in compileProgram() argument
1034 return vk::assembleProgram(source, buildInfo, commandLine); in compileProgram()
1062 const tcu::CommandLine& commandLine) in compileProgram() argument
1064 …Server()) return ResourceInterfaceStandard::compileProgram(progId, source, buildInfo, commandLine); in compileProgram()
1072 request.commandLine = commandLine.getInitialCmdLine(); in compileProgram()
1082 const tcu::CommandLine& commandLine) in compileProgram() argument
[all …]
/third_party/vk-gl-cts/framework/delibs/deutil/
DdeCommandLine.c39 deCommandLine* deCommandLine_parse (const char* commandLine) in deCommandLine_parse() argument
56 DE_ASSERT(commandLine); in deCommandLine_parse()
59 buf = (char*)deCalloc(strlen(commandLine)+1); in deCommandLine_parse()
71 while (commandLine[pos] != 0) in deCommandLine_parse()
73 char c = commandLine[pos++]; in deCommandLine_parse()
78 c = commandLine[pos++]; in deCommandLine_parse()
112 DE_ASSERT(commandLine[pos] == 0); in deCommandLine_parse()
DdeProcess.c109 static void execProcess (const char* commandLine, const char* workingDirectory, int statusPipe) in execProcess() argument
111 deCommandLine* cmdLine = deCommandLine_parse(commandLine); in execProcess()
216 deBool deProcess_start (deProcess* process, const char* commandLine, const char* workingDirectory) in deProcess_start() argument
294 execProcess(commandLine, workingDirectory, statusPipe[1]); in deProcess_start()
628 deBool deProcess_start (deProcess* process, const char* commandLine, const char* workingDirectory) in deProcess_start() argument
702 …if (!CreateProcess(DE_NULL, (LPTSTR)commandLine, DE_NULL, DE_NULL, TRUE /* inherit handles */, 0, … in deProcess_start()
/third_party/flutter/flutter/dev/devicelab/lib/framework/
Drunning_processes.dart12 const RunningProcessInfo(this.pid, this.creationDate, this.commandLine)
14 assert(commandLine != null);
16 final String commandLine;
24 other.commandLine == commandLine &&
35 if (commandLine != null) {
36 hash = hash * 23 + commandLine.hashCode;
46 return 'RunningProcesses{pid: $pid, commandLine: $commandLine, creationDate: $creationDate}';
168 final String commandLine = line.substring(commandLineHeaderStart).trim();
169 yield RunningProcessInfo(pid, creationDate, commandLine);
258 final String commandLine = line.substring(nextSpace + 1);
[all …]
/third_party/typescript/src/testRunner/unittests/config/
DshowConfig.ts23 let commandLine = parseCommandLine(commandLinesArgs);
24 if (commandLine.options.project) {
25 …const result = getParsedCommandLineOfConfigFile(commandLine.options.project, commandLine.options, …
27 commandLine = result;
30 const initResult = convertToTSConfig(commandLine, configPath, configParseHost);
DinitializeTSConfig.ts5 const commandLine = parseCommandLine(commandLinesArgs); constant
6 … const initResult = generateTSConfig(commandLine.options, commandLine.fileNames, "\n");
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcNoErrorTests.cpp75 const tcu::CommandLine& commandLine = m_testCtx.getCommandLine(); in verifyNoErrorContext() local
76 glu::parseRenderConfig(&renderCfg, commandLine); in verifyNoErrorContext()
78 if (commandLine.getSurfaceType() != tcu::SURFACETYPE_WINDOW) in verifyNoErrorContext()
81 …RenderContext* noErrorContext = createRenderContext(m_testCtx.getPlatform(), commandLine, renderCf… in verifyNoErrorContext()
DglcContextFlagsTests.cpp65 const tcu::CommandLine& commandLine = m_testCtx.getCommandLine(); in createContext() local
66 glu::parseRenderConfig(&renderCfg, commandLine); in createContext()
68 if (commandLine.getSurfaceType() != tcu::SURFACETYPE_WINDOW) in createContext()
71 m_caseContext = glu::createRenderContext(m_testCtx.getPlatform(), commandLine, renderCfg); in createContext()
DglcTestPackage.cpp76 const tcu::CommandLine& commandLine = context.getTestContext().getCommandLine(); in init() local
77 tcu::SessionInfo sessionInfo (vendor, renderer, commandLine.getInitialCmdLine()); in init()
78 m_waiverMechanism->setup(commandLine.getWaiverFileName(), m_name, vendor, renderer, sessionInfo); in init()
/third_party/vk-gl-cts/modules/gles3/
Dtgl45es3TestPackage.cpp70 const tcu::CommandLine& commandLine = m_context->getTestContext().getCommandLine(); in init() local
71 tcu::SessionInfo sessionInfo (vendor, renderer, commandLine.getInitialCmdLine()); in init()
72 m_waiverMechanism->setup(commandLine.getWaiverFileName(), m_name, vendor, renderer, sessionInfo); in init()
Dtes3TestPackage.cpp149 const tcu::CommandLine& commandLine = m_context->getTestContext().getCommandLine(); in init() local
150 tcu::SessionInfo sessionInfo (vendor, renderer, commandLine.getInitialCmdLine()); in init()
151 m_waiverMechanism->setup(commandLine.getWaiverFileName(), m_name, vendor, renderer, sessionInfo); in init()
/third_party/vk-gl-cts/modules/gles31/
Dtgl45es31TestPackage.cpp70 const tcu::CommandLine& commandLine = m_context->getTestContext().getCommandLine(); in init() local
71 tcu::SessionInfo sessionInfo (vendor, renderer, commandLine.getInitialCmdLine()); in init()
72 m_waiverMechanism->setup(commandLine.getWaiverFileName(), m_name, vendor, renderer, sessionInfo); in init()
Dtgl45TestPackage.cpp70 const tcu::CommandLine& commandLine = m_context->getTestContext().getCommandLine(); in init() local
71 tcu::SessionInfo sessionInfo (vendor, renderer, commandLine.getInitialCmdLine()); in init()
72 m_waiverMechanism->setup(commandLine.getWaiverFileName(), m_name, vendor, renderer, sessionInfo); in init()
Dtes31TestPackage.cpp79 const tcu::CommandLine& commandLine = m_context->getTestContext().getCommandLine(); in init() local
80 tcu::SessionInfo sessionInfo (vendor, renderer, commandLine.getInitialCmdLine()); in init()
81 m_waiverMechanism->setup(commandLine.getWaiverFileName(), m_name, vendor, renderer, sessionInfo); in init()
/third_party/icu/icu4c/source/test/perf/perldriver/
DPerfFramework.pm127 my $commandLine;
129 $commandLine = "$program -i $ITERATIONS -p $NUMPASSES $locAndData @argsAndTest";
131 $commandLine = "$program -t $TIME -p $NUMPASSES $locAndData @argsAndTest";
134 my @res = measure1($commandLine);
/third_party/icu/icu4j/perf-tests/perldriver/
DPerfFramework4j.pm147 my $commandLine;
149 $commandLine = "$program @argsAndTest -i $ITERATIONS -p $NUMPASSES $locAndData $custArgs";
151 $commandLine = "$program @argsAndTest -t $TIME -p $NUMPASSES $locAndData $custArgs";
156 my @res = measure1($commandLine);
/third_party/vk-gl-cts/android/cts/runner/tests/src/com/drawelements/deqp/runner/
DDeqpTestRunnerTest.java252 String commandLine = String.format( in testGlesVersion() local
260 runInstrumentationLineAndAnswer(mockDevice, mockIDevice, testTrie, commandLine, in testGlesVersion()
296 private void expectRenderConfigQuery(ITestDevice mockDevice, String commandLine) in expectRenderConfigQuery() argument
298 expectRenderConfigQueryAndReturn(mockDevice, commandLine, "Yes"); in expectRenderConfigQuery()
301 private void expectRenderConfigQueryAndReturn(ITestDevice mockDevice, String commandLine, in expectRenderConfigQueryAndReturn() argument
308 AbiUtils.createAbiFlag(ABI.getName()), commandLine, in expectRenderConfigQueryAndReturn()
380 String commandLine = String.format( in testResultCode() local
388 runInstrumentationLineAndAnswer(mockDevice, mockIDevice, testTrie, commandLine, output); in testResultCode()
547 String commandLine = String.format( in testRun_multipleTests() local
555 runInstrumentationLineAndAnswer(mockDevice, mockIDevice, testTrie, commandLine, output); in testRun_multipleTests()
[all …]
/third_party/flutter/flutter/dev/bots/
Dprepare_package.dart108 /// Run the command and arguments in `commandLine` as a sub-process from
115 List<String> commandLine, {
121 stderr.write('Running "${commandLine.join(' ')}" in ${workingDirectory.path}.\n');
135 commandLine,
159 final String message = 'Running "${commandLine.join(' ')}" in ${workingDirectory.path} '
163 final String message = 'Running "${commandLine.join(' ')}" in ${workingDirectory.path} '
170 … final String message = 'Running "${commandLine.join(' ')}" in ${workingDirectory.path} failed';
400 List<String> commandLine;
402 commandLine = <String>[
408 commandLine = <String>[
[all …]
/third_party/vk-gl-cts/framework/delibs/decpp/
DdeProcess.cpp43 void Process::start (const char* commandLine, const char* workingDirectory) in start() argument
45 if (!deProcess_start(m_process, commandLine, workingDirectory)) in start()
/third_party/vk-gl-cts/modules/gles2/
Dtes2TestPackage.cpp151 const tcu::CommandLine& commandLine = m_context->getTestContext().getCommandLine(); in init() local
152 tcu::SessionInfo sessionInfo (vendor, renderer, commandLine.getInitialCmdLine()); in init()
153 m_waiverMechanism->setup(commandLine.getWaiverFileName(), m_name, vendor, renderer, sessionInfo); in init()
/third_party/libwebsockets/test-apps/android/app/
Dbuild.gradle34 commandLine 'make', '-f', 'NativeLibs.mk', '-C', 'src/main/jni', 'all'
38 commandLine 'make', '-f', 'NativeLibs.mk', '-C', 'src/main/jni', 'clean-ndk'
/third_party/typescript/src/compiler/
Dprogram.ts572 … return worker(resolvedRef.commandLine.projectReferences, resolvedRef.references, resolvedRef);
735 …!resolvedProjectReferenceUptoDate(childResolvedRef, oldResolvedRef.commandLine.projectReferences![…
943 const out = outFile(parsedRef.commandLine.options);
945 … if (out || getEmitModuleKind(parsedRef.commandLine.options) === ModuleKind.None) {
946 for (const fileName of parsedRef.commandLine.fileNames) {
955 … else if (getEmitModuleKind(parsedRef.commandLine.options) === ModuleKind.None) {
956 …ceDirectory = memoize(() => getCommonSourceDirectoryOfConfig(parsedRef.commandLine, !host.useCaseS…
957 for (const fileName of parsedRef.commandLine.fileNames) {
959 …sProjectReferenceFile(getOutputDeclarationFileName(fileName, parsedRef.commandLine, !host.useCaseS…
1178 const out = outFile(resolvedRef.commandLine.options);
[all …]

1234