Home
last modified time | relevance | path

Searched refs:po (Results 1 – 25 of 369) sorted by relevance

12345678910>>...15

/external/python/cpython2/Modules/
D_curses_panel.c79 PyCursesPanelObject *po; member
88 insert_lop(PyCursesPanelObject *po) in insert_lop() argument
96 new->po = po; in insert_lop()
104 remove_lop(PyCursesPanelObject *po) in remove_lop() argument
109 if (temp->po == po) { in remove_lop()
114 while (temp->next == NULL || temp->next->po != po) { in remove_lop()
133 for (temp = lop; temp->po->pan != pan; temp = temp->next) in find_po()
135 return temp->po; in find_po()
176 PyCursesPanelObject *po; in Panel_NoArgNoReturnFunction() local
178 po = PyObject_NEW(PyCursesPanelObject, &PyCursesPanel_Type); in Panel_NoArgNoReturnFunction()
[all …]
/external/python/cpython3/Modules/
D_curses_panel.c107 PyCursesPanelObject *po; member
116 insert_lop(PyCursesPanelObject *po) in insert_lop() argument
124 new->po = po; in insert_lop()
132 remove_lop(PyCursesPanelObject *po) in remove_lop() argument
137 if (temp->po == po) { in remove_lop()
142 while (temp->next == NULL || temp->next->po != po) { in remove_lop()
161 for (temp = lop; temp->po->pan != pan; temp = temp->next) in find_po()
163 return temp->po; in find_po()
204 PyCursesPanelObject *po; in Panel_NoArgNoReturnFunction() local
206 po = PyObject_NEW(PyCursesPanelObject, in Panel_NoArgNoReturnFunction()
[all …]
Ditertoolsmodule.c3049 permutationsobject *po; in permutations_new() local
3097 po = (permutationsobject *)type->tp_alloc(type, 0); in permutations_new()
3098 if (po == NULL) in permutations_new()
3101 po->pool = pool; in permutations_new()
3102 po->indices = indices; in permutations_new()
3103 po->cycles = cycles; in permutations_new()
3104 po->result = NULL; in permutations_new()
3105 po->r = r; in permutations_new()
3106 po->stopped = r > n ? 1 : 0; in permutations_new()
3108 return (PyObject *)po; in permutations_new()
[all …]
/external/mesa3d/src/mesa/drivers/dri/common/xmlpool/
DMakefile.am44 POS=ca.po de.po es.po nl.po fr.po sv.po
49 LANGS=$(POS:%.po=%)
50 MOS=$(POS:%.po=%/LC_MESSAGES/options.mo)
53 .PHONY: all clean pot po mo
75 %/LC_MESSAGES/options.mo: %.po
84 po: $(POT) target
85 @for po in $(POS); do \
86 if [ -f $$po ]; then \
88 mv $$po $$po~; \
89 msgmerge -o $$po $$po~ $(POT); \
[all …]
/external/elfutils/po/
DRules-quot5 .SUFFIXES: .insert-header .po-update-en
7 en@quot.po-create:
8 $(MAKE) en@quot.po-update
9 en@boldquot.po-create:
10 $(MAKE) en@boldquot.po-update
12 en@quot.po-update: en@quot.po-update-en
13 en@boldquot.po-update: en@boldquot.po-update-en
15 .insert-header.po-update-en:
16 @lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \
23 …MSGFILTER) sed -f `echo $$lang | sed -e 's/.*@//'`.sed 2>/dev/null > $$tmpdir/$$lang.new.po; then \
[all …]
DChangeLog3 * *.po: Regenerate.
7 * *.po: Update for 0.165.
11 * *.po: Regenerate.
15 * *.po: Update for 0.164.
19 * *.po: Update for 0.163.
23 * *.po: Regenerate.
27 * *.po: Update for 0.162.
31 * *.po: Update for 0.161.
35 * *.po: Update for 0.160.
39 * *.po: Regenerated.
[all …]
DMakefile.in.in30 gettextsrcdir = $(datadir)/gettext/po
82 .SUFFIXES: .po .gmo .mo .sed .sin .nop .po-create .po-update
84 .po.mo:
88 .po.gmo:
91 …$${cdcmd}rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics --verbose -o $${lang}.gmo $${lang}.po"; \
92 …ng}.gmo && $(GMSGFMT) -c --statistics --verbose -o t-$${lang}.gmo $${lang}.po && mv t-$${lang}.gmo…
101 all-yes: stamp-po
115 # In this case, stamp-po is a nop (i.e. a phony target).
117 # stamp-po is a timestamp denoting the last time at which the CATALOGS have
125 stamp-po: $(srcdir)/$(DOMAIN).pot
[all …]
/external/libexif/po/
DRules-quot5 .SUFFIXES: .insert-header .po-update-en
7 en@quot.po-create:
8 $(MAKE) en@quot.po-update
9 en@boldquot.po-create:
10 $(MAKE) en@boldquot.po-update
12 en@quot.po-update: en@quot.po-update-en
13 en@boldquot.po-update: en@boldquot.po-update-en
15 .insert-header.po-update-en:
16 @lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \
23 …MSGFILTER) sed -f `echo $$lang | sed -e 's/.*@//'`.sed 2>/dev/null > $$tmpdir/$$lang.new.po; then \
[all …]
DMakefile.in.in27 gettextsrcdir = $(datadir)/gettext/po
49 DISTFILES = $(DISTFILES.common) Makevars POTFILES.in $(DOMAIN).pot stamp-po \
60 .SUFFIXES: .po .gmo .mo .sed .sin .nop .po-create .po-update
62 .po.mo:
66 .po.gmo:
69 echo "$${cdcmd}rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics -o $${lang}.gmo $${lang}.po"; \
70 …cd $(srcdir) && rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics -o t-$${lang}.gmo $${lang}.po && …
79 all-yes: stamp-po
82 # stamp-po is a timestamp denoting the last time at which the CATALOGS have
90 stamp-po: $(srcdir)/$(DOMAIN).pot
[all …]
/external/e2fsprogs/po/
DRules-quot5 .SUFFIXES: .insert-header .po-update-en
7 en@quot.po-create:
8 $(MAKE) en@quot.po-update
9 en@boldquot.po-create:
10 $(MAKE) en@boldquot.po-update
12 en@quot.po-update: en@quot.po-update-en
13 en@boldquot.po-update: en@boldquot.po-update-en
15 .insert-header.po-update-en:
16 @lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \
23 …MSGFILTER) sed -f `echo $$lang | sed -e 's/.*@//'`.sed 2>/dev/null > $$tmpdir/$$lang.new.po; then \
[all …]
DMakefile.in.in28 gettextsrcdir = $(datadir)/gettext/po
50 DISTFILES = $(DISTFILES.common) Makevars POTFILES.in $(DOMAIN).pot stamp-po \
61 .SUFFIXES: .po .gmo .mo .sed .sin .nop .po-create .po-update
63 .po.mo:
67 .po.gmo:
70 echo "$${cdcmd}rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics -o $${lang}.gmo $${lang}.po"; \
71 …cd $(srcdir) && rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics -o t-$${lang}.gmo $${lang}.po && …
80 all-yes: @MAINTAINER_CMT@stamp-po
83 # stamp-po is a timestamp denoting the last time at which the CATALOGS have
91 stamp-po: $(srcdir)/$(DOMAIN).pot
[all …]
/external/icu/icu4c/source/data/locales/
Dlt.txt1626 "po Kr.",
1634 "po Kr.",
1638 "po Kristaus",
2698 few{"po {0} dienų"}
2699 many{"po {0} dienos"}
2700 one{"po {0} dienos"}
2701 other{"po {0} dienų"}
2722 few{"po {0} d."}
2723 many{"po {0} d."}
2724 one{"po {0} d."}
[all …]
Dsr_Latn_ME.txt17 "po podne",
21 "po podne",
80 afternoon1{"po pod."}
88 afternoon1{"po pod."}
99 pm{"po podne"}
107 pm{"po podne"}
Dsr_Latn_BA.txt20 "po podne",
24 "po podne",
83 afternoon1{"po pod."}
91 afternoon1{"po pod."}
102 pm{"po podne"}
110 pm{"po podne"}
/external/llvm/test/CodeGen/ARM/
Dunaligned_load_store_vector.ll9 %po = getelementptr i8, i8* %out, i32 0
12 %vo = bitcast i8* %po to <8 x i8>*
27 %po = getelementptr i8, i8* %out, i32 0
30 %vo = bitcast i8* %po to <4 x i16>*
45 %po = getelementptr i8, i8* %out, i32 0
48 %vo = bitcast i8* %po to <2 x i32>*
63 %po = getelementptr i8, i8* %out, i32 0
66 %vo = bitcast i8* %po to <2 x float>*
81 %po = getelementptr i8, i8* %out, i32 0
84 %vo = bitcast i8* %po to <16 x i8>*
[all …]
/external/selinux/policycoreutils/po/
DMakefile24 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-po
112 refresh-po: Makefile
114 lang=`basename $$cat .po`; \
115 if $(MSGMERGE) $(MSGMERGE_FLAGS) $$lang.po $(POTFILE) > $$lang.pot ; then \
[all …]
/external/libexif/
DChangeLog38 * po/da.po: Updated Danish translation by Joe Hansen
39 * po/de.po: Updated German translation by Christian Kirbach
40 * po/pl.po: Updated Polish translation by Jakub Bogusz
41 * po/sk.po: Updated Slovak translation by Ivan Masár
42 * po/uk.po: Updated Ukrainian translation by Yuri Chornoivan
43 * po/vi.po: Updated Vietnamese translation by Trần Ngọc Quân
44 * Mention that uk.po must now be updated through translationproject.org
50 be.po bs.po en_GB.po pt.po pt_BR.po ru.po sq.po sr.po tr.po zh_CN.po
52 * po/en_AU.po: Added English (Australian) translation by Joel Pickett
53 * po/uk.po: Added Ukrainian translation by Yuri Chornoivan
[all …]
/external/elfutils/
D.gitignore47 /po/*.gmo
48 /po/*.pot
49 /po/en@boldquot.insert-header
50 /po/en@boldquot.po
51 /po/en@quot.insert-header
52 /po/en@quot.po
53 /po/Makevars.template
54 /po/POTFILES
55 /po/remove-potcdate.sed
56 /po/stamp-po
/external/libopus/tests/
Dtest_opus_api.c1451 unsigned char *po; in test_repacketizer_api() local
1459 po=malloc(max_out+256); in test_repacketizer_api()
1460 if(po==NULL)test_failed(); in test_repacketizer_api()
1550 ret=opus_repacketizer_out_range(rp,0,rcnt*i,po,max_out); in test_repacketizer_api()
1556 if((rcnt*i)<2&&(po[0]&3)!=0)test_failed(); /* Code 0 */ in test_repacketizer_api()
1557 if((rcnt*i)==2&&(po[0]&3)!=1)test_failed(); /* Code 1 */ in test_repacketizer_api()
1558 if((rcnt*i)>2&&(((po[0]&3)!=3)||(po[1]!=rcnt*i)))test_failed(); /* Code 3 CBR */ in test_repacketizer_api()
1560 if(opus_repacketizer_out(rp,po,len)!=len)test_failed(); in test_repacketizer_api()
1562 if(opus_packet_unpad(po,len)!=len)test_failed(); in test_repacketizer_api()
1564 if(opus_packet_pad(po,len,len+1)!=OPUS_OK)test_failed(); in test_repacketizer_api()
[all …]
/external/harfbuzz_ng/
Dgit.mk152 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 …]
/external/autotest/client/profilers/powertop/src/
DMakefile24 @(cd po/ && $(MAKE))
34 @(cd po/ && env LOCALESDIR=$(LOCALESDIR) DESTDIR=$(DESTDIR) $(MAKE) $@)
39 xgettext -C -s -k_ -o po/powertop.pot *.c *.h
40 @(cd po/ && env LG=$(LG) $(MAKE) $@)
43 rm -f *~ powertop powertop.1.gz po/powertop.pot DEADJOE svn-commit* *.o *.orig
44 @(cd po/ && $(MAKE) $@)
48 rm -rf .svn po/.svn DEADJOE po/DEADJOE todo.txt Lindent svn-commit.* dogit.sh git/ *.rej *.orig
/external/autotest/client/profilers/powertop/src/po/
DMakefile1 SRC=$(wildcard *.po)
2 OBJ= $(SRC:.po=.mo)
3 INST= $(SRC:.po=.inst)
7 %.mo: %.po
21 uptrans: $(LG).po
23 $(LG).po: powertop.pot
/external/icu/icu4c/source/data/unit/
Dbs.txt75 per{"{0} po kvadratnom centimetru"}
88 per{"{0} po kvadratnom inču"}
95 per{"{0} po kvadratnom kilometru"}
102 per{"{0} po kvadratnom metru"}
109 per{"{0} po kvadratnoj milji"}
129 dnam{"miligrami po decilitru"}
130 few{"{0} miligrama po decilitru"}
131 one{"{0} miligram po decilitru"}
132 other{"{0} miligrama po decilitru"}
135 dnam{"milimoli po litru"}
[all …]
/external/mksh/src/
Dfuncs.c322 } po; in c_print() local
324 memset(&po, 0, sizeof(po)); in c_print()
325 po.fd = 1; in c_print()
326 po.ws = ' '; in c_print()
327 po.ls = '\n'; in c_print()
328 po.nl = true; in c_print()
341 po.nl = false; in c_print()
344 po.exp = false; in c_print()
378 po.exp = new_exp; in c_print()
379 po.nl = new_nl; in c_print()
[all …]
/external/libexif/m4m/
Dgp-gettext-hack.m45 dnl This creates a po/Makevars file with adequate values if the
6 dnl po/Makevars.template is present.
49 AC_MSG_CHECKING([for po/Makevars requiring hack])
50 if test -f "${srcdir}/po/Makevars.template"; then
51 sed "$sed_cmds" < "${srcdir}/po/Makevars.template" > "${srcdir}/po/Makevars"

12345678910>>...15