/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()
|
H A D | skip_subcommand.rs | 40 let opt = MakeCookie::parse(); in main()
|
/third_party/rust/crates/clap/examples/tutorial_derive/ |
H A D | 03_04_subcommands_alt.rs | 23 let cli = Cli::parse(); in main()
|
/third_party/rust/crates/cxx/gen/cmd/src/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/cxx/macro/src/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/cxx/ |
H A D | build.rs | 30 let minor = pieces.next()?.parse().ok()?; in rustc_version()
|
/third_party/rust/crates/cxx/gen/lib/src/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/python/Tools/c-analyzer/c_parser/parser/ |
H A D | _delim.py | 7 def parse(text, anon_name): function
|
/third_party/python/Tools/peg_generator/scripts/ |
H A D | ast_timings.py | 15 tree = ast.parse(source, filename)
|
H A D | find_max_nesting.py | 3 without causing a parse error. 31 ast.parse(expr)
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | stripAPI.py | 24 etree.parse(filename)''') 38 tree = etree.parse(args.input)
|
/third_party/vk-gl-cts/executor/ |
H A D | xeTestLogParser.hpp | 59 void parse (const deUint8* bytes, size_t numBytes);
|
/third_party/skia/third_party/externals/oboe/samples/parselib/src/main/cpp/wav/ |
H A D | WavStreamReader.h | 50 void parse();
|
/third_party/skia/src/sksl/lex/ |
H A D | RegexParser.h | 17 * Turns a simple regular expression into a parse tree. The regular expression syntax supports only 23 RegexNode parse(std::string source);
|
/third_party/skia/third_party/externals/icu/fuzzers/ |
H A D | icu_number_format_fuzzer.cc | 3 // Fuzzer for NumberFormat::parse. 26 fmt->parse(str, result, status); in LLVMFuzzerTestOneInput()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | conf-parser.h | 37 pa_config_parser_cb_t parse; /* Function that is called to parse the variable's value */ member 63 * argument, the function will parse all files ending with ".conf" in 72 * non-NULL, the parser will parse any section named "Properties" as
|
/third_party/rust/crates/cxx/gen/build/src/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/skia/modules/svg/src/ |
H A D | SkSVGClipPath.cpp | 17 SkSVGAttributeParser::parse<SkSVGObjectBoundingBoxUnits>("clipPathUnits", n, v)); in parseAndSetAttribute()
|