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

  /dalvik/libcore/sql/src/test/java/tests/sql/
ConnectionTest.java 955 String[] catalogs = { "test", "test1", "test" }; local
958 for (int i = 0; i < catalogs.length; i++) {
959 conn.setCatalog(catalogs[i]);
960 assertNull(catalogs[i], conn.getCatalog());
977 String[] catalogs = { "test"};
980 for (int i = 0; i < catalogs.length; i++) {
981 conn.setCatalog(catalogs[i]);
983 assertEquals(catalogs[i], conn.getCatalog());
998 String[] catalogs = { "sqlite_test", "sqlite_test1", "sqlite_test" };
1001 for (int i = 0; i < catalogs.length; i++)
1060 String[] catalogs = { "sqlite_test", "sqlite_test1", "sqlite_test" }; local
    [all...]
  /external/libxml2/
catalog.c 7 * XML Catalogs Working Draft 06 August 2001
154 * SGML Catalogs are stored as a simple hash table of catalog entries
164 * XML Catalogs are stored as a tree of Catalog entries
184 * Hash table containing all the trees of XML catalogs parsed by
265 * SGML catalogs, but the acceptable types values differs.
403 * SGML catalogs, but the acceptable types values differs.
446 * Serializing Catalogs *
710 * Converting SGML Catalogs to XML *
3114 const char *catalogs; local
    [all...]
xmllint.c 182 static int catalogs = 0; variable
    [all...]
  /external/libxml2/include/libxml/
parser.h 257 void *catalogs; /* document's own catalog */ member in struct:_xmlParserCtxt
    [all...]

Completed in 183 milliseconds