Searched refs:SetRange (Results 1 – 11 of 11) sorted by relevance
/external/icu4c/test/cintltst/ |
D | trietest.c | 37 typedef struct SetRange { struct 41 } SetRange; argument 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; typedef 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/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/quake/quake/src/QW/dxsdk/sdk/inc/ |
D | d3drmobj.h | 482 STDMETHOD(SetRange)(THIS_ D3DVALUE) PURE; in DECLARE_INTERFACE_() local
|
/external/quake/quake/src/WinQuake/dxsdk/SDK/INC/ |
D | D3DRMOBJ.H | 482 STDMETHOD(SetRange)(THIS_ D3DVALUE) PURE; in DECLARE_INTERFACE_() local
|
/external/valgrind/tsan/ |
D | thread_sanitizer.cc | 1546 INLINE void SetRange(uintptr_t a, uintptr_t b) { in SetRange() function in Mask 1647 mask.SetRange(a - line, b - line); in Add() 3730 mask.SetRange(a, b); in PublishRangeInOneLine() 3735 line->published().SetRange(a, b); in PublishRangeInOneLine() 3740 pub_info.mask.SetRange(a, b); in PublishRangeInOneLine() 7172 cache_line->racey().SetRange(offset, offset + size); in HandleMemoryAccessHelper()
|