/third_party/vk-gl-cts/scripts/ |
H A D | launchcontrol_build.py | 70 def parseOptions (): function 93 options = parseOptions()
|
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/ |
H A D | command.js | 843 _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 D | FormatProviders.h | 388 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 D | FormatProviders.h | 379 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 D | Mf2Serializer.java | 442 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 D | tzfmt.h | 593 * @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 D | tzfmt.h | 593 * @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 D | tzfmt.h | 593 * @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 D | PerfTest.java | 388 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 D | tzfmttst.cpp | 774 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 D | build-installer.py | 112 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 D | tzfmt.cpp | 821 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 D | tzfmt.cpp | 821 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 D | tzfmt.cpp | 821 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
|