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

1 2 3 4 5 6 7

  /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/chromium_org/tools/gyp/test/actions/src/subdir1/
counter.py 21 max_count = int(sys.argv[2]) variable
22 if count > max_count:
23 count = max_count
  /external/chromium_org/third_party/libjingle/source/talk/base/
rollingaccumulator.h 44 explicit RollingAccumulator(size_t max_count)
49 samples_(max_count) {
54 size_t max_count() const { function in class:talk_base::RollingAccumulator
63 if (count_ == max_count()) {
77 next_index_ = (next_index_ + 1) % max_count();
101 const size_t max_size = max_count();
  /external/chromium_org/third_party/WebKit/PerformanceTests/Canvas/
draw-dynamic-canvas-2d-to-hw-accelerated-canvas-2d.html 11 var MAX_COUNT = 60000;
44 if (count < MAX_COUNT)
49 count = MAX_COUNT;
draw-static-canvas-2d-to-hw-accelerated-canvas-2d.html 11 var MAX_COUNT = 60000;
43 if (count < MAX_COUNT)
48 count = MAX_COUNT;
upload-canvas-2d-to-texture.html 14 var MAX_COUNT = 60000;
50 if (count < MAX_COUNT)
55 count = MAX_COUNT;
upload-webgl-to-texture.html 14 var MAX_COUNT = 60000;
55 if (count < MAX_COUNT)
60 count = MAX_COUNT;
draw-dynamic-webgl-to-hw-accelerated-canvas-2d.html 13 var MAX_COUNT = 60000;
53 if (count < MAX_COUNT)
58 count = MAX_COUNT;
draw-static-webgl-to-hw-accelerated-canvas-2d.html 13 var MAX_COUNT = 60000;
52 if (count < MAX_COUNT)
57 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::__anon36535
  /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::__anon38125
  /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::__anon41303
  /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::__anon44216
  /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::__anon45314
  /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::__anon49986
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/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::__anon54193
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/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::__anon54321
  /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::__anon54449
121 { return base_type::operator()(max_count); }
127 { return base_type::operator()(r_data, max_count); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/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::__anon60079
  /prebuilts/ndk/9/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::__anon60207
121 { return base_type::operator()(max_count); }
127 { return base_type::operator()(r_data, max_count); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/
list_update_policy.hpp 91 template<std::size_t Max_Count = 5, typename _Alloc = std::allocator<char> >
103 max_count = Max_Count enumerator in enum:__gnu_pbds::lu_counter_policy::__anon60335
120 { return base_type::operator()(max_count); }
126 { return base_type::operator()(r_data, max_count); }
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_utils.h 52 // Returns a vector containing up to |max_count| of the most recently modified
55 BookmarkModel* model, size_t max_count);
66 // Returns up to |max_count| bookmarks from |model| whose url or title contains
71 size_t max_count,
  /external/skia/tests/
MemsetTest.cpp 51 #define MAX_COUNT ((MAX_ALIGNMENT) * 32)
53 #define TOTAL (PAD + MAX_ALIGNMENT + MAX_COUNT + PAD)
81 for (int count = 0; count < MAX_COUNT; ++count) {
99 for (int count = 0; count < MAX_COUNT; ++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;

Completed in 1497 milliseconds

1 2 3 4 5 6 7