HomeSort by relevance Sort by last modified time
    Searched refs:TestRange (Results 1 - 9 of 9) sorted by null

  /external/chromium/net/disk_cache/
bitmap_unittest.cc 137 // Tests SetRange() and TestRange().
139 EXPECT_FALSE(map.TestRange(0, 100, true));
141 EXPECT_TRUE(map.TestRange(0, 100, true));
144 EXPECT_FALSE(map.TestRange(0, 1, true));
145 EXPECT_FALSE(map.TestRange(30, 31, true));
146 EXPECT_FALSE(map.TestRange(98, 99, true));
147 EXPECT_FALSE(map.TestRange(99, 100, true));
148 EXPECT_FALSE(map.TestRange(0, 100, true));
150 EXPECT_TRUE(map.TestRange(0, 1, false));
151 EXPECT_TRUE(map.TestRange(31, 32, false))
    [all...]
bitmap.h 75 bool TestRange(int begin, int end, bool value) const;
bitmap.cc 160 bool Bitmap::TestRange(int begin, int end, bool value) const {
  /external/chromium_org/net/disk_cache/
bitmap_unittest.cc 137 // Tests SetRange() and TestRange().
139 EXPECT_FALSE(map.TestRange(0, 100, true));
141 EXPECT_TRUE(map.TestRange(0, 100, true));
144 EXPECT_FALSE(map.TestRange(0, 1, true));
145 EXPECT_FALSE(map.TestRange(30, 31, true));
146 EXPECT_FALSE(map.TestRange(98, 99, true));
147 EXPECT_FALSE(map.TestRange(99, 100, true));
148 EXPECT_FALSE(map.TestRange(0, 100, true));
150 EXPECT_TRUE(map.TestRange(0, 1, false));
151 EXPECT_TRUE(map.TestRange(31, 32, false))
    [all...]
bitmap.h 75 bool TestRange(int begin, int end, bool value) const;
bitmap.cc 160 bool Bitmap::TestRange(int begin, int end, bool value) const {
  /external/openfst/src/include/fst/extensions/ngram/
bitmap-index.h 100 bool TestRange(size_t start, size_t end) const {
  /external/marisa-trie/tests/
unit-test.cc 281 void TestRange() {
453 TestRange();
  /external/marisa-trie/v0_1_5/tests/
unit-test.cc 285 void TestRange() {
457 TestRange();

Completed in 1012 milliseconds