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

1 2

  /external/clang/test/SemaTemplate/
enum-argument.cpp 10 struct get_size { struct
17 Val1 = get_size<T>::value,
  /external/e2fsprogs/tests/progs/test_data/
test.icount 48 get_size
113 get_size
135 get_size
  /external/e2fsprogs/tests/progs/
test_icount_cmds.ct 29 get_size;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/resize_policy/
hash_load_check_resize_trigger_size_base.hpp 71 get_size() const function in class:__gnu_pbds::detail::hash_load_check_resize_trigger_size_base
hash_load_check_resize_trigger_imp.hpp 260 do_resize(static_cast<size_type>(size_base::get_size() / ((m_load_min + m_load_max) / 2)));
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/resize_policy/
hash_load_check_resize_trigger_size_base.hpp 71 get_size() const function in class:__gnu_pbds::detail::hash_load_check_resize_trigger_size_base
hash_load_check_resize_trigger_imp.hpp 260 do_resize(static_cast<size_type>(size_base::get_size() / ((m_load_min + m_load_max) / 2)));
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/resize_policy/
hash_load_check_resize_trigger_size_base.hpp 71 get_size() const function in class:__gnu_pbds::detail::hash_load_check_resize_trigger_size_base
hash_load_check_resize_trigger_imp.hpp 260 do_resize(static_cast<size_type>(size_base::get_size() / ((m_load_min + m_load_max) / 2)));
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/resize_policy/
hash_load_check_resize_trigger_size_base.hpp 71 get_size() const function in class:__gnu_pbds::detail::hash_load_check_resize_trigger_size_base
hash_load_check_resize_trigger_imp.hpp 260 do_resize(static_cast<size_type>(size_base::get_size() / ((m_load_min + m_load_max) / 2)));
  /external/iproute2/tc/
q_red.c 51 if (get_size(&opt.limit, *argv)) {
57 if (get_size(&opt.qth_min, *argv)) {
63 if (get_size(&opt.qth_max, *argv)) {
75 if (get_size(&avpkt, *argv)) {
q_fifo.c 40 if (get_size(&opt.limit, *argv)) {
q_gred.c 135 if (get_size(&opt.limit, *argv)) {
149 if (get_size(&opt.qth_min, *argv)) {
156 if (get_size(&opt.qth_max, *argv)) {
181 if (get_size(&avpkt, *argv)) {
q_cbq.c 87 if (get_size(&cell, *argv)) {
101 if (get_size(&avpkt, *argv)) {
107 if (get_size(&mpu, *argv)) {
114 if (get_size(&allot, *argv)) {
266 if (get_size(&cell, *argv)) {
293 if (get_size(&wrr.allot, *argv)) {
299 if (get_size(&lss.avpkt, *argv)) {
306 if (get_size(&mpu, *argv)) {
312 if (get_size(&wrr.weight, *argv)) {
q_drr.c 65 if (get_size(&tmp, *argv)) {
q_sfq.c 41 if (get_size(&opt.quantum, *argv)) {
q_tbf.c 60 if (get_size(&opt.limit, *argv)) {
107 if (get_size(&mpu, *argv)) {
tc_util.h 66 extern int get_size(unsigned *size, const char *str);
tc_util.c 278 int get_size(unsigned *size, const char *str) function
315 if (get_size(size, str))
m_police.c 188 if (get_size(&mpu, *argv)) {
q_hfsc.c 340 if (get_size(&umax, *argv) < 0) {
q_netem.c 147 if (get_size(&opt.limit, *argv)) {
  /frameworks/base/cmds/installd/
installd.h 150 int get_size(const char *pkgname, const char *apkpath, const char *fwdlock_apkpath,
installd.c 84 res = get_size(arg[0], arg[1], arg[2], arg[3], &codesize, &datasize, &cachesize, &asecsize);

Completed in 517 milliseconds

1 2