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

1 2 3

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/xmlpool/
Makefile 12 # fr.po.
14 # Then run "make po" to generate a fresh .po file from translatable
15 # strings in t_options.h. Now you can edit the new .po file (fr.po in
22 # Run "make po" to update .po files with new translatable strings from
23 # t_options.h. Now you can edit the .po files you're interested
38 # <lang>.po file.
44 POS=de.po es.po nl.po fr.po sv.p
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/common/xmlpool/
Makefile 12 # fr.po.
14 # Then run "make po" to generate a fresh .po file from translatable
15 # strings in t_options.h. Now you can edit the new .po file (fr.po in
22 # Run "make po" to update .po files with new translatable strings from
23 # t_options.h. Now you can edit the .po files you're interested
38 # <lang>.po file.
44 POS=de.po es.po nl.po fr.po sv.p
    [all...]
  /art/runtime/
profiler_options.h 117 friend std::ostream & operator<<(std::ostream &os, const ProfilerOptions& po) {
118 os << "enabled=" << po.enabled_
119 << ", period_s=" << po.period_s_
120 << ", duration_s=" << po.duration_s_
121 << ", interval_us=" << po.interval_us_
122 << ", backoff_coefficient=" << po.backoff_coefficient_
123 << ", start_immediately=" << po.start_immediately_
124 << ", top_k_threshold=" << po.top_k_threshold_
125 << ", top_k_change_threshold=" << po.top_k_change_threshold_
126 << ", profile_type=" << po.profile_type
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/static/js/
site.js 8 var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
9 po.src = 'https://apis.google.com/js/plusone.js?onload=onLoadCallback';
10 var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
  /external/dnsmasq/bld/
Makefile 16 %.mo : ../po/%.po dnsmasq.pot
17 $(MSGMERGE) -o - ../po/$*.po dnsmasq.pot | $(MSGFMT) -o $*.mo -
  /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/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/lldb/tools/lldb-perf/lib/
Xcode.h 45 RunExpression (SBFrame frame, const char* expression, bool po = false, bool verbose = false);
Xcode.cpp 112 Xcode::RunExpression (SBFrame frame, const char* expression, bool po, bool verbose)
116 if (po)
120 printf("po = %s\n",descr);
  /external/elfutils/0.153/
Makefile.am 34 src po tests
  /external/chromium_org/third_party/opus/src/tests/
test_opus_api.c 1442 unsigned char *po; local
    [all...]
  /external/libopus/tests/
test_opus_api.c 1442 unsigned char *po; local
    [all...]
  /external/harfbuzz_ng/
git.mk 205 if test -f $(srcdir)/po/Makefile.in.in; then \
207 po/Makefile.in.in \
208 po/Makefile.in.in~ \
209 po/Makefile.in \
210 po/Makefile \
211 po/Makevars.template \
212 po/POTFILES \
213 po/Rules-quot \
214 po/stamp-it \
215 po/.intltool-merge-cache
    [all...]
  /external/chromium_org/content/browser/net/
sqlite_persistent_cookie_store.cc     [all...]
  /external/chromium_org/chrome/browser/net/
sqlite_server_bound_cert_store.cc 453 scoped_ptr<PendingOperation> po(new PendingOperation(op, cert));
458 pending_.push_back(po.release());
507 scoped_ptr<PendingOperation> po(*it);
508 switch (po->op()) {
510 cert_origins_.insert(po->cert().server_identifier());
512 add_smt.BindString(0, po->cert().server_identifier());
513 const std::string& private_key = po->cert().private_key();
515 const std::string& cert = po->cert().cert();
518 add_smt.BindInt64(4, po->cert().expiration_time().ToInternalValue());
519 add_smt.BindInt64(5, po->cert().creation_time().ToInternalValue())
    [all...]
  /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);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/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/mesa3d/src/gallium/drivers/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/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++;
  /device/asus/fugu/
AndroidKernel.mk 77 cscope_files := $(addprefix cscope.,files out out.in out.po)
  /external/chromium_org/tools/python/google/httpd_config/
httpd2_mac.conf 113 # language code is pl) may wish to use "AddLanguage pl .po" to
149 AddLanguage pl .po

Completed in 730 milliseconds

1 2 3