/kernel/linux/linux-6.6/drivers/net/ipvlan/ |
H A D | ipvlan_main.c | 387 .parse = eth_header_parse,
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | uhid.c | 395 .parse = uhid_hid_parse,
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-ftrace.c | 24 #include <subcmd/parse-options.h> 35 #include "util/parse-sublevel-options.h" 703 * parse trace output to get function duration like in in make_histogram() 997 pr_err("Filter parse error at %td.\n", err - str + 1); in opt_list_avail_functions()
|
/kernel/linux/linux-6.6/scripts/ |
H A D | get_abi.pl | 984 get_abi.pl - parse the Linux ABI files and produce a ReST book.
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace_eprobe.c | 520 .parse = eprobe_trigger_cmd_parse, 942 /* parse arguments */ in __trace_eprobe_create()
|
/third_party/glslang/gtests/ |
H A D | TestFixture.h | 202 return shader->parse( in compile()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | unum.cpp | 379 ((const NumberFormat*)fmt)->parse(src, res, pp); in parseRes() 939 result = NULL; // deallocate if there was a parse error in unum_parseToUFormattable()
|
H A D | tmutfmt.cpp | 187 std::cout << "parse source: " << res << "\n"; in parseObject() 189 // parse by iterating through all available patterns in parseObject() 202 std::cout << "parse plural count: " << res << "\n"; in parseObject() 212 // see if we can parse in parseObject() 227 getNumberFormatInternal().parse(temp.getString(tmpString), tmpNumber, pStatus); in parseObject() 253 /* After find the longest match, parse the number. in parseObject()
|
H A D | nfrs.cpp | 652 * @param text The string to parse 665 * this function returns new Long(0), and the parse position is 684 NFRuleSet::parse(const UnicodeString& text, ParsePosition& pos, double upperBound, uint32_t nonNumericalExecutedRuleMask, Formattable& result) const in parse() function in NFRuleSet 692 // dump out if there's no text to parse in parse() 706 fprintf(stderr, " parse negative: %d\n", this, negativeNumberRule != 0); in parse() 731 // sigificant rule first (this helps ensure that we parse in parse() 765 // finally, update the parse position we were passed to point to the in parse()
|
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
H A D | Transliterator.java | 1655 * null Transliterator, if it contains ID blocks which parse as 1669 parser.parse(rules, dir); in createFromRules() 2199 throw new RuntimeException("Can't parse direction: " + direction);
|
/third_party/icu/icu4c/source/common/ |
H A D | rbbiscan.cpp | 10 // scanning the rules and assembling a parse tree. This is the first phase 177 // Normally has one entry, which is the entire parse tree for the rules. in ~RBBIRuleScanner() 189 // Called by the parse state machine. 190 // Actions build the parse tree and Unicode Sets, 191 // and maintain the parse stack for nested expressions. 277 // Push a new start-of-expression node; needed to keep parse of the in doParseActions() 290 // Terminate expression, leaves expression parse tree rooted in TOS node. in doParseActions() 303 // Expression parse tree becomes l. child of the $variable reference node. in doParseActions() 310 // This is a round-about way to get the parse position set in doParseActions() 326 if (U_FAILURE(*fRB->fStatus)) { // parse tre in doParseActions() [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
H A D | CurrencyTest.java | 694 date = fmt.parse(timeString); in TestAvailableCurrencyCodes() 696 fail("could not parse date: " + timeString); in TestAvailableCurrencyCodes()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | CompactDecimalFormatTest.java | 509 cdf.parse("Parse for failure", new ParsePosition(0)); in TestParsing()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | Transliterator.java | 1622 * null Transliterator, if it contains ID blocks which parse as 1635 parser.parse(rules, dir); in createFromRules() 2158 throw new RuntimeException("Can't parse direction: " + direction);
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
H A D | CurrencyTest.java | 706 date = fmt.parse(timeString); in TestAvailableCurrencyCodes() 708 fail("could not parse date: " + timeString); in TestAvailableCurrencyCodes()
|
/third_party/libphonenumber/tools/java/common/src/com/google/i18n/phonenumbers/ |
H A D | BuildMetadataFromXml.java | 101 Document document = builder.parse(xmlFile); in buildPhoneMetadataCollection()
|
/third_party/libphonenumber/tools/java/common/test/com/google/i18n/phonenumbers/ |
H A D | BuildMetadataFromXmlTest.java | 50 return documentBuilder.parse(inputSource).getDocumentElement(); in parseXmlString()
|
/third_party/node/test/parallel/ |
H A D | test-crypto-sign-verify.js | 298 const examples = JSON.parse(fixtures.readSync('pss-vectors.json', 'utf8'));
|
/third_party/node/deps/v8/third_party/test262-harness/src/ |
H A D | test262.py | 48 EXCLUDE_LIST = xml.dom.minidom.parse(EXCLUDED_FILENAME)
|
/third_party/node/deps/cjs-module-lexer/ |
H A D | lexer.js | 1438 module.exports.parse = parseCJS;
|
/third_party/node/deps/icu-small/source/common/ |
H A D | rbbiscan.cpp | 10 // scanning the rules and assembling a parse tree. This is the first phase 177 // Normally has one entry, which is the entire parse tree for the rules. in ~RBBIRuleScanner() 189 // Called by the parse state machine. 190 // Actions build the parse tree and Unicode Sets, 191 // and maintain the parse stack for nested expressions. 277 // Push a new start-of-expression node; needed to keep parse of the in doParseActions() 290 // Terminate expression, leaves expression parse tree rooted in TOS node. in doParseActions() 303 // Expression parse tree becomes l. child of the $variable reference node. in doParseActions() 310 // This is a round-about way to get the parse position set in doParseActions() 326 if (U_FAILURE(*fRB->fStatus)) { // parse tre in doParseActions() [all...] |
/third_party/mesa3d/src/intel/perf/ |
H A D | gen_perf.py | 735 self.xml = et.parse(self.filename)
|
/third_party/node/deps/npm/node_modules/jackspeak/dist/esm/ |
H A D | index.js | 2 import { parseArgs } from './parse-args.js'; 297 parse(args = process.argv) {
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | nfrs.cpp | 652 * @param text The string to parse 665 * this function returns new Long(0), and the parse position is 684 NFRuleSet::parse(const UnicodeString& text, ParsePosition& pos, double upperBound, uint32_t nonNumericalExecutedRuleMask, Formattable& result) const in parse() function in NFRuleSet 692 // dump out if there's no text to parse in parse() 706 fprintf(stderr, " parse negative: %d\n", this, negativeNumberRule != 0); in parse() 731 // sigificant rule first (this helps ensure that we parse in parse() 765 // finally, update the parse position we were passed to point to the in parse()
|
H A D | unum.cpp | 395 ((const NumberFormat*)fmt)->parse(src, res, pp); in parseRes() 957 result = nullptr; // deallocate if there was a parse error in unum_parseToUFormattable()
|