Home
last modified time | relevance | path

Searched defs:ranges (Results 1 – 25 of 4890) sorted by relevance

12345678910>>...196

/dports/devel/gdb/gdb-11.1/gdb/unittests/
H A Dmemrange-selftests.c32 std::vector<mem_range> ranges; in normalize_mem_ranges_tests() local
41 std::vector<mem_range> ranges; in normalize_mem_ranges_tests() local
53 std::vector<mem_range> ranges; in normalize_mem_ranges_tests() local
67 std::vector<mem_range> ranges; in normalize_mem_ranges_tests() local
81 std::vector<mem_range> ranges; in normalize_mem_ranges_tests() local
94 std::vector<mem_range> ranges; in normalize_mem_ranges_tests() local
/dports/multimedia/subtitlecomposer/subtitlecomposer-0.7.1/src/scripting/
H A Dscripting_subtitle.cpp120 Scripting::Subtitle::removeLines(const QObject *ranges, int target) in removeLines()
127 Scripting::Subtitle::swapTexts(const QObject *ranges) in swapTexts()
133 Scripting::Subtitle::splitLines(const QObject *ranges) in splitLines()
139 Scripting::Subtitle::joinLines(const QObject *ranges) in joinLines()
145 Scripting::Subtitle::shiftLines(const QObject *ranges, int msecs) in shiftLines()
171 Scripting::Subtitle::setMaximumDurations(const QObject *ranges) in setMaximumDurations()
198 Scripting::Subtitle::lowerCase(const QObject *ranges, int target) in lowerCase()
205 Scripting::Subtitle::upperCase(const QObject *ranges, int target) in upperCase()
233 Scripting::Subtitle::unbreakTexts(const QObject *ranges, int target) in unbreakTexts()
247 Scripting::Subtitle::setMarked(const QObject *ranges, bool value) in setMarked()
[all …]
/dports/editors/rehex/rehex-0.4.0/tests/
H A DDiffWindow.cpp90 auto ranges = diff_window->get_ranges(); in TEST_F() local
104 auto ranges = diff_window->get_ranges(); in TEST_F() local
118 auto ranges = diff_window->get_ranges(); in TEST_F() local
132 auto ranges = diff_window->get_ranges(); in TEST_F() local
150 auto ranges = diff_window->get_ranges(); in TEST_F() local
166 auto ranges = diff_window->get_ranges(); in TEST_F() local
183 auto ranges = diff_window->get_ranges(); in TEST_F() local
201 auto ranges = diff_window->get_ranges(); in TEST_F() local
221 auto ranges = diff_window->get_ranges(); in TEST_F() local
238 auto ranges = diff_window->get_ranges(); in TEST_F() local
[all …]
/dports/science/gromacs/gromacs-2021.4/docs/reference-manual/algorithms/
H A Dparallelization-domain-decomp.rst202 …`\ =\ max(\ :math:`r_{\mathrm{list}}`\ ,\ :math:`r_{\mathrm{VdW}}`\ ,\ :math:`r_{\mathrm{Coul}}`\ )
203 .. |tbrange| replace:: max(:math:`r_{\mathrm{mb}}`\ ,\ :math:`r_c`)
204 .. |mbrange| replace:: :math:`r_{\mathrm{mb}}`
205 .. |csrange| replace:: :math:`r_{\mathrm{con}}`
206 .. |vsrange| replace:: :math:`r_{\mathrm{con}}`
207 .. |mdrunr| replace:: :ref:`mdrun <gmx mdrun>` ``-rdd``
208 .. |mdrunc| replace:: :ref:`mdrun <gmx mdrun>` ``-rcon``
210 .. _table-ddranges:
262 .. _mpmdpme:
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/commander/
H A Dfuzzy_finder_unittest.cc13 std::vector<gfx::Range> ranges; in TEST() local
23 std::vector<gfx::Range> ranges; in TEST() local
32 std::vector<gfx::Range> ranges; in TEST() local
41 std::vector<gfx::Range> ranges; in TEST() local
68 std::vector<gfx::Range> ranges; in TEST() local
75 std::vector<gfx::Range> ranges; in TEST() local
91 std::vector<gfx::Range> ranges; in TEST() local
98 std::vector<gfx::Range> ranges; in TEST() local
107 std::vector<gfx::Range> ranges; in TEST() local
/dports/sysutils/lizardfs/lizardfs-3.12.0/src/master/
H A Dlocks_unittest.cc25 inline bool add(LockRanges &ranges, LockRange &range) { in add()
51 inline bool unlock(LockRanges &ranges, off_t start, off_t end, int owner) { in unlock()
56 LockRanges ranges; in TEST() local
71 LockRanges ranges; in TEST() local
104 LockRanges ranges; in TEST() local
121 LockRanges ranges; in TEST() local
137 LockRanges ranges; in TEST() local
154 LockRanges ranges; in TEST() local
175 LockRanges ranges; in TEST() local
195 LockRanges ranges; in TEST() local
[all …]
/dports/www/zerowait-httpd/0W-httpd-0.8d/src/common/
H A Dip_ranges.c23 IPRanges* ranges; in newIPRanges() local
31 loadIPRanges(IPRanges* ranges) in loadIPRanges()
80 refreshRanges(IPRanges* ranges) in refreshRanges()
97 ip2id(IPRanges* ranges, unsigned ip) in ip2id()
127 loadNames(IPRanges* ranges) in loadNames()
162 id2name(IPRanges* ranges, short id) in id2name()
171 id2code(IPRanges* ranges, short id) in id2code()
180 code2id(IPRanges* ranges, char* code) in code2id()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/
H A DBreakContinueTargetFinderTest.java139 OccurrenceLocation[] ranges= { find(s, "for", 1), find(s, "}", 1) }; in testBreakFor() local
189 OccurrenceLocation[] ranges= { find(s, "do", 1), find(s, ";", 3) }; in testBreakDo() local
299 OccurrenceLocation[] ranges= { find(s, "for", 1) }; in testContinueFor() local
315 OccurrenceLocation[] ranges= { find(s, "for", 1) }; in testContinueForeach() local
332 OccurrenceLocation[] ranges= { find(s, "while", 1) }; in testContinueWhile() local
349 OccurrenceLocation[] ranges= { find(s, "do", 1) }; in testContinueDo() local
369 OccurrenceLocation[] ranges= { find(s, "do", 1) }; in testContinueSwitch() local
387 OccurrenceLocation[] ranges= { find(s, "bar", 1) }; in testLabeledContinueFor() local
405 OccurrenceLocation[] ranges= { find(s, "bar", 1) }; in testLabeledContinueFor1() local
423 OccurrenceLocation[] ranges= { find(s, "bar", 1) }; in testLabeledContinueFor2() local
[all …]
H A DMarkOccurrenceTest1d7.java158 …OccurrenceLocation[] ranges= { find(s, "int", 1), find(s, "throw", 4), find(s, "return s.length();… in testMarkMethodExits1() local
183 …OccurrenceLocation[] ranges= { find(s, "int", 1), find(s, "throw", 4), find(s, "return s.length();… in testMarkMethodExits2() local
236 …OccurrenceLocation[] ranges= { find(s, "void", 1), find(s, "reader", 1), find(s, "readLine", 1), f… in testMarkMethodExits4() local
264 OccurrenceLocation[] ranges= { find(s, "void", 1), find(s, "}", 4) }; in testMarkMethodExits5() local
288 OccurrenceLocation[] ranges= { find(s, "void", 1), in testMarkMethodExits6() local
345 OccurrenceLocation[] ranges= { find(s, "throw", 2), find(s, "NullPointerException", 2) }; in testThrowingException1() local
370 OccurrenceLocation[] ranges= { find(s, "throw", 2), find(s, "NullPointerException", 2) }; in testThrowingException2() local
398 OccurrenceLocation[] ranges= { find(s, "FileNotFoundException", 2), find(s, "FileReader", 2) }; in testThrowingException3() local
478 OccurrenceLocation[] ranges= { find(s, "Throwable", 1), in testThrowingException6() local
510 OccurrenceLocation[] ranges= { find(s, "Exception", 1), find(s, "throw", 4) }; in testThrowingException7() local
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/tests/java/ifc/sheet/
H A D_XCellRangesQuery.java125 XSheetCellRanges ranges = oObj.queryColumnDifferences( in _queryColumnDifferences() local
146 XSheetCellRanges ranges = oObj.queryContentCells( in _queryContentCells() local
165 XSheetCellRanges ranges = oObj.queryEmptyCells(); in _queryEmptyCells() local
200 XSheetCellRanges ranges = oObj.queryFormulaCells( in _queryFormulaCells() local
216 XSheetCellRanges ranges = oObj.queryIntersection( in _queryIntersection() local
236 XSheetCellRanges ranges = oObj.queryRowDifferences( in _queryRowDifferences() local
254 XSheetCellRanges ranges = oObj.queryVisibleCells(); in _queryVisibleCells() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/tests/java/ifc/sheet/
H A D_XCellRangesQuery.java125 XSheetCellRanges ranges = oObj.queryColumnDifferences( in _queryColumnDifferences() local
146 XSheetCellRanges ranges = oObj.queryContentCells( in _queryContentCells() local
165 XSheetCellRanges ranges = oObj.queryEmptyCells(); in _queryEmptyCells() local
200 XSheetCellRanges ranges = oObj.queryFormulaCells( in _queryFormulaCells() local
216 XSheetCellRanges ranges = oObj.queryIntersection( in _queryIntersection() local
236 XSheetCellRanges ranges = oObj.queryRowDifferences( in _queryRowDifferences() local
254 XSheetCellRanges ranges = oObj.queryVisibleCells(); in _queryVisibleCells() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/crashpad/crashpad/util/misc/
H A Drange_set_test.cc31 void ExpectRangeIsContained(const RangeSet& ranges, in ExpectRangeIsContained()
45 RangeSet ranges; in TEST() local
55 RangeSet ranges; in TEST() local
62 RangeSet ranges; in TEST() local
71 RangeSet ranges; in TEST() local
88 RangeSet ranges; in TEST() local
105 RangeSet ranges; in TEST() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/crashpad/crashpad/util/misc/
H A Drange_set_test.cc31 void ExpectRangeIsContained(const RangeSet& ranges, in ExpectRangeIsContained()
45 RangeSet ranges; in TEST() local
55 RangeSet ranges; in TEST() local
62 RangeSet ranges; in TEST() local
71 RangeSet ranges; in TEST() local
88 RangeSet ranges; in TEST() local
105 RangeSet ranges; in TEST() local
/dports/databases/tiledb/TileDB-2.5.2/test/src/
H A Dunit-SubarrayPartitioner-dense.cc246 const SubarrayRanges<T>& ranges, in test_subarray_partitioner()
275 const SubarrayRanges<T>& ranges, in test_subarray_partitioner()
321 SubarrayRanges<uint64_t> ranges = {}; variable
358 SubarrayRanges<uint64_t> ranges = {}; variable
396 SubarrayRanges<uint64_t> ranges = {{2, 5}}; variable
436 SubarrayRanges<uint64_t> ranges = {{4, 4}}; variable
474 SubarrayRanges<uint64_t> ranges = {{1, 6}}; variable
515 SubarrayRanges<uint64_t> ranges = {{1, 6}}; variable
765 SubarrayRanges<uint64_t> ranges = {}; variable
1398 SubarrayRanges<uint64_t> ranges; variable
[all …]
/dports/x11/terminology/terminology-1.9.0/tools/
H A Dunicode_dbl_width.py53 def merge_ranges(ranges, is_same_width): argument
65 def skip_ranges(ranges, width_skipped): argument
99 def gen_ambigous(ranges, file_source): argument
136 def gen_wide(ranges, file_source): argument
173 def gen_c(ranges, file_header, file_source): argument
193 ranges = get_ranges(args.xml, False) variable
/dports/devel/libphonenumber/libphonenumber-8.12.39/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/
H A DPrefixTreeTest.java40 RangeTree ranges = ranges("1xxxxxx", "5xxxxxx", "6xxxxxx"); in testRetainFrom() local
66 RangeTree ranges = ranges("12x", "3xx", "456"); in testEmptyVsZeroLength() local
79 RangeTree ranges = ranges("xxxx"); in testRangeAndPrefixSameLength() local
86 RangeTree ranges = ranges("xxx"); in testRangeShorterThanPrefix() local
93 RangeTree ranges = ranges("x", "xx", "xxx", "1234xx", "234xxx", "3xx8xx", "67890"); in testComplex() local
210 private static RangeTree ranges(String... specs) { in ranges() method in PrefixTreeTest
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/fonts/
H A Dunicode_range_set_test.cc14 Vector<UnicodeRange> ranges; in TEST() local
25 Vector<UnicodeRange> ranges; in TEST() local
42 Vector<UnicodeRange> ranges; in TEST() local
65 Vector<UnicodeRange> ranges; in TEST() local
78 Vector<UnicodeRange> ranges; in TEST() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/fonts/
H A Dunicode_range_set_test.cc14 Vector<UnicodeRange> ranges; in TEST() local
25 Vector<UnicodeRange> ranges; in TEST() local
42 Vector<UnicodeRange> ranges; in TEST() local
65 Vector<UnicodeRange> ranges; in TEST() local
78 Vector<UnicodeRange> ranges; in TEST() local
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/debug/ctf/
H A Dctf-struct-array-2.c15 static struct ranges {int from, to;} lim_regs[] = {{ 16, 7}, { 16, 6}, { 20, 7},{ 20, 6}}; argument
/dports/devel/pegtl/PEGTL-3.0.0/include/tao/pegtl/internal/
H A Drematch.hpp57 auto m = in.template mark< rewind_mode::required >(); in match()
59 … if( Control< Head >::template match< A, rewind_mode::active, Action, Control >( in, st... ) ) { in match()
60 …memory_input< ParseInput::tracking_mode_v, typename ParseInput::eol_t, typename ParseInput::source… in match()
68 inline constexpr bool enable_control< rematch< Head, Rules... > > = false; in match()
/dports/x11-toolkits/pango/pango-1.48.11/tools/
H A Dgen-break-table.py10 ranges = OrderedDict() variable
52 def print_if_branch(ranges): argument
68 def print_ranges(ranges): argument
88 def print_balanced_search(ranges): argument
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/filter/
H A DTestMultiRowRangeFilter.java110 List<RowRange> ranges = new ArrayList<RowRange>(); in testMergeAndSortWithEmptyStartRow() local
121 List<RowRange> ranges = new ArrayList<RowRange>(); in testMergeAndSortWithEmptyStopRow() local
133 List<RowRange> ranges = new ArrayList<RowRange>(); in testMergeAndSortWithEmptyStartRowAndStopRow() local
145 List<RowRange> ranges = new ArrayList<RowRange>(); in testMultiRowRangeWithoutRange() local
151 List<RowRange> ranges = new ArrayList<RowRange>(); in testMultiRowRangeWithInvalidRange() local
161 List<RowRange> ranges = new ArrayList<RowRange>(); in testMergeAndSortWithoutOverlap() local
175 List<RowRange> ranges = new ArrayList<RowRange>(); in testMergeAndSortWithOverlap() local
192 List<RowRange> ranges = new ArrayList<RowRange>(); in testMergeAndSortWithStartRowInclusive() local
203 List<RowRange> ranges = new ArrayList<RowRange>(); in testMergeAndSortWithRowExclusive() local
215 List<RowRange> ranges = new ArrayList<RowRange>(); in testMergeAndSortWithRowInclusive() local
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/gfx-backend-dx12/src/
H A Droot_constants.rs64 let mut ranges = into_vec(ranges); in split() localVariable
153 let ranges = vec![ in test_overlap_1() localVariable
180 let ranges = vec![ in test_overlap_2() localVariable
207 let ranges = vec![ in test_overlap_4() localVariable
230 let ranges = vec![ in test_equal() localVariable
247 let ranges = vec![ in test_disjunct() localVariable
256 let ranges = vec![ in test_complex() localVariable
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/gfx-backend-dx12/src/
H A Droot_constants.rs64 let mut ranges = into_vec(ranges); in split() localVariable
153 let ranges = vec![ in test_overlap_1() localVariable
180 let ranges = vec![ in test_overlap_2() localVariable
207 let ranges = vec![ in test_overlap_4() localVariable
230 let ranges = vec![ in test_equal() localVariable
247 let ranges = vec![ in test_disjunct() localVariable
256 let ranges = vec![ in test_complex() localVariable
/dports/devel/libphonenumber/libphonenumber-8.12.39/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
H A DRangeException.java31 Column<T> column, T value, RangeTree existing, RangeTree ranges, OverwriteMode mode) { in checkDisjoint()
42 RangeTree ranges, in RangeException()
45 super(explain(checkNotNull(column), value, existing, ranges, intersection, checkNotNull(mode))); in RangeException() local
52 RangeTree ranges, in explain()
63 private static String toLines(RangeTree ranges) { in toLines()

12345678910>>...196