/third_party/elfutils/po/ |
D | ChangeLog | 3 * *.po: Update for 0.188. 7 * de.po: Set Project-Id-Version: to elfutils. 8 * es.po: Likewise. 9 * ja.po: Likewise. 10 * uk.po: Likewise. 14 * *.po: Update for 0.187. 18 * *.po: Update for 0.186. 22 * ja.po: update Japanese translation 26 * *.po: Update for 0.185. 30 * *.po: Update for 0.184. [all …]
|
/third_party/python/Modules/ |
D | _curses_panel.c | 111 PyCursesPanelObject *po; member 120 insert_lop(PyCursesPanelObject *po) in insert_lop() argument 128 new->po = po; in insert_lop() 136 remove_lop(PyCursesPanelObject *po) in remove_lop() argument 141 if (temp->po == po) { in remove_lop() 146 while (temp->next == NULL || temp->next->po != po) { in remove_lop() 165 for (temp = lop; temp->po->pan != pan; temp = temp->next) in find_po() 167 return temp->po; in find_po() 252 PyCursesPanelObject *po = PyObject_New(PyCursesPanelObject, in PyCursesPanel_New() local 254 if (po == NULL) { in PyCursesPanel_New() [all …]
|
D | itertoolsmodule.c | 79 pairwiseobject *po; in pairwise_new_impl() local 85 po = (pairwiseobject *)type->tp_alloc(type, 0); in pairwise_new_impl() 86 if (po == NULL) { in pairwise_new_impl() 90 po->it = it; in pairwise_new_impl() 91 po->old = NULL; in pairwise_new_impl() 92 return (PyObject *)po; in pairwise_new_impl() 96 pairwise_dealloc(pairwiseobject *po) in pairwise_dealloc() argument 98 PyObject_GC_UnTrack(po); in pairwise_dealloc() 99 Py_XDECREF(po->it); in pairwise_dealloc() 100 Py_XDECREF(po->old); in pairwise_dealloc() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/data/locales/ |
D | lt.txt | 1628 "po Kr.", 1636 "po Kr.", 1640 "po Kristaus", 2701 few{"po {0} dienų"} 2702 many{"po {0} dienos"} 2703 one{"po {0} dienos"} 2704 other{"po {0} dienų"} 2725 few{"po {0} d."} 2726 many{"po {0} d."} 2727 one{"po {0} d."} [all …]
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_cache/ |
D | main.c | 22 char *po; in test_just_l1() local 51 if (lws_cache_item_get(l1, "a", (const void **)&po, &size) || in test_just_l1() 52 size != 5 || strcmp(po, "is_a")) in test_just_l1() 55 if (lws_cache_item_get(l1, "b", (const void **)&po, &size) || in test_just_l1() 56 size != 5 || strcmp(po, "is_b")) in test_just_l1() 81 if (!lws_cache_item_get(l1, "a", (const void **)&po, &size)) { in test_just_l1() 107 char *po; in test_just_l1_limits() local 136 if (!lws_cache_item_get(l1, "a", (const void **)&po, &size)) in test_just_l1_limits() 139 if (lws_cache_item_get(l1, "b", (const void **)&po, &size) || in test_just_l1_limits() 140 size != 5 || strcmp(po, "is_b")) in test_just_l1_limits() [all …]
|
/third_party/icu/icu4c/source/data/locales/ |
D | lt.txt | 1629 "po Kr.", 1637 "po Kr.", 1641 "po Kristaus", 2749 few{"po {0} dienų"} 2750 many{"po {0} dienos"} 2751 one{"po {0} dienos"} 2752 other{"po {0} dienų"} 2773 few{"po {0} d."} 2774 many{"po {0} d."} 2775 one{"po {0} d."} [all …]
|
D | sr_Latn_ME.txt | 17 "po podne", 21 "po podne", 62 afternoon1{"po pod."} 70 afternoon1{"po pod."} 81 pm{"po podne"} 89 pm{"po podne"}
|
/third_party/skia/third_party/externals/icu/source/data/locales/ |
D | lt.txt | 1629 "po Kr.", 1637 "po Kr.", 1641 "po Kristaus", 2749 few{"po {0} dienų"} 2750 many{"po {0} dienos"} 2751 one{"po {0} dienos"} 2752 other{"po {0} dienų"} 2773 few{"po {0} d."} 2774 many{"po {0} d."} 2775 one{"po {0} d."} [all …]
|
D | sr_Latn_ME.txt | 17 "po podne", 21 "po podne", 62 afternoon1{"po pod."} 70 afternoon1{"po pod."} 81 pm{"po podne"} 89 pm{"po podne"}
|
/third_party/alsa-utils/ |
D | .gitignore | 60 po/Makefile* 61 po/POTFILES 62 po/Rules-quot 63 po/*.header 64 po/*.sin 65 po/*.sed 66 po/*.gmo 67 po/stamp-po 68 po/alsa-utils.pot 69 po/Makevars.template [all …]
|
/third_party/libexif/ |
D | ChangeLog | 2 * po/sv.po: Updated Swedish translation by Sebastian Rasmussen 5 * po/ms.po: Added Malay translation by abuyop 9 * po/es.po: Updated Spanish translation by Antonio Ceballos 15 * po/da.po: Updated Danish translation by Joe Hansen 16 * po/de.po: Updated German translation by Christian Kirbach 17 * po/fr.po: Updated French translation by Frédéric Marchal 18 * po/uk.po: Updated Ukrainian translation by Yuri Chornoivan 22 * po/pl.po: Updated Polish translation by Jakub Bogusz 61 * po/da.po: Updated Danish translation by Joe Hansen 62 * po/de.po: Updated German translation by Christian Kirbach [all …]
|
/third_party/alsa-utils/alsaconf/po/ |
D | Makefile.in | 1 POFILES = ja.po ru.po 28 CATALOGS = $(POFILES:.po=.gmo) 35 .SUFFIXES: .po .gmo .mo 37 %.mo : $(srcdir)/%.po 40 %.gmo : $(srcdir)/%.po 42 …rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics -o t-$${lang}.gmo $(srcdir)/$${lang}.po && mv t-$… 52 rm -f $(CATALOGS) $(POFILES:.po=.mo) $(DOMAIN).pot 54 update-po: $(DOMAIN).pot 55 @for po in $(POFILES); do \ 56 $(MSGMERGE_UPDATE) $(srcdir)/$$po $(DOMAIN).pot; \
|
/third_party/ffmpeg/fftools/ |
D | cmdutils.c | 177 const OptionDef *po; in show_help_options() local 181 for (po = options; po->name; po++) { in show_help_options() 184 if (((po->flags & req_flags) != req_flags) || in show_help_options() 185 (alt_flags && !(po->flags & alt_flags)) || in show_help_options() 186 (po->flags & rej_flags)) in show_help_options() 193 av_strlcpy(buf, po->name, sizeof(buf)); in show_help_options() 194 if (po->argname) { in show_help_options() 196 av_strlcat(buf, po->argname, sizeof(buf)); in show_help_options() 198 printf("-%-17s %s\n", buf, po->help); in show_help_options() 216 static const OptionDef *find_option(const OptionDef *po, const char *name) in find_option() argument [all …]
|
/third_party/ffmpeg/libswresample/ |
D | audioconvert.c | 39 static void CONV_FUNC_NAME(ofmt, ifmt)(uint8_t *po, const uint8_t *pi, int is, int os, uint8_t *end… 42 while(po < end2){\ 43 *(otype*)po = expr; pi += is; po += os;\ 44 *(otype*)po = expr; pi += is; po += os;\ 45 *(otype*)po = expr; pi += is; po += os;\ 46 *(otype*)po = expr; pi += is; po += os;\ 48 while(po < end){\ 49 *(otype*)po = expr; pi += is; po += os;\ 240 uint8_t *end, *po = out->ch[ch]; in swri_audio_convert() local 241 if(!po) in swri_audio_convert() [all …]
|
/third_party/skia/third_party/externals/harfbuzz/ |
D | 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 …]
|
/third_party/flutter/skia/third_party/externals/harfbuzz/ |
D | 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 …]
|
/third_party/harfbuzz/ |
D | 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 …]
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 458 * po/LINGUAS: 459 * po/de.po: 460 * po/fr.po: 461 * po/ro.po: 738 * po/af.po: 739 * po/ast.po: 740 * po/az.po: 741 * po/be.po: 742 * po/bg.po: 743 * po/ca.po: [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | awaitCallExpression8_es5.types | 27 declare var po: Promise<{ fn(arg0: boolean, arg1: boolean, arg2: boolean): void; }>; 28 >po : Promise<{ fn(arg0: boolean, arg1: boolean, arg2: boolean): void; }> 47 var b = (await po).fn(a, a, a); 49 >(await po).fn(a, a, a) : void 50 >(await po).fn : (arg0: boolean, arg1: boolean, arg2: boolean) => void 51 >(await po) : { fn(arg0: boolean, arg1: boolean, arg2: boolean): void; } 52 >await po : { fn(arg0: boolean, arg1: boolean, arg2: boolean): void; } 53 >po : Promise<{ fn(arg0: boolean, arg1: boolean, arg2: boolean): void; }>
|
D | awaitCallExpression8_es6.types | 27 declare var po: Promise<{ fn(arg0: boolean, arg1: boolean, arg2: boolean): void; }>; 28 >po : Promise<{ fn(arg0: boolean, arg1: boolean, arg2: boolean): void; }> 47 var b = (await po).fn(a, a, a); 49 >(await po).fn(a, a, a) : void 50 >(await po).fn : (arg0: boolean, arg1: boolean, arg2: boolean) => void 51 >(await po) : { fn(arg0: boolean, arg1: boolean, arg2: boolean): void; } 52 >await po : { fn(arg0: boolean, arg1: boolean, arg2: boolean): void; } 53 >po : Promise<{ fn(arg0: boolean, arg1: boolean, arg2: boolean): void; }>
|
D | awaitCallExpression8_es2017.types | 27 declare var po: Promise<{ fn(arg0: boolean, arg1: boolean, arg2: boolean): void; }>; 28 >po : Promise<{ fn(arg0: boolean, arg1: boolean, arg2: boolean): void; }> 47 var b = (await po).fn(a, a, a); 49 >(await po).fn(a, a, a) : void 50 >(await po).fn : (arg0: boolean, arg1: boolean, arg2: boolean) => void 51 >(await po) : { fn(arg0: boolean, arg1: boolean, arg2: boolean): void; } 52 >await po : { fn(arg0: boolean, arg1: boolean, arg2: boolean): void; } 53 >po : Promise<{ fn(arg0: boolean, arg1: boolean, arg2: boolean): void; }>
|
/third_party/glslang/Test/baseResults/ |
D | hlsl.targetStruct1.frag.out | 8 0:12 'po' ( out 4-component vector of float) 40 0:16 'po' ( out 4-component vector of float) 69 0:? 'po' ( temp 4-component vector of float) 83 0:? 'po' (layout( location=0) out 4-component vector of float) 84 0:? 'po' ( temp 4-component vector of float) 90 0:? 'po' (layout( location=0) out 4-component vector of float) 102 0:12 'po' ( out 4-component vector of float) 134 0:16 'po' ( out 4-component vector of float) 163 0:? 'po' ( temp 4-component vector of float) 177 0:? 'po' (layout( location=0) out 4-component vector of float) [all …]
|
D | hlsl.targetStruct2.frag.out | 8 0:12 'po' ( out 4-component vector of float) 40 0:16 'po' ( out 4-component vector of float) 69 0:? 'po' ( temp 4-component vector of float) 83 0:? 'po' (layout( location=0) out 4-component vector of float) 84 0:? 'po' ( temp 4-component vector of float) 90 0:? 'po' (layout( location=0) out 4-component vector of float) 102 0:12 'po' ( out 4-component vector of float) 134 0:16 'po' ( out 4-component vector of float) 163 0:? 'po' ( temp 4-component vector of float) 177 0:? 'po' (layout( location=0) out 4-component vector of float) [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/data/unit/ |
D | bs.txt | 75 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 …]
|
/third_party/mksh/ |
D | funcs.c | 324 } po; in c_print() local 326 memset(&po, 0, sizeof(po)); in c_print() 327 po.fd = 1; in c_print() 328 po.ws = ' '; in c_print() 329 po.ls = '\n'; in c_print() 330 po.nl = true; in c_print() 343 po.nl = false; in c_print() 346 po.exp = false; in c_print() 380 po.exp = new_exp; in c_print() 381 po.nl = new_nl; in c_print() [all …]
|