Home
last modified time | relevance | path

Searched refs:parse (Results 826 - 850 of 2030) sorted by relevance

1...<<31323334353637383940>>...82

/third_party/python/Parser/
H A Dasdl.py26 'builtin_types', 'parse', 'AST', 'Module', 'Type', 'Constructor',
203 # here is the top-level parse function.
205 def parse(filename): function
209 return parser.parse(f.read())
256 Create, then call the parse method on a buffer containing ASDL.
264 def parse(self, buf): member in ASDLParser
/third_party/pulseaudio/src/pulsecore/
H A Dmodargs.c107 static int parse(pa_modargs *ma, const char *args, const char* const* valid_keys, bool ignore_dupes) { in parse() function
261 if (args && parse(ma, args, valid_keys, false) < 0) in pa_modargs_new()
272 return parse(ma, args, valid_keys, true); in pa_modargs_append()
/third_party/pulseaudio/src/tests/
H A Dvolume-ui.py77 def parse(this, s): member in ChannelMap
154 cm.parse(sys.argv[1])
156 cm.parse("surround-51")
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dfunction.rs11 use crate::parse::{ClangSubItemParser, ParseError, ParseResult};
418 // Don't parse operatorxx functions in C++ in from_ty()
501 // Only parse constructors once. in from_ty()
511 let class = Item::parse(parent, None, ctx) in from_ty()
512 .expect("Expected to parse the class"); in from_ty()
655 fn parse( in parse() functions
666 debug!("Function::parse({:?}, {:?})", cursor, cursor.cur_type()); in parse()
/third_party/skia/infra/bots/task_drivers/fm_driver/
H A Dfm_driver.go371 parse := func(job []string) (sources []string, flags F) {
398 kickoff(parse(flag.Args()[1:]))
412 kickoff(parse(strings.Fields(scanner.Text())))
/third_party/rust/crates/proc-macro2/src/
H A Dparse.rs65 fn parse(&self, tag: &str) -> Result<Cursor<'a>, Reject> { in as_bytes() functions
375 if let Ok(input) = input.parse("\"") { in string()
377 } else if let Ok(input) = input.parse("r") { in string()
438 if let Ok(input) = input.parse("b\"") { in byte_string()
440 } else if let Ok(input) = input.parse("br") { in byte_string()
519 if let Ok(input) = input.parse("c\"") { in c_string()
521 } else if let Ok(input) = input.parse("cr") { in c_string()
586 let input = input.parse("b'")?; in byte()
603 let input = input.advance(offset).parse("'")?; in byte()
608 let input = input.parse("'") in character()
[all...]
/kernel/linux/linux-5.10/crypto/asymmetric_keys/
H A Dtpm_parser.c54 * Attempt to parse a data blob for a key as a TPM private key blob.
85 .parse = tpm_key_preparse,
/kernel/linux/linux-5.10/scripts/
H A Dobjdiff28 SRCTREE=$(cd $(git rev-parse --show-toplevel 2>/dev/null); pwd)
76 CMT="`git rev-parse --short HEAD`"
97 SRC="`git rev-parse --short HEAD^`"
98 DST="`git rev-parse --short HEAD`"
100 SRC="`git rev-parse --short $1`"
101 DST="`git rev-parse --short $2`"
133 CMT="`git rev-parse --short $1`"
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-buildid-list.c16 #include <subcmd/parse-options.h>
81 * in pipe-mode, the only way to get the buildids is to parse in perf_session__list_build_ids()
H A Dbuiltin-data.c8 #include <subcmd/parse-options.h>
H A Dbuiltin-version.c9 #include <subcmd/parse-options.h>
/kernel/linux/linux-5.10/tools/perf/util/
H A Dparse-regs-options.c8 #include <subcmd/parse-options.h>
10 #include "util/parse-regs-options.h"
H A Dclockid.c3 #include <subcmd/parse-options.h>
H A Dparse-branch-options.c4 #include <subcmd/parse-options.h>
5 #include "util/parse-branch-options.h"
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-data.c7 #include <subcmd/parse-options.h>
H A Dbuiltin-evlist.c13 #include "util/parse-events.h"
14 #include <subcmd/parse-options.h>
H A Dbuiltin-version.c10 #include <subcmd/parse-options.h>
/kernel/linux/linux-6.6/rust/macros/
H A Dvtable.rs91 let new_body = vec![const_items.parse().unwrap(), body.stream()]
/kernel/linux/linux-6.6/tools/perf/util/
H A Dclockid.c3 #include <subcmd/parse-options.h>
H A Dparse-branch-options.c4 #include <subcmd/parse-options.h>
5 #include "util/parse-branch-options.h"
H A Dparse-regs-options.c8 #include <subcmd/parse-options.h>
10 #include "util/parse-regs-options.h"
/kernel/linux/linux-6.6/scripts/
H A Dobjdiff28 SRCTREE=$(cd $(git rev-parse --show-toplevel 2>/dev/null); pwd)
76 CMT="`git rev-parse --short HEAD`"
97 SRC="`git rev-parse --short HEAD^`"
98 DST="`git rev-parse --short HEAD`"
100 SRC="`git rev-parse --short $1`"
101 DST="`git rev-parse --short $2`"
133 CMT="`git rev-parse --short $1`"
H A Dsetlocalversion52 if test -n "$(git rev-parse --show-cdup 2>/dev/null)"; then
56 if ! head=$(git rev-parse --verify HEAD 2>/dev/null); then
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
H A DSeriesMatcher.java3 package com.ibm.icu.impl.number.parse;
H A DAffixPatternMatcher.java3 package com.ibm.icu.impl.number.parse;

Completed in 10 milliseconds

1...<<31323334353637383940>>...82