Home
last modified time | relevance | path

Searched refs:outputPath (Results 1 – 25 of 1145) sorted by relevance

12345678910>>...46

/dports/science/InsightToolkit/ITK-5.0.1/Modules/IO/VTK/test/
H A DitkVTKImageIO2Test.cxx42 std::string &outputPath ) in SetupFileName() argument
51 if (outputPath[outputPath.size()-1] == '\\') in SetupFileName()
53 m_OutputFileName << outputPath << m_NameWithIndex.str(); in SetupFileName()
62 if (outputPath[outputPath.size()-1] == '/') in SetupFileName()
64 m_OutputFileName << outputPath << m_NameWithIndex.str(); in SetupFileName()
78 std::string &outputPath, in Write() argument
163 std::string &outputPath, in Read() argument
293 std::string &outputPath ) in CanReadFileTest() argument
307 std::string &outputPath ) in CanWriteFileTest() argument
376 std::string outputPath = argv[1]; in itkVTKImageIO2Test() local
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/IO/MRC/test/
H A DitkMRCImageIOTest.cxx37 std::string &outputPath,
44 ::Write( const std::string &filePrefix, std::string &outputPath ) in Write() argument
100 if (outputPath[outputPath.size()-1] == '\\') in Write()
102 m_OutputFileName << outputPath << m_NameWithIndex.str(); in Write()
112 if (outputPath[outputPath.size()-1] == '/') in Write()
114 m_OutputFileName << outputPath << m_NameWithIndex.str(); in Write()
146 std::string &outputPath, in Read() argument
170 if (outputPath[outputPath.size()-1] == '\\') in Read()
172 m_OutputFileName << outputPath << m_NameWithIndex.str(); in Read()
182 if (outputPath[outputPath.size()-1] == '/') in Read()
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/Microsoft/hcsshim/scripts/
H A DGet-ContainerLogs.ps13 $outputPath = join-path $env:TEMP "container-logs-$now" variable
5 mkdir $outputPath | Out-Null variable
12 $out=join-path $outputPath "$elName.evtx" in gethveventlog()
22 $outPath = join-path $outputPath "$elName.evtx" in getnteventlog()
33 Copy-Item $lookingFor $outputPath
41 $state = Join-Path $outputPath "state"
52 Copy-Item $lookingFor $outputPath
63 Copy-Item $lookingFor $outputPath
84 $di = $(Join-Path $outputPath "driveinfo.txt")
100 Compress-Archive $outputPath/* -DestinationPath $zip variable
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/Microsoft/hcsshim/scripts/
H A DGet-ContainerLogs.ps13 $outputPath = join-path $env:TEMP "container-logs-$now" variable
5 mkdir $outputPath | Out-Null variable
12 $out=join-path $outputPath "$elName.evtx" in gethveventlog()
22 $outPath = join-path $outputPath "$elName.evtx" in getnteventlog()
33 Copy-Item $lookingFor $outputPath
41 $state = Join-Path $outputPath "state"
52 Copy-Item $lookingFor $outputPath
63 Copy-Item $lookingFor $outputPath
84 $di = $(Join-Path $outputPath "driveinfo.txt")
100 Compress-Archive $outputPath/* -DestinationPath $zip variable
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/Microsoft/hcsshim/scripts/
H A DGet-ContainerLogs.ps13 $outputPath = join-path $env:TEMP "container-logs-$now" variable
5 mkdir $outputPath | Out-Null variable
12 $out=join-path $outputPath "$elName.evtx" in gethveventlog()
22 $outPath = join-path $outputPath "$elName.evtx" in getnteventlog()
33 Copy-Item $lookingFor $outputPath
41 $state = Join-Path $outputPath "state"
52 Copy-Item $lookingFor $outputPath
63 Copy-Item $lookingFor $outputPath
84 $di = $(Join-Path $outputPath "driveinfo.txt")
100 Compress-Archive $outputPath/* -DestinationPath $zip variable
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/Microsoft/hcsshim/scripts/
H A DGet-ContainerLogs.ps13 $outputPath = join-path $env:TEMP "container-logs-$now" variable
5 mkdir $outputPath | Out-Null variable
12 $out=join-path $outputPath "$elName.evtx" in gethveventlog()
22 $outPath = join-path $outputPath "$elName.evtx" in getnteventlog()
33 Copy-Item $lookingFor $outputPath
41 $state = Join-Path $outputPath "state"
52 Copy-Item $lookingFor $outputPath
63 Copy-Item $lookingFor $outputPath
84 $di = $(Join-Path $outputPath "driveinfo.txt")
100 Compress-Archive $outputPath/* -DestinationPath $zip variable
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libphonenumber/dist/tools/java/java-build/src/com/google/i18n/phonenumbers/buildtools/
H A DPhonePrefixDataIOHandler.java28 private final File outputPath; field in PhonePrefixDataIOHandler
30 public PhonePrefixDataIOHandler(File outputPath) throws IOException { in PhonePrefixDataIOHandler() argument
31 if (outputPath.exists()) { in PhonePrefixDataIOHandler()
32 if (!outputPath.isDirectory()) { in PhonePrefixDataIOHandler()
33 throw new IOException("Expected directory: " + outputPath.getAbsolutePath()); in PhonePrefixDataIOHandler()
36 if (!outputPath.mkdirs()) { in PhonePrefixDataIOHandler()
37 throw new IOException("Could not create directory " + outputPath.getAbsolutePath()); in PhonePrefixDataIOHandler()
40 this.outputPath = outputPath; in PhonePrefixDataIOHandler()
52 return new File(outputPath, path); in createFile()
/dports/devel/libphonenumber/libphonenumber-8.12.39/tools/java/java-build/src/com/google/i18n/phonenumbers/buildtools/
H A DPhonePrefixDataIOHandler.java28 private final File outputPath; field in PhonePrefixDataIOHandler
30 public PhonePrefixDataIOHandler(File outputPath) throws IOException { in PhonePrefixDataIOHandler() argument
31 if (outputPath.exists()) { in PhonePrefixDataIOHandler()
32 if (!outputPath.isDirectory()) { in PhonePrefixDataIOHandler()
33 throw new IOException("Expected directory: " + outputPath.getAbsolutePath()); in PhonePrefixDataIOHandler()
36 if (!outputPath.mkdirs()) { in PhonePrefixDataIOHandler()
37 throw new IOException("Could not create directory " + outputPath.getAbsolutePath()); in PhonePrefixDataIOHandler()
40 this.outputPath = outputPath; in PhonePrefixDataIOHandler()
52 return new File(outputPath, path); in createFile()
/dports/devel/msbuild/msbuild-0.06/src/Build.UnitTests/
H A DTargetsFile_Test.cs42 <OutputPath>" + outputPath + @"</OutputPath> in TargetARM()
68 ObjectModelHelpers.DeleteDirectory(outputPath); in TargetARM()
120 ObjectModelHelpers.DeleteDirectory(outputPath); in AnyCPULibraryProjectIsNot32BitPreferred()
171 ObjectModelHelpers.DeleteDirectory(outputPath); in ExplicitAnyCPULibraryProjectIsNot32BitPreferred()
227 ObjectModelHelpers.DeleteDirectory(outputPath); in AnyCPUWinMDObjProjectIsNot32BitPreferred()
284 ObjectModelHelpers.DeleteDirectory(outputPath); in ExplicitAnyCPUWinMDObjProjectIsNot32BitPreferred()
334 ObjectModelHelpers.DeleteDirectory(outputPath); in AnyCPUExeProjectIs32BitPreferred()
385 ObjectModelHelpers.DeleteDirectory(outputPath); in ExplicitAnyCPUExeProjectIs32BitPreferred()
435 ObjectModelHelpers.DeleteDirectory(outputPath); in AnyCPU40ExeProjectIsNot32BitPreferred()
486 ObjectModelHelpers.DeleteDirectory(outputPath); in ExplicitAnyCPU40ExeProjectIsNot32BitPreferred()
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/lottie-ios/lottie-swift/src/Private/NodeRenderSystem/Nodes/OutputNodes/
H A DGroupOutputNode.swift23 private(set) var outputPath: CGPath? = nil variable
28 outputPath = nil in setTransform()
34 outputPath = parent?.outputPath in hasOutputUpdates()
40 outputPath = nil in hasOutputUpdates()
44 outputPath = nil in hasOutputUpdates()
48 if outputPath == nil { in hasOutputUpdates()
52 if let parentNode = parent, let parentPath = parentNode.outputPath { in hasOutputUpdates()
58 let rootPath = rootNode.outputPath, in hasOutputUpdates()
64 outputPath = newPath in hasOutputUpdates()
H A DPathOutputNode.swift20 fileprivate(set) var outputPath: CGPath? = nil variable
29 outputPath = parent?.outputPath in hasOutputUpdates()
38 outputPath = nil in hasOutputUpdates()
41 if outputPath == nil { in hasOutputUpdates()
45 if let parentNode = parent, let parentPath = parentNode.outputPath { in hasOutputUpdates()
53 outputPath = newPath in hasOutputUpdates()
68 outputPath = nil in removePaths()
76 outputPath = nil in setPath()
83 outputPath = nil in appendPath()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/Path/test/
H A DitkChainCodeToFourierSeriesPathFilterTest.cxx79 FSPathType::Pointer outputPath = chainCodeToFSPathFilter->GetOutput(); in itkChainCodeToFourierSeriesPathFilterTest() local
90 << outputPath->Evaluate( 0.0 ) << "] to [" << outputPath->Evaluate( 1.0 ) in itkChainCodeToFourierSeriesPathFilterTest()
91 << "] with a center at [" << outputPath->Evaluate( 0.5 ) << "]." << std::endl; in itkChainCodeToFourierSeriesPathFilterTest()
93 if( int( 0.5 + 1000 * ( outputPath->Evaluate( 1.0 ) )[0] ) != in itkChainCodeToFourierSeriesPathFilterTest()
94 int( 0.5 + 1000 * ( outputPath->Evaluate( 0.0 ) )[0] ) || in itkChainCodeToFourierSeriesPathFilterTest()
95 int( 0.5 + 1000 * ( outputPath->Evaluate( 1.0 ) )[1] ) != in itkChainCodeToFourierSeriesPathFilterTest()
96 int( 0.5 + 1000 * ( outputPath->Evaluate( 0.0 ) )[1] ) || in itkChainCodeToFourierSeriesPathFilterTest()
97 int( 0.5 + ( outputPath->Evaluate( 0.5 ) )[0] ) < 31 || in itkChainCodeToFourierSeriesPathFilterTest()
98 int( 0.5 + ( outputPath->Evaluate( 0.5 ) )[0] ) > 32 || in itkChainCodeToFourierSeriesPathFilterTest()
99 int( 0.5 + ( outputPath->Evaluate( 0.5 ) )[1] ) != 33 ) in itkChainCodeToFourierSeriesPathFilterTest()
/dports/www/phalcon4/cphalcon-4.1.1/tests/unit/Logger/Logger/
H A DSetAdaptersCest.php30 $outputPath = logsDir();
31 $adapter1 = new Stream($outputPath . $fileName1);
32 $adapter2 = new Stream($outputPath . $fileName2);
55 $I->safeDeleteFile($outputPath . $fileName1);
56 $I->safeDeleteFile($outputPath . $fileName2);
67 $outputPath = logsDir();
68 $adapter1 = new Stream($outputPath . $fileName1);
69 $adapter2 = new Stream($outputPath . $fileName2);
87 $I->safeDeleteFile($outputPath . $fileName1);
88 $I->safeDeleteFile($outputPath . $fileName2);
H A DGetAdapterCest.php32 $outputPath = logsDir();
33 $adapter1 = new Stream($outputPath . $fileName1);
48 $I->safeDeleteFile($outputPath . $fileName1);
75 $outputPath = logsDir();
77 $adapter1 = new Stream($outputPath . $fileName1);
78 $adapter2 = new Stream($outputPath . $fileName2);
105 $I->amInPath($outputPath);
114 $I->amInPath($outputPath);
124 $I->amInPath($outputPath);
135 $I->safeDeleteFile($outputPath . $fileName1);
[all …]
H A DRemoveAdapterCest.php32 $outputPath = logsDir();
33 $adapter1 = new Stream($outputPath . $fileName1);
34 $adapter2 = new Stream($outputPath . $fileName2);
53 $I->safeDeleteFile($outputPath . $fileName1);
54 $I->safeDeleteFile($outputPath . $fileName2);
65 $outputPath = logsDir();
68 $adapter1 = new Stream($outputPath . $fileName1);
88 $I->safeDeleteFile($outputPath . $fileName1);
/dports/devel/hadoop/hadoop-1.2.1/src/mapred/org/apache/hadoop/mapreduce/lib/output/
H A DFileOutputCommitter.java52 private Path outputPath = null; field in FileOutputCommitter
61 public FileOutputCommitter(Path outputPath, in FileOutputCommitter() argument
63 if (outputPath != null) { in FileOutputCommitter()
64 this.outputPath = outputPath; in FileOutputCommitter()
66 workPath = new Path(outputPath, in FileOutputCommitter()
79 if (outputPath != null) { in setupJob()
96 if (outputPath != null) { in markOutputDirSuccessful()
98 if (fileSys.exists(outputPath)) { in markOutputDirSuccessful()
100 Path filePath = new Path(outputPath, SUCCEEDED_FILE_NAME); in markOutputDirSuccessful()
124 if (outputPath != null) { in cleanupJob()
[all …]
/dports/sysutils/consul/consul-1.10.3/command/debug/
H A Ddebug_test.go55 "-output=" + outputPath,
92 "-output=" + outputPath,
160 outputPath := ""
163 "-output=" + outputPath,
193 outputPath := ""
196 "-output=" + outputPath,
229 "-output=" + outputPath,
314 "-output=" + outputPath,
488 println(outputPath)
491 "-output=" + outputPath,
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/command/debug/
H A Ddebug_test.go55 "-output=" + outputPath,
92 "-output=" + outputPath,
160 outputPath := ""
163 "-output=" + outputPath,
193 outputPath := ""
196 "-output=" + outputPath,
229 "-output=" + outputPath,
314 "-output=" + outputPath,
488 println(outputPath)
491 "-output=" + outputPath,
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/command/debug/
H A Ddebug_test.go55 "-output=" + outputPath,
92 "-output=" + outputPath,
160 outputPath := ""
163 "-output=" + outputPath,
193 outputPath := ""
196 "-output=" + outputPath,
229 "-output=" + outputPath,
314 "-output=" + outputPath,
488 println(outputPath)
491 "-output=" + outputPath,
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/command/debug/
H A Ddebug_test.go47 "-output=" + outputPath,
83 "-output=" + outputPath,
163 outputPath := ""
166 "-output=" + outputPath,
198 "-output=" + outputPath,
204 err := os.Mkdir(outputPath, 0755)
282 "-output=" + outputPath,
301 _, err := os.Stat(outputPath)
345 println(outputPath)
348 "-output=" + outputPath,
[all …]
/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/mapred/pipes/
H A DTestPipesAsDifferentUser.java55 Path outputPath = new Path(homeDirectory, "out"); in testPipes()
59 inputPath, outputPath, 3, 2, TestPipes.twoSplitOutput, clusterConf); in testPipes()
60 assertOwnerShip(outputPath); in testPipes()
61 TestPipes.cleanup(dfsCluster.getFileSystem(), outputPath); in testPipes()
64 inputPath, outputPath, 3, 0, TestPipes.noSortOutput, clusterConf); in testPipes()
65 assertOwnerShip(outputPath); in testPipes()
66 TestPipes.cleanup(dfsCluster.getFileSystem(), outputPath); in testPipes()
69 inputPath, outputPath, 3, 2, TestPipes.fixedPartitionOutput, in testPipes()
71 assertOwnerShip(outputPath); in testPipes()
72 TestPipes.cleanup(dfsCluster.getFileSystem(), outputPath); in testPipes()
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/command/debug/
H A Ddebug_test.go49 "-output=" + outputPath,
85 "-output=" + outputPath,
165 outputPath := ""
168 "-output=" + outputPath,
201 "-output=" + outputPath,
207 err := os.Mkdir(outputPath, 0755)
286 "-output=" + outputPath,
305 _, err := os.Stat(outputPath)
350 println(outputPath)
353 "-output=" + outputPath,
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/command/debug/
H A Ddebug_test.go47 "-output=" + outputPath,
83 "-output=" + outputPath,
163 outputPath := ""
166 "-output=" + outputPath,
198 "-output=" + outputPath,
204 err := os.Mkdir(outputPath, 0755)
282 "-output=" + outputPath,
301 _, err := os.Stat(outputPath)
345 println(outputPath)
348 "-output=" + outputPath,
[all …]
/dports/games/ponscripter-07th-mod/ponscripter-fork-3.0.0/src/
H A DSDL_win32_main.c61 static wchar_t outputPath[MAX_PATH]; variable
65 static char outputPath[MAX_PATH]; variable
186 if ( outputPath[0] ) { in cleanup_output()
187 rmdir(outputPath); in cleanup_output()
276 outputPath[0] = 0; in WinMain()
290 CreateDirectory(outputPath, 0); in WinMain()
291 pathlen = strlen(outputPath); in WinMain()
296 if (outputPath[0] == 0) in WinMain()
297 pathlen = GetModuleFileName(0, outputPath, SDL_arraysize(outputPath)); in WinMain()
299 while ( pathlen > 0 && outputPath[pathlen] != '\\' ) { in WinMain()
[all …]
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/tools/uidesccompressor/
H A Dmain.cpp38 std::string outputPath; in main() local
54 outputPath = argc[i]; in main()
67 if (inputPath.empty () || outputPath.empty ()) in main()
71 printf ("Copy %s to %s%s\n", inputPath.data (), outputPath.data (), in main()
82 if (inputPath == outputPath && uiDesc.getOriginalIsCompressed () == false) in main()
85 if (!uiDesc.UIDescription::save (outputPath.data (), flags)) in main()
92 if (inputPath == outputPath && uiDesc.getOriginalIsCompressed () == true) in main()
98 if (!uiDesc.save (outputPath.data (), flags)) in main()

12345678910>>...46