/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/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 | 257 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/elfutils/po/ |
Makefile | 86 CATALOGS = 112 # message catalogs shall be used. It is usually empty. 130 all-yes: $(CATALOGS) 171 @catalogs='$(CATALOGS)'; \ 172 for cat in $$catalogs; do \ 223 @catalogs='$(CATALOGS)'; \ 224 for cat in $$catalogs; do \ 269 catalogs='$(CATALOGS)'; [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/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...] |
xmlcatalog.c | 2 * xmlcatalog.c : a small utility program to handle XML catalogs 317 \t--sgml : handle SGML Super catalogs for --add and --del\n\ 436 * Maintenance of SGML catalogs.
|
parserInternals.c | [all...] |
xmlIO.c | [all...] |
xmllint.c | 182 static int catalogs = 0; variable [all...] |
HTMLparser.c | [all...] |
parser.c | [all...] |