HomeSort by relevance Sort by last modified time
    Searched refs:po (Results 26 - 50 of 149) sorted by null

12 3 4 5 6

  /external/selinux/policycoreutils/po/
Makefile 2 # Makefile for the PO files (translation) catalog
17 # PO catalog handling
24 PO_LINGUAS := $(sort $(patsubst %.po,%,$(wildcard *.po)))
32 POFILES = $(patsubst %,%.po,$(USE_LINGUAS))
33 MOFILES = $(patsubst %.po,%.mo,$(POFILES))
103 @if cmp -s $(NLSPACKAGE).po $(POTFILE); then \
104 rm -f $(NLSPACKAGE).po; \
106 mv -f $(NLSPACKAGE).po $(POTFILE); \
109 update-po: Makefile $(POTFILE) refresh-p
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/z80/
branch.s 11 jp po,0x8405
31 call po,0x8405
43 ret po
branch.d 15 [ ]+12:[ ]+e2 05 84[ ]+jp po,0x8405
32 [ ]+3c:[ ]+e4 05 84[ ]+call po,0x8405
42 [ ]+4d:[ ]+e0[ ]+ret po
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/z8k/
ret-cc.d 25 1e: 9e0c ret nov/po
26 20: 9e0c ret nov/po
27 22: 9e0c ret nov/po
35 32: 9e0c ret nov/po
ret-cc.s 20 ret po
28 ret nov/po
jmp-cc.s 19 jr po ,dd
25 jr nov/po,dd
jmp-cc.d 25 22: 5e0c 0040 jp nov/po,0x40
26 26: ec0c jr nov/po,0x40
32 32: ec06 jr nov/po,0x40
  /external/mesa3d/src/mesa/drivers/dri/common/
Android.mk 64 $(intermediates)/xmlpool/%.po: $(LOCAL_PATH)/xmlpool/%.po $(POT)
84 $(PRIVATE_MO_FILES): $(intermediates)/xmlpool/%/LC_MESSAGES/options.mo: $(intermediates)/xmlpool/%.po
  /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 31 backends src po tests
  /external/libopus/tests/
test_opus_api.c 1442 unsigned char *po; local
    [all...]
  /external/mksh/src/
funcs.c 322 } po; local
324 memset(&po, 0, sizeof(po));
325 po.fd = 1;
326 po.ws = ' ';
327 po.ls = '\n';
328 po.nl = true;
341 po.nl = false;
344 po.exp = false;
378 po.exp = new_exp
    [all...]
  /external/harfbuzz_ng/
git.mk 236 if test -f $(srcdir)/po/Makefile.in.in; then \
238 po/Makefile.in.in \
239 po/Makefile.in.in~ \
240 po/Makefile.in \
241 po/Makefile \
242 po/Makevars.template \
243 po/POTFILES \
244 po/Rules-quot \
245 po/stamp-it \
246 po/.intltool-merge-cache
    [all...]
  /toolchain/binutils/binutils-2.25/gprof/
Makefile.am 26 SUBDIRS = po
73 po/POTFILES.in: @MAINT@ Makefile
75 && mv tmp $(srcdir)/po/POTFILES.in
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
inst-po-be.d 5 #source: inst-po.s
  /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/bison/
Makefile.am 20 SUBDIRS = build-aux po runtime-po lib data src doc examples tests etc
  /external/eigen/doc/
eigen_navtree_hacks.js 53 function getNode(o, po)
55 po.childrenVisited = true;
56 var l = po.childrenData.length-1;
57 for (var i in po.childrenData) {
58 var nodeData = po.childrenData[i];
60 po.children[i] = newNode(o, po, nodeData[0], nodeData[1], nodeData[2], i==l);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
itertoolsmodule.c 2575 permutationsobject *po; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
itertoolsmodule.c 2536 permutationsobject *po; local
    [all...]
  /external/python/cpython2/Modules/
itertoolsmodule.c 2572 permutationsobject *po; local
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/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/e2fsprogs/debian/
rules 383 mv po/*.gmo po/*.po debian/orig-gmo ; \
384 cp debian/orig-gmo/*.po po ; \
386 $(MAKE) -C ${stdbuilddir}/po V=1 update-gmo
417 rm -f po/*.gmo po/*.po ; \
418 mv debian/orig-gmo/* po ; \
    [all...]
  /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++;

Completed in 773 milliseconds

12 3 4 5 6