Searched refs:__block_count (Results 1 – 7 of 7) sorted by relevance
/external/cronet/tot/third_party/libc++/src/test/libcxx/containers/sequences/deque/ |
D | spare_block_handling.pass.cpp | 79 TEST_REQUIRE(d.__block_count() == 0, on_fail); in push_back() 89 TEST_REQUIRE(d.__block_count() == 1, on_fail); in push_back() 103 TEST_REQUIRE(d.__block_count() == 2, on_fail); in push_back() 113 TEST_REQUIRE(d.__block_count() == 2, on_fail); in push_back() 122 TEST_REQUIRE(d.__block_count() == 2, on_fail); in push_back() 141 TEST_REQUIRE(d.__block_count() == 0, on_fail); in push_front() 152 TEST_REQUIRE(d.__block_count() == 1, on_fail); in push_front() 167 TEST_REQUIRE(d.__block_count() == 2, on_fail); in push_front() 178 TEST_REQUIRE(d.__block_count() == 2, on_fail); in push_front() 187 TEST_REQUIRE(d.__block_count() == 2, on_fail); in push_front() [all …]
|
/external/cronet/stable/third_party/libc++/src/test/libcxx/containers/sequences/deque/ |
D | spare_block_handling.pass.cpp | 79 TEST_REQUIRE(d.__block_count() == 0, on_fail); in push_back() 89 TEST_REQUIRE(d.__block_count() == 1, on_fail); in push_back() 103 TEST_REQUIRE(d.__block_count() == 2, on_fail); in push_back() 113 TEST_REQUIRE(d.__block_count() == 2, on_fail); in push_back() 122 TEST_REQUIRE(d.__block_count() == 2, on_fail); in push_back() 141 TEST_REQUIRE(d.__block_count() == 0, on_fail); in push_front() 152 TEST_REQUIRE(d.__block_count() == 1, on_fail); in push_front() 167 TEST_REQUIRE(d.__block_count() == 2, on_fail); in push_front() 178 TEST_REQUIRE(d.__block_count() == 2, on_fail); in push_front() 187 TEST_REQUIRE(d.__block_count() == 2, on_fail); in push_front() [all …]
|
/external/autotest/client/bin/ |
D | fsinfo.py | 155 def __block_count(tune_dict, k): function 181 'Reserved block count': __block_count,
|
/external/cronet/tot/third_party/libc++/src/include/ |
D | deque | 899 _LIBCPP_HIDE_FROM_ABI size_type __block_count() const { return __map_.size(); }
|
/external/cronet/stable/third_party/libc++/src/include/__cxx03/ |
D | deque | 886 _LIBCPP_HIDE_FROM_ABI size_type __block_count() const { return __map_.size(); }
|
/external/cronet/tot/third_party/libc++/src/include/__cxx03/ |
D | deque | 886 _LIBCPP_HIDE_FROM_ABI size_type __block_count() const { return __map_.size(); }
|
/external/cronet/stable/third_party/libc++/src/include/ |
D | deque | 899 _LIBCPP_HIDE_FROM_ABI size_type __block_count() const { return __map_.size(); }
|