/third_party/libphonenumber/tools/java/cpp-build/src/com/google/i18n/phonenumbers/ |
H A D | BuildMetadataCppFromXml.java | 75 public static Variant parse(String variantName) { in parse() method in BuildMetadataCppFromXml.Variant 97 public static Options parse(String commandName, String[] args) { in parse() method in BuildMetadataCppFromXml.Options 103 Variant variant = Variant.parse(basenameMatcher.group(1)); in parse() 104 Type type = Type.parse(basenameMatcher.group(2)); in parse() 162 Options opt = Options.parse(getCommandName(), getArgs()); in start()
|
/third_party/node/test/parallel/ |
H A D | test-http2-https-fallback.js | 13 const { parse } = require('url'); 52 const { alpnProtocol, httpVersion } = JSON.parse(raw); 90 Object.assign(parse(origin), clientOptions), 100 const { alpnProtocol, httpVersion } = JSON.parse(raw); 144 get(Object.assign(parse(origin), clientOptions), common.mustNotCall())
|
/third_party/parse5/bench/perf/ |
H A D | index.js | 40 parser.parse(test.html); 50 parser.parse(page); 96 workingCopyFn: () => workingCopy.parse(hugePage), 97 upstreamFn: () => upstreamParser.parse(hugePage), 130 upstreamParser.parse(writable.writtenData);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDKernelCodeTUtils.cpp | 9 /// \file - utility functions to parse/print amd_kernel_code_t structure 30 #define RECORD(name, altName, print, parse) #name in get_amd_kernel_code_t_FldNames() 40 #define RECORD(name, altName, print, parse) #altName in get_amd_kernel_code_t_FldAltNames() 91 #define RECORD(name, altName, print, parse) print in getPrinterTable() 161 #define RECORD(name, altName, print, parse) parse in getParserTable()
|
/third_party/json/tests/src/ |
H A D | unit-json_pointer.cpp | 26 "[json.exception.parse_error.107] parse error at byte 1: JSON pointer must be empty or begin with '/' - was: 'foo'", json::parse_error&); 29 "[json.exception.parse_error.108] parse error: escape character '~' must be followed with '0' or '1'", json::parse_error&); 32 "[json.exception.parse_error.108] parse error: escape character '~' must be followed with '0' or '1'", json::parse_error&); 278 "[json.exception.parse_error.106] parse error: array index '01' must not begin with '0'", json::parse_error&); 280 "[json.exception.parse_error.106] parse error: array index '01' must not begin with '0'", json::parse_error&); 282 "[json.exception.parse_error.106] parse error: array index '01' must not begin with '0'", json::parse_error&); 284 "[json.exception.parse_error.106] parse error: array index '01' must not begin with '0'", json::parse_error&); 293 "[json.exception.parse_error.109] parse error: array index 'one' is not a number", json::parse_error&); 295 "[json.exception.parse_error.109] parse error: array index 'one' is not a number", json::parse_error&); 298 "[json.exception.parse_error.109] parse erro [all...] |
H A D | unit-user_defined_input.cpp | 23 json as_json = json::parse(data.begin(), data.end()); 49 json as_json = json::parse(data); 75 json as_json = json::parse(data); 123 json as_json = json::parse(begin, end);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | wpa_auth_ft.c | 2289 struct ieee802_11_elems parse; in wpa_ft_process_rdie() local 2310 if (ieee802_11_parse_elems((u8 *) ies, ies_len, &parse, 1) == in wpa_ft_process_rdie() 2312 wpa_printf(MSG_DEBUG, "FT: Failed to parse request IEs"); in wpa_ft_process_rdie() 2318 if (parse.wmm_tspec) { in wpa_ft_process_rdie() 2321 if (parse.wmm_tspec_len + 2 < (int) sizeof(*tspec)) { in wpa_ft_process_rdie() 2323 "(%d)", (int) parse.wmm_tspec_len); in wpa_ft_process_rdie() 2336 os_memcpy(tspec, parse.wmm_tspec - 2, sizeof(*tspec)); in wpa_ft_process_rdie() 2340 if (parse.wmm_tspec && sm->wpa_auth->conf.ap_mlme) { in wpa_ft_process_rdie() 2360 if (parse.wmm_tspec && !sm->wpa_auth->conf.ap_mlme) { in wpa_ft_process_rdie() 2425 struct wpa_ft_ies parse; in wpa_sm_write_assoc_resp_ies() local 2745 wpa_ft_set_key_mgmt(struct wpa_state_machine *sm, struct wpa_ft_ies *parse) wpa_ft_set_key_mgmt() argument 2869 struct wpa_ft_ies parse; wpa_ft_process_auth_req() local 3116 struct wpa_ft_ies parse; wpa_ft_validate_reassoc() local [all...] |
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_tgsi_info.c | 539 struct tgsi_parse_context parse; in lp_build_tgsi_info() local 551 tgsi_parse_init(&parse, tokens); in lp_build_tgsi_info() 553 while (!tgsi_parse_end_of_tokens(&parse)) { in lp_build_tgsi_info() 554 tgsi_parse_token(&parse); in lp_build_tgsi_info() 556 switch (parse.FullToken.Token.Type) { in lp_build_tgsi_info() 558 struct tgsi_full_declaration *decl = &parse.FullToken.FullDeclaration; in lp_build_tgsi_info() 570 &parse.FullToken.FullInstruction; in lp_build_tgsi_info() 585 parse.FullToken.FullImmediate.Immediate.NrTokens - 1; in lp_build_tgsi_info() 589 float value = parse.FullToken.FullImmediate.u[chan].Float; in lp_build_tgsi_info() 610 tgsi_parse_free(&parse); in lp_build_tgsi_info() [all...] |
H A D | lp_bld_tgsi.c | 523 struct tgsi_parse_context parse; in lp_build_tgsi_llvm() local 524 tgsi_parse_init(&parse, tokens); in lp_build_tgsi_llvm() 526 while(!tgsi_parse_end_of_tokens(&parse)) { in lp_build_tgsi_llvm() 527 tgsi_parse_token(&parse); in lp_build_tgsi_llvm() 529 switch(parse.FullToken.Token.Type) { in lp_build_tgsi_llvm() 532 bld_base->emit_declaration(bld_base, &parse.FullToken.FullDeclaration); in lp_build_tgsi_llvm() 535 lp_bld_tgsi_add_instruction(bld_base, &parse.FullToken.FullInstruction); in lp_build_tgsi_llvm() 538 bld_base->emit_immediate(bld_base, &parse.FullToken.FullImmediate); in lp_build_tgsi_llvm() 561 tgsi_parse_free(&parse); in lp_build_tgsi_llvm()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_txrx.c | 138 u64 iova, int len, struct nix_rx_parse_s *parse) in otx2_skb_add_frag() 152 if (parse->laptr) { in otx2_skb_add_frag() 197 end = start + ((cqe->parse.desc_sizem1 + 1) * 16); in otx2_free_rcv_seg() 211 struct nix_rx_parse_s *parse = &cqe->parse; in otx2_check_rcv_errors() local 216 qidx, parse->errlev, parse->errcode); in otx2_check_rcv_errors() 218 if (parse->errlev == NPC_ERRLVL_RE) { in otx2_check_rcv_errors() 219 switch (parse->errcode) { in otx2_check_rcv_errors() 237 } else if (parse in otx2_check_rcv_errors() 137 otx2_skb_add_frag(struct otx2_nic *pfvf, struct sk_buff *skb, u64 iova, int len, struct nix_rx_parse_s *parse) otx2_skb_add_frag() argument 277 struct nix_rx_parse_s *parse = &cqe->parse; otx2_rcv_pkt_handler() local [all...] |
/third_party/node/deps/npm/node_modules/@sigstore/verify/dist/bundle/ |
H A D | index.js | 19 timestamp: core_1.RFC3161Timestamp.parse(ts.signedTimestamp), 49 certificate: core_1.X509Certificate.parse(bundle.verificationMaterial.content.x509CertificateChain 55 certificate: core_1.X509Certificate.parse(bundle.verificationMaterial.content.certificate.rawBytes),
|
/third_party/rust/crates/syn/tests/common/ |
H A D | parse.rs | 4 extern crate rustc_parse as parse; 10 use rustc_session::parse::ParseSess; 20 let e = parse::new_parser_from_source_str( in librustc_expr() 47 errorf!("syn failed to parse\n{:?}\n", msg); in syn_expr()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | NumberFormatRegressionTest.java | 90 // set parsing to lenient & parse in TestJ691() 94 ulocdat = df.parse(udt); in TestJ691() 144 //Test parse, Parsing should stop at "." in Test4408066() 162 n = nf1.parse(data[i]); in Test4408066() 167 errln("Failed: Integer Number Format should parse string to Long/Integer"); in Test4408066() 216 boolean[] expected = { // false for expected parse failure in TestJB5509() 235 df.parse(data[i]); in TestJB5509() 287 Number n = nfmt.parse(data[i]); in TestT5698() 316 Number n = nfmt.parse(data[i]); in TestSurrogatesParsing() 332 aNumber = nf.parse(myStrin in checkNBSPPatternRtNum() [all...] |
H A D | IntlTestDateFormatAPIC.java | 39 * Test hiding of parse() and format() APIs in the Format hierarchy. 79 sdf.parse(str); in TestNameHiding() 80 sdf.parse(str, ppos); in TestNameHiding() 110 Number obj = fmt.parse(str, ppos); in TestNameHiding() 112 obj = fmt.parse(str); in TestNameHiding() 114 errln("FAIL: The format object could not parse the string : "+str); in TestNameHiding() 135 Number obj = fmt.parse(str, ppos); in TestNameHiding() 137 obj = fmt.parse(str); in TestNameHiding()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | NumberFormatRegressionTest.java | 93 // set parsing to lenient & parse in TestJ691() 97 ulocdat = df.parse(udt); in TestJ691() 147 //Test parse, Parsing should stop at "." in Test4408066() 165 n = nf1.parse(data[i]); in Test4408066() 170 errln("Failed: Integer Number Format should parse string to Long/Integer"); in Test4408066() 219 boolean[] expected = { // false for expected parse failure in TestJB5509() 238 df.parse(data[i]); in TestJB5509() 290 Number n = nfmt.parse(data[i]); in TestT5698() 319 Number n = nfmt.parse(data[i]); in TestSurrogatesParsing() 335 aNumber = nf.parse(myStrin in checkNBSPPatternRtNum() [all...] |
H A D | IntlTestDateFormatAPIC.java | 42 * Test hiding of parse() and format() APIs in the Format hierarchy. 82 sdf.parse(str); in TestNameHiding() 83 sdf.parse(str, ppos); in TestNameHiding() 113 Number obj = fmt.parse(str, ppos); in TestNameHiding() 115 obj = fmt.parse(str); in TestNameHiding() 117 errln("FAIL: The format object could not parse the string : "+str); in TestNameHiding() 138 Number obj = fmt.parse(str, ppos); in TestNameHiding() 140 obj = fmt.parse(str); in TestNameHiding()
|
/third_party/python/Lib/test/ |
H A D | test_type_comments.py | 227 def parse(self, source, feature_version=highest): member in TypeCommentTests 228 return ast.parse(source, type_comments=True, 236 yield self.parse(source, feature_version) 242 self.parse(source, feature_version) 245 return ast.parse(source) 365 ast.parse(source, type_comments=False) 382 return ast.parse(source, "<unknown>", "func_type")
|
/kernel/linux/linux-5.10/drivers/mtd/maps/ |
H A D | pcmciamtd.c | 337 cisparse_t parse; in pcmciamtd_cistpl_format() local 339 if (!pcmcia_parse_tuple(tuple, &parse)) { in pcmciamtd_cistpl_format() 340 cistpl_format_t *t = &parse.format; in pcmciamtd_cistpl_format() 352 cisparse_t parse; in pcmciamtd_cistpl_jedec() local 355 if (!pcmcia_parse_tuple(tuple, &parse)) { in pcmciamtd_cistpl_jedec() 356 cistpl_jedec_t *t = &parse.jedec; in pcmciamtd_cistpl_jedec() 369 cisparse_t parse; in pcmciamtd_cistpl_device() local 370 cistpl_device_t *t = &parse.device; in pcmciamtd_cistpl_device() 373 if (pcmcia_parse_tuple(tuple, &parse)) in pcmciamtd_cistpl_device() 393 cisparse_t parse; in pcmciamtd_cistpl_geo() local [all...] |
/kernel/linux/linux-6.6/drivers/mtd/maps/ |
H A D | pcmciamtd.c | 337 cisparse_t parse; in pcmciamtd_cistpl_format() local 339 if (!pcmcia_parse_tuple(tuple, &parse)) { in pcmciamtd_cistpl_format() 340 cistpl_format_t *t = &parse.format; in pcmciamtd_cistpl_format() 352 cisparse_t parse; in pcmciamtd_cistpl_jedec() local 355 if (!pcmcia_parse_tuple(tuple, &parse)) { in pcmciamtd_cistpl_jedec() 356 cistpl_jedec_t *t = &parse.jedec; in pcmciamtd_cistpl_jedec() 369 cisparse_t parse; in pcmciamtd_cistpl_device() local 370 cistpl_device_t *t = &parse.device; in pcmciamtd_cistpl_device() 373 if (pcmcia_parse_tuple(tuple, &parse)) in pcmciamtd_cistpl_device() 393 cisparse_t parse; in pcmciamtd_cistpl_geo() local [all...] |
/third_party/rust/crates/cxx/macro/src/ |
H A D | lib.rs | 49 use syn::parse::{Parse, ParseStream, Parser, Result}; 73 let namespace = match Namespace::parse_bridge_attr_namespace.parse(args) { in bridge() 94 fn parse(input: ParseStream) -> Result<Self> { in type_id() functions 95 let krate = input.parse().map(Crate::DollarCrate)?; in type_id()
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_fpc_optimize.c | 623 struct tgsi_parse_context parse; in i915_optimize() local 632 tgsi_parse_init(&parse, tokens); in i915_optimize() 633 while (!tgsi_parse_end_of_tokens(&parse)) { in i915_optimize() 634 tgsi_parse_token(&parse); in i915_optimize() 637 tgsi_parse_free(&parse); in i915_optimize() 643 tgsi_parse_init(&parse, tokens); in i915_optimize() 644 while (!tgsi_parse_end_of_tokens(&parse)) { in i915_optimize() 645 tgsi_parse_token(&parse); in i915_optimize() 647 if (i915_fpc_useless_mov(&parse.FullToken)) { in i915_optimize() 652 copy_token(&out_tokens->Tokens[i], &parse in i915_optimize() [all...] |
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | expr.y | 25 %parse-param { double *final_val } 26 %parse-param { struct expr_parse_ctx *ctx } 27 %parse-param {void *scanner}
|
/third_party/rust/crates/autocfg/src/ |
H A D | version.rs | 55 try!(major.parse().map_err(error::from_num)), in from_rustc() 56 try!(minor.parse().map_err(error::from_num)), in from_rustc() 57 try!(patch.parse().map_err(error::from_num)), in from_rustc()
|
/third_party/skia/src/xml/ |
H A D | SkXMLParser.h | 61 bool parse(const char doc[], size_t len); 62 bool parse(SkStream& docStream); 63 bool parse(const SkDOM&, const SkDOMNode*);
|
/third_party/python/Lib/xml/sax/ |
H A D | __init__.py | 29 def parse(source, handler, errorHandler=ErrorHandler()): function 33 parser.parse(source) 48 parser.parse(inpsrc)
|