Home
last modified time | relevance | path

Searched refs:optionValue (Results 1 - 13 of 13) sorted by relevance

/third_party/skia/tools/flags/
H A DCommonFlagsConfig.cpp437 SkString* optionValue = fOptionsMap.find(SkString(optionKey)); in get_option_gpu_color() local
438 if (optionValue == nullptr) { in get_option_gpu_color()
441 return parse_option_gpu_color(*optionValue, outColorType, alphaType); in get_option_gpu_color()
448 SkString* optionValue = fOptionsMap.find(SkString(optionKey)); in get_option_gpu_api() local
449 if (optionValue == nullptr) { in get_option_gpu_api()
452 return parse_option_gpu_api(*optionValue, outContextType, outFakeGLESVersion2); in get_option_gpu_api()
460 SkString* optionValue = fOptionsMap.find(SkString(optionKey)); in get_option_graphite_api()
461 if (optionValue == nullptr) { in get_option_graphite_api()
465 if (optionValue->equals("vulkan")) { in get_option_graphite_api()
471 if (optionValue in get_option_graphite_api()
489 SkString* optionValue = fOptionsMap.find(SkString(optionKey)); get_option_gpu_surf_type() local
497 SkString* optionValue = fOptionsMap.find(SkString(optionKey)); get_option_int() local
505 SkString* optionValue = fOptionsMap.find(SkString(optionKey)); get_option_bool() local
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bidi/
H A DTestReorderingMode.java214 int optionValue, optionBack; in testReorderingMode()
236 optionValue = options[option]; in testReorderingMode()
237 bidi.setReorderingOptions(optionValue); in testReorderingMode()
239 if (optionValue != optionBack) { in testReorderingMode()
246 " option=" + optionValue + " level=" + level); in testReorderingMode()
252 (optionValue == Bidi.OPTION_INSERT_MARKS))) { in testReorderingMode()
256 String optDesc = spOptionsToString(optionValue); in testReorderingMode()
260 expected = inverseBasic(bidi2, src, optionValue, in testReorderingMode()
273 if ((optionValue == Bidi.OPTION_INSERT_MARKS) && in testReorderingMode()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
H A DTestReorderingMode.java211 int optionValue, optionBack; in testReorderingMode()
233 optionValue = options[option]; in testReorderingMode()
234 bidi.setReorderingOptions(optionValue); in testReorderingMode()
236 if (optionValue != optionBack) { in testReorderingMode()
243 " option=" + optionValue + " level=" + level); in testReorderingMode()
249 (optionValue == Bidi.OPTION_INSERT_MARKS))) { in testReorderingMode()
253 String optDesc = spOptionsToString(optionValue); in testReorderingMode()
257 expected = inverseBasic(bidi2, src, optionValue, in testReorderingMode()
270 if ((optionValue == Bidi.OPTION_INSERT_MARKS) && in testReorderingMode()
/third_party/node/lib/internal/util/parse_args/
H A Dparse_args.js118 * @param {string|undefined} optionValue - value from user args
122 function storeOption(longOption, optionValue, options, values) {
129 const newValue = optionValue ?? true;
152 * | boolean[]} optionValue - default value from option config
155 function storeDefaultOption(longOption, optionValue, values) {
160 values[longOption] = optionValue;
/third_party/node/deps/npm/node_modules/@pkgjs/parseargs/
H A Dindex.js120 * @param {string|undefined} optionValue - value from user args
124 function storeOption(longOption, optionValue, options, values) {
131 const newValue = optionValue ?? true;
155 * | boolean[]} optionValue - default value from option config
158 function storeDefaultOption(longOption, optionValue, values) {
163 values[longOption] = optionValue;
/third_party/vk-gl-cts/scripts/
H A Dmustpass.py173 def addOptionElement (parent, optionName, optionValue):
174 ElementTree.SubElement(parent, "option", name=optionName, value=optionValue)
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/
H A Dcommand.js1689 const optionValue = this.getOptionValue(optionKey);
1693 (negativeOption.presetArg === undefined && optionValue === false) ||
1694 (negativeOption.presetArg !== undefined && optionValue === negativeOption.presetArg)
/third_party/icu/icu4c/source/test/cintltst/
H A Dcbiditst.c4278 uint32_t optionValue, optionBack; in testReorderingMode() local
4312 optionValue = options[option].value; in testReorderingMode()
4313 ubidi_setReorderingOptions(pBiDi, optionValue); in testReorderingMode()
4315 if (optionValue != optionBack) { in testReorderingMode()
4317 optionValue, optionBack); in testReorderingMode()
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js[all...]
/third_party/typescript/lib/
H A Dtsserverlibrary.js[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]
H A Dtsserver.js[all...]

Completed in 169 milliseconds