Home
last modified time | relevance | path

Searched refs:parser (Results 1551 - 1575 of 1787) sorted by relevance

1...<<61626364656667686970>>...72

/kernel/linux/linux-6.6/fs/orangefs/
H A Dsuper.c12 #include <linux/parser.h>
/kernel/linux/linux-6.6/fs/devpts/
H A Dinode.c24 #include <linux/parser.h>
/kernel/linux/linux-6.6/fs/pstore/
H A Dinode.c20 #include <linux/parser.h>
/kernel/linux/linux-6.6/fs/9p/
H A Dv9fs.c16 #include <linux/parser.h>
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dsimplefb.c26 #include <linux/parser.h>
/kernel/linux/linux-6.6/drivers/block/rnbd/
H A Drnbd-clt-sysfs.c15 #include <linux/parser.h>
/kernel/linux/linux-6.6/kernel/cgroup/
H A Drdma.c15 #include <linux/parser.h>
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/benchs/
H A Dbench_bloom_filter_map.c105 .parser = parse_arg,
H A Dbench_ringbufs.c84 .parser = parse_arg,
/kernel/linux/linux-6.6/security/integrity/ima/
H A Dima_fs.c22 #include <linux/parser.h>
/test/testfwk/xdevice/plugins/ohos/src/ohos/parser/
H A Dcpp_parser.py19 from ohos.parser import *
H A Djsunit_parser.py19 from ohos.parser import *
/third_party/ffmpeg/libavcodec/
H A Davcodec.h2791 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 Delfclassify.c978 .parser = parse_opt, in main()
/third_party/ffmpeg/libavformat/
H A Ddemux_utils.c34 return cffstream(st)->parser; in av_stream_get_parser()
/third_party/gn/src/gn/
H A Dinput_conversion.cc20 #include "gn/parser.h"
342 Note that "trim value" is useless because the value parser skips
/third_party/libwebsockets/lib/secure-streams/
H A Dsecure-streams-process.c491 n = lws_ss_deserialize_parse(&conn->parser, in callback_ss_proxy()
/third_party/rust/crates/clap/src/parser/
H A Dvalidator.rs6 use crate::parser::{ArgMatcher, ParseState};
/third_party/python/Tools/c-analyzer/cpython/
H A D_capi.py9 from c_parser.parser._regexes import _ind
/third_party/protobuf/csharp/src/Google.Protobuf/
H A DJsonParser.cs71 // 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 Dmain.go31 "github.com/ben-clayton/webidlparser/parser"
91 fileIDL := parser.Parse(string(content))
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dparser_impl_error_msg_test.cc32 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 Dtest.py86 def __call__(self, parser, namespace, values, option_string=None):
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H A Dsunxi_nand.c1911 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 Dinspect.py3289 parser = argparse.ArgumentParser()
3290 parser.add_argument(
3294 parser.add_argument(
3298 args = parser.parse_args()

Completed in 29 milliseconds

1...<<61626364656667686970>>...72