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

1 2

  /external/chromium/chrome/common/extensions/
extension_unpacker.h 50 // Read the decoded message catalogs back from the file we saved them to.
54 DictionaryValue* catalogs);
76 // catalogs.
95 // Dictionary of relative paths and catalogs per path. Paths are in the form
extension_l10n_util.cc 272 std::vector<linked_ptr<DictionaryValue> > catalogs; local
284 catalogs.push_back(catalog);
288 return ExtensionMessageBundle::Create(catalogs, error);
extension_unpacker.cc 203 // Parse all message catalogs (if any).
236 SetError("Could not write message catalogs to disk.");
258 const FilePath& extension_path, DictionaryValue* catalogs) {
267 return IPC::ReadParam(&pickle, &iter, catalogs);
extension_l10n_util_unittest.cc 241 std::vector<linked_ptr<DictionaryValue> > catalogs; local
242 catalogs.push_back(catalog);
246 ExtensionMessageBundle::Create(catalogs, &error);
  /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/chrome/browser/extensions/
sandboxed_extension_unpacker.cc 556 DictionaryValue catalogs; local
558 &catalogs)) {
568 // Write our parsed catalogs back to disk.
569 for (DictionaryValue::key_iterator key_it = catalogs.begin_keys();
570 key_it != catalogs.end_keys(); ++key_it) {
572 if (!catalogs.GetDictionaryWithoutPathExpansion(*key_it, &catalog)) {
  /external/elfutils/libelf-po/
Makefile 55 CATALOGS =
81 # message catalogs shall be used. It is usually empty.
99 all-yes: $(CATALOGS)
140 @catalogs='$(CATALOGS)'; \
141 for cat in $$catalogs; do \
192 @catalogs='$(CATALOGS)'; \
193 for cat in $$catalogs; do \
238 catalogs='$(CATALOGS)';
    [all...]
  /external/chromium_org/chrome/browser/extensions/
sandboxed_unpacker.cc 194 // Read the decoded message catalogs back from the file we saved them to.
198 base::DictionaryValue* catalogs) {
207 return IPC::ReadParam(&pickle, &iter, catalogs);
755 DictionaryValue catalogs; local
756 if (!ReadMessageCatalogsFromFile(temp_dir_.path(), &catalogs)) {
766 // Write our parsed catalogs back to disk.
767 for (DictionaryValue::Iterator it(catalogs); !it.IsAtEnd(); it.Advance()) {
  /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/chrome/common/extensions/
extension_l10n_util.cc 321 std::vector<linked_ptr<base::DictionaryValue> > catalogs; local
333 catalogs.push_back(catalog);
337 return extensions::MessageBundle::Create(catalogs, error);
extension_l10n_util_unittest.cc 252 std::vector<linked_ptr<base::DictionaryValue> > catalogs; local
253 catalogs.push_back(catalog);
256 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...]
  /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 *
3111 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...]
  /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 679 milliseconds

1 2