Home
last modified time | relevance | path

Searched refs:optionKey (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/tools/flags/
H A DCommonFlagsConfig.cpp433 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()
504 get_option_bool(const char* optionKey, bool* outBool, bool optional = true) const get_option_bool() argument
[all...]
/third_party/node/test/fixtures/wpt/resources/
H A Daccesskey.js12 let optionKey = altKey; // left Option key
17 let osAccessKey = isMacOSX ? [controlKey, optionKey] : [shiftKey, altKey];
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/
H A Doption.js278 const optionKey = option.attributeName();
279 if (!this.dualOptions.has(optionKey)) return true;
282 const preset = this.negativeOptions.get(optionKey).presetArg;
H A Dcommand.js1368 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.getOptionValueSource(optionKey))) {
1625 const hasCustomOptionValue = (optionKey) => {
1626 return this.getOptionValue(optionKey) !== undefined && !['default', 'implied'].includes(this.getOptionValueSource(optionKey));
1688 const optionKey
[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js[all...]
/third_party/typescript/lib/
H A DtypingsInstaller.js[all...]
H A Dtsc.js[all...]
H A Dtsserverlibrary.js[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]
H A Dtsserver.js[all...]

Completed in 188 milliseconds