Home
last modified time | relevance | path

Searched refs:indicies (Results 1 – 25 of 694) sorted by relevance

12345678910>>...28

/dports/sysutils/duplicity/duplicity-0.8.20/testing/unit/
H A Dtest_patchdir.py153 indicies = [index(i) for i in [0, 1, 2, 3]]
154 helper = lambda i: indicies[i]
156 makeiter1 = lambda: iter(indicies)
162 iter([(indicies[0], indicies[0]),
163 (indicies[1], indicies[1]),
164 (indicies[2], None),
165 (indicies[3], indicies[3])]))
170 iter([(indicies[0], indicies[0], None),
171 (indicies[1], indicies[1], indicies[1]),
172 (indicies[2], None, indicies[2]),
[all …]
/dports/devel/pear-PHP_CodeSniffer/PHP_CodeSniffer-3.6.1/tests/Core/Sniffs/
H A DAbstractArraySniffTest.php60 $this->assertSame($expected, self::$sniff->indicies);
96 $this->assertSame($expected, self::$sniff->indicies);
129 $this->assertSame($expected, self::$sniff->indicies);
159 $this->assertSame($expected, self::$sniff->indicies);
189 $this->assertSame($expected, self::$sniff->indicies);
225 $this->assertSame($expected, self::$sniff->indicies);
249 $this->assertSame($expected, self::$sniff->indicies);
285 $this->assertSame($expected, self::$sniff->indicies);
H A DAbstractArraySniffTestable.php22 public $indicies = []; variable in PHP_CodeSniffer\\Tests\\Core\\Sniffs\\AbstractArraySniffTestable
40 $this->indicies = $indices;
60 $this->indicies = $indices;
/dports/lang/racket/racket-8.3/share/pkgs/data-enumerate-lib/data/
H A Denumerate.rkt177 (define true-returning-indicies/one-based
194 (define other-enums-indicies
251 (define indicies
257 (for/list ([i (in-list indicies)]
264 (define round-trip-indicies
268 (unless (equal? indicies round-trip-indicies)
274 (car indicies))
279 (car round-trip-indicies))
281 (car indicies))))]
286 (to-values indicies)
[all …]
/dports/net/mpich2/mpich2-1.5/test/mpi/comm/
H A Ddupic.c17 int indicies[2]; in main() local
42 MPI_Waitsome(2, rreq, &count, indicies, MPI_STATUSES_IGNORE); in main()
43 if (count != 1 || indicies[0] != 1) { in main()
47 if (count == 1 && indicies[0] != 1) { in main()
57 printf( " indicies[%d] = %d", i, indicies[i] ); in main()
/dports/net/mpich/mpich-3.4.3/test/mpi/comm/
H A Ddupic.c16 int indicies[2]; in main() local
42 MPI_Waitsome(2, rreq, &count, indicies, MPI_STATUSES_IGNORE); in main()
43 if (count != 1 || indicies[0] != 1) { in main()
47 if (count == 1 && indicies[0] != 1) { in main()
55 printf(" indicies[%d] = %d", i, indicies[i]); in main()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/macosx/classes/sun/font/
H A DCCharToGlyphMapper.java222 public synchronized void get(int count, char[] indicies, int[] values) in get() argument
233 int code = indicies[i]; in get()
237 char low = indicies[i + 1]; in get()
257 unmappedChars = new char[indicies.length]; in get()
258 unmappedCharIndices = new int[indicies.length]; in get()
260 unmappedChars[missed] = indicies[i]; in get()
263 unmappedChars[++missed] = indicies[++i]; in get()
285 char low = indicies[m + 1]; in get()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/macosx/classes/sun/font/
H A DCCharToGlyphMapper.java222 public synchronized void get(int count, char[] indicies, int[] values) in get() argument
233 int code = indicies[i]; in get()
237 char low = indicies[i + 1]; in get()
257 unmappedChars = new char[indicies.length]; in get()
258 unmappedCharIndices = new int[indicies.length]; in get()
260 unmappedChars[missed] = indicies[i]; in get()
263 unmappedChars[++missed] = indicies[++i]; in get()
285 char low = indicies[m + 1]; in get()
/dports/devel/hpx/hpx-1.2.1/src/util/
H A Dquery_counters.cpp340 for (std::size_t i : indicies) in print_values()
432 std::vector<std::size_t> indicies; in print_raw_counters() local
433 indicies.reserve(infos.size()); in print_raw_counters()
443 indicies.push_back(i); in print_raw_counters()
446 if (indicies.empty()) in print_raw_counters()
462 std::move(indicies), infos); in print_raw_counters()
486 std::vector<std::size_t> indicies; in print_array_counters() local
487 indicies.reserve(infos.size()); in print_array_counters()
497 indicies.push_back(i); in print_array_counters()
500 if (indicies.empty()) in print_array_counters()
[all …]
/dports/science/smoldyn/smoldyn-2.67/source/NextSubVolume/
H A DSpecies.cpp20 std::vector<int> indicies; in get_concentration() local
22 grid->get_overlap(calc_grid.get_low_point(i),calc_grid.get_high_point(i),indicies,volume_ratio); in get_concentration()
23 const int noverlap = indicies.size(); in get_concentration()
25 concentration[i] += copy_numbers[indicies[j]]*volume_ratio[j]; in get_concentration()
/dports/math/dsdp/DSDP5.8/matlab/
H A Dreadsedumi.m59 indicies = triu(reshape(1:n^2,n,n)); variable
60 indicies = indicies(find(indicies)); variable
61 AC{block,3} = [-A(indicies,1:m) CC(indicies,1)];
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/macosx/classes/sun/font/
H A DCCharToGlyphMapper.java222 public synchronized void get(int count, char[] indicies, int[] values) in get() argument
233 int code = indicies[i]; in get()
237 char low = indicies[i + 1]; in get()
257 unmappedChars = new char[indicies.length]; in get()
258 unmappedCharIndices = new int[indicies.length]; in get()
260 unmappedChars[missed] = indicies[i]; in get()
263 unmappedChars[++missed] = indicies[++i]; in get()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/macosx/classes/sun/font/
H A DCCharToGlyphMapper.java222 public synchronized void get(int count, char[] indicies, int[] values) in get() argument
233 int code = indicies[i]; in get()
237 char low = indicies[i + 1]; in get()
257 unmappedChars = new char[indicies.length]; in get()
258 unmappedCharIndices = new int[indicies.length]; in get()
260 unmappedChars[missed] = indicies[i]; in get()
263 unmappedChars[++missed] = indicies[++i]; in get()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/macosx/classes/sun/font/
H A DCCharToGlyphMapper.java222 public synchronized void get(int count, char[] indicies, int[] values) in get() argument
233 int code = indicies[i]; in get()
237 char low = indicies[i + 1]; in get()
257 unmappedChars = new char[indicies.length]; in get()
258 unmappedCharIndices = new int[indicies.length]; in get()
260 unmappedChars[missed] = indicies[i]; in get()
263 unmappedChars[++missed] = indicies[++i]; in get()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/macosx/classes/sun/font/
H A DCCharToGlyphMapper.java222 public synchronized void get(int count, char[] indicies, int[] values) in get() argument
233 int code = indicies[i]; in get()
237 char low = indicies[i + 1]; in get()
257 unmappedChars = new char[indicies.length]; in get()
258 unmappedCharIndices = new int[indicies.length]; in get()
260 unmappedChars[missed] = indicies[i]; in get()
263 unmappedChars[++missed] = indicies[++i]; in get()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/macosx/classes/sun/font/
H A DCCharToGlyphMapper.java222 public synchronized void get(int count, char[] indicies, int[] values) in get() argument
233 int code = indicies[i]; in get()
237 char low = indicies[i + 1]; in get()
257 unmappedChars = new char[indicies.length]; in get()
258 unmappedCharIndices = new int[indicies.length]; in get()
260 unmappedChars[missed] = indicies[i]; in get()
263 unmappedChars[++missed] = indicies[++i]; in get()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/macosx/classes/sun/font/
H A DCCharToGlyphMapper.java222 public synchronized void get(int count, char[] indicies, int[] values) in get() argument
233 int code = indicies[i]; in get()
237 char low = indicies[i + 1]; in get()
257 unmappedChars = new char[indicies.length]; in get()
258 unmappedCharIndices = new int[indicies.length]; in get()
260 unmappedChars[missed] = indicies[i]; in get()
263 unmappedChars[++missed] = indicies[++i]; in get()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/macosx/classes/sun/font/
H A DCCharToGlyphMapper.java222 public synchronized void get(int count, char[] indicies, int[] values) in get() argument
233 int code = indicies[i]; in get()
237 char low = indicies[i + 1]; in get()
257 unmappedChars = new char[indicies.length]; in get()
258 unmappedCharIndices = new int[indicies.length]; in get()
260 unmappedChars[missed] = indicies[i]; in get()
263 unmappedChars[++missed] = indicies[++i]; in get()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/macosx/classes/sun/font/
H A DCCharToGlyphMapper.java222 public synchronized void get(int count, char[] indicies, int[] values) in get() argument
233 int code = indicies[i]; in get()
237 char low = indicies[i + 1]; in get()
257 unmappedChars = new char[indicies.length]; in get()
258 unmappedCharIndices = new int[indicies.length]; in get()
260 unmappedChars[missed] = indicies[i]; in get()
263 unmappedChars[++missed] = indicies[++i]; in get()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarth/
H A DLineFunctor230 IndexPointer iptr = indicies;
248 IndexPointer iptr = indicies;
263 IndexPointer iptr = indicies;
279 IndexPointer iptr = indicies;
345 IndexPointer iptr = indicies;
363 IndexPointer iptr = indicies;
378 IndexPointer iptr = indicies;
394 IndexPointer iptr = indicies;
459 IndexPointer iptr = indicies;
477 IndexPointer iptr = indicies;
[all …]
/dports/textproc/uim-el/uim-d1ac9d9/gtk2/immodule/
H A Duim-cand-win-vertical-gtk.c196 gint *indicies; in tree_selection_change() local
205 indicies = gtk_tree_path_get_indices(path); in tree_selection_change()
206 g_return_val_if_fail(indicies, TRUE); in tree_selection_change()
207 idx = *indicies + cwin->display_limit * cwin->page_index; in tree_selection_change()
291 gint *indicies; in tree_view_button_press() local
305 indicies = gtk_tree_path_get_indices(path); in tree_view_button_press()
308 if (cwin->display_limit * cwin->page_index + *indicies >= cwin->nr_candidates) in tree_view_button_press()
/dports/textproc/uim-gtk/uim-d1ac9d9/gtk2/immodule/
H A Duim-cand-win-vertical-gtk.c196 gint *indicies; in tree_selection_change() local
205 indicies = gtk_tree_path_get_indices(path); in tree_selection_change()
206 g_return_val_if_fail(indicies, TRUE); in tree_selection_change()
207 idx = *indicies + cwin->display_limit * cwin->page_index; in tree_selection_change()
291 gint *indicies; in tree_view_button_press() local
305 indicies = gtk_tree_path_get_indices(path); in tree_view_button_press()
308 if (cwin->display_limit * cwin->page_index + *indicies >= cwin->nr_candidates) in tree_view_button_press()
/dports/textproc/uim-qt5/uim-d1ac9d9/gtk2/immodule/
H A Duim-cand-win-vertical-gtk.c196 gint *indicies; in tree_selection_change() local
205 indicies = gtk_tree_path_get_indices(path); in tree_selection_change()
206 g_return_val_if_fail(indicies, TRUE); in tree_selection_change()
207 idx = *indicies + cwin->display_limit * cwin->page_index; in tree_selection_change()
291 gint *indicies; in tree_view_button_press() local
305 indicies = gtk_tree_path_get_indices(path); in tree_view_button_press()
308 if (cwin->display_limit * cwin->page_index + *indicies >= cwin->nr_candidates) in tree_view_button_press()
/dports/textproc/uim-m17nlib/uim-d1ac9d9/gtk2/immodule/
H A Duim-cand-win-vertical-gtk.c196 gint *indicies; in tree_selection_change() local
205 indicies = gtk_tree_path_get_indices(path); in tree_selection_change()
206 g_return_val_if_fail(indicies, TRUE); in tree_selection_change()
207 idx = *indicies + cwin->display_limit * cwin->page_index; in tree_selection_change()
291 gint *indicies; in tree_view_button_press() local
305 indicies = gtk_tree_path_get_indices(path); in tree_view_button_press()
308 if (cwin->display_limit * cwin->page_index + *indicies >= cwin->nr_candidates) in tree_view_button_press()
/dports/textproc/uim-gtk3/uim-d1ac9d9/gtk2/immodule/
H A Duim-cand-win-vertical-gtk.c196 gint *indicies; in tree_selection_change() local
205 indicies = gtk_tree_path_get_indices(path); in tree_selection_change()
206 g_return_val_if_fail(indicies, TRUE); in tree_selection_change()
207 idx = *indicies + cwin->display_limit * cwin->page_index; in tree_selection_change()
291 gint *indicies; in tree_view_button_press() local
305 indicies = gtk_tree_path_get_indices(path); in tree_view_button_press()
308 if (cwin->display_limit * cwin->page_index + *indicies >= cwin->nr_candidates) in tree_view_button_press()

12345678910>>...28