/external/e2fsprogs/po/ |
Makevars | 40 # message catalogs shall be used. It is usually empty.
|
Rules-quot | 1 # Special Makefile rules for English message catalogs with quotation marks.
|
/external/elfutils/po/ |
Makevars | 41 # message catalogs shall be used. It is usually empty.
|
/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/chromium/chrome/common/extensions/ |
extension_localization_peer.h | 58 // Loads message catalogs, and replaces all __MSG_some_name__ templates within
|
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.cc | 272 std::vector<linked_ptr<DictionaryValue> > catalogs; local 284 catalogs.push_back(catalog); 288 return ExtensionMessageBundle::Create(catalogs, error);
|
extension_file_util.h | 62 // Loads extension message catalogs and returns message bundle.
|
extension_l10n_util.h | 45 // Load message catalogs, localize manifest and attach message bundle to the
|
/external/chromium_org/chrome/renderer/extensions/ |
extension_localization_peer.h | 59 // Loads message catalogs, and replaces all __MSG_some_name__ templates within
|
i18n_custom_bindings.cc | 48 // A sync call to load message catalogs for current extension.
|
/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/ |
Makefile | 38 @echo " gettext to make PO message catalogs" 139 @echo "Build finished. The message catalogs are in $(BUILDDIR)/locale."
|
/external/e2fsprogs/intl/ |
loadinfo.h | 28 l10nflist.c Generate a list of filenames of possible message catalogs. 29 finddomain.c Find and open the relevant message catalogs.
|
textdomain.c | 122 /* We use this possibility to signal a change of the loaded catalogs
|
/external/llvm/docs/ |
Makefile.sphinx | 38 @echo " gettext to make PO message catalogs" 139 @echo "Build finished. The message catalogs are in $(BUILDDIR)/locale."
|
/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()) {
|
/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);
|
/external/valgrind/main/docs/ |
README | 21 Stylesheets, catalogs, parsing/formatting scripts: 118 /etc/xml/ seems to have become the standard place for catalogs 222 shell script to generate xml catalogs for docbook 4.1.2:
|
/external/apache-http/src/org/apache/http/ |
ReasonPhraseCatalog.java | 52 * The optional context allows for catalogs that detect
|
/external/bison/po/ |
Makevars | 52 # message catalogs shall be used. It is usually empty.
|
Rules-quot | 1 # Special Makefile rules for English message catalogs with quotation marks.
|
/external/bison/runtime-po/ |
Makevars | 54 # message catalogs shall be used. It is usually empty.
|
Rules-quot | 1 # Special Makefile rules for English message catalogs with quotation marks.
|
/external/chromium_org/third_party/yasm/source/patched-yasm/po/ |
Rules-quot | 1 # Special Makefile rules for English message catalogs with quotation marks.
|