Home
last modified time | relevance | path

Searched refs:parsedCommandLine (Results 1 – 6 of 6) sorted by relevance

/third_party/vk-gl-cts/framework/platform/android/
DtcuAndroidPlatformCapabilityQueryJNI.cpp104 const GLConfigParser parsedCommandLine (argsStr); in parseRenderConfig() local
106 if (!parsedCommandLine.hasGLMajorVersion() || in parseRenderConfig()
107 !parsedCommandLine.hasGLMinorVersion()) in parseRenderConfig()
114 …::ContextType testContextType (glu::ApiType::es(parsedCommandLine.getGLMajorVersion(), parsedComma… in parseRenderConfig()
117 glu::parseRenderConfig(&renderConfig, parsedCommandLine); in parseRenderConfig()
/third_party/typescript/src/compiler/
DwatchPublic.ts266 parsedCommandLine: ParsedCommandLine | undefined; property
795 if (!config.reloadLevel) return config.parsedCommandLine;
797 …if (config.parsedCommandLine && config.reloadLevel === ConfigFileProgramReloadLevel.Partial && !ho…
800 config.parsedCommandLine.options.configFile!.configFileSpecs!,
805 config.parsedCommandLine = { ...config.parsedCommandLine, fileNames };
807 return config.parsedCommandLine;
812 const parsedCommandLine = host.getParsedCommandLine ? constant
816 config.parsedCommandLine = parsedCommandLine;
820 (parsedConfigs ||= new Map()).set(configPath, config = { parsedCommandLine });
823 return parsedCommandLine;
[all …]
/third_party/typescript/src/server/
DeditorServices.ts663 parsedCommandLine?: ParsedCommandLine; property
1336 options: config.parsedCommandLine!.options,
1337 … program: configuredProjectForConfig?.getCurrentProgram() || config.parsedCommandLine!.fileNames,
1374 this.getWatchOptionsFromProjectWatchOptions(config.parsedCommandLine!.watchOptions),
1688 …atchOptionsFromProjectWatchOptions(configFileExistenceInfo?.config?.parsedCommandLine?.watchOption…
2151 const parsedCommandLine = configFileExistenceInfo.config!.parsedCommandLine!; constant
2152 Debug.assert(!!parsedCommandLine.fileNames);
2153 const compilerOptions = parsedCommandLine.options;
2158 configHasExtendsProperty: parsedCommandLine.raw.extends !== undefined,
2159 configHasFilesProperty: parsedCommandLine.raw.files !== undefined,
[all …]
Dproject.ts2510 …urn configFileExistenceInfo.exists ? configFileExistenceInfo.config!.parsedCommandLine : undefined;
/third_party/typescript/lib/
Dtsc.js107791 return config.parsedCommandLine;
107792 …if (config.parsedCommandLine && config.reloadLevel === ts.ConfigFileProgramReloadLevel.Partial && …
107794 …var fileNames = ts.getFileNamesFromConfigSpecs(config.parsedCommandLine.options.configFile.configF…
107795 …config.parsedCommandLine = __assign(__assign({}, config.parsedCommandLine), { fileNames: fileNames…
107797 return config.parsedCommandLine;
107801 var parsedCommandLine = host.getParsedCommandLine ?
107805 config.parsedCommandLine = parsedCommandLine;
107809 …(parsedConfigs = new ts.Map())).set(configPath, config = { parsedCommandLine: parsedCommandLine }); property
107812 return parsedCommandLine;
107817 …var parsedCommandLine = ts.getParsedCommandLineOfConfigFile(configFileName, undefined, parseConfig…
[all …]
DtypingsInstaller.js129522 return config.parsedCommandLine;
129524 …if (config.parsedCommandLine && config.reloadLevel === ts.ConfigFileProgramReloadLevel.Partial && …
129526 …var fileNames = ts.getFileNamesFromConfigSpecs(config.parsedCommandLine.options.configFile.configF…
129527 …config.parsedCommandLine = __assign(__assign({}, config.parsedCommandLine), { fileNames: fileNames…
129529 return config.parsedCommandLine;
129533 var parsedCommandLine = host.getParsedCommandLine ?
129537 config.parsedCommandLine = parsedCommandLine;
129541 …(parsedConfigs = new ts.Map())).set(configPath, config = { parsedCommandLine: parsedCommandLine }); property
129544 return parsedCommandLine;
129550 var parsedCommandLine = ts.getParsedCommandLineOfConfigFile(configFileName,
[all …]