/dports/databases/opentsdb/opentsdb-2.3.0/test/tools/ |
H A D | TestCliUtils.java | 44 private List<byte[]> stop_keys; field in TestCliUtils 62 assertArrayEquals(HBaseClient.EMPTY_ARRAY, stop_keys.get(0)); in getDataTableScanners1Thread() 80 assertArrayEquals(HBaseClient.EMPTY_ARRAY, stop_keys.get(i)); in getDataTableScannersMultiThreaded() 83 assertArrayEquals(key, stop_keys.get(i)); in getDataTableScannersMultiThreaded() 95 assertArrayEquals(HBaseClient.EMPTY_ARRAY, stop_keys.get(0)); in getDataTableScannersRandom1Thread() 113 assertArrayEquals(HBaseClient.EMPTY_ARRAY, stop_keys.get(i)); in getDataTableScannersRandomMultiThreaded() 116 assertArrayEquals(key, stop_keys.get(i)); in getDataTableScannersRandomMultiThreaded() 141 assertArrayEquals(key, stop_keys.get(i)); in getDataTableScannersSalted() 166 assertArrayEquals(key, stop_keys.get(i)); in getDataTableScannersSaltedRandom() 180 stop_keys = new ArrayList<byte[]>(); in setupGetDataTableScanners() [all …]
|
/dports/devel/brz/breezy-3.2.0/breezy/bzr/ |
H A D | vf_search.py | 155 stop_keys = b' '.join(self._recipe[2]) 158 b'\n'.join((start_keys, stop_keys, count))) 385 stop_keys = result_parents.difference(start_set) 388 stop_keys.difference_update(missing_keys) 399 return start_set, stop_keys, key_count 426 stop_keys = exclude_keys.intersection(next_revs) 427 if stop_keys: 428 s.stop_searching_any(stop_keys)
|
H A D | remote.py | 2412 (start_set, stop_keys, 2416 (start_set, stop_keys, 2420 recipe = ('manual', start_set, stop_keys, key_count) 2846 stop_keys = b' '.join(recipe[2]) 2848 return b'\n'.join((start_keys, stop_keys, count))
|
/dports/devel/brz/breezy-3.2.0/breezy/bzr/tests/ |
H A D | test_vf_search.py | 120 def assertSearchResult(self, start_keys, stop_keys, key_count, parent_map, argument 124 self.assertEqual((sorted(start_keys), sorted(stop_keys), key_count), 161 def assertSearchResult(self, start_keys, stop_keys, key_count, parent_map, argument 165 self.assertEqual((sorted(start_keys), sorted(stop_keys), key_count),
|
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/src/prim_store/gradient/ |
H A D | mod.rs | 50 fn stops_and_min_alpha(stop_keys: &[GradientStopKey]) -> (Vec<GradientStop>, f32) { in stops_and_min_alpha() 52 let stops = stop_keys.iter().map(|stop_key| { in stops_and_min_alpha()
|
/dports/www/firefox/firefox-99.0/gfx/wr/webrender/src/prim_store/gradient/ |
H A D | mod.rs | 50 fn stops_and_min_alpha(stop_keys: &[GradientStopKey]) -> (Vec<GradientStop>, f32) { in stops_and_min_alpha() 52 let stops = stop_keys.iter().map(|stop_key| { in stops_and_min_alpha()
|
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/src/prim_store/gradient/ |
H A D | mod.rs | 50 fn stops_and_min_alpha(stop_keys: &[GradientStopKey]) -> (Vec<GradientStop>, f32) { in stops_and_min_alpha() 52 let stops = stop_keys.iter().map(|stop_key| { in stops_and_min_alpha()
|
/dports/www/e107/e107/e107_handlers/ |
H A D | search_class.php | 465 $this -> stop_keys[] = $key; 471 $this -> stop_keys[] = $key;
|
/dports/devel/brz/breezy-3.2.0/breezy/ |
H A D | graph.py | 1026 def iter_lefthand_ancestry(self, start_key, stop_keys=None): argument 1027 if stop_keys is None: 1028 stop_keys = () 1037 if next_key in stop_keys:
|
/dports/www/e107/e107/ |
H A D | search.php | 1098 $stop_count = count($sch -> stop_keys); 1112 foreach ($sch -> stop_keys as $stop_key)
|
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/webrender/src/prim_store/ |
H A D | gradient.rs | 57 fn stops_and_min_alpha(stop_keys: &[GradientStopKey]) -> (Vec<GradientStop>, f32) { in stops_and_min_alpha() 59 let stops = stop_keys.iter().map(|stop_key| { in stops_and_min_alpha()
|