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

1 2 3 4

  /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,
  /external/skia/tests/
MemsetTest.cpp 19 #define MAX_COUNT ((MAX_ALIGNMENT) * 32)
21 #define TOTAL (PAD + MAX_ALIGNMENT + MAX_COUNT + PAD)
49 for (int count = 0; count < MAX_COUNT; ++count) {
66 for (int count = 0; count < MAX_COUNT; ++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::__anon22116
  /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::__anon23706
  /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::__anon26808
  /prebuilts/ndk/android-ndk-r5/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::__anon30084
  /prebuilts/ndk/android-ndk-r6/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::__anon31182
  /prebuilts/ndk/android-ndk-r7/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::__anon35854
  /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/android-ndk-r5/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/android-ndk-r6/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/android-ndk-r7/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)); }
  /external/chromium/chrome/browser/
crash_upload_list.cc 92 void CrashUploadList::GetUploadedCrashes(unsigned int max_count,
95 crashes_.begin() + std::min<size_t>(crashes_.size(), max_count),
crash_upload_list.h 50 // Populates |crashes| with the |max_count| most recent uploaded crashes,
53 void GetUploadedCrashes(unsigned 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 )
  /external/chromium/chrome/browser/bookmarks/
bookmark_utils.h 121 // Returns a vector containing up to |max_count| of the most recently modified
124 BookmarkModel* model, size_t max_count);
147 // Returns up to |max_count| bookmarks from |model| whose url or title contains
152 size_t max_count,
  /external/qemu/android/utils/
stralloc.c 298 const int max_count = 16; local
302 int count = size > max_count ? max_count : size;
314 count2 = 4 + 3*(max_count - count);
  /external/srec/tools/grxmlcompile/
grph.h 49 void BeginItemRepeat (SubGraph *subg, int min_count, int max_count);
  /external/chromium/chrome/browser/history/
history_querying_unittest.cc 171 // Tests max_count feature for basic (non-Full Text Search) queries.
180 options.max_count = 2;
275 // Tests max_count feature for Full Text Search queries.
284 options.max_count = 2;
293 options.max_count = 1;
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/strace/
ipc.c 298 unsigned long i, max_count; local
301 max_count = (max_strlen < count) ? max_strlen : count;
303 max_count = count;
305 if (!max_count) {
310 for(i = 0; i < max_count; ++i) {
331 if (i < max_count || max_count < count)
  /external/opencv/otherlibs/highgui/
grfmt_sunras.cpp 227 int max_count = (int)(line_end - tsrc); local
240 while( ++len1 < max_count );
295 int max_count = (int)(line_end - data); local
309 while( (max_count -= nch) > 0 );

Completed in 3084 milliseconds

1 2 3 4