Searched refs:SetRange (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
H A Dbitmap.h71 void SetRange(int begin, int end, bool value);
H A Dbitmap.cc88 SetRange(old_maxsize, num_bits_, false);
135 void Bitmap::SetRange(int begin, int end, bool value) { function in class:disk_cache::Bitmap
H A Dbitmap_unittest.cc137 // Tests SetRange() and TestRange().
156 map.SetRange(11, 21, true);
172 map.SetRange(70, 99, false);
H A Dsparse_control_v3.cc735 child_map_.SetRange(first_bit, last_bit, true);
H A Dsparse_control.cc647 child_map_.SetRange(first_bit, last_bit, true);
/external/chromium_org/android_webview/browser/net/
H A Dandroid_stream_reader_url_request_job_unittest.cc200 void SetRange(net::URLRequest* req, int first_byte, int last_byte) { function in class:AndroidStreamReaderURLRequestJobTest
334 SetRange(req_.get(), offset, bytes_available);
365 SetRange(req_.get(), offset, bytes_available_reported);
390 SetRange(req_.get(), offset, bytes_available);
415 SetRange(req_.get(), offset, bytes_available);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dtrietest.c38 typedef struct SetRange { struct
42 } SetRange; typedef in typeref:struct: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
H A Dtrie2test.c31 typedef struct SetRange { struct
35 } SetRange; typedef in typeref:struct:SetRange
798 const SetRange setRanges[], int32_t countSetRanges,
858 const SetRange setRanges[], int32_t countSetRanges,
873 static const SetRange
912 static const SetRange
985 static const SetRange
1012 static const SetRange
1023 static const SetRange
1285 const SetRange setRange
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dtrietest.c38 typedef struct SetRange { struct
42 } SetRange; typedef in typeref:struct: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
H A Dtrie2test.c31 typedef struct SetRange { struct
35 } SetRange; typedef in typeref:struct:SetRange
798 const SetRange setRanges[], int32_t countSetRanges,
858 const SetRange setRanges[], int32_t countSetRanges,
873 static const SetRange
912 static const SetRange
985 static const SetRange
1012 static const SetRange
1023 static const SetRange
1285 const SetRange setRange
[all...]
/external/chromium_org/gpu/command_buffer/service/
H A Dbuffer_manager.cc131 bool Buffer::SetRange( function in class:gpu::gles2::Buffer
348 if (!buffer->SetRange(offset, size, data)) {
H A Dbuffer_manager.h126 bool SetRange(
/external/pdfium/core/src/fxcrt/
H A Dextension.h70 virtual FX_BOOL SetRange(FX_FILESIZE offset, FX_FILESIZE size) function in class:CFX_CRTFileStream
195 virtual FX_BOOL SetRange(FX_FILESIZE offset, FX_FILESIZE size) function in class:CFX_MemoryStream
/external/pdfium/core/include/fxcrt/
H A Dfx_stream.h120 virtual FX_BOOL SetRange(FX_FILESIZE offset, FX_FILESIZE size) function in class:IFX_FileRead
/external/chromium_org/third_party/webrtc/voice_engine/test/win_test/
H A DWinTestDlg.cc1362 slider->SetRange(0,10);
1366 slider->SetRange(0,10);
3185 slider->SetRange(0,10);
3206 slider->SetRange(0,10);
3301 progressMic->SetRange(0,9);
3305 progressOut->SetRange(0,9);
/external/sonivox/jet_tools/JetCreator/
H A DJetDialogs.py687 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_MAX)
765 self.je.ctrls[JetDefs.F_ETRACK].SetRange(1, md.maxTracks)
H A DJetCtrls.py414 self.spin.SetRange(-999,999)

Completed in 362 milliseconds