/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | genvk.py | 1093 tree = etree.parse(args.registry) 1099 endTimer(args.time, '* Time to parse ElementTree =')
|
/third_party/skia/third_party/externals/icu/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 postion we were passed to point to the in parse()
|
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 | unum.cpp | 382 ((const NumberFormat*)fmt)->parse(src, res, pp); in parseRes() 920 result = NULL; // deallocate if there was a parse error in unum_parseToUFormattable()
|
/third_party/skia/src/ports/skia_ohos/ |
H A D | HmSymbolConfig_ohos.cpp | 259 bool isJson = jsonReader->parse(data.get(), data.get() + size, &root, &errs); in CheckConfigFile()
|
/third_party/python/Lib/test/ |
H A D | test_genericalias.py | 46 from urllib.parse import SplitResult, ParseResult
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | JSON.h | 18 /// - functions to parse JSON text into Values, and to serialize Values to text. 19 /// See parse(), operator<<, and format_provider. 247 /// Expected<Value> E = parse(R"( {"options": {"font": "sans-serif"}} )"); 280 /// Expected<Value> E = json::parse("[1, 2, null]"); 685 llvm::Expected<Value> parse(llvm::StringRef JSON);
|
/third_party/skia/third_party/externals/icu/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/python/Lib/ |
H A D | traceback.py | 581 tree = ast.parse(segment)
|
/third_party/python/Lib/test/test_peg_generator/ |
H A D | test_pegen.py | 900 p = ast.dump(ast.parse(source).body[0].value, include_attributes=True).replace(
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
H A D | time_zone_format.cc | 231 // Used for %E#S/%E#f specifiers and for data values in parse(). 678 // Uses strptime(3) to parse the given input. Supports the same extended 692 bool parse(const std::string& format, const std::string& input, in parse() function 934 if (err != nullptr) *err = "Failed to parse input"; in parse() 941 // parse() must consume the entire input string. in parse() 987 // parse() should not allow normalization. Due to the restricted field in parse()
|
/third_party/rust/crates/quote/src/ |
H A D | lib.rs | 1218 $crate::__private::parse(&mut $tokens, stringify!($other));
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | wpa_common.h | 607 int wpa_ft_parse_ies(const u8 *ies, size_t ies_len, struct wpa_ft_ies *parse,
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-script.c | 9 #include <subcmd/parse-options.h> 67 #include <traceevent/event-parse.h> 3051 goto parse; in parse_output_fields() 3068 goto parse; in parse_output_fields() 3080 parse: in parse_output_fields()
|
H A D | builtin-kmem.c | 19 #include <subcmd/parse-options.h> 39 #include <traceevent/event-parse.h>
|
H A D | builtin-report.c | 38 #include <subcmd/parse-options.h> 40 #include "util/parse-events.h" 71 #include <traceevent/event-parse.h> 1122 pr_err("Cannot parse time quantum `%s'\n", arg); in parse_time_quantum()
|
H A D | builtin-kwork.c | 25 #include <subcmd/parse-options.h> 26 #include <traceevent/event-parse.h>
|
H A D | builtin-timechart.c | 29 #include <subcmd/parse-options.h> 30 #include "util/parse-events.h" 41 #include <traceevent/event-parse.h>
|
/third_party/node/deps/v8/tools/ |
H A D | grokdump.py | 49 import urllib.parse namespace 2644 parsedurl = urllib.parse.urlparse(self.path) 2645 query_components = urllib.parse.parse_qs(parsedurl.query) 2744 self.encfilename = urllib.parse.urlencode({'dump': self.dumpfilename}) 3477 ((urllib.parse.urlencode({'dump': fname}), fname)))
|
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/ |
H A D | main.h | 1022 void (*parse)(struct rtw_dev *rtwdev, const struct rtw_table *tbl); member 1031 (*tbl->parse)(rtwdev, tbl); in rtw_load_table()
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/ |
H A D | main.h | 1067 void (*parse)(struct rtw_dev *rtwdev, const struct rtw_table *tbl); member 1076 (*tbl->parse)(rtwdev, tbl); in rtw_load_table()
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace_events_user.c | 1195 goto parse; in user_event_parse_field() 1205 parse: in user_event_parse_field() 2333 /* No longer need parse ref, ref_add either worked or not */ in user_events_ioctl_reg()
|
/third_party/icu/icu4c/source/tools/genrb/ |
H A D | parse.cpp | 11 * File parse.cpp 36 #include "parse.h" 775 parse(ucbuf.getAlias(), inputDir, outputDir, filename.data(), false, false, false, &errorCode)); in getRules() 1474 // need to parse the collation data regardless in parseCollationElements() 1574 error(line, "parse error. Stopped parsing tokens with %s", u_errorName(*status)); in realParseTable() 1582 error(line, "parse error. Stopped parsing resource with %s", u_errorName(*status)); in realParseTable() 1590 error(line, "parse error. Stopped parsing table with %s", u_errorName(*status)); in realParseTable() 2185 /* parse a non-top-level resource */ 2204 /* This function parses from the colon onwards. If the colon is present, parse the in parseResource() 2205 type then try to parse in parseResource() 2316 parse(UCHARBUF *buf, const char *inputDir, const char *outputDir, const char *filename, parse() function [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | VTimeZone.java | 473 * parse the contents to initialize this VTimeZone object. 475 * the parse is completed, the reader points at the beginning 549 return parse(); in load() 561 private boolean parse() { in parse() method in VTimeZone 604 // Always in 'Z' format, so the offset argument for the parse method in parse()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/ |
H A D | IBMCalendarTest.java | 762 ms2 = sdf.parse(test.data); in TestJB1684() 765 errln("parse exception: " + e); in TestJB1684() 770 "\n SimpleDateFormat.parse gave " + ms2); in TestJB1684() 788 ms3 = sdf.parse(result); in TestJB1684() 791 errln("parse exception 2: " + e); in TestJB1684() 796 log("\nError: Re-parse of '" + result + "' gave time of " + in TestJB1684()
|