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

  /external/chromium_org/net/disk_cache/blockfile/
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 647 child_map_.SetRange(first_bit, last_bit, true);
sparse_control_v3.cc 735 child_map_.SetRange(first_bit, last_bit, true);
  /external/chromium_org/android_webview/browser/net/
android_stream_reader_url_request_job_unittest.cc 198 void SetRange(net::URLRequest* req, int first_byte, int last_byte) {
332 SetRange(req_.get(), offset, bytes_available);
363 SetRange(req_.get(), offset, bytes_available_reported);
388 SetRange(req_.get(), offset, bytes_available);
413 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/icu/icu4c/source/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/pdfium/core/src/fxcrt/
extension.h 70 virtual FX_BOOL SetRange(FX_FILESIZE offset, FX_FILESIZE size)
195 virtual FX_BOOL SetRange(FX_FILESIZE offset, FX_FILESIZE size)
  /external/pdfium/core/include/fxcrt/
fx_stream.h 120 virtual FX_BOOL SetRange(FX_FILESIZE offset, FX_FILESIZE size)
  /prebuilts/misc/common/swig/include/2.0.11/csharp/
std_vector.i 311 // Takes a deep copy of the elements unlike ArrayList.SetRange
312 void SetRange(int index, const std::vector< CTYPE >& values) throw (std::out_of_range) {
  /external/chromium_org/third_party/webrtc/voice_engine/test/win_test/
WinTestDlg.cc     [all...]
  /external/sonivox/jet_tools/JetCreator/
JetDialogs.py     [all...]
JetCtrls.py 414 self.spin.SetRange(-999,999)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tom.h 308 virtual HRESULT WINAPI SetRange(__LONG32 cpActive,__LONG32 cpOther) = 0;
370 HRESULT (WINAPI *SetRange)(ITextRange *This,__LONG32 cpActive,__LONG32 cpOther);
434 #define ITextRange_SetRange(This,cpActive,cpOther) (This)->lpVtbl->SetRange(This,cpActive,cpOther)
    [all...]
oledb.h     [all...]
d3drmobj.h     [all...]

Completed in 1815 milliseconds