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

  /external/chromium/net/disk_cache/
bitmap.h 71 void SetRange(int begin, int end, bool value);
bitmap.cc 88 SetRange(old_maxsize, num_bits_, false);
135 void Bitmap::SetRange(int begin, int end, bool value) {
bitmap_unittest.cc 137 // Tests SetRange() and TestRange().
156 map.SetRange(11, 21, true);
172 map.SetRange(70, 99, false);
sparse_control.cc 624 child_map_.SetRange(first_bit, last_bit, true);
  /external/chromium_org/net/disk_cache/
bitmap.h 71 void SetRange(int begin, int end, bool value);
bitmap.cc 88 SetRange(old_maxsize, num_bits_, false);
135 void Bitmap::SetRange(int begin, int end, bool value) {
bitmap_unittest.cc 137 // Tests SetRange() and TestRange().
156 map.SetRange(11, 21, true);
172 map.SetRange(70, 99, false);
sparse_control.cc 645 child_map_.SetRange(first_bit, last_bit, true);
  /external/chromium_org/android_webview/browser/net/
android_stream_reader_url_request_job_unittest.cc 163 void SetRange(net::URLRequest* req, int first_byte, int last_byte) {
268 SetRange(req_.get(), offset, bytes_available);
299 SetRange(req_.get(), offset, bytes_available_reported);
324 SetRange(req_.get(), offset, bytes_available);
349 SetRange(req_.get(), offset, bytes_available);
  /external/chromium_org/third_party/icu/source/test/cintltst/
trietest.c 37 typedef struct SetRange {
41 } SetRange;
256 const SetRange setRanges[], int32_t countSetRanges,
445 const SetRange setRanges[], int32_t countSetRanges,
653 const SetRange setRanges[], int32_t countSetRanges,
681 const SetRange setRanges[], int32_t countSetRanges,
703 static const SetRange
742 static const SetRange
780 static const SetRange
trie2test.c 31 typedef struct SetRange {
35 } SetRange;
798 const SetRange setRanges[], int32_t countSetRanges,
858 const SetRange setRanges[], int32_t countSetRanges,
873 static const SetRange
    [all...]
  /external/icu4c/test/cintltst/
trietest.c 38 typedef struct SetRange {
42 } SetRange;
257 const SetRange setRanges[], int32_t countSetRanges,
446 const SetRange setRanges[], int32_t countSetRanges,
654 const SetRange setRanges[], int32_t countSetRanges,
682 const SetRange setRanges[], int32_t countSetRanges,
704 static const SetRange
743 static const SetRange
781 static const SetRange
trie2test.c 31 typedef struct SetRange {
35 } SetRange;
798 const SetRange setRanges[], int32_t countSetRanges,
858 const SetRange setRanges[], int32_t countSetRanges,
873 static const SetRange
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
buffer_manager.h 126 bool SetRange(
buffer_manager.cc 131 bool Buffer::SetRange(
348 if (!buffer->SetRange(offset, size, data)) {
  /external/sonivox/jet_tools/JetCreator/
JetDialogs.py     [all...]
JetCtrls.py 414 self.spin.SetRange(-999,999)
  /external/chromium_org/net/disk_cache/v3/
sparse_control_v3.cc 735 child_map_.SetRange(first_bit, last_bit, true);

Completed in 254 milliseconds