/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/xmlpool/ |
Makefile | 12 # fr.po. 14 # Then run "make po" to generate a fresh .po file from translatable 15 # strings in t_options.h. Now you can edit the new .po file (fr.po in 22 # Run "make po" to update .po files with new translatable strings from 23 # t_options.h. Now you can edit the .po files you're interested 38 # <lang>.po file. 44 POS=de.po es.po nl.po fr.po sv.p [all...] |
/external/mesa3d/src/mesa/drivers/dri/common/xmlpool/ |
Makefile | 12 # fr.po. 14 # Then run "make po" to generate a fresh .po file from translatable 15 # strings in t_options.h. Now you can edit the new .po file (fr.po in 22 # Run "make po" to update .po files with new translatable strings from 23 # t_options.h. Now you can edit the .po files you're interested 38 # <lang>.po file. 44 POS=de.po es.po nl.po fr.po sv.p [all...] |
/external/dnsmasq/bld/ |
Makefile | 16 %.mo : ../po/%.po dnsmasq.pot 17 $(MSGMERGE) -o - ../po/$*.po dnsmasq.pot | $(MSGFMT) -o $*.mo -
|
/external/elfutils/libelf-po/ |
Makefile | 1 # Makefile for PO directory in any package using GNU gettext. 25 gettextsrcdir = $(datadir)/gettext/po 58 # Makefile variables for PO directory in any package using GNU gettext. 64 subdir = po 85 .SUFFIXES: .po .gmo .mo .nop .po-update 87 .po.mo: 90 .po.gmo: 93 echo "$${cdcmd}rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics -o $${lang}.gmo $${lang}.po"; \ 94 cd $(srcdir) && rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics -o $${lang}.gmo $${lang}.po [all...] |
/ndk/sources/host-tools/sed-4.2.1/ |
autoboot | 50 --skip-po Do not download po files. 70 # The command to download all .po files for a specified domain into 73 # options because the latest/%s directory and the .po files within are 143 # those files to be generated in directories like lib/, m4/, and po/. 175 --skip-po) 300 # Download .po files to $po_dir/.reference and copy only the new 303 # Directory containing primary .po files. 304 # Overwrite them only when we're sure a .po file is new. 308 # Download *.po files into this dir [all...] |
Makefile.am | 9 SUBDIRS = lib po sed doc testsuite
|
/external/chromium/chrome/browser/net/ |
sqlite_persistent_cookie_store.cc | 386 scoped_ptr<PendingOperation> po(new PendingOperation(op, cc)); 391 pending_.push_back(po.release()); 481 scoped_ptr<PendingOperation> po(*it); 482 switch (po->op()) { 488 add_smt.BindInt64(0, po->cc().CreationDate().ToInternalValue()); 489 add_smt.BindString(1, po->cc().Domain()); 490 add_smt.BindString(2, po->cc().Name()); 491 add_smt.BindString(3, po->cc().Value()); 492 add_smt.BindString(4, po->cc().Path()); 493 add_smt.BindInt64(5, po->cc().ExpiryDate().ToInternalValue()) [all...] |
/external/dnsmasq/ |
Makefile | 22 PO = po 62 @cd $(PO); for f in *.po; do \ 65 -f ../bld/Makefile $${f%.po}.mo; \ 74 @cd $(PO); for f in *.po; do \
|
/external/elfutils/ |
Makefile.am | 34 src po tests
|
/external/chromium_org/content/browser/net/ |
sqlite_persistent_cookie_store.cc | [all...] |
/external/harfbuzz_ng/ |
git.mk | 191 if test -f $(srcdir)/po/Makefile.in.in; then \ 193 po/Makefile.in.in \ 194 po/Makefile.in \ 195 po/Makefile \ 196 po/POTFILES \ 197 po/stamp-it \ 198 po/.intltool-merge-cache \ 199 "po/*.gmo" \ 200 "po/*.mo" \ 201 po/$(GETTEXT_PACKAGE).pot [all...] |
/external/chromium_org/chrome/browser/net/ |
sqlite_server_bound_cert_store.cc | 453 scoped_ptr<PendingOperation> po(new PendingOperation(op, cert)); 458 pending_.push_back(po.release()); 507 scoped_ptr<PendingOperation> po(*it); 508 switch (po->op()) { 510 cert_origins_.insert(po->cert().server_identifier()); 512 add_smt.BindString(0, po->cert().server_identifier()); 513 const std::string& private_key = po->cert().private_key(); 515 const std::string& cert = po->cert().cert(); 518 add_smt.BindInt64(4, po->cert().expiration_time().ToInternalValue()); 519 add_smt.BindInt64(5, po->cert().creation_time().ToInternalValue()) [all...] |
/external/bison/djgpp/ |
config.bat | 187 test -f %XSRC%/po/Makefile.in.in
188 if not errorlevel 1 mv -f %XSRC%/po/Makefile.in.in %XSRC%/po/Makefile.in-in
189 test -f %XSRC%/po/Makefile.in-in
190 if errorlevel 1 mv -f %XSRC%/po/Makefile.in %XSRC%/po/Makefile.in-in
191 test -f %XSRC%/po/Makefile.in-in
192 if errorlevel 1 mv -f %XSRC%/po/Makefile.inin %XSRC%/po/Makefile.in-in
193 test -f %XSRC%/po/Makefile.in-in [all...] |
/external/chromium_org/third_party/opus/src/tests/ |
test_opus_api.c | 1431 unsigned char *po; local [all...] |
/external/bison/ |
Makefile.am | 20 SUBDIRS = build-aux po runtime-po lib data src doc examples tests etc
|
/external/chromium_org/content/browser/media/ |
webrtc_identity_store_backend.cc | 552 scoped_ptr<PendingOperation> po(*it); 553 switch (po->type) { 556 add_stmt.BindString(0, po->origin.spec()); 557 add_stmt.BindString(1, po->identity_name); 558 add_stmt.BindString(2, po->identity.common_name); 559 const std::string& cert = po->identity.certificate; 561 const std::string& private_key = po->identity.private_key; 563 add_stmt.BindInt64(5, po->identity.creation_time); 569 del_stmt.BindString(0, po->origin.spec()); 570 del_stmt.BindString(1, po->identity_name) [all...] |
/external/kernel-headers/original/linux/ |
if_pppox.h | 218 static inline struct sock *sk_pppox(struct pppox_sock *po) 220 return (struct sock *)po;
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/ |
nv30_query.c | 53 nv30_query_object_del(struct nv30_screen *screen, struct nv30_query_object **po) 55 struct nv30_query_object *qo = *po; *po = NULL;
|
/external/mesa3d/src/gallium/drivers/nv30/ |
nv30_query.c | 53 nv30_query_object_del(struct nv30_screen *screen, struct nv30_query_object **po) 55 struct nv30_query_object *qo = *po; *po = NULL;
|
/external/apache-xml/src/main/java/org/apache/xpath/objects/ |
XString.java | 552 int po = 0; local 563 if (this.charAt(to) != prefix.charAt(po)) 569 po++; [all...] |
XStringForFSB.java | 614 int po = 0; local 625 if (fsb.charAt(to) != prefix.charAt(po)) 631 po++;
|
/external/chromium_org/tools/python/google/httpd_config/ |
httpd2_mac.conf | 113 # language code is pl) may wish to use "AddLanguage pl .po" to 149 AddLanguage pl .po
|
httpd.conf | 518 # language code is pl) may wish to use "AddLanguage pl .po" to 554 AddLanguage pl .po
|
httpd2.conf | 164 # language code is pl) may wish to use "AddLanguage pl .po" to 200 AddLanguage pl .po
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/ |
i686-linux-gccbug | 93 TEMP0=$TEMPD/po$$
|