/third_party/python/Parser/ |
H A D | asdl.py | 26 '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 D | modargs.c | 107 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 D | volume-ui.py | 77 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 D | function.rs | 11 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 D | fm_driver.go | 371 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 D | parse.rs | 65 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 D | tpm_parser.c | 54 * 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 D | objdiff | 28 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 D | builtin-buildid-list.c | 16 #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 D | builtin-data.c | 8 #include <subcmd/parse-options.h>
|
H A D | builtin-version.c | 9 #include <subcmd/parse-options.h>
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | parse-regs-options.c | 8 #include <subcmd/parse-options.h> 10 #include "util/parse-regs-options.h"
|
H A D | clockid.c | 3 #include <subcmd/parse-options.h>
|
H A D | parse-branch-options.c | 4 #include <subcmd/parse-options.h> 5 #include "util/parse-branch-options.h"
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-data.c | 7 #include <subcmd/parse-options.h>
|
H A D | builtin-evlist.c | 13 #include "util/parse-events.h" 14 #include <subcmd/parse-options.h>
|
H A D | builtin-version.c | 10 #include <subcmd/parse-options.h>
|
/kernel/linux/linux-6.6/rust/macros/ |
H A D | vtable.rs | 91 let new_body = vec![const_items.parse().unwrap(), body.stream()]
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | clockid.c | 3 #include <subcmd/parse-options.h>
|
H A D | parse-branch-options.c | 4 #include <subcmd/parse-options.h> 5 #include "util/parse-branch-options.h"
|
H A D | parse-regs-options.c | 8 #include <subcmd/parse-options.h> 10 #include "util/parse-regs-options.h"
|
/kernel/linux/linux-6.6/scripts/ |
H A D | objdiff | 28 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 D | setlocalversion | 52 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 D | SeriesMatcher.java | 3 package com.ibm.icu.impl.number.parse;
|
H A D | AffixPatternMatcher.java | 3 package com.ibm.icu.impl.number.parse;
|