/kernel/linux/linux-6.6/fs/affs/ |
H A D | super.c | 17 #include <linux/parser.h>
|
/kernel/linux/linux-6.6/fs/ecryptfs/ |
H A D | main.c | 21 #include <linux/parser.h>
|
/kernel/linux/linux-6.6/fs/qnx6/ |
H A D | inode.c | 22 #include <linux/parser.h>
|
/kernel/linux/linux-6.6/fs/debugfs/ |
H A D | inode.c | 26 #include <linux/parser.h>
|
/kernel/linux/linux-6.6/fs/omfs/ |
H A D | inode.c | 12 #include <linux/parser.h>
|
/kernel/linux/linux-6.6/fs/tracefs/ |
H A D | inode.c | 21 #include <linux/parser.h>
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | nfs4idmap.c | 37 #include <linux/parser.h>
|
/kernel/linux/linux-6.6/fs/zonefs/ |
H A D | file.c | 17 #include <linux/parser.h>
|
/kernel/linux/linux-6.6/drivers/target/ |
H A D | target_core_rd.c | 15 #include <linux/parser.h>
|
/kernel/linux/linux-6.6/drivers/nvme/target/ |
H A D | loop.c | 11 #include <linux/parser.h>
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | xdp_features.c | 206 .parser = parse_arg,
|
/kernel/linux/linux-6.6/lib/ |
H A D | Makefile | 45 obj-y += bcd.o sort.o parser.o debug_locks.o random32.o \
|
/kernel/linux/linux-6.6/net/9p/ |
H A D | trans_virtio.c | 29 #include <linux/parser.h>
|
H A D | trans_rdma.c | 25 #include <linux/parser.h>
|
/third_party/elfutils/src/ |
H A D | stack.c | 684 .parser = parse_opt, in main()
|
/third_party/ffmpeg/libavformat/ |
H A D | imf_cpl.c | 57 #include <libxml/parser.h>
|
/third_party/backends/backend/escl/ |
H A D | escl_capabilities.c | 33 #include <libxml/parser.h>
|
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
H A D | function.h | 415 /// @returns the parser implementation 416 ParserImpl* parser() { return &parser_impl_; } in parser() function in tint::reader::spirv::FunctionEmitter
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_cross.cpp | 39 Parser parser(move(ir_)); in Compiler() 40 parser.parse(); in Compiler() 41 set_ir(move(parser.get_parsed_ir())); in Compiler() 46 Parser parser(ir_, word_count); in Compiler() 47 parser.parse(); in Compiler() 48 set_ir(move(parser.get_parsed_ir())); in Compiler()
|
H A D | spirv_cross_c.cpp | 252 Parser parser(spirv, word_count); in spvc_context_parse_spirv() 253 parser.parse(); in spvc_context_parse_spirv() 254 pir->parsed = move(parser.get_parsed_ir()); in spvc_context_parse_spirv()
|
/kernel/linux/linux-5.10/drivers/of/ |
H A D | unittest.c | 973 struct of_pci_range_parser parser; in of_unittest_pci_dma_ranges() local 985 if (of_pci_dma_range_parser_init(&parser, np)) { in of_unittest_pci_dma_ranges() 993 for_each_of_pci_range(&parser, &range) { in of_unittest_pci_dma_ranges()
|
/kernel/linux/linux-6.6/drivers/bus/ |
H A D | ti-sysc.c | 653 struct of_range_parser parser; in sysc_parse_and_check_child_range() local 657 error = of_range_parser_init(&parser, np); in sysc_parse_and_check_child_range() 661 for_each_of_range(&parser, &range) { in sysc_parse_and_check_child_range()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | CharsetRecog_sbcs.java | 276 NGramParser parser = new NGramParser(ngrams, byteMap); in match() 277 return parser.parse(det, spaceChar); in match() 281 NGramParser_IBM420 parser = new NGramParser_IBM420(ngrams, byteMap); in matchIBM420() 282 return parser.parse(det, spaceChar); in matchIBM420()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | CharsetRecog_sbcs.java | 277 NGramParser parser = new NGramParser(ngrams, byteMap); in match() 278 return parser.parse(det, spaceChar); in match() 282 NGramParser_IBM420 parser = new NGramParser_IBM420(ngrams, byteMap); in matchIBM420() 283 return parser.parse(det, spaceChar); in matchIBM420()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | csrsbcs.cpp | 256 NGramParser parser(ngrams, byteMap); in match_sbcs() 259 result = parser.parse(det); in match_sbcs() 1226 NGramParser_IBM420 parser(ngrams, byteMap); in match_sbcs() 1229 result = parser.parse(det); in match_sbcs()
|