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

1 2 3 4

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/list_update_policy/
counter_lu_policy_imp.hpp 45 { return (base_type::operator()(max_count)); }
51 { return (base_type::operator()(r_data, max_count)); }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/list_update_policy/
counter_lu_policy_imp.hpp 45 { return (base_type::operator()(max_count)); }
51 { return (base_type::operator()(r_data, max_count)); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/list_update_policy/
counter_lu_policy_imp.hpp 45 { return (base_type::operator()(max_count)); }
51 { return (base_type::operator()(r_data, max_count)); }
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/list_update_policy/
counter_lu_policy_imp.hpp 45 { return (base_type::operator()(max_count)); }
51 { return (base_type::operator()(r_data, max_count)); }
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/list_update_policy/
counter_lu_policy_imp.hpp 45 { return (base_type::operator()(max_count)); }
51 { return (base_type::operator()(r_data, max_count)); }
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/list_update_policy/
counter_lu_policy_imp.hpp 45 { return (base_type::operator()(max_count)); }
51 { return (base_type::operator()(r_data, max_count)); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/list_update_policy/
counter_lu_policy_imp.hpp 45 { return (base_type::operator()(max_count)); }
51 { return (base_type::operator()(r_data, max_count)); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/list_update_policy/
counter_lu_policy_imp.hpp 45 { return (base_type::operator()(max_count)); }
51 { return (base_type::operator()(r_data, max_count)); }
  /external/chromium/third_party/libjingle/source/talk/xmpp/
ratelimitmanager.cc 53 int max_count,
57 current_rate = new RateLimit(max_count, per_x_seconds);
64 int max_count,
66 return VerifyRateLimit(event_name, max_count, per_x_seconds, false);
70 int max_count,
75 UpdateRateLimit(event_name, max_count, per_x_seconds);
ratelimitmanager.h 47 // A buffer tracks the previous max_count events. Before an event is allowed
68 bool VerifyRateLimit(const std::string event_name, int max_count,
73 bool VerifyRateLimit(const std::string event_name, int max_count,
106 // The time at which the i-th (where i = max_count) event occured
116 int counter_; // count modulo max_count of the current event
119 uint32* event_times_; // buffer of previous max_count event
134 void UpdateRateLimit(const std::string event_name, int max_count,
xmpptask.h 112 bool VerifyTaskRateLimit(const std::string task_name, int max_count,
  /external/wpa_supplicant_8/wpa_supplicant/
blacklist.c 126 int max_count = 0; local
131 if (e->count > max_count)
132 max_count = e->count;
140 wpa_s->extra_blacklist_count += max_count;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/
list_update_policy.hpp 92 template<std::size_t Max_Count = 5, typename _Alloc = std::allocator<char> >
104 max_count = Max_Count enumerator in enum:__gnu_pbds::lu_counter_policy::__anon43307
121 { return base_type::operator()(max_count); }
127 { return base_type::operator()(r_data, max_count); }
  /external/chromium/chrome/browser/
crash_upload_list.h 50 // Populates |crashes| with the |max_count| most recent uploaded crashes,
53 void GetUploadedCrashes(unsigned int max_count,
crash_upload_list.cc 92 void CrashUploadList::GetUploadedCrashes(unsigned int max_count,
95 crashes_.begin() + std::min<size_t>(crashes_.size(), max_count),
  /external/srec/tools/grxmlcompile/
grph.h 49 void BeginItemRepeat (SubGraph *subg, int min_count, int max_count);
  /external/chromium/chrome/browser/history/
text_database.cc 324 int effective_max_count = options.max_count ?
325 options.max_count : std::numeric_limits<int>::max();
371 options.max_count == 0 || // Special case for wanting all the results.
372 static_cast<int>(results->size()) < options.max_count) {
visit_database.h 90 // Up to |max_count| visits will be returned. If there are more visits than
91 // that, the most recent |max_count| will be returned. If 0, all visits in the
97 int max_count,
  /external/opencv/cv/src/
cvfeatureselect.cpp 62 int max_count = 0; local
87 max_count = *corner_count;
136 if( max_count <= 0 )
211 if( ++count >= max_count )
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/
list_update_policy.hpp 90 #define PB_DS_CLASS_T_DEC template<size_t Max_Count, class Allocator>
91 #define PB_DS_CLASS_C_DEC counter_lu_policy<Max_Count, Allocator>
95 template<size_t Max_Count = 5, typename Allocator = std::allocator<char> >
104 max_count = Max_Count enumerator in enum:__gnu_pbds::counter_lu_policy::__anon25393
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/
list_update_policy.hpp 92 #define PB_DS_CLASS_T_DEC template<std::size_t Max_Count, class Allocator>
93 #define PB_DS_CLASS_C_DEC counter_lu_policy<Max_Count, Allocator>
97 template<std::size_t Max_Count = 5,
107 max_count = Max_Count enumerator in enum:__gnu_pbds::counter_lu_policy::__anon26983
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/
list_update_policy.hpp 92 #define PB_DS_CLASS_T_DEC template<std::size_t Max_Count, class Allocator>
93 #define PB_DS_CLASS_C_DEC counter_lu_policy<Max_Count, Allocator>
97 template<std::size_t Max_Count = 5,
107 max_count = Max_Count enumerator in enum:__gnu_pbds::counter_lu_policy::__anon30161
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
list_update_policy.hpp 90 #define PB_DS_CLASS_T_DEC template<size_t Max_Count, class Allocator>
91 #define PB_DS_CLASS_C_DEC counter_lu_policy<Max_Count, Allocator>
95 template<size_t Max_Count = 5, typename Allocator = std::allocator<char> >
104 max_count = Max_Count enumerator in enum:__gnu_pbds::counter_lu_policy::__anon33074
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
list_update_policy.hpp 90 #define PB_DS_CLASS_T_DEC template<size_t Max_Count, class Allocator>
91 #define PB_DS_CLASS_C_DEC counter_lu_policy<Max_Count, Allocator>
95 template<size_t Max_Count = 5, typename Allocator = std::allocator<char> >
104 max_count = Max_Count enumerator in enum:__gnu_pbds::counter_lu_policy::__anon34172
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
list_update_policy.hpp 90 #define PB_DS_CLASS_T_DEC template<size_t Max_Count, class Allocator>
91 #define PB_DS_CLASS_C_DEC counter_lu_policy<Max_Count, Allocator>
95 template<size_t Max_Count = 5, typename Allocator = std::allocator<char> >
104 max_count = Max_Count enumerator in enum:__gnu_pbds::counter_lu_policy::__anon38844

Completed in 1417 milliseconds

1 2 3 4