HomeSort by relevance Sort by last modified time
    Searched refs:catalog (Results 26 - 50 of 66) sorted by null

12 3

  /external/libxml2/
Android.mk 30 catalog.c \
catalog.c 2 * catalog.c: set of generic Catalog related routines
5 * http://www.jclark.com/sp/catalog.htm
39 #include <libxml/catalog.h>
73 #define XML_XML_DEFAULT_CATALOG "file:///etc/xml/catalog"
76 #define XML_SGML_DEFAULT_CATALOG "file:///etc/sgml/catalog"
81 static char XML_XML_DEFAULT_CATALOG[256] = "file:///etc/xml/catalog";
158 * SGML Catalogs are stored as a simple hash table of catalog entries
159 * Catalog stack to check against overflows when building the
160 * SGML catalog
662 xmlNodePtr catalog; local
    [all...]
  /external/chromium_org/third_party/libxml/src/
catalog.c 2 * catalog.c: set of generic Catalog related routines
5 * http://www.jclark.com/sp/catalog.htm
39 #include <libxml/catalog.h>
71 #define XML_XML_DEFAULT_CATALOG "file:///etc/xml/catalog"
74 #define XML_SGML_DEFAULT_CATALOG "file:///etc/sgml/catalog"
79 static char XML_XML_DEFAULT_CATALOG[256] = "file:///etc/xml/catalog";
154 * SGML Catalogs are stored as a simple hash table of catalog entries
155 * Catalog stack to check against overflows when building the
156 * SGML catalog
658 xmlNodePtr catalog; local
    [all...]
runtest.c 77 #include <libxml/catalog.h>
221 * We need to trap calls to the resolver to not account memory for the catalog
463 channel(data, "Catalog ");
3873 static const char *catalog = "test\/threads\/complex.xml"; variable
    [all...]
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
TestHelper_Connection1.java 164 public void setCatalog(String catalog) throws SQLException {
  /external/chromium_org/extensions/common/
message_bundle.cc 76 base::DictionaryValue* catalog = (*it).get(); local
77 for (base::DictionaryValue::Iterator message_it(*catalog);
  /external/chromium_org/chrome/browser/extensions/
sandboxed_unpacker.cc 766 // Could not read catalog data from disk.
778 const base::DictionaryValue* catalog = NULL; local
779 if (!it.value().GetAsDictionary(&catalog)) {
780 // Invalid catalog data.
792 // Invalid path for catalog.
805 if (!serializer.Serialize(*catalog)) {
806 // Error serializing catalog.
819 // Error saving catalog.
  /external/chromium_org/third_party/libxml/src/win32/
Makefile 102 $(XML_INTDIR)\catalog.obj\
147 $(XML_INTDIR_A)\catalog.obj\
192 $(XML_INTDIR_A_DLL)\catalog.obj\
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.contenttype_3.4.100.v20100505-1235.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/documentation/
DocumentationView.js 371 var catalog = WebInspector.DocumentationCatalog.instance();
408 var descriptors = catalog.itemDescriptors(propertyName);
413 return catalog.constantDescriptors(previousTokenText);
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCConnection.java 334 public void setCatalog(String catalog) throws SQLException {
  /external/chromium_org/third_party/libxml/
libxml.target.darwin-arm.mk 29 third_party/libxml/src/catalog.c \
libxml.target.darwin-arm64.mk 29 third_party/libxml/src/catalog.c \
libxml.target.darwin-mips.mk 29 third_party/libxml/src/catalog.c \
libxml.target.darwin-mips64.mk 29 third_party/libxml/src/catalog.c \
libxml.target.darwin-x86.mk 29 third_party/libxml/src/catalog.c \
libxml.target.darwin-x86_64.mk 29 third_party/libxml/src/catalog.c \
libxml.target.linux-arm.mk 29 third_party/libxml/src/catalog.c \
libxml.target.linux-arm64.mk 29 third_party/libxml/src/catalog.c \
libxml.target.linux-mips.mk 29 third_party/libxml/src/catalog.c \
libxml.target.linux-mips64.mk 29 third_party/libxml/src/catalog.c \
libxml.target.linux-x86.mk 29 third_party/libxml/src/catalog.c \
libxml.target.linux-x86_64.mk 29 third_party/libxml/src/catalog.c \
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFFont.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/xml/parser/
XMLDocumentParser.cpp 71 #include <libxml/catalog.h>
586 if (urlString == "file:///etc/xml/catalog")
590 if (urlString.startsWith("file:///", false) && urlString.endsWith("/etc/catalog", false))
600 // disables catalog support in libxml, but keeping it for defense in depth.
    [all...]

Completed in 848 milliseconds

12 3