Searched refs:optionKey (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/tools/flags/ |
D | CommonFlagsConfig.cpp | 433 bool get_option_gpu_color(const char* optionKey, in get_option_gpu_color() argument 437 SkString* optionValue = fOptionsMap.find(SkString(optionKey)); in get_option_gpu_color() 444 bool get_option_gpu_api(const char* optionKey, in get_option_gpu_api() argument 448 SkString* optionValue = fOptionsMap.find(SkString(optionKey)); in get_option_gpu_api() 456 bool get_option_graphite_api(const char* optionKey, in get_option_graphite_api() argument 460 SkString* optionValue = fOptionsMap.find(SkString(optionKey)); in get_option_graphite_api() 486 bool get_option_gpu_surf_type(const char* optionKey, in get_option_gpu_surf_type() argument 489 SkString* optionValue = fOptionsMap.find(SkString(optionKey)); in get_option_gpu_surf_type() 496 bool get_option_int(const char* optionKey, int* outInt, bool optional = true) const { in get_option_int() argument 497 SkString* optionValue = fOptionsMap.find(SkString(optionKey)); in get_option_int() [all …]
|
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/ |
D | command.js | 1368 const optionKey = option.attributeName(); 1369 if (this.getOptionValue(optionKey) === undefined) { 1372 return this.getOptionValueSource(optionKey) !== 'default'; 1603 const optionKey = option.attributeName(); 1605 …if (this.getOptionValue(optionKey) === undefined || ['default', 'config', 'env'].includes(this.get… 1625 const hasCustomOptionValue = (optionKey) => { argument 1626 …return this.getOptionValue(optionKey) !== undefined && !['default', 'implied'].includes(this.getOp… 1688 const optionKey = option.attributeName(); 1689 const optionValue = this.getOptionValue(optionKey); 1690 …const negativeOption = this.options.find(target => target.negate && optionKey === target.attribute… [all …]
|
D | option.js | 278 const optionKey = option.attributeName(); 279 if (!this.dualOptions.has(optionKey)) return true; 282 const preset = this.negativeOptions.get(optionKey).presetArg;
|
/third_party/node/test/fixtures/wpt/resources/ |
D | accesskey.js | 12 let optionKey = altKey; // left Option key 17 let osAccessKey = isMacOSX ? [controlKey, optionKey] : [shiftKey, altKey];
|
/third_party/python/Mac/PythonLauncher/ |
D | MyAppDelegate.m | 41 if( GetCurrentKeyModifiers() & optionKey )
|
/third_party/typescript/src/compiler/ |
D | builder.ts | 1110 …function convertToProgramBuildInfoCompilerOptions(options: CompilerOptions, optionKey: "affectsBun… 1115 if (optionInfo?.[optionKey]) {
|
/third_party/typescript/lib/ |
D | tsc.js | 104637 function convertToProgramBuildInfoCompilerOptions(options, optionKey) { argument 104643 if (optionInfo === null || optionInfo === void 0 ? void 0 : optionInfo[optionKey]) {
|
D | typingsInstaller.js | 125944 function convertToProgramBuildInfoCompilerOptions(options, optionKey) { argument 125950 if (optionInfo === null || optionInfo === void 0 ? void 0 : optionInfo[optionKey]) {
|