OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bucket_size
(Results
1 - 25
of
63
) sorted by null
1
2
3
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/
bucket_size.pass.cpp
16
// size_type
bucket_size
(size_type n) const
39
assert(c.
bucket_size
(0) == 0);
40
assert(c.
bucket_size
(1) == 2);
41
assert(c.
bucket_size
(2) == 2);
42
assert(c.
bucket_size
(3) == 1);
43
assert(c.
bucket_size
(4) == 1);
44
assert(c.
bucket_size
(5) == 0);
45
assert(c.
bucket_size
(6) == 0);
63
assert(c.
bucket_size
(0) == 0);
64
assert(c.
bucket_size
(1) == 2)
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/
bucket_size.pass.cpp
16
// size_type
bucket_size
(size_type n) const
39
assert(c.
bucket_size
(0) == 0);
40
assert(c.
bucket_size
(1) == 1);
41
assert(c.
bucket_size
(2) == 1);
42
assert(c.
bucket_size
(3) == 1);
43
assert(c.
bucket_size
(4) == 1);
60
assert(c.
bucket_size
(0) == 0);
61
assert(c.
bucket_size
(1) == 1);
62
assert(c.
bucket_size
(2) == 1);
63
assert(c.
bucket_size
(3) == 1)
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/
bucket_size.pass.cpp
16
// size_type
bucket_size
(size_type n) const
40
assert(c.
bucket_size
(0) == 0);
41
assert(c.
bucket_size
(1) == 2);
42
assert(c.
bucket_size
(2) == 2);
43
assert(c.
bucket_size
(3) == 1);
44
assert(c.
bucket_size
(4) == 1);
45
assert(c.
bucket_size
(5) == 0);
46
assert(c.
bucket_size
(6) == 0);
64
assert(c.
bucket_size
(0) == 0);
65
assert(c.
bucket_size
(1) == 2)
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/
bucket_size.pass.cpp
16
// size_type
bucket_size
(size_type n) const
40
assert(c.
bucket_size
(0) == 0);
41
assert(c.
bucket_size
(1) == 1);
42
assert(c.
bucket_size
(2) == 1);
43
assert(c.
bucket_size
(3) == 1);
44
assert(c.
bucket_size
(4) == 1);
62
assert(c.
bucket_size
(0) == 0);
63
assert(c.
bucket_size
(1) == 1);
64
assert(c.
bucket_size
(2) == 1);
65
assert(c.
bucket_size
(3) == 1)
[
all
...]
/frameworks/compile/mclinker/include/mcld/ADT/
HashBase.tcc
14
static const unsigned int
bucket_size
[] =
21
sizeof(
bucket_size
) / sizeof(
bucket_size
[0]);
24
if (pNumOfBuckets <
bucket_size
[idx]) {
25
return
bucket_size
[idx];
/frameworks/base/core/tests/coretests/src/android/net/
NetworkStatsHistoryTest.java
92
final long
BUCKET_SIZE
= HOUR_IN_MILLIS;
93
stats = new NetworkStatsHistory(
BUCKET_SIZE
);
118
final long
BUCKET_SIZE
= 15 * MINUTE_IN_MILLIS;
119
stats = new NetworkStatsHistory(
BUCKET_SIZE
);
123
final long recordStart = (TEST_START +
BUCKET_SIZE
) - MINUTE_IN_MILLIS;
124
final long recordEnd = (TEST_START + (
BUCKET_SIZE
* 2)) + (MINUTE_IN_MILLIS * 4);
138
final long
BUCKET_SIZE
= HOUR_IN_MILLIS;
139
stats = new NetworkStatsHistory(
BUCKET_SIZE
);
169
final long
BUCKET_SIZE
= HOUR_IN_MILLIS;
170
stats = new NetworkStatsHistory(
BUCKET_SIZE
);
[
all
...]
/external/chromium_org/gpu/command_buffer/service/
common_decoder.cc
260
uint32
bucket_size
= bucket->size();
local
261
*result =
bucket_size
;
263
uint32 size = std::min(data_memory_size,
bucket_size
);
/external/chromium_org/chrome/tools/tracing/
trace.html
211
var
bucket_size
= 50000; // millisecs
230
var mybucket = Math.floor(start_time /
bucket_size
);
244
var left = index * Math.floor(
bucket_size
/ scale);
245
var width = Math.floor(
bucket_size
/ scale);
/external/chromium_org/chrome/common/metrics/
metrics_log_base.cc
172
for (int i = 0; i < histogram_proto->
bucket_size
(); ++i) {
174
if (i + 1 < histogram_proto->
bucket_size
() &&
metrics_log_base_unittest.cc
105
ASSERT_EQ(5, histogram_proto.
bucket_size
());
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
hash.h
195
static const size_t
bucket_size
= 4;
member in struct:google::protobuf::hash
213
static const size_t
bucket_size
= 4;
member in struct:google::protobuf::hash
/external/protobuf/src/google/protobuf/stubs/
hash.h
183
static const size_t
bucket_size
= 4;
member in struct:google::protobuf::hash
201
static const size_t
bucket_size
= 4;
member in struct:google::protobuf::hash
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
unordered_set
130
size_type
bucket_size
(size_type n) const;
269
size_type
bucket_size
(size_type n) const;
491
size_type
bucket_size
(size_type __n) const {return __table_.
bucket_size
(__n);}
[
all
...]
/external/ceres-solver/internal/ceres/
collections_port.h
159
static const size_t
bucket_size
= 4; // These are required by MSVC
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/
unordered_map
224
bucket_size
(size_type __b) const
227
return _Base::
bucket_size
(__b);
654
bucket_size
(size_type __b) const
657
return _Base::
bucket_size
(__b);
unordered_set
224
bucket_size
(size_type __b) const
227
return _Base::
bucket_size
(__b);
649
bucket_size
(size_type __b) const
652
return _Base::
bucket_size
(__b);
/external/stlport/stlport/stl/
_unordered_map.h
177
size_type
bucket_size
(size_type __n) const { return _M_ht.elems_in_bucket(__n); }
function in class:unordered_map
337
size_type
bucket_size
(size_type __n) const { return _M_ht.elems_in_bucket(__n); }
function in class:unordered_multimap
_unordered_set.h
163
size_type
bucket_size
(size_type __n) const { return _M_ht.elems_in_bucket(__n); }
function in class:unordered_set
313
size_type
bucket_size
(size_type __n) const { return _M_ht.elems_in_bucket(__n); }
function in class:unordered_multiset
/ndk/sources/cxx-stl/stlport/stlport/stl/
_unordered_map.h
177
size_type
bucket_size
(size_type __n) const { return _M_ht.elems_in_bucket(__n); }
function in class:unordered_map
337
size_type
bucket_size
(size_type __n) const { return _M_ht.elems_in_bucket(__n); }
function in class:unordered_multimap
_unordered_set.h
163
size_type
bucket_size
(size_type __n) const { return _M_ht.elems_in_bucket(__n); }
function in class:unordered_set
313
size_type
bucket_size
(size_type __n) const { return _M_ht.elems_in_bucket(__n); }
function in class:unordered_multiset
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_unordered_map.h
177
size_type
bucket_size
(size_type __n) const { return _M_ht.elems_in_bucket(__n); }
function in class:unordered_map
337
size_type
bucket_size
(size_type __n) const { return _M_ht.elems_in_bucket(__n); }
function in class:unordered_multimap
_unordered_set.h
163
size_type
bucket_size
(size_type __n) const { return _M_ht.elems_in_bucket(__n); }
function in class:unordered_set
313
size_type
bucket_size
(size_type __n) const { return _M_ht.elems_in_bucket(__n); }
function in class:unordered_multiset
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_unordered_map.h
177
size_type
bucket_size
(size_type __n) const { return _M_ht.elems_in_bucket(__n); }
function in class:unordered_map
337
size_type
bucket_size
(size_type __n) const { return _M_ht.elems_in_bucket(__n); }
function in class:unordered_multimap
_unordered_set.h
163
size_type
bucket_size
(size_type __n) const { return _M_ht.elems_in_bucket(__n); }
function in class:unordered_set
313
size_type
bucket_size
(size_type __n) const { return _M_ht.elems_in_bucket(__n); }
function in class:unordered_multiset
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_unordered_map.h
177
size_type
bucket_size
(size_type __n) const { return _M_ht.elems_in_bucket(__n); }
function in class:unordered_map
337
size_type
bucket_size
(size_type __n) const { return _M_ht.elems_in_bucket(__n); }
function in class:unordered_multimap
Completed in 2225 milliseconds
1
2
3