/third_party/rust/crates/syn/tests/ |
H A D | test_precedence.rs | 42 use crate::common::parse; 78 let edition = repo::edition(path).parse().unwrap(); in test_rustc_precedence() 90 errorf!("\nFAIL {} - syn failed to parse: {}\n", path.display(), msg); in test_rustc_precedence() 126 "\nFAIL {} - librustc failed to parse original\n", in test_expressions() 134 let syn_ast = if let Some(e) = parse::librustc_expr(&syn_parenthesized_code) { in test_expressions() 139 "\nFAIL {} - librustc failed to parse parenthesized\n", in test_expressions() 162 "\nFAIL {} - syn failed to parse invisible delimiters\n{}\n", in test_expressions() 186 parse::librustc_expr(input).map(librustc_parenthesize) in librustc_parse_and_rewrite()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
H A D | eap.c | 301 * parse the packet header. 309 /* parse rxReq, rxSuccess, rxFailure, reqId, reqMethod */ in SM_STATE() 1740 struct erp_tlvs parse; in eap_peer_initiate() local 1764 if (erp_parse_tlvs(pos, end, &parse, 0) < 0) in eap_peer_initiate() 1767 if (parse.domain) { in eap_peer_initiate() 1770 parse.domain, parse.domain_len); in eap_peer_initiate() 1791 struct erp_tlvs parse; in eap_peer_finish() local 1837 if (erp_parse_tlvs(pos, end, &parse, 1) < 0) in eap_peer_finish() 1840 if (!parse in eap_peer_finish() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
H A D | eap.c | 305 * parse the packet header. 313 /* parse rxReq, rxSuccess, rxFailure, reqId, reqMethod */ in SM_STATE() 1785 struct erp_tlvs parse; in eap_peer_initiate() local 1809 if (erp_parse_tlvs(pos, end, &parse, 0) < 0) in eap_peer_initiate() 1812 if (parse.domain) { in eap_peer_initiate() 1815 parse.domain, parse.domain_len); in eap_peer_initiate() 1836 struct erp_tlvs parse; in eap_peer_finish() local 1882 if (erp_parse_tlvs(pos, end, &parse, 1) < 0) in eap_peer_finish() 1885 if (!parse in eap_peer_finish() [all...] |
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | seg6_local.c | 2258 int (*parse)(struct nlattr **attrs, struct seg6_local_lwt *slwt, member 2264 * have been previously acquired in the corresponding parse() 2271 [SEG6_LOCAL_SRH] = { .parse = parse_nla_srh, 2276 [SEG6_LOCAL_TABLE] = { .parse = parse_nla_table, 2280 [SEG6_LOCAL_NH4] = { .parse = parse_nla_nh4, 2284 [SEG6_LOCAL_NH6] = { .parse = parse_nla_nh6, 2288 [SEG6_LOCAL_IIF] = { .parse = parse_nla_iif, 2292 [SEG6_LOCAL_OIF] = { .parse = parse_nla_oif, 2296 [SEG6_LOCAL_BPF] = { .parse = parse_nla_bpf, 2301 [SEG6_LOCAL_VRFTABLE] = { .parse [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | CommandLine.h | 753 // parse - Return true on error. 754 bool parse(Option &O, StringRef ArgName, StringRef Arg, DataType &V) { in parse() function in llvm::parser 850 // parse - Return true on error. 851 bool parse(Option &O, StringRef ArgName, StringRef Arg, bool &Val); 878 // parse - Return true on error. 879 bool parse(Option &O, StringRef ArgName, StringRef Arg, boolOrDefault &Val); 904 // parse - Return true on error. 905 bool parse(Option &O, StringRef ArgName, StringRef Arg, int &Val); 926 // parse - Return true on error. 927 bool parse(Optio 1018 bool parse(Option &, StringRef, StringRef Arg, std::string &Value) { parse() function in llvm::final 1043 bool parse(Option &, StringRef, StringRef Arg, char &Value) { parse() function in llvm::final [all...] |
/kernel/linux/linux-6.6/tools/objtool/include/objtool/ |
H A D | builtin.h | 8 #include <subcmd/parse-options.h>
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/ |
H A D | RequireDecimalSeparatorValidator.java | 3 package com.ibm.icu.impl.number.parse;
|
H A D | PaddingMatcher.java | 3 package com.ibm.icu.impl.number.parse;
|
H A D | CodePointMatcher.java | 3 package com.ibm.icu.impl.number.parse;
|
H A D | AffixTokenMatcherFactory.java | 3 package com.ibm.icu.impl.number.parse;
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/ |
H A D | CodePointMatcher.java | 4 package ohos.global.icu.impl.number.parse;
|
H A D | AffixTokenMatcherFactory.java | 4 package ohos.global.icu.impl.number.parse;
|
H A D | RequireDecimalSeparatorValidator.java | 4 package ohos.global.icu.impl.number.parse;
|
H A D | PaddingMatcher.java | 4 package ohos.global.icu.impl.number.parse;
|
/third_party/json/docs/examples/ |
H A D | json_lines.cpp | 20 std::cout << json::parse(line) << std::endl; in main()
|
/third_party/mesa3d/src/compiler/spirv/ |
H A D | vtn_generator_ids_h.py | 59 tree = ET.parse(pargs.xml)
|
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/test/ |
H A D | test_db.js | 29 const indexJSON = JSON.parse(fs.readFileSync(indexFile), 'utf-8');
|
/third_party/node/test/parallel/ |
H A D | test-http-url.parse-https.request.js | 52 const testURL = url.parse(`https://localhost:${this.address().port}`);
|
H A D | test-http-url.parse-basic.js | 36 // The host header should use the url.parse.hostname 50 testURL = url.parse(`http://localhost:${this.address().port}`);
|
H A D | test-http-url.parse-post.js | 31 // url.parse should not mess with the method 35 // The host header should use the url.parse.hostname 49 testURL = url.parse(`http://localhost:${this.address().port}/asdf?qwer=zxcv`);
|
/third_party/node/deps/npm/node_modules/jsonparse/ |
H A D | bench.js | 11 JSON.parse(json); 23 console.log("JSON.parse took %s", first);
|
/third_party/libexif/test/ |
H A D | check-failmalloc.sh | 65 failmalloc_binary_test 500 test-parse$EXEEXT "$f" 66 # N.B., test-parse$EXEEXT --swap-byte-order doesn't test any new paths
|
/third_party/rust/crates/cxx/syntax/ |
H A D | attrs.rs | 8 use syn::parse::ParseStream; 17 // let attrs = attrs::parse( 47 pub fn parse(cx: &mut Errors, attrs: Vec<Attribute>, mut parser: Parser) -> OtherAttrs { in parse() functions 232 let ident: Ident = input.parse()?; in parse_repr_attribute() 252 return ForeignName::parse(&lit.value(), lit.span()); in parse_cxx_name_attribute() 257 return ForeignName::parse(&ident.to_string(), ident.span()); in parse_cxx_name_attribute() 271 return lit.parse(); in parse_rust_name_attribute()
|
/third_party/rust/crates/clap/examples/tutorial_builder/ |
H A D | 04_02_validate.rs | 25 .parse() in port_in_range()
|
/third_party/rust/crates/clap/tests/derive_ui/ |
H A D | skip_flatten.rs | 40 let opt = MakeCookie::parse(); in main()
|