Home
last modified time | relevance | path

Searched refs:parseOptions (Results 1 - 14 of 14) sorted by relevance

/third_party/vk-gl-cts/scripts/
H A Dlaunchcontrol_build.py70 def parseOptions (): function
93 options = parseOptions()
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/
H A Dcommand.js843 _prepareUserArgs(argv, parseOptions) {
847 parseOptions = parseOptions || {};
854 parseOptions.from = 'electron';
861 switch (parseOptions.from) {
880 throw new Error(`unexpected parse option { from: '${parseOptions.from}' }`);
902 * @param {Object} [parseOptions] - optionally specify style of options with from: node/user/electron
903 * @param {string} [parseOptions.from] - where the args are from: 'node', 'user', 'electron'
907 parse(argv, parseOptions) {
908 const userArgs = this._prepareUserArgs(argv, parseOptions);
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DFormatProviders.h388 static std::pair<StringRef, StringRef> parseOptions(StringRef Style) {
402 std::tie(Sep, ArgStyle) = parseOptions(Style);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DFormatProviders.h379 static std::pair<StringRef, StringRef> parseOptions(StringRef Style) {
393 std::tie(Sep, ArgStyle) = parseOptions(Style);
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/
H A DMf2Serializer.java442 i = parseOptions(i, option); in parseExpression()
456 private int parseOptions(int startToken, Option option) { in parseOptions() method in Mf2Serializer
488 throw new IllegalArgumentException("Parse error: parseOptions UNEXPECTED TOKEN: '" + token + "'"); in parseOptions()
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dtzfmt.h593 * @param parseOptions The parse options represented by bitwise flags of UTimeZoneFormatParseOption.
603 int32_t parseOptions, UTimeZoneFormatTimeType* timeType = nullptr) const;
/third_party/icu/icu4c/source/i18n/unicode/
H A Dtzfmt.h593 * @param parseOptions The parse options represented by bitwise flags of UTimeZoneFormatParseOption.
603 int32_t parseOptions, UTimeZoneFormatTimeType* timeType = NULL) const;
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dtzfmt.h593 * @param parseOptions The parse options repesented by bitwise flags of UTimeZoneFormatParseOption.
603 int32_t parseOptions, UTimeZoneFormatTimeType* timeType = NULL) const;
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
H A DPerfTest.java388 Set testList = parseOptions(args); in run()
465 private Set parseOptions(String[] args) throws UsageException { in parseOptions() method in PerfTest
/third_party/icu/icu4c/source/test/intltest/
H A Dtzfmttst.cpp774 uint32_t parseOptions; member
784 // parseOptions expected outPos timeType in TestParse()
882 TimeZone* tz = tzfmt->parse(DATA[i].style, DATA[i].text, pos, DATA[i].parseOptions, &ttype); in TestParse()
/third_party/python/Mac/BuildScript/
H A Dbuild-installer.py112 FW_VERSION_PREFIX = "--undefined--" # initialized in parseOptions
113 FW_SSL_DIRECTORY = "--undefined--" # initialized in parseOptions
628 def parseOptions(args=None): function
1701 parseOptions()
/third_party/icu/icu4c/source/i18n/
H A Dtzfmt.cpp821 int32_t parseOptions, UTimeZoneFormatTimeType* timeType /* = NULL */) const { in parse()
868 UBool parseTZDBAbbrev = ((parseOptions & UTZFMT_PARSE_OPTION_TZ_DATABASE_ABBREVIATIONS) != 0); in parse()
1202 if (parseOptions & UTZFMT_PARSE_OPTION_ALL_STYLES) { in parse()
820 parse(UTimeZoneFormatStyle style, const UnicodeString& text, ParsePosition& pos, int32_t parseOptions, UTimeZoneFormatTimeType* timeType ) const parse() argument
/third_party/node/deps/icu-small/source/i18n/
H A Dtzfmt.cpp821 int32_t parseOptions, UTimeZoneFormatTimeType* timeType /* = nullptr */) const { in parse()
868 UBool parseTZDBAbbrev = ((parseOptions & UTZFMT_PARSE_OPTION_TZ_DATABASE_ABBREVIATIONS) != 0); in parse()
1202 if (parseOptions & UTZFMT_PARSE_OPTION_ALL_STYLES) { in parse()
820 parse(UTimeZoneFormatStyle style, const UnicodeString& text, ParsePosition& pos, int32_t parseOptions, UTimeZoneFormatTimeType* timeType ) const parse() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dtzfmt.cpp821 int32_t parseOptions, UTimeZoneFormatTimeType* timeType /* = NULL */) const { in parse()
868 UBool parseTZDBAbbrev = ((parseOptions & UTZFMT_PARSE_OPTION_TZ_DATABASE_ABBREVIATIONS) != 0); in parse()
1202 if (parseOptions & UTZFMT_PARSE_OPTION_ALL_STYLES) { in parse()
820 parse(UTimeZoneFormatStyle style, const UnicodeString& text, ParsePosition& pos, int32_t parseOptions, UTimeZoneFormatTimeType* timeType ) const parse() argument

Completed in 21 milliseconds