Searched defs:parseFile (Results 1 - 25 of 27) sorted by relevance

12

/external/python/cpython2/Lib/compiler/
H A D__init__.py10 parseFile(path) -> AST
29 from compiler.transformer import parse, parseFile namespace
H A Dfuture.py66 from compiler import parseFile, walk namespace
70 tree = parseFile(file)
H A Dsymbols.py416 from compiler import parseFile, walk namespace
430 tree = parseFile(file)
H A Dtransformer.py6 The simplest ways to invoke this module are via parse and parseFile.
8 parseFile(path) -> AST
39 def parseFile(path): function
/external/jsilver/src/org/clearsilver/
H A DCS.java47 void parseFile(String filename) throws IOException; method in interface:CS
H A DDelegatedCs.java69 public void parseFile(String filename) throws IOException { method in class:DelegatedCs
70 getCs().parseFile(filename);
/external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
H A DJCs.java81 public void parseFile(String filename) throws IOException { method in class:JCs
122 throw new IllegalStateException("Call parseFile() or parseStr() before " + "render()");
/external/deqp/scripts/log/
H A Dlog_parser.py89 def parseFile (self, filename): member in class:BatchResultParser
/external/icu/icu4c/source/tools/gennorm2/
H A Dgennorm2.cpp50 void parseFile(std::ifstream &f, Normalizer2DataBuilder &builder);
211 parseFile(f, *builder);
233 void parseFile(std::ifstream &f, Normalizer2DataBuilder &builder) { function
234 IcuToolErrorCode errorCode("gennorm2/parseFile()");
/external/jsilver/src/org/clearsilver/jni/
H A DJniCs.java86 public void parseFile(String filename) throws IOException { method in class:JniCs
/external/proguard/src/proguard/
H A DConfigurationParser.java190 else if (ConfigurationConstants.APPLY_MAPPING_OPTION .startsWith(nextWord)) configuration.applyMapping = parseFile();
191 else if (ConfigurationConstants.OBFUSCATION_DICTIONARY_OPTION .startsWith(nextWord)) configuration.obfuscationDictionary = parseFile();
192 else if (ConfigurationConstants.CLASS_OBFUSCATION_DICTIONARY_OPTION .startsWith(nextWord)) configuration.classObfuscationDictionary = parseFile();
193 else if (ConfigurationConstants.PACKAGE_OBFUSCATION_DICTIONARY_OPTION .startsWith(nextWord)) configuration.packageObfuscationDictionary = parseFile();
403 private File parseFile() method in class:ConfigurationParser
/external/skia/tools/bookmaker/
H A DparserCommon.cpp17 bool ParserCommon::parseFile(const char* fileOrPath, const char* suffix) { function in class:ParserCommon
/external/skqp/tools/bookmaker/
H A DparserCommon.cpp17 bool ParserCommon::parseFile(const char* fileOrPath, const char* suffix) { function in class:ParserCommon
/external/vulkan-validation-layers/layers/
H A Dvk_layer_config.cpp52 void parseFile(const char *filename);
187 parseFile(envPath.c_str());
189 parseFile("vk_layer_settings.txt");
210 parseFile(envPath.c_str());
212 parseFile("vk_layer_settings.txt");
219 void ConfigFile::parseFile(const char *filename) { function in class:ConfigFile
/external/icu/icu4c/source/tools/toolutil/
H A Dxmlparser.cpp165 UXMLParser::parseFile(const char *filename, UErrorCode &errorCode) { function in class:UXMLParser
/external/annotation-tools/scene-lib/src/annotations/io/
H A DIndexFileParser.java75 * {@link #parseFile(String, AScene)}, and
1673 public static Map<String, AnnotationDef> parseFile(String filename, method in class:IndexFileParser
/external/python/cpython2/Lib/xml/dom/
H A Dexpatbuilder.py197 def parseFile(self, file): member in class:ExpatBuilder
623 def parseFile(self, file): member in class:FragmentBuilder
876 def parseFile(self, file): member in class:InternalSubsetExtractor
878 ExpatBuilder.parseFile(self, file)
924 result = builder.parseFile(fp)
928 result = builder.parseFile(file)
958 result = builder.parseFile(fp)
962 result = builder.parseFile(file)
/external/python/cpython3/Lib/xml/dom/
H A Dexpatbuilder.py197 def parseFile(self, file): member in class:ExpatBuilder
616 def parseFile(self, file): member in class:FragmentBuilder
864 def parseFile(self, file): member in class:InternalSubsetExtractor
866 ExpatBuilder.parseFile(self, file)
911 result = builder.parseFile(fp)
913 result = builder.parseFile(file)
942 result = builder.parseFile(fp)
944 result = builder.parseFile(file)
/external/clang/lib/Format/
H A DUnwrappedLineParser.cpp229 parseFile();
254 void UnwrappedLineParser::parseFile() { function in class:clang::format::UnwrappedLineParser
627 parseFile();
/external/doclava/src/com/google/doclava/
H A DInfoBuilder.java63 public void parseFile() { method in class:InfoBuilder
83 parseFile(tree);
343 private void parseFile(ParseTree tree) { method in class:InfoBuilder
384 parseFile((ParseTree) tree.getChild(i));
/external/icu/icu4c/source/tools/gencnval/
H A Dgencnval.c160 parseFile(FileStream *in);
298 parseFile(in);
332 parseFile(FileStream *in) { function
/external/deqp/framework/opengl/
H A DgluShaderLibrary.cpp1661 std::vector<tcu::TestNode*> parseFile (const tcu::Archive& archive, const std::string& filename, ShaderCaseFactory* caseFactory) function in namespace:glu::sl
/external/robolectric/v3/libs/
H A Dvtd-xml-2.11.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ximpleware/ com/ximpleware/extended/ com/ximpleware/extended/parser/ ...
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/ proguard/FileWordReader.class FileWordReader.java package proguard ...
/external/testng/ant/3rdparty/
H A Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data.hdf assets/templates/assets/ ...

Completed in 1007 milliseconds

12