/external/vulkan-validation-layers/layers/ |
D | vk_layer_config.cpp | 52 void parseFile(const char *filename); 183 parseFile("vk_layer_settings.txt"); in getOption() 194 parseFile("vk_layer_settings.txt"); in setOption() 200 void ConfigFile::parseFile(const char *filename) { in parseFile() function in ConfigFile
|
/external/libxml2/python/tests/ |
D | error.py | 22 doc = libxml2.parseFile("missing.xml") 39 doc = libxml2.parseFile("missing.xml")
|
D | resolver.py | 19 doc = libxml2.parseFile("doesnotexist.xml") 28 doc = libxml2.parseFile("doesnotexist.xml")
|
D | xpath.py | 12 doc = libxml2.parseFile("tst.xml") 37 doc = libxml2.parseFile("tst.xml")
|
D | tst.py | 8 doc = libxml2.parseFile("tst.xml")
|
D | xpathext.py | 14 doc = libxml2.parseFile("tst.xml")
|
D | xpathret.py | 25 doc = libxml2.parseFile("tst.xml")
|
D | tstxpath.py | 24 doc = libxml2.parseFile("tst.xml")
|
D | build.py | 22 doc = libxml2.parseFile("tmp.xml")
|
D | thread2.py | 42 doc = libxml2.parseFile("bad.xml")
|
/external/jsilver/src/org/clearsilver/ |
D | DelegatedCs.java | 69 public void parseFile(String filename) throws IOException { in parseFile() method in DelegatedCs 70 getCs().parseFile(filename); in parseFile()
|
D | CS.java | 47 void parseFile(String filename) throws IOException; in parseFile() method
|
/external/doclava/src/com/google/doclava/ |
D | Doclava2.java | 38 infoBuilder.parseFile(); in main() 69 infoBuilder.parseFile(); in main()
|
/external/icu/icu4c/source/tools/gennorm2/ |
D | gennorm2.cpp | 48 void parseFile(FILE *f, Normalizer2DataBuilder &builder); 176 parseFile(f.getAlias(), *builder); in main() 193 void parseFile(FILE *f, Normalizer2DataBuilder &builder) { in parseFile() function
|
/external/libxml2/xstc/ |
D | fixup-tests.py | 39 schemaDoc = libxml2.parseFile(schemaFile) 65 impDoc = libxml2.parseFile(impFile)
|
/external/opencv3/platforms/android/service/engine/src/org/opencv/engine/ |
D | OpenCVEngineService.java | 27 public void parseFile(XmlResourceParser p) { in parseFile() method in OpenCVEngineService.LibVariant 97 lib.parseFile(p); in onCreate()
|
/external/deqp/scripts/log/ |
D | log_to_csv.py | 28 results = parser.parseFile(filename)
|
/external/libxml2/ |
D | check-xinclude-test-suite.py | 109 doc = libxml2.parseFile(URI) 188 conf = libxml2.parseFile(CONF)
|
/external/deqp/modules/glshared/ |
D | glsShaderLibrary.cpp | 78 return glu::sl::parseFile(m_testCtx.getArchive(), fileName, &caseFactory); in loadShaderFile()
|
/external/proguard/src/proguard/ |
D | ConfigurationParser.java | 188 … .startsWith(nextWord)) configuration.applyMapping = parseFile(); in parse() 189 … .startsWith(nextWord)) configuration.obfuscationDictionary = parseFile(); in parse() 190 …N .startsWith(nextWord)) configuration.classObfuscationDictionary = parseFile(); in parse() 191 …ION .startsWith(nextWord)) configuration.packageObfuscationDictionary = parseFile(); in parse() 401 private File parseFile() in parseFile() method in ConfigurationParser
|
/external/jsilver/src/org/clearsilver/jni/ |
D | JniCs.java | 86 public void parseFile(String filename) throws IOException { in parseFile() method in JniCs
|
/external/clang/lib/Format/ |
D | UnwrappedLineParser.h | 72 void parseFile();
|
/external/icu/icu4c/source/tools/toolutil/ |
D | xmlparser.h | 184 UXMLElement *parseFile(const char *filename, UErrorCode &errorCode);
|
/external/deqp/framework/opengl/ |
D | gluShaderLibrary.hpp | 168 std::vector<tcu::TestNode*> parseFile (const tcu::Archive& archive, const std::string& filename, S…
|
/external/jsilver/src/com/google/clearsilver/jsilver/adaptor/ |
D | JCs.java | 81 public void parseFile(String filename) throws IOException { in parseFile() method in JCs
|