Home
last modified time | relevance | path

Searched refs:toPaths (Results 1 – 7 of 7) sorted by relevance

/dports/science/cdk/cdk-cdk-2.3/base/core/src/main/java/org/openscience/cdk/graph/
H A DShortestPaths.java382 return routeTo[end] != null ? routeTo[end].toPaths(distTo[end] + 1) : EMPTY_PATHS;
631 int[][] toPaths(int n);
660 public int[][] toPaths(int n) {
697 public int[][] toPaths(int n) {
699 int[][] paths = parent.toPaths(n);
743 public int[][] toPaths(int n) {
746 int[][] leftPaths = left.toPaths(n);
747 int[][] rightPaths = right.toPaths(n);
/dports/graphics/digikam/digikam-7.4.0/core/tests/facesengine/recognition/
H A Drecognize_cli.cpp45 QStringList toPaths(char** argv, int startIndex, int argc) in toPaths() function
89 QStringList paths = toPaths(argv, 2, argc); in main()
112 QStringList paths = toPaths(argv, 3, argc); in main()
H A Dface_cluster_cli.cpp100 QStringList toPaths(char** argv, int startIndex, int argc) in toPaths() function
H A Dface_rec_cli.cpp53 QStringList toPaths(char** argv, int startIndex, int argc) in toPaths() function
/dports/graphics/digikam/digikam-7.4.0/core/tests/facesengine/alignment/
H A Dalign_gui.cpp41 QStringList toPaths(char** const argv, int startIndex, int argc) in toPaths() function
135 QStringList paths = toPaths(argv, 1, argc); in main()
/dports/graphics/digikam/digikam-7.4.0/core/tests/facesengine/preprocess/
H A Dpreprocess_gui.cpp42 QStringList toPaths(char** const argv, int startIndex, int argc) in toPaths() function
148 QStringList paths = toPaths(argv, 1, argc); in main()
/dports/cad/ldview/ldview-4.4/MacOSX/LDView/
H A DModelTree.mm377 - (void)addItem:(LDModelTree *)item toPaths:(NSMutableString *)paths
645 [self enumSelectedItemsWithSelector:@selector(addItem:toPaths:) withObject:paths];