/kernel/linux/linux-6.6/fs/orangefs/ |
H A D | super.c | 12 #include <linux/parser.h>
|
/kernel/linux/linux-6.6/fs/devpts/ |
H A D | inode.c | 24 #include <linux/parser.h>
|
/kernel/linux/linux-6.6/fs/pstore/ |
H A D | inode.c | 20 #include <linux/parser.h>
|
/kernel/linux/linux-6.6/fs/9p/ |
H A D | v9fs.c | 16 #include <linux/parser.h>
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | simplefb.c | 26 #include <linux/parser.h>
|
/kernel/linux/linux-6.6/drivers/block/rnbd/ |
H A D | rnbd-clt-sysfs.c | 15 #include <linux/parser.h>
|
/kernel/linux/linux-6.6/kernel/cgroup/ |
H A D | rdma.c | 15 #include <linux/parser.h>
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/benchs/ |
H A D | bench_bloom_filter_map.c | 105 .parser = parse_arg,
|
H A D | bench_ringbufs.c | 84 .parser = parse_arg,
|
/kernel/linux/linux-6.6/security/integrity/ima/ |
H A D | ima_fs.c | 22 #include <linux/parser.h>
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/parser/ |
H A D | cpp_parser.py | 19 from ohos.parser import *
|
H A D | jsunit_parser.py | 19 from ohos.parser import *
|
/third_party/ffmpeg/libavcodec/ |
H A D | avcodec.h | 2791 const struct AVCodecParser *parser; member 2825 /// Set if the parser has a valid file offset 2833 * Set by parser to 1 for key frames and 0 for non-key frames. 2834 * It is initialized to -1, so if the parser doesn't set this flag, 2968 * @return the next registered codec parser or NULL when the iteration is 2978 * @param s parser context.
|
/third_party/elfutils/src/ |
H A D | elfclassify.c | 978 .parser = parse_opt, in main()
|
/third_party/ffmpeg/libavformat/ |
H A D | demux_utils.c | 34 return cffstream(st)->parser; in av_stream_get_parser()
|
/third_party/gn/src/gn/ |
H A D | input_conversion.cc | 20 #include "gn/parser.h" 342 Note that "trim value" is useless because the value parser skips
|
/third_party/libwebsockets/lib/secure-streams/ |
H A D | secure-streams-process.c | 491 n = lws_ss_deserialize_parse(&conn->parser, in callback_ss_proxy()
|
/third_party/rust/crates/clap/src/parser/ |
H A D | validator.rs | 6 use crate::parser::{ArgMatcher, ParseState};
|
/third_party/python/Tools/c-analyzer/cpython/ |
H A D | _capi.py | 9 from c_parser.parser._regexes import _ind
|
/third_party/protobuf/csharp/src/Google.Protobuf/ |
H A D | JsonParser.cs | 71 // TODO: Consider introducing a class containing parse state of the parser, tokenizer and depth. That would simplify these handlers 76 { Timestamp.Descriptor.FullName, (parser, message, tokenizer) => MergeTimestamp(message, tokenizer.Next()) }, 77 { Duration.Descriptor.FullName, (parser, message, tokenizer) => MergeDuration(message, tokenizer.Next()) }, 78 { Value.Descriptor.FullName, (parser, message, tokenizer) => parser.MergeStructValue(message, tokenizer) }, 79 { ListValue.Descriptor.FullName, (parser, message, tokenizer) => 80 parser.MergeRepeatedField(message, message.Descriptor.Fields[ListValue.ValuesFieldNumber], tokenizer) }, 81 { Struct.Descriptor.FullName, (parser, message, tokenizer) => parser.MergeStruct(message, tokenizer) }, 82 { Any.Descriptor.FullName, (parser, messag 97 MergeWrapperField(JsonParser parser, IMessage message, JsonTokenizer tokenizer) MergeWrapperField() argument 751 ParseNumericString(string text, Func<string, NumberStyles, IFormatProvider, T> parser) ParseMapKey() argument [all...] |
/third_party/skia/third_party/externals/dawn/src/dawn_node/tools/src/cmd/idlgen/ |
H A D | main.go | 31 "github.com/ben-clayton/webidlparser/parser" 91 fileIDL := parser.Parse(string(content))
|
/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
H A D | parser_impl_error_msg_test.cc | 32 auto p = parser(source); \ 511 err << "test.wgsl:1:527 error: maximum parser recursive depth reached\n" in TEST_F()
|
/third_party/vixl/tools/ |
H A D | test.py | 86 def __call__(self, parser, namespace, values, option_string=None):
|
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | sunxi_nand.c | 1911 const struct nand_op_parser *parser; in sunxi_nfc_exec_op() local 1917 parser = &sunxi_nfc_op_parser; in sunxi_nfc_exec_op() 1919 parser = &sunxi_nfc_norb_op_parser; in sunxi_nfc_exec_op() 1921 return nand_op_parser_exec_op(nand, parser, op, check_only); in sunxi_nfc_exec_op()
|
/third_party/python/Lib/ |
H A D | inspect.py | 3289 parser = argparse.ArgumentParser() 3290 parser.add_argument( 3294 parser.add_argument( 3298 args = parser.parse_args()
|