Home
last modified time | relevance | path

Searched refs:parse (Results 601 - 625 of 1672) sorted by relevance

1...<<21222324252627282930>>...67

/third_party/node/test/parallel/
H A Dtest-http-url.parse-https.request.js52 const testURL = url.parse(`https://localhost:${this.address().port}`);
H A Dtest-http-url.parse-basic.js36 // The host header should use the url.parse.hostname
50 testURL = url.parse(`http://localhost:${this.address().port}`);
H A Dtest-http-url.parse-post.js31 // 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 Dbench.js11 JSON.parse(json);
23 console.log("JSON.parse took %s", first);
/third_party/libexif/test/
H A Dcheck-failmalloc.sh65 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 Dattrs.rs8 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 D04_02_validate.rs25 .parse() in port_in_range()
/third_party/rust/crates/clap/tests/derive_ui/
H A Dskip_flatten.rs40 let opt = MakeCookie::parse(); in main()
H A Dskip_subcommand.rs40 let opt = MakeCookie::parse(); in main()
/third_party/rust/crates/clap/examples/tutorial_derive/
H A D03_04_subcommands_alt.rs23 let cli = Cli::parse(); in main()
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Dattrs.rs8 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 Dattrs.rs8 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 Dbuild.rs30 let minor = pieces.next()?.parse().ok()?; in rustc_version()
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Dattrs.rs8 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.py7 def parse(text, anon_name): function
/third_party/python/Tools/peg_generator/scripts/
H A Dast_timings.py15 tree = ast.parse(source, filename)
H A Dfind_max_nesting.py3 without causing a parse error.
31 ast.parse(expr)
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A DstripAPI.py24 etree.parse(filename)''')
38 tree = etree.parse(args.input)
/third_party/vk-gl-cts/executor/
H A DxeTestLogParser.hpp59 void parse (const deUint8* bytes, size_t numBytes);
/third_party/skia/third_party/externals/oboe/samples/parselib/src/main/cpp/wav/
H A DWavStreamReader.h50 void parse();
/third_party/skia/src/sksl/lex/
H A DRegexParser.h17 * 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 Dicu_number_format_fuzzer.cc3 // Fuzzer for NumberFormat::parse.
26 fmt->parse(str, result, status); in LLVMFuzzerTestOneInput()
/third_party/pulseaudio/src/pulsecore/
H A Dconf-parser.h37 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 Dattrs.rs8 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 DSkSVGClipPath.cpp17 SkSVGAttributeParser::parse<SkSVGObjectBoundingBoxUnits>("clipPathUnits", n, v)); in parseAndSetAttribute()

Completed in 8 milliseconds

1...<<21222324252627282930>>...67