Home
last modified time | relevance | path

Searched refs:parse (Results 1651 - 1675 of 2030) sorted by relevance

1...<<61626364656667686970>>...82

/kernel/linux/linux-6.6/net/8021q/
H A Dvlan_dev.c538 .parse = eth_header_parse,
558 .parse = eth_header_parse,
/third_party/cups-filters/filter/
H A Drastertopdf.cpp584 ret = QPDFObjectHandle::parse(colorSpaceArrayString); in getCalibrationArray()
1112 QPDFObjectHandle page = QPDFObjectHandle::parse( in add_pdf_page()
1492 fprintf(stderr, "WARNING: (rastertopclm) Unable parse PPD attribute \"%s\". Using FLATE for encoding image streams.\n", attr_name); in main()
/third_party/icu/icu4c/source/common/
H A Dmessagepattern.cpp168 parse(pattern, parseError, errorCode); in MessagePattern()
268 MessagePattern::parse(const UnicodeString &pattern, UParseError *parseError, UErrorCode &errorCode) { in parse() function in MessagePattern
553 // parse argument name or number in parseArg()
593 // parse argument type: case-sensitive a-zA-Z in parseArg()
872 // parse the message fragment following the selector in parsePluralOrSelectStyle()
968 // try to parse the number as a small integer but fall back to a double in parseDouble()
/third_party/icu/icu4c/source/i18n/
H A Dtranslit.cpp1006 // parse(), followed by TransliteratorRegistry::reget(). in createBasicInstance()
1009 // Step 1. parse in createBasicInstance()
1011 alias->parse(parser, pe, ec); in createBasicInstance()
1049 * NullTransliterator, if it contains ID blocks which parse as
1062 parser.parse(rules, dir, parseError, status); in createFromRules()
H A Dtransreg.cpp193 void TransliteratorAlias::parse(TransliteratorParser& parser, in parse() function in TransliteratorAlias
200 parser.parse(aliasesOrRules, direction, pe, ec); in parse()
577 // alias->isRuleBased(), and if they get true, they call alias->parse() in reget()
582 // alias->parse() and reg->reget(), that another thread will have in reget()
H A Dudat.cpp372 res = ((DateFormat*)format)->parse(src, pp); in udat_parse()
404 ((DateFormat*)format)->parse(src, *(Calendar*)calendar, pp); in udat_parseCalendar()
/third_party/jinja2/
H A Denvironment.py594 def parse( member in Environment
616 """Internal parsing function used by `parse` and `compile`."""
617 return Parser(self, source, name, filename).parse()
/third_party/mesa3d/src/imagination/csbgen/
H A Dgen_pack_header.py1047 def parse(self, filename: str) -> None: member in Parser
1064 p.parse(input_file)
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/
H A Dcommand.js845 throw new Error('first parameter to parse must be array or undefined');
880 throw new Error(`unexpected parse option { from: '${parseOptions.from}' }`);
897 * program.parse(process.argv);
898 * program.parse(); // implicitly use process.argv and auto-detect node vs electron conventions
899 * program.parse(my-args, { from: 'user' }); // just user supplied arguments, nothing special about argv[0]
907 parse(argv, parseOptions) {
917 * Use parseAsync instead of parse if any of your action handlers are async. Returns a Promise.
1316 // fall through for caller to handle after calling .parse()
1429 // parse options
/third_party/node/deps/icu-small/source/common/
H A Dmessagepattern.cpp168 parse(pattern, parseError, errorCode); in MessagePattern()
268 MessagePattern::parse(const UnicodeString &pattern, UParseError *parseError, UErrorCode &errorCode) { in parse() function in MessagePattern
553 // parse argument name or number in parseArg()
593 // parse argument type: case-sensitive a-zA-Z in parseArg()
872 // parse the message fragment following the selector in parsePluralOrSelectStyle()
968 // try to parse the number as a small integer but fall back to a double in parseDouble()
/third_party/node/deps/icu-small/source/i18n/
H A Dudat.cpp373 res = ((DateFormat*)format)->parse(src, pp); in udat_parse()
405 ((DateFormat*)format)->parse(src, *(Calendar*)calendar, pp); in udat_parseCalendar()
H A Dtranslit.cpp1006 // parse(), followed by TransliteratorRegistry::reget(). in createBasicInstance()
1009 // Step 1. parse in createBasicInstance()
1011 alias->parse(parser, pe, ec); in createBasicInstance()
1049 * NullTransliterator, if it contains ID blocks which parse as
1062 parser.parse(rules, dir, parseError, status); in createFromRules()
H A Dtransreg.cpp194 void TransliteratorAlias::parse(TransliteratorParser& parser, in parse() function in TransliteratorAlias
201 parser.parse(aliasesOrRules, direction, pe, ec); in parse()
576 // alias->isRuleBased(), and if they get true, they call alias->parse() in reget()
581 // alias->parse() and reg->reget(), that another thread will have in reget()
/third_party/node/deps/npm/node_modules/path-scurry/dist/cjs/
H A Dindex.js1209 return path_1.win32.parse(path).root;
1933 return path_1.win32.parse(dir).root.toUpperCase();
/third_party/node/deps/npm/node_modules/path-scurry/dist/mjs/
H A Dindex.js1180 return win32.parse(path).root;
1901 return win32.parse(dir).root.toUpperCase();
/third_party/littlefs/scripts/
H A Dtracebd.py677 # parse a line of trace output
703 def parse(line): function
811 # read/parse/coalesce operations
839 changed += parse(line)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp799 SymbolNode *Demangler::parse(StringView &MangledName) { in parse() function in Demangler
1445 Node *Scope = parse(MangledName); in demangleLocallyScopedNamePiece()
2224 S = parse(MangledName); in demangleTemplateParameterList()
2256 TPRN->Symbol = parse(MangledName); in demangleTemplateParameterList()
2344 SymbolNode *AST = D.parse(Name); in microsoftDemangle()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DWindowsResource.cpp329 Error WindowsResourceParser::parse(WindowsResource *WR, in parse() function in llvm::object::WindowsResourceParser
367 Error WindowsResourceParser::parse(ResourceSectionRef &RSR, StringRef Filename, in parse() function in llvm::object::WindowsResourceParser
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dtranslit.cpp1006 // parse(), followed by TransliteratorRegistry::reget(). in createBasicInstance()
1009 // Step 1. parse in createBasicInstance()
1011 alias->parse(parser, pe, ec); in createBasicInstance()
1049 * NullTransliterator, if it contains ID blocks which parse as
1062 parser.parse(rules, dir, parseError, status); in createFromRules()
H A Dtransreg.cpp198 void TransliteratorAlias::parse(TransliteratorParser& parser, in parse() function in TransliteratorAlias
205 parser.parse(aliasesOrRules, direction, pe, ec); in parse()
582 // alias->isRuleBased(), and if they get TRUE, they call alias->parse() in reget()
587 // alias->parse() and reg->reget(), that another thread will have in reget()
H A Dudat.cpp372 res = ((DateFormat*)format)->parse(src, pp); in udat_parse()
404 ((DateFormat*)format)->parse(src, *(Calendar*)calendar, pp); in udat_parseCalendar()
/third_party/python/Lib/logging/
H A Dhandlers.py1260 import urllib.parse namespace
1264 data = urllib.parse.urlencode(self.mapLogRecord(record))
/third_party/skia/third_party/externals/icu/source/common/
H A Dmessagepattern.cpp168 parse(pattern, parseError, errorCode); in MessagePattern()
268 MessagePattern::parse(const UnicodeString &pattern, UParseError *parseError, UErrorCode &errorCode) { in parse() function in MessagePattern
553 // parse argument name or number in parseArg()
593 // parse argument type: case-sensitive a-zA-Z in parseArg()
872 // parse the message fragment following the selector in parsePluralOrSelectStyle()
968 // try to parse the number as a small integer but fall back to a double in parseDouble()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DTextFormat.java260 // Try to parse and print the field as an embedded message in printUnknownFieldValue()
676 // Try to parse and print the field as an embedded message in printUnknownFieldValue()
887 * <li>{@code java.util.Scanner}: This seems like a great way at least to parse regular
890 * some delimiter. Thus, although the text "foo:" should parse to two tokens ("foo" and
1167 // We need to parse infinity and nan separately because in consumeDouble()
1205 // We need to parse infinity and nan separately because in consumeFloat()
1336 * when trying to parse an integer.
1339 return parseException("Couldn't parse integer: " + e.getMessage()); in integerParseException()
1344 * when trying to parse a float or double.
1347 return parseException("Couldn't parse numbe in floatParseException()
1462 public static <T extends Message> T parse(final CharSequence input, final Class<T> protoClass) parse() method in TextFormat
1502 public static <T extends Message> T parse( parse() method in TextFormat
[all...]
/third_party/python/Lib/test/test_email/
H A Dtest_headerregistry.py43 parse = headerregistry.UnstructuredHeader.parse variable in TestHeaderRegistry.FooDefault

Completed in 49 milliseconds

1...<<61626364656667686970>>...82