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

1 2 3

  /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/bison/
Makefile.am 21 SUBDIRS = build-aux po runtime-po lib data src doc examples tests
Makefile 176 POSUB = po
238 SUBDIRS = build-aux po runtime-po lib data src doc examples tests
461 $(mkdir_p) $(distdir)/djgpp $(distdir)/m4 $(distdir)/po $(distdir)/runtime-po $(distdir)/tests
  /external/bluetooth/glib/
glib-gettextize.in 22 # intl/, and to not add ChangeLog entries to po/ChangeLog
124 if test -f po/Makefile.in.in && test $force -eq 0; then
126 po/Makefile.in.in exists: use option -f if you really want to delete it."
130 test -d po || {
131 $echo "Creating po/ subdirectory"
132 mkdir po || {
133 $echo "failed to create po/ subdirectory"
147 intl | po)
162 # Copy files to po/ subdirectory.
163 cd po
    [all...]
Makefile.am 6 SUBDIRS = . m4macros glib gmodule gthread gobject gio tests po docs
47 po/po2tbl.sed.in \
  /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/bison/djgpp/
config.bat 184 test -f %XSRC%/po/Makefile.in.in
185 if not errorlevel 1 mv -f %XSRC%/po/Makefile.in.in %XSRC%/po/Makefile.in-in
186 test -f %XSRC%/po/Makefile.in-in
187 if errorlevel 1 mv -f %XSRC%/po/Makefile.in %XSRC%/po/Makefile.in-in
188 test -f %XSRC%/po/Makefile.in-in
189 if errorlevel 1 mv -f %XSRC%/po/Makefile.inin %XSRC%/po/Makefile.in-in
190 test -f %XSRC%/po/Makefile.in-in
    [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/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/webkit/LayoutTests/http/conf/
apache2-debian-httpd.conf 465 # language code is pl) may wish to use "AddLanguage pl .po" to
501 AddLanguage pl .po
apache2-httpd.conf 486 # language code is pl) may wish to use "AddLanguage pl .po" to
522 AddLanguage pl .po
apache2-msys-httpd.conf 487 # language code is pl) may wish to use "AddLanguage pl .po" to
523 AddLanguage pl .po
cygwin-httpd.conf 518 # language code is pl) may wish to use "AddLanguage pl .po" to
554 AddLanguage pl .po
fedora-httpd.conf 570 # language code is pl) may wish to use "AddLanguage pl .po" to
609 AddLanguage pl .po
httpd.conf 521 # language code is pl) may wish to use "AddLanguage pl .po" to
557 AddLanguage pl .po
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/bin/
arm-eabi-gccbug 93 TEMP0=$TEMPD/po$$
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/
arm-eabi-gccbug 93 TEMP0=$TEMPD/po$$
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/
i686-linux-gccbug 93 TEMP0=$TEMPD/po$$
  /frameworks/base/core/jni/
android_view_Surface.cpp 91 static po_t po; member in namespace:android
945 po.x = env->GetFieldID(point, "x", "I");
946 po.y = env->GetFieldID(point, "y", "I");

Completed in 418 milliseconds

1 2 3