/external/chromium_org/android_webview/browser/net/ |
D | android_stream_reader_url_request_job_unittest.cc | 163 void SetRange(net::URLRequest* req, int first_byte, int last_byte) { in SetRange() function in AndroidStreamReaderURLRequestJobTest 268 SetRange(req_.get(), offset, bytes_available); in TEST_F() 299 SetRange(req_.get(), offset, bytes_available_reported); in TEST_F() 324 SetRange(req_.get(), offset, bytes_available); in TEST_F() 349 SetRange(req_.get(), offset, bytes_available); in TEST_F()
|
/external/icu4c/test/cintltst/ |
D | trietest.c | 38 typedef struct SetRange { struct 42 } SetRange; argument 257 const SetRange setRanges[], int32_t countSetRanges, in testTrieRangesWithMalloc() 446 const SetRange setRanges[], int32_t countSetRanges, in testTrieRanges() 654 const SetRange setRanges[], int32_t countSetRanges, in testTrieRanges2() 682 const SetRange setRanges[], int32_t countSetRanges, in testTrieRanges4() 704 static const SetRange 743 static const SetRange 781 static const SetRange
|
D | trie2test.c | 31 typedef struct SetRange { struct 35 } SetRange; argument 798 const SetRange setRanges[], int32_t countSetRanges, in makeTrieWithRanges() 858 const SetRange setRanges[], int32_t countSetRanges, in testTrieRanges() 873 static const SetRange 912 static const SetRange 985 static const SetRange 1012 static const SetRange 1023 static const SetRange 1285 const SetRange setRanges[], int32_t countSetRanges, in makeNewTrie1WithRanges() [all …]
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
D | trietest.c | 37 typedef struct SetRange { struct 41 } SetRange; typedef 256 const SetRange setRanges[], int32_t countSetRanges, in testTrieRangesWithMalloc() 445 const SetRange setRanges[], int32_t countSetRanges, in testTrieRanges() 653 const SetRange setRanges[], int32_t countSetRanges, in testTrieRanges2() 681 const SetRange setRanges[], int32_t countSetRanges, in testTrieRanges4() 703 static const SetRange 742 static const SetRange 780 static const SetRange
|
D | trie2test.c | 31 typedef struct SetRange { struct 35 } SetRange; argument 798 const SetRange setRanges[], int32_t countSetRanges, in makeTrieWithRanges() 858 const SetRange setRanges[], int32_t countSetRanges, in testTrieRanges() 873 static const SetRange 912 static const SetRange 985 static const SetRange 1012 static const SetRange 1023 static const SetRange 1285 const SetRange setRanges[], int32_t countSetRanges, in makeNewTrie1WithRanges() [all …]
|
/external/chromium/net/disk_cache/ |
D | bitmap.h | 71 void SetRange(int begin, int end, bool value);
|
D | bitmap.cc | 88 SetRange(old_maxsize, num_bits_, false); in Resize() 135 void Bitmap::SetRange(int begin, int end, bool value) { in SetRange() function in disk_cache::Bitmap
|
D | bitmap_unittest.cc | 156 map.SetRange(11, 21, true); in TEST() 172 map.SetRange(70, 99, false); in TEST()
|
D | sparse_control.cc | 624 child_map_.SetRange(first_bit, last_bit, true); in UpdateRange()
|
/external/chromium_org/net/disk_cache/ |
D | bitmap.h | 71 void SetRange(int begin, int end, bool value);
|
D | bitmap.cc | 88 SetRange(old_maxsize, num_bits_, false); in Resize() 135 void Bitmap::SetRange(int begin, int end, bool value) { in SetRange() function in disk_cache::Bitmap
|
D | bitmap_unittest.cc | 156 map.SetRange(11, 21, true); in TEST() 172 map.SetRange(70, 99, false); in TEST()
|
D | sparse_control.cc | 645 child_map_.SetRange(first_bit, last_bit, true); in UpdateRange()
|
/external/chromium_org/gpu/command_buffer/service/ |
D | buffer_manager.cc | 131 bool Buffer::SetRange( in SetRange() function in gpu::gles2::Buffer 348 if (!buffer->SetRange(offset, size, data)) { in DoBufferSubData()
|
D | buffer_manager.h | 126 bool SetRange(
|
/external/sonivox/jet_tools/JetCreator/ |
D | JetDialogs.py | 687 self.je.ctrls[JetDefs.F_EEVENTID].SetRange(JetDefs.EVENTID_MIN, JetDefs.EVENTID_MAX) 701 …self.je.ctrls[JetDefs.F_EEVENTID].SetRange(JetDefs.APPCONTROLLERID_MIN, JetDefs.APPCONTROLLERID_MA… 765 self.je.ctrls[JetDefs.F_ETRACK].SetRange(1, md.maxTracks)
|
D | JetCtrls.py | 414 self.spin.SetRange(-999,999)
|
/external/chromium_org/net/disk_cache/v3/ |
D | sparse_control_v3.cc | 735 child_map_.SetRange(first_bit, last_bit, true); in UpdateRange()
|