Home
last modified time | relevance | path

Searched refs:parser (Results 1476 - 1500 of 1644) sorted by relevance

1...<<51525354555657585960>>...66

/kernel/linux/linux-6.6/fs/affs/
H A Dsuper.c17 #include <linux/parser.h>
/kernel/linux/linux-6.6/fs/ecryptfs/
H A Dmain.c21 #include <linux/parser.h>
/kernel/linux/linux-6.6/fs/qnx6/
H A Dinode.c22 #include <linux/parser.h>
/kernel/linux/linux-6.6/fs/debugfs/
H A Dinode.c26 #include <linux/parser.h>
/kernel/linux/linux-6.6/fs/omfs/
H A Dinode.c12 #include <linux/parser.h>
/kernel/linux/linux-6.6/fs/tracefs/
H A Dinode.c21 #include <linux/parser.h>
/kernel/linux/linux-6.6/fs/nfs/
H A Dnfs4idmap.c37 #include <linux/parser.h>
/kernel/linux/linux-6.6/fs/zonefs/
H A Dfile.c17 #include <linux/parser.h>
/kernel/linux/linux-6.6/drivers/target/
H A Dtarget_core_rd.c15 #include <linux/parser.h>
/kernel/linux/linux-6.6/drivers/nvme/target/
H A Dloop.c11 #include <linux/parser.h>
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dxdp_features.c206 .parser = parse_arg,
/kernel/linux/linux-6.6/lib/
H A DMakefile45 obj-y += bcd.o sort.o parser.o debug_locks.o random32.o \
/kernel/linux/linux-6.6/net/9p/
H A Dtrans_virtio.c29 #include <linux/parser.h>
H A Dtrans_rdma.c25 #include <linux/parser.h>
/third_party/elfutils/src/
H A Dstack.c684 .parser = parse_opt, in main()
/third_party/ffmpeg/libavformat/
H A Dimf_cpl.c57 #include <libxml/parser.h>
/third_party/backends/backend/escl/
H A Descl_capabilities.c33 #include <libxml/parser.h>
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dfunction.h415 /// @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 Dspirv_cross.cpp39 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 Dspirv_cross_c.cpp252 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 Dunittest.c973 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 Dti-sysc.c653 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 DCharsetRecog_sbcs.java276 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 DCharsetRecog_sbcs.java277 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 Dcsrsbcs.cpp256 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()

Completed in 51 milliseconds

1...<<51525354555657585960>>...66