Home
last modified time | relevance | path

Searched refs:parsers (Results 1 – 25 of 394) sorted by relevance

12345678910>>...16

/external/llvm-project/llvm/utils/lit/tests/unit/
DTestRunner.py87 parsers = self.make_parsers()
88 self.parse_test(parsers)
89 tag_parser = self.get_parser(parsers, 'MY_TAG.')
90 dne_tag_parser = self.get_parser(parsers, 'MY_DNE_TAG.')
95 parsers = self.make_parsers()
96 self.parse_test(parsers)
97 list_parser = self.get_parser(parsers, 'MY_LIST:')
102 parsers = self.make_parsers()
103 self.parse_test(parsers)
104 cmd_parser = self.get_parser(parsers, 'MY_RUN:')
[all …]
/external/llvm/utils/lit/tests/unit/
DTestRunner.py81 parsers = self.make_parsers()
82 self.parse_test(parsers)
83 tag_parser = self.get_parser(parsers, 'MY_TAG.')
84 dne_tag_parser = self.get_parser(parsers, 'MY_DNE_TAG.')
89 parsers = self.make_parsers()
90 self.parse_test(parsers)
91 list_parser = self.get_parser(parsers, 'MY_LIST:')
96 parsers = self.make_parsers()
97 self.parse_test(parsers)
98 cmd_parser = self.get_parser(parsers, 'MY_RUN:')
[all …]
/external/llvm-project/flang/lib/Parser/
DCMakeLists.txt3 Fortran-parsers.cpp
9 executable-parsers.cpp
10 expr-parsers.cpp
12 io-parsers.cpp
14 openacc-parsers.cpp
15 openmp-parsers.cpp
20 program-parsers.cpp
/external/autotest/tko/
Dparser_lib.py1 import autotest_lib.tko.parsers.version_0
2 import autotest_lib.tko.parsers.version_1
10 0: autotest_lib.tko.parsers.version_0.parser,
11 1: autotest_lib.tko.parsers.version_1.parser,
/external/libcxx/utils/libcxx/test/
Dformat.py54 def _get_parser(key, parsers): argument
55 for p in parsers:
106 parsers = self._make_custom_parsers()
108 test, additional_parsers=parsers, require_script=is_sh_test)
130 parsers).getValue()
163 return self._evaluate_fail_test(test, test_cxx, parsers)
166 test_cxx, parsers)
175 test_cxx, parsers): argument
203 is_flaky = self._get_parser('FLAKY_TEST.', parsers).getValue()
225 def _evaluate_fail_test(self, test, test_cxx, parsers): argument
/external/rust/crates/nom/
DREADME.md11 to build safe parsers without compromising the speed or memory consumption. To
13 fast and correct parsers, and provides functions, macros and traits to abstract most of the
80 … you need any help developing your parsers, please ping `geal` on IRC (freenode, geeknode, oftc), …
86 ### binary format parsers
89 to the usual handwritten C parsers, nom parsers are just as fast, free from
95 - streaming parsers for network formats and huge files
103 ### Text format parsers
111 - regular expressions can be embedded in nom parsers to represent complex character patterns succin…
119 ### Programming language parsers
121 While programming language parsers are usually written manually for more
[all …]
DCHANGELOG.md78 for parsers, instead of macros. Macros have been updated to use functions under
79 the hood, so that most existing parsers will work directly or require minimal changes.
83 parsers in different submodules, like `nom::character::streaming::alpha0` and
99 - @proman21 for help on porting bits parsers
109 - nom now uses functions instead of macros to generate parsers
118 - deprecated string parsers (with the `_s` suffix), the normal version can be used instead
119 …eeded anymore, now the error type can be decided when writing the parsers, and parsers provided by…
120 - `AtEof`, `CompleteByteSlice` and `CompleteStr` are gone, instead some parsers are specialized to …
121 - character parsers that were aliases to their `*1` version: eol, alpha, digit, hex_digit, oct_digi…
166 - the regex parsers do not require the calling code to have imported the regex crate anymore
[all …]
/external/python/cpython3/Lib/test/test_email/
Dtest_parser.py42 for parser in self.parsers:
74 for parser in self.parsers:
81 for parser in self.parsers:
96 parsers = (email.message_from_string, message_from_file) variable in TestParser
106 parsers = (message_from_bytes, message_from_binary_file) variable in TestBytesParser
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/util/
DJsonParserSequence.java59 protected JsonParserSequence(JsonParser[] parsers) { in JsonParserSequence() argument
60 this(false, parsers); in JsonParserSequence()
66 protected JsonParserSequence(boolean checkForExistingToken, JsonParser[] parsers) in JsonParserSequence() argument
68 super(parsers[0]); in JsonParserSequence()
71 _parsers = parsers; in JsonParserSequence()
/external/testng/src/main/java/org/testng/xml/
DXMLParser.java6 import javax.xml.parsers.FactoryConfigurationError;
7 import javax.xml.parsers.ParserConfigurationException;
8 import javax.xml.parsers.SAXParser;
9 import javax.xml.parsers.SAXParserFactory;
/external/oss-fuzz/projects/bs4/
Dbs4_fuzzer.py41 parsers = ['lxml-xml', 'html5lib', 'html.parser', 'lxml']
43 idx = int(data[0]) % len(parsers)
48 soup = BeautifulSoup(data[1:], features=parsers[idx])
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DTrAXFilter.java117 javax.xml.parsers.SAXParserFactory factory= in parse()
118 javax.xml.parsers.SAXParserFactory.newInstance(); in parse()
128 javax.xml.parsers.SAXParser jaxpParser= in parse()
132 } catch( javax.xml.parsers.ParserConfigurationException ex ) { in parse()
134 } catch( javax.xml.parsers.FactoryConfigurationError ex1 ) { in parse()
/external/jsoncpp/
DREADME.md4 [![badge](https://img.shields.io/badge/license-MIT-blue)](https://github.com/open-source-parsers/js…
5 [![badge](https://img.shields.io/badge/document-doxygen-brightgreen)](http://open-source-parsers.gi…
6 …lls.io/repos/github/open-source-parsers/jsoncpp/badge.svg?branch=master)](https://coveralls.io/git…
25 [JsonCpp-documentation]: http://open-source-parsers.github.io/jsoncpp-docs/doxygen/index.html
56 https://github.com/open-source-parsers/jsoncpp/wiki/Amalgamated-(Possibly-outdated)
62 If you have trouble, see the [Wiki](https://github.com/open-source-parsers/jsoncpp/wiki), or post a…
/external/robolectric-shadows/resources/src/test/java/org/robolectric/manifest/
DMetaDataTest.java4 import javax.xml.parsers.DocumentBuilder;
5 import javax.xml.parsers.DocumentBuilderFactory;
6 import javax.xml.parsers.ParserConfigurationException;
/external/testng/src/main/java/org/testng/xml/dom/
DDomXmlParser.java9 import javax.xml.parsers.DocumentBuilder;
10 import javax.xml.parsers.DocumentBuilderFactory;
11 import javax.xml.parsers.ParserConfigurationException;
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/builder/
DXmlBlock.java6 import javax.xml.parsers.DocumentBuilder;
7 import javax.xml.parsers.DocumentBuilderFactory;
8 import javax.xml.parsers.ParserConfigurationException;
/external/apache-xml/src/main/java/org/apache/xpath/
DSourceTreeManager.java353 javax.xml.parsers.SAXParserFactory factory= in getXMLReader()
354 javax.xml.parsers.SAXParserFactory.newInstance(); in getXMLReader()
356 javax.xml.parsers.SAXParser jaxpParser= in getXMLReader()
360 } catch( javax.xml.parsers.ParserConfigurationException ex ) { in getXMLReader()
362 } catch( javax.xml.parsers.FactoryConfigurationError ex1 ) { in getXMLReader()
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DTransformerFactoryImpl.java304 javax.xml.parsers.SAXParserFactory factory = in getAssociatedStylesheet()
305 javax.xml.parsers.SAXParserFactory.newInstance(); in getAssociatedStylesheet()
318 javax.xml.parsers.SAXParser jaxpParser = factory.newSAXParser(); in getAssociatedStylesheet()
322 catch (javax.xml.parsers.ParserConfigurationException ex) in getAssociatedStylesheet()
326 catch (javax.xml.parsers.FactoryConfigurationError ex1) in getAssociatedStylesheet()
889 javax.xml.parsers.SAXParserFactory factory = in newTemplates()
890 javax.xml.parsers.SAXParserFactory.newInstance(); in newTemplates()
903 javax.xml.parsers.SAXParser jaxpParser = factory.newSAXParser(); in newTemplates()
907 catch (javax.xml.parsers.ParserConfigurationException ex) in newTemplates()
911 catch (javax.xml.parsers.FactoryConfigurationError ex1) in newTemplates()
DProcessorInclude.java272 javax.xml.parsers.SAXParserFactory factory= in parse()
273 … javax.xml.parsers.SAXParserFactory.newInstance(); in parse()
285 javax.xml.parsers.SAXParser jaxpParser= in parse()
289 } catch( javax.xml.parsers.ParserConfigurationException ex ) { in parse()
291 } catch( javax.xml.parsers.FactoryConfigurationError ex1 ) { in parse()
/external/apache-xml/src/main/java/org/apache/xml/utils/
DXMLReaderManager.java25 import javax.xml.parsers.FactoryConfigurationError;
26 import javax.xml.parsers.ParserConfigurationException;
27 import javax.xml.parsers.SAXParserFactory;
DDOM2Helper.java25 import javax.xml.parsers.DocumentBuilder;
26 import javax.xml.parsers.DocumentBuilderFactory;
27 import javax.xml.parsers.ParserConfigurationException;
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ext/
DDOMDeserializer.java6 import javax.xml.parsers.DocumentBuilder;
7 import javax.xml.parsers.DocumentBuilderFactory;
8 import javax.xml.parsers.ParserConfigurationException;
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/xml/
DXMLSupport.java20 import javax.xml.parsers.DocumentBuilder;
21 import javax.xml.parsers.DocumentBuilderFactory;
22 import javax.xml.parsers.ParserConfigurationException;
/external/smali/baksmali/src/main/java/org/jf/baksmali/
DBaksmaliOptions.java41 import javax.xml.parsers.ParserConfigurationException;
42 import javax.xml.parsers.SAXParser;
43 import javax.xml.parsers.SAXParserFactory;
/external/llvm-project/lldb/docs/status/
Dfeatures.rst8 …* Object file parsers for executable file formats. Support currently includes Mach-O (32 and 64-bi…
9 …* Object container parsers to extract object files contained within a file. Support currently incl…
10 …* Debug symbol file parsers to incrementally extract debug information from object files. Support …

12345678910>>...16