HomeSort by relevance Sort by last modified time
    Searched refs:xmlParseFile (Results 1 - 21 of 21) sorted by null

  /external/libxml2/doc/tutorial/
includeaddattribute.c 17 doc = xmlParseFile(docname);
includeaddkeyword.c 21 doc = xmlParseFile(docname);
includegetattribute.c 31 doc = xmlParseFile(docname);
includekeyword.c 30 doc = xmlParseFile(docname);
includexpath.c 8 doc = xmlParseFile(docname);
  /external/libxml2/doc/examples/
xpath2.c 95 doc = xmlParseFile(filename);
xpath1.c 94 doc = xmlParseFile(filename);
  /external/libxml2/
DOCBparser.c 301 return (xmlParseFile(filename));
testThreadsWin32.c 54 myDoc = xmlParseFile(filename);
testThreads.c 64 myDoc = xmlParseFile(filename);
libxml2.syms 755 xmlParseFile;
    [all...]
catalog.c 881 * parse an XML file and build a tree. It's like xmlParseFile()
    [all...]
runtest.c     [all...]
xmllint.c     [all...]
elfgcchack.h     [all...]
parser.c     [all...]
testapi.c     [all...]
  /external/libxml2/example/
gjobread.c 191 doc = xmlParseFile(filename);
  /packages/apps/Nfc/nci/jni/
RouteDataSet.cpp 177 doc = xmlParseFile (strFilename.c_str());
  /external/libxml2/include/libxml/
parser.h 844 xmlParseFile (const char *filename);
    [all...]
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
Serializer.cpp 591 doc = xmlParseFile(configFile);

Completed in 502 milliseconds