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

1 2

  /external/chromium_org/third_party/libxml/src/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/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/chromium_org/chrome/browser/extensions/
sandboxed_unpacker.cc 199 // Read the decoded message catalogs back from the file we saved them to.
203 base::DictionaryValue* catalogs) {
212 return IPC::ReadParam(&pickle, &iter, catalogs);
764 base::DictionaryValue catalogs; local
765 if (!ReadMessageCatalogsFromFile(temp_dir_.path(), &catalogs)) {
775 // Write our parsed catalogs back to disk.
776 for (base::DictionaryValue::Iterator it(catalogs);
  /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/chromium_org/extensions/common/
extension_l10n_util.cc 376 std::vector<linked_ptr<base::DictionaryValue> > catalogs; local
388 catalogs.push_back(catalog);
392 return extensions::MessageBundle::Create(catalogs, error);
extension_l10n_util_unittest.cc 271 std::vector<linked_ptr<base::DictionaryValue> > catalogs; local
272 catalogs.push_back(catalog);
275 MessageBundle* bundle = MessageBundle::Create(catalogs, &error);
  /external/chromium_org/third_party/libxml/src/
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...]
xmlcatalog.c 2 * xmlcatalog.c : a small utility program to handle XML catalogs
314 \t--sgml : handle SGML Super catalogs for --add and --del\n\
433 * Maintenance of SGML catalogs.
parserInternals.c     [all...]
xmlIO.c     [all...]
xmllint.c 183 static int catalogs = 0; variable
    [all...]
HTMLparser.c     [all...]
parser.c     [all...]
  /external/libxml2/
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 *
3110 const char *catalogs; local
    [all...]
xmlcatalog.c 2 * xmlcatalog.c : a small utility program to handle XML catalogs
314 \t--sgml : handle SGML Super catalogs for --add and --del\n\
433 * Maintenance of SGML catalogs.
parserInternals.c     [all...]
xmlIO.c     [all...]
xmllint.c 188 static int catalogs = 0; variable
    [all...]
HTMLparser.c     [all...]
parser.c     [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.

Completed in 996 milliseconds

1 2