Home
last modified time | relevance | path

Searched refs:outPaths (Results 1 – 25 of 33) sorted by relevance

12

/dports/sysutils/helm/helm-3.5.2/vendor/github.com/exponent-io/jsonpath/
H A Dpath_test.go97 outPaths := []JsonPath{}
110 outPaths = append(outPaths, d.Path())
124 if len(outPaths) != len(expPaths) {
125 t.Errorf("Outpaths has %v elements, expected %v", len(outPaths), len(expPaths))
128 if !v.Equal(outPaths[i]) {
129 t.Errorf("@%v exp: %T:%v but was: %T:%v", i, v, v, outPaths[i], outPaths[i])
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/apps/gustaf/
H A Djoin_mates.cpp58 seqan::String<seqan::CharString> outPaths; member
141 resize(options.outPaths, getOptionValueCount(parser, "o"), seqan::Exact()); in parseCommandLine()
142 for (unsigned i = 0; i < length(options.outPaths); ++i) in parseCommandLine()
143 getOptionValue(options.outPaths[i], parser, "o", i); in parseCommandLine()
156 if (length(options.inPaths) == 1 && length(options.outPaths) == 1) in parseCommandLine()
420 std::cout << "OUTPUT FILE \t" << options.outPaths[0] << '\n'; in main()
421 if (length(options.outPaths) > 1) in main()
422 std::cout << "OUTPUT FILE 2 \t" << options.outPaths[1] << '\n'; in main()
439 _writeSequences(options.outPaths[0], seqs, sIds, quals); in main()
445 …_writeSequences(options.outPaths[0], options.outPaths[1], options.revCompl, seqs, mateSeqs, sIds, … in main()
/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmSearchPath.cxx23 std::vector<std::string>& outPaths, in ExtractWithout() argument
27 outPaths.clear(); in ExtractWithout()
31 outPaths.push_back(path); in ExtractWithout()
45 std::vector<std::string> outPaths; in AddUserPath() local
59 cmSystemTools::GlobDirs(expanded, outPaths); in AddUserPath()
66 cmSystemTools::GlobDirs(expanded, outPaths); in AddUserPath()
70 for (std::string const& p : outPaths) { in AddUserPath()
H A DcmFindPackageCommand.h133 void LoadPackageRegistryDir(std::string const& dir, cmSearchPath& outPaths);
137 cmSearchPath& outPaths);
139 cmSearchPath& outPaths);
H A DcmSearchPath.h33 std::vector<std::string>& outPaths,
/dports/devel/cmake-doc/cmake-3.22.1/Source/
H A DcmSearchPath.cxx23 std::vector<std::string>& outPaths, in ExtractWithout() argument
27 outPaths.clear(); in ExtractWithout()
31 outPaths.push_back(path); in ExtractWithout()
45 std::vector<std::string> outPaths; in AddUserPath() local
59 cmSystemTools::GlobDirs(expanded, outPaths); in AddUserPath()
66 cmSystemTools::GlobDirs(expanded, outPaths); in AddUserPath()
70 for (std::string const& p : outPaths) { in AddUserPath()
H A DcmFindPackageCommand.h133 void LoadPackageRegistryDir(std::string const& dir, cmSearchPath& outPaths);
137 cmSearchPath& outPaths);
139 cmSearchPath& outPaths);
H A DcmSearchPath.h33 std::vector<std::string>& outPaths,
/dports/devel/cmake/cmake-3.22.1/Source/
H A DcmSearchPath.cxx23 std::vector<std::string>& outPaths, in ExtractWithout() argument
27 outPaths.clear(); in ExtractWithout()
31 outPaths.push_back(path); in ExtractWithout()
45 std::vector<std::string> outPaths; in AddUserPath() local
59 cmSystemTools::GlobDirs(expanded, outPaths); in AddUserPath()
66 cmSystemTools::GlobDirs(expanded, outPaths); in AddUserPath()
70 for (std::string const& p : outPaths) { in AddUserPath()
H A DcmFindPackageCommand.h133 void LoadPackageRegistryDir(std::string const& dir, cmSearchPath& outPaths);
137 cmSearchPath& outPaths);
139 cmSearchPath& outPaths);
H A DcmSearchPath.h33 std::vector<std::string>& outPaths,
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/api/file/
H A DSJFM_Locations.java81 Iterable<? extends Path> outPaths = fm.getLocationAsPaths(l); in test_setFiles_getPaths() local
82 compare(inFiles, outPaths); in test_setFiles_getPaths()
97 Iterable<? extends Path> outPaths = fm.getLocationAsPaths(l); in test_setPaths_getPaths() local
98 compare(inPaths, outPaths); in test_setPaths_getPaths()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/javac/api/file/
H A DSJFM_Locations.java81 Iterable<? extends Path> outPaths = fm.getLocationAsPaths(l); in test_setFiles_getPaths() local
82 compare(inFiles, outPaths); in test_setFiles_getPaths()
97 Iterable<? extends Path> outPaths = fm.getLocationAsPaths(l); in test_setPaths_getPaths() local
98 compare(inPaths, outPaths); in test_setPaths_getPaths()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/api/file/
H A DSJFM_Locations.java81 Iterable<? extends Path> outPaths = fm.getLocationAsPaths(l); in test_setFiles_getPaths() local
82 compare(inFiles, outPaths); in test_setFiles_getPaths()
97 Iterable<? extends Path> outPaths = fm.getLocationAsPaths(l); in test_setPaths_getPaths() local
98 compare(inPaths, outPaths); in test_setPaths_getPaths()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/api/file/
H A DSJFM_Locations.java81 Iterable<? extends Path> outPaths = fm.getLocationAsPaths(l); in test_setFiles_getPaths() local
82 compare(inFiles, outPaths); in test_setFiles_getPaths()
97 Iterable<? extends Path> outPaths = fm.getLocationAsPaths(l); in test_setPaths_getPaths() local
98 compare(inPaths, outPaths); in test_setPaths_getPaths()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/api/file/
H A DSJFM_Locations.java81 Iterable<? extends Path> outPaths = fm.getLocationAsPaths(l); in test_setFiles_getPaths() local
82 compare(inFiles, outPaths); in test_setFiles_getPaths()
97 Iterable<? extends Path> outPaths = fm.getLocationAsPaths(l); in test_setPaths_getPaths() local
98 compare(inPaths, outPaths); in test_setPaths_getPaths()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/javac/api/file/
H A DSJFM_Locations.java81 Iterable<? extends Path> outPaths = fm.getLocationAsPaths(l); in test_setFiles_getPaths() local
82 compare(inFiles, outPaths); in test_setFiles_getPaths()
97 Iterable<? extends Path> outPaths = fm.getLocationAsPaths(l); in test_setPaths_getPaths() local
98 compare(inPaths, outPaths); in test_setPaths_getPaths()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/javac/api/file/
H A DSJFM_Locations.java81 Iterable<? extends Path> outPaths = fm.getLocationAsPaths(l); in test_setFiles_getPaths() local
82 compare(inFiles, outPaths); in test_setFiles_getPaths()
97 Iterable<? extends Path> outPaths = fm.getLocationAsPaths(l); in test_setPaths_getPaths() local
98 compare(inPaths, outPaths); in test_setPaths_getPaths()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/api/file/
H A DSJFM_Locations.java81 Iterable<? extends Path> outPaths = fm.getLocationAsPaths(l); in test_setFiles_getPaths() local
82 compare(inFiles, outPaths); in test_setFiles_getPaths()
97 Iterable<? extends Path> outPaths = fm.getLocationAsPaths(l); in test_setPaths_getPaths() local
98 compare(inPaths, outPaths); in test_setPaths_getPaths()
/dports/sysutils/nix/nix-2.3.10/src/libstore/
H A Dmisc.cc130 PathSet outPaths; in queryMissing() member
165 drvState->outPaths.insert(outPath); in queryMissing()
167 for (auto & path : drvState->outPaths) in queryMissing()
/dports/sysutils/nix/nix-2.3.10/src/nix/
H A Dinstallables.cc273 PathSet outPaths; in toStorePaths() local
277 outPaths.insert(output.second); in toStorePaths()
279 return outPaths; in toStorePaths()
H A Drun.cc98 auto outPaths = toStorePaths(store, Build, installables); in run() local
129 for (auto & path : outPaths) todo.push(path); in run()
/dports/graphics/nanort/nanort-b1feea8/examples/common/nativefiledialog/src/include/
H A Dnfd.h46 nfdpathset_t *outPaths );
/dports/sysutils/nix/nix-2.3.10/src/nix-build/
H A Dnix-build.cc464 std::vector<Path> outPaths; in _main() local
491 outPaths.push_back(outPath); in _main()
502 for (auto & path : outPaths) in _main()
/dports/graphics/nanort/nanort-b1feea8/examples/common/nativefiledialog/src/
H A Dnfd_gtk.c227 nfdpathset_t *outPaths ) in NFD_OpenDialogMultiple() argument
256 if ( AllocPathSet( fileList, outPaths ) == NFD_ERROR ) in NFD_OpenDialogMultiple()

12