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

12 3 4 5 6 7

  /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.27/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.27/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/elfutils/
Makefile.am 31 backends src po tests
  /external/libopus/tests/
test_opus_api.c 1451 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 152 po.m4 \
287 if test -f $(srcdir)/po/Makefile.in.in; then \
290 po/Makefile.in.in \
291 po/Makefile.in.in~ \
292 po/Makefile.in \
293 po/Makefile \
294 po/Makevars.template \
295 po/POTFILES \
296 po/Rules-quot \
297 po/stamp-it
    [all...]
  /toolchain/binutils/binutils-2.27/gprof/
Makefile.am 26 SUBDIRS = po
73 po/POTFILES.in: @MAINT@ Makefile
75 && mv tmp $(srcdir)/po/POTFILES.in
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
inst-po-be.d 5 #source: inst-po.s
  /external/python/cpython3/Modules/
itertoolsmodule.c 3049 permutationsobject *po; local
    [all...]
  /external/libcups/cups/
Makefile 523 echo 'msgid "No"' > locale/en/cups_en.po
524 echo 'msgstr "No"' >> locale/en/cups_en.po
525 echo 'msgid "Yes"' >> locale/en/cups_en.po
526 echo 'msgstr "Yes"' >> locale/en/cups_en.po
527 for po in ../locale/cups_*.po; do \
528 lang=`basename $$po .po | sed -e '1,$$s/^cups_//'`; \
530 $(LN) ../../$$po locale/$$lang; \
  /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++;
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
likelyadjust.go 77 po []*Block
133 po := f.postorder()
137 for _, b := range po {
285 po := f.postorder()
297 for _, b := range po {
380 ln := &loopnest{f: f, b2l: b2l, po: po, sdom: sdom, loops: loops, hasIrreducible: sawIrred}
470 for _, b := range ln.po {

Completed in 616 milliseconds

12 3 4 5 6 7