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

1 2

  /external/dnsmasq/bld/
Makefile 13 dnsmasq.pot : $(OBJS:.o=.c) dnsmasq.h config.h
16 %.mo : ../po/%.po dnsmasq.pot
17 $(MSGMERGE) -o - ../po/$*.po dnsmasq.pot | $(MSGFMT) -o $*.mo -
  /external/autotest/client/profilers/powertop/src/po/
Makefile 23 $(LG).po: powertop.pot
  /external/dnsmasq/
Makefile 46 rm -f *~ $(SRC)/*.mo contrib/*/*~ */*~ $(SRC)/*.pot
73 @cd $(SRC) && $(MAKE) XGETTEXT=$(XGETTEXT) -f ../bld/Makefile dnsmasq.pot
75 echo -n msgmerge $$f && $(MSGMERGE) --no-wrap -U $$f ../$(SRC)/dnsmasq.pot; \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/trie_policy/
prefix_search_node_update_imp.hpp 122 node_iterator pot = nd_it.get_child(i); local
124 base_type::common_prefix_len(pot, b, e, r_traits);
128 ret = pot;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/trie_policy/
prefix_search_node_update_imp.hpp 122 node_iterator pot = nd_it.get_child(i); local
124 base_type::common_prefix_len(pot, b, e, r_traits);
128 ret = pot;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/trie_policy/
prefix_search_node_update_imp.hpp 122 node_iterator pot = nd_it.get_child(i); local
124 base_type::common_prefix_len(pot, b, e, r_traits);
128 ret = pot;
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/trie_policy/
prefix_search_node_update_imp.hpp 122 node_iterator pot = nd_it.get_child(i); local
124 base_type::common_prefix_len(pot, b, e, r_traits);
128 ret = pot;
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/trie_policy/
prefix_search_node_update_imp.hpp 122 node_iterator pot = nd_it.get_child(i); local
124 base_type::common_prefix_len(pot, b, e, r_traits);
128 ret = pot;
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/trie_policy/
prefix_search_node_update_imp.hpp 122 node_iterator pot = nd_it.get_child(i); local
124 base_type::common_prefix_len(pot, b, e, r_traits);
128 ret = pot;
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_texture.h 65 boolean pot; member in struct:softpipe_resource
sp_texture.c 168 spr->pot = (util_is_power_of_two(templat->width0) &&
233 spr->pot = (util_is_power_of_two(templat->width0) &&
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/resize_policy/
hash_standard_resize_policy_imp.hpp 191 const size_type pot = size_policy_base::get_nearest_larger_size(actual_size); local
193 if (pot == actual_size && pot < new_size)
195 actual_size = pot;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/resize_policy/
hash_standard_resize_policy_imp.hpp 191 const size_type pot = size_policy_base::get_nearest_larger_size(actual_size); local
193 if (pot == actual_size && pot < new_size)
195 actual_size = pot;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/resize_policy/
hash_standard_resize_policy_imp.hpp 191 const size_type pot = size_policy_base::get_nearest_larger_size(actual_size); local
193 if (pot == actual_size && pot < new_size)
195 actual_size = pot;
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/resize_policy/
hash_standard_resize_policy_imp.hpp 191 const size_type pot = size_policy_base::get_nearest_larger_size(actual_size); local
193 if (pot == actual_size && pot < new_size)
195 actual_size = pot;
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/resize_policy/
hash_standard_resize_policy_imp.hpp 191 const size_type pot = size_policy_base::get_nearest_larger_size(actual_size); local
193 if (pot == actual_size && pot < new_size)
195 actual_size = pot;
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/resize_policy/
hash_standard_resize_policy_imp.hpp 191 const size_type pot = size_policy_base::get_nearest_larger_size(actual_size); local
193 if (pot == actual_size && pot < new_size)
195 actual_size = pot;
  /external/autotest/client/profilers/powertop/src/
Makefile 39 xgettext -C -s -k_ -o po/powertop.pot *.c *.h
43 rm -f *~ powertop powertop.1.gz po/powertop.pot DEADJOE svn-commit* *.o *.orig
  /external/selinux/policycoreutils/po/
Makefile 9 POTFILE = $(NLSPACKAGE).pot
115 if $(MSGMERGE) $(MSGMERGE_FLAGS) $$lang.po $(POTFILE) > $$lang.pot ; then \
116 mv -f $$lang.pot $$lang.po ; \
120 rm -f $$lang.pot ; \
  /external/mesa3d/src/mesa/drivers/dri/common/
Android.mk 58 POT := $(intermediates)/xmlpool.pot
60 $(POT): $(LOCAL_PATH)/xmlpool/t_options.h
64 $(intermediates)/xmlpool/%.po: $(LOCAL_PATH)/xmlpool/%.po $(POT)
70 msginit -i $(POT) \
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.h 328 int pot; member in struct:android::GGLAssembler::texture_unit_t
texturing.cpp 284 tmu.pot = GGL_READ_NEEDS(T_POT, needs.t[i]);
    [all...]
  /external/harfbuzz_ng/
git.mk 252 po/$(GETTEXT_PACKAGE).pot \
  /external/gemmlowp/test/
test.cc 335 // Size 9 for 9 different POT values: 2^0, ..., 2^8
340 int pot = 1 << exponent; local
341 auto next = std::lower_bound(cur, unsigned_diffs.end(), pot);
    [all...]
  /external/bison/djgpp/
config.bat 468 redir -e /dev/null rm %XSRC%/po/bison.pot

Completed in 254 milliseconds

1 2