Home
last modified time | relevance | path

Searched refs:parse (Results 1676 - 1700 of 2030) sorted by relevance

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

/kernel/linux/linux-6.6/tools/perf/util/
H A Dparse-events.c13 #include <subcmd/parse-options.h>
14 #include "parse-events.h"
20 #include <util/parse-events-bison.h>
21 #include <util/parse-events-flex.h>
25 #include "util/parse-branch-options.h"
745 * Update according to parse-events.l in config_term_name()
1833 * parse event config string, return a list of event terms.
/third_party/icu/icu4c/source/i18n/
H A Dplurrule.cpp172 parser.parse(description, newRules.getAlias(), status); in createRules()
270 parser.parse(locRule, newObj.getAlias(), status); in internalForLocale()
271 // TODO: should rule parse errors be returned, or in internalForLocale()
598 PluralRuleParser::parse(const UnicodeString& ruleData, PluralRules *prules, UErrorCode &status) in parse() function in PluralRuleParser
690 // used for all plural rule parse errors. in parse()
1816 // Slow path, convert with sprintf, parse converted output.
H A Ddecimfmt.cpp720 void DecimalFormat::parse(const UnicodeString& text, Formattable& output, in parse() function in DecimalFormat
727 // If there is nothing to parse, it is an error in parse()
742 parser->parse(text, startIndex, true, result, status); in parse()
772 parser->parse(text, startIndex, true, result, status); in parseCurrency()
1623 // parse method is called, so defer that until needed. in touch()
H A Dtimezone.cpp432 * fails, we try to parse it as a custom string GMT[+-]hh:mm. If in createTimeZone()
1405 numberFormat->parse(id, n, pos); in parseCustomID()
1422 numberFormat->parse(id, n, pos); in parseCustomID()
1438 numberFormat->parse(id, n, pos); in parseCustomID()
/third_party/node/deps/icu-small/source/i18n/
H A Dtimezone.cpp432 * fails, we try to parse it as a custom string GMT[+-]hh:mm. If in createTimeZone()
1405 numberFormat->parse(id, n, pos); in parseCustomID()
1422 numberFormat->parse(id, n, pos); in parseCustomID()
1438 numberFormat->parse(id, n, pos); in parseCustomID()
H A Ddecimfmt.cpp720 void DecimalFormat::parse(const UnicodeString& text, Formattable& output, in parse() function in DecimalFormat
727 // If there is nothing to parse, it is an error in parse()
742 parser->parse(text, startIndex, true, result, status); in parse()
772 parser->parse(text, startIndex, true, result, status); in parseCurrency()
1623 // parse method is called, so defer that until needed. in touch()
H A Dplurrule.cpp176 parser.parse(description, newRules.getAlias(), status); in createRules()
274 parser.parse(locRule, newObj.getAlias(), status); in internalForLocale()
275 // TODO: should rule parse errors be returned, or in internalForLocale()
602 PluralRuleParser::parse(const UnicodeString& ruleData, PluralRules *prules, UErrorCode &status) in parse() function in PluralRuleParser
694 // used for all plural rule parse errors. in parse()
1820 // Slow path, convert with snprintf, parse converted output.
/third_party/littlefs/scripts/
H A Dplot.py129 # parse escape strings
237 # parse different data representations
1531 def parse(value): member in main.AppendSubplot
1544 self.__class__.parse(value)))
1566 type=AppendSubplot.parse,
/third_party/python/Lib/
H A Ddoctest.py582 A class used to parse strings containing doctest examples.
628 def parse(self, string, name='<string>'): member in DocTestParser
690 return [x for x in self.parse(string, name)
1962 # Find, parse, and run all tests in the given module.
2123 # Find, parse, and run all tests in the given module.
2592 for piece in DocTestParser().parse(s):
H A Dast.py11 a flag to the `compile()` builtin function or by using the `parse()`
33 def parse(source, filename='<unknown>', mode='exec', *, function
64 node_or_string = parse(node_or_string.lstrip(" \t"), mode='eval')
816 (using ast.parse) will generate an AST equivalent to *node*"""
1717 help='the file to parse; defaults to stdin')
1732 tree = parse(source, args.infile.name, args.mode, type_comments=args.no_type_comments)
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ddecimfmt.cpp720 void DecimalFormat::parse(const UnicodeString& text, Formattable& output, in parse() function in DecimalFormat
727 // If there is nothing to parse, it is an error in parse()
742 parser->parse(text, startIndex, true, result, status); in parse()
772 parser->parse(text, startIndex, true, result, status); in parseCurrency()
1616 // parse method is called, so defer that until needed. in touch()
H A Dplurrule.cpp169 parser.parse(description, newRules.getAlias(), status); in createRules()
267 parser.parse(locRule, newObj.getAlias(), status); in internalForLocale()
268 // TODO: should rule parse errors be returned, or in internalForLocale()
588 PluralRuleParser::parse(const UnicodeString& ruleData, PluralRules *prules, UErrorCode &status) in parse() function in PluralRuleParser
680 // used for all plural rule parse errors. in parse()
1811 // Slow path, convert with sprintf, parse converted output.
H A Dtimezone.cpp432 * fails, we try to parse it as a custom string GMT[+-]hh:mm. If in createTimeZone()
1387 numberFormat->parse(id, n, pos); in parseCustomID()
1404 numberFormat->parse(id, n, pos); in parseCustomID()
1420 numberFormat->parse(id, n, pos); in parseCustomID()
/third_party/python/Lib/xml/dom/
H A Dminidom.py5 parse("foo.xml")
1986 def parse(file, parser=None, bufsize=None): function
1990 return expatbuilder.parse(file)
1993 return _do_pulldom_parse(pulldom.parse, (file,),
/third_party/python/Lib/test/
H A Dtest_httpservers.py23 import urllib.parse namespace
433 quotedname = urllib.parse.quote(filename, errors='surrogatepass')
656 import urllib.parse
664 for key, val in urllib.parse.parse_qsl(query_string)}
863 params = urllib.parse.urlencode(
/third_party/rust/crates/bindgen/bindgen/ir/
H A Ditem.rs21 use crate::parse::{ClangSubItemParser, ParseError, ParseResult};
374 /// Note that even though we parse all the types of annotations in comments, not
1334 pub(crate) fn parse(
1354 match $what::parse(cursor, ctx) {
1383 // NOTE: Is extremely important to parse functions and vars **before**
1384 // types. Otherwise we can parse a function declaration as a type
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DCharsetRecog_sbcs.java138 public int parse(CharsetDetector det) in parse() method in CharsetRecog_sbcs.NGramParser
140 return parse (det, (byte)0x20); in parse()
142 public int parse(CharsetDetector det, byte spaceCh) in parse() method in CharsetRecog_sbcs.NGramParser
277 return parser.parse(det, spaceChar); in match()
282 return parser.parse(det, spaceChar); in matchIBM420()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DCharsetRecog_sbcs.java139 public int parse(CharsetDetector det) in parse() method in CharsetRecog_sbcs.NGramParser
141 return parse (det, (byte)0x20); in parse()
143 public int parse(CharsetDetector det, byte spaceCh) in parse() method in CharsetRecog_sbcs.NGramParser
278 return parser.parse(det, spaceChar); in match()
283 return parser.parse(det, spaceChar); in matchIBM420()
/kernel/linux/linux-5.10/scripts/
H A Dget_abi.pl529 abi_book.pl - parse the Linux ABI files and produce a ReST book.
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-ftrace.c22 #include <subcmd/parse-options.h>
32 #include "util/parse-sublevel-options.h"
741 pr_err("Filter parse error at %td.\n", err - str + 1); in opt_list_avail_functions()
/kernel/linux/linux-5.10/net/mac802154/
H A Diface.c499 .parse = mac802154_header_parse,
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-annotate.c24 #include <subcmd/parse-options.h>
25 #include "util/parse-events.h"
86 * @acme: once we parse the objdump output _before_ processing the samples,
/kernel/linux/linux-6.6/tools/perf/pmu-events/
H A Dmetric.py113 """Represents a binary operator in the parse tree."""
209 """Represents a select ternary in the parse tree."""
541 orig (str): String to parse.
566 parsed = ast.parse(py, mode='eval')
/kernel/linux/linux-6.6/tools/perf/util/scripting-engines/
H A Dtrace-event-perl.c30 #include <traceevent/event-parse.h>
/kernel/linux/linux-6.6/tools/testing/kunit/
H A Dkunit.py208 print('$ scripts/decode_stacktrace.sh {}/vmlinux {} < {} | tee {}/decoded.log | {} parse'.format(
239 # Actually parse the test results.
407 parser.add_argument('--raw_output', help='If set don\'t parse output from kernel. '
534 'parse': parse_handler
543 # The 'run' command will config, build, exec, and parse in one go.
564 # The 'parse' option is special, as it doesn't need the kernel source
568 parse_parser = subparser.add_parser('parse',

Completed in 61 milliseconds

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