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

  /external/libxml2/include/libxml/
catalog.h 4 * XML Catalogs and SGML catalogs
9 * XML Catalogs Working Draft 06 August 2001
35 * The namespace for the XML Catalogs elements.
144 * Strictly minimal interfaces for per-document catalogs used
148 xmlCatalogFreeLocal (void *catalogs);
150 xmlCatalogAddLocal (void *catalogs,
153 xmlCatalogLocalResolve (void *catalogs,
157 xmlCatalogLocalResolveURI(void *catalogs,
parser.h 260 void *catalogs; /* document's own catalog */ member in struct:_xmlParserCtxt
    [all...]
  /external/libxml2/
Makefile.am 646 -@(for i in $(srcdir)/test/catalogs/*.script ; do \
648 xml=$(srcdir)/test/catalogs/`basename $$i .script`.xml; \
650 if [ ! -f $(srcdir)/result/catalogs/$$name ] ; then \
652 $(CHECKER) $(top_builddir)/xmlcatalog --shell $$xml < $$i 2>&1 > $(srcdir)/result/catalogs/$$name ; \
657 diff $(srcdir)/result/catalogs/$$name result.$$name` ; \
661 -@(for i in $(srcdir)/test/catalogs/*.script ; do \
663 sgml=$(srcdir)/test/catalogs/`basename $$i .script`.sgml; \
665 if [ ! -f $(srcdir)/result/catalogs/$$name ] ; then \
667 $(CHECKER) $(top_builddir)/xmlcatalog --shell $$sgml < $$i > $(srcdir)/result/catalogs/$$name ; \
672 diff $(srcdir)/result/catalogs/$$name result.$$name` ;
    [all...]
catalog.c 7 * XML Catalogs Working Draft 06 August 2001
158 * SGML Catalogs are stored as a simple hash table of catalog entries
168 * XML Catalogs are stored as a tree of Catalog entries
188 * Hash table containing all the trees of XML catalogs parsed by
269 * SGML catalogs, but the acceptable types values differs.
407 * SGML catalogs, but the acceptable types values differs.
450 * Serializing Catalogs *
714 * Converting SGML Catalogs to XML *
3115 const char *catalogs; local
    [all...]
xmlcatalog.c 2 * xmlcatalog.c : a small utility program to handle XML catalogs
315 \t--sgml : handle SGML Super catalogs for --add and --del\n\
434 * Maintenance of SGML catalogs.
parserInternals.c     [all...]
xmlIO.c     [all...]
xmllint.c 188 static int catalogs = 0; variable
    [all...]
parser.c     [all...]
testapi.c 6078 void * catalogs; \/* a document's list of catalogs *\/ local
6126 void * catalogs; \/* a document's list of catalogs *\/ local
    [all...]
  /libcore/luni/src/test/java/libcore/java/sql/
OldConnectionTest.java 672 String[] catalogs = { "test", "test1", "test" }; local
675 for (int i = 0; i < catalogs.length; i++) {
676 conn.setCatalog(catalogs[i]);
677 assertNull(catalogs[i], conn.getCatalog());
692 String[] catalogs = { "test"};
695 for (int i = 0; i < catalogs.length; i++) {
696 conn.setCatalog(catalogs[i]);
698 assertEquals(catalogs[i], conn.getCatalog());
713 String[] catalogs = { "sqlite_test", "sqlite_test1", "sqlite_test" };
716 for (int i = 0; i < catalogs.length; i++)
755 String[] catalogs = { "sqlite_test", "sqlite_test1", "sqlite_test" }; local
    [all...]
  /external/clang/docs/analyzer/
make.bat 34 echo. gettext to make PO message catalogs
160 echo.Build finished. The message catalogs are in %BUILDDIR%/locale.
  /external/clang/docs/
make.bat 34 echo. gettext to make PO message catalogs
160 echo.Build finished. The message catalogs are in %BUILDDIR%/locale.
  /external/llvm/docs/
make.bat 34 echo. gettext to make PO message catalogs
160 echo.Build finished. The message catalogs are in %BUILDDIR%/locale.
  /external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/docs/
Makefile 42 @echo " gettext to make PO message catalogs"
151 @echo "Build finished. The message catalogs are in $(BUILDDIR)/locale."
  /external/chromium-trace/catapult/third_party/html5lib-python/doc/
Makefile 42 @echo " gettext to make PO message catalogs"
151 @echo "Build finished. The message catalogs are in $(BUILDDIR)/locale."
make.bat 34 echo. gettext to make PO message catalogs
196 echo.Build finished. The message catalogs are in %BUILDDIR%/locale.
  /prebuilts/tools/common/m2/repository/xml-resolver/xml-resolver/1.2/
xml-resolver-1.2.jar 
  /external/icu/icu4c/packaging/rpm/
icu.spec 25 and time formatting, support for many locales, message catalogs
  /external/libxml2/python/
libxml.c     [all...]
  /frameworks/base/docs/html/training/
training_toc.cs     [all...]

Completed in 555 milliseconds