Home
last modified time | relevance | path

Searched refs:outName (Results 1 – 25 of 975) sorted by relevance

12345678910>>...39

/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/tools/
H A DIndexFeatureFileIntegrationTest.java44 "-O" , outName.getAbsolutePath() in testVCFIndex()
103 "-O", outName.getAbsolutePath() in testIndexNonFeatureFileGZ()
115 "-O", outName.getAbsolutePath() in testIndexBCFFileGZ()
127 "-O" , outName.getAbsolutePath() in testVCFGZIndex_tabixRequires_tbi_name()
140 "-O" , outName.getAbsolutePath() in testVCFGZIndex_tabix()
211 "-O" , outName.getAbsolutePath() in testVCFGZIPIndex()
233 "-O" , outName.getAbsolutePath() in testBCFIndex()
251 "-O", outName.getAbsolutePath() in testUncompressedBCF2_2Index()
263 "-O", outName.getAbsolutePath() in testCompressedBCF2_2Index()
277 "-O" , outName.getAbsolutePath() in testGVCFTreatedAsVCFIndex()
[all …]
/dports/devel/ticcutils/ticcutils-0.28/src/
H A Dzipper.cxx40 bool bz2Compress( const string& inName, const string& outName ){ in bz2Compress() argument
52 string outname = outName; in bz2Compress()
66 bool bz2Decompress( const string& inName, const string& outName ){ in bz2Decompress() argument
78 string outname = outName; in bz2Decompress()
146 bool bz2WriteFile( const string& outName, const string& buffer ){ in bz2WriteFile() argument
153 ofstream outfile( outName, ios::binary); in bz2WriteFile()
204 bool gzWriteFile( const string& outName, const string& buffer ){ in gzWriteFile() argument
211 ogzstream outfile( outName, ios::binary|ios::out ); in gzWriteFile()
219 bool gzCompress( const string& inName, const string& outName ){ in gzCompress() argument
231 string outname = outName; in gzCompress()
[all …]
/dports/emulators/bsvc/bsvc-2.4.6/src/Assemblers/68kasm/
H A Dmain.c49 char fileName[64], outName[64], *p; in main() local
111 strcpy(outName, fileName); in main()
114 p = strchr(outName, ';'); in main()
119 p = outName + strlen(outName); in main()
120 while (p >= outName && *p != ':' && *p != ']') in main()
122 if (p >= outName) in main()
123 strcpy(outName, ++p); in main()
126 p = strchr(outName, '.'); in main()
128 p = outName + strlen(outName); in main()
132 initList(outName); in main()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/glsl/
H A DGrGLSLUniformHandler.h38 const char** outName = nullptr) {
40 return this->addUniformArray(visibility, type, precision, name, 0, outName);
46 const char** outName = nullptr) {
47 return this->addUniform(visibility, type, kDefault_GrSLPrecision, name, outName);
55 const char** outName = nullptr) {
59 outName);
66 const char** outName = nullptr) {
70 arrayCount, outName);
103 const char** outName) = 0;
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.Pipes/tests/NamedPipeTests/
H A DNamedPipeTest.CrossProcess.cs18 string outName = GetUniquePipeName(); in PingPong_Sync()
23 using (var outbound = new NamedPipeServerStream(outName, PipeDirection.Out)) in PingPong_Sync()
25 using (RemoteInvoke(PingPong_OtherProcess, outName, inName)) in PingPong_Sync()
44 string outName = GetUniquePipeName(); in PingPong_Async()
49 using (var outbound = new NamedPipeServerStream(outName, PipeDirection.Out)) in PingPong_Async()
51 using (RemoteInvoke(PingPong_OtherProcess, outName, inName)) in PingPong_Async()
70 private static int PingPong_OtherProcess(string inName, string outName) in PingPong_OtherProcess() argument
74 using (var outbound = new NamedPipeServerStream(outName, PipeDirection.Out)) in PingPong_OtherProcess()
/dports/math/timbl/timbl-6.6/src/
H A DCVExperiment.cxx146 string outName; in Test() local
149 outName = correct_path( FileNames[SkipFile], outPath, false ); in Test()
150 outName += ".cv"; in Test()
151 percName = outName; in Test()
160 result = TimblExperiment::Test( FileNames[SkipFile], outName ); in Test()
171 outName = correct_path( FileNames[NumOfFiles-1], outPath, false ); in Test()
172 outName += ".cv"; in Test()
173 percName = outName; in Test()
182 result = TimblExperiment::Test( FileNames[NumOfFiles-1], outName ); in Test()
/dports/biology/canu/canu-2.2/src/seqrequester/src/seqrequester/
H A DoutGA.C7 char outName[FILENAME_MAX+1]; in outGA() local
10 sprintf(outName, "%s.GA.bed", outPrefix); in outGA()
11 FILE *fGA = AS_UTL_openOutputFile(outName); in outGA()
12 sprintf(outName, "%s.TC.bed", outPrefix); in outGA()
13 FILE *fTC = AS_UTL_openOutputFile(outName); in outGA()
16 sprintf(outName, "%s.GA.%u.bed", outPrefix, window); in outGA()
17 FILE *fGAw = AS_UTL_openOutputFile(outName); in outGA()
18 sprintf(outName, "%s.TC.%u.bed", outPrefix, window); in outGA()
19 FILE *fTCw = AS_UTL_openOutputFile(outName); in outGA()
/dports/games/zoom/zoom-1.1.5/src/
H A Dcarbonsupport.c611 if (outName.unicode[outName.length-3] == '.' && in zcode_filter()
613 outName.unicode[outName.length-1] >= '3' && in zcode_filter()
614 outName.unicode[outName.length-1] <= '8') in zcode_filter()
618 else if (outName.unicode[outName.length-3] == '.' && in zcode_filter()
619 tolower(outName.unicode[outName.length-2]) == 'z' && in zcode_filter()
620 tolower(outName.unicode[outName.length-1]) >= 'l' && in zcode_filter()
621 tolower(outName.unicode[outName.length-1]) <= 'b') in zcode_filter()
678 if (outName.unicode[outName.length-4] == '.' && in savegame_filter()
679 outName.unicode[outName.length-3] == 'q' && in savegame_filter()
680 outName.unicode[outName.length-2] == 'u' && in savegame_filter()
[all …]
/dports/multimedia/mp4v2/mp4v2-2.0.0/util/
H A Dmp4extract.cpp190 static string outName; in ExtractTrack() local
197 outName = ss.str(); in ExtractTrack()
199 outName = dstFileName; in ExtractTrack()
202 if( out.open( outName.c_str(), File::MODE_CREATE )) { in ExtractTrack()
203 … fprintf( stderr, "%s: can't open %s: %s\n", ProgName, outName.c_str(), sys::getLastErrorStr() ); in ExtractTrack()
224 … fprintf( stderr, "%s: read sample %u for %s failed\n", ProgName, sampleId, outName.c_str() ); in ExtractTrack()
231 outName = ss.str(); in ExtractTrack()
233 if( out.open( outName.c_str(), File::MODE_CREATE )) { in ExtractTrack()
234 … fprintf( stderr, "%s: can't open %s: %s\n", ProgName, outName.c_str(), sys::getLastErrorStr() ); in ExtractTrack()
241 …fprintf( stderr, "%s: write to %s failed: %s\n", ProgName, outName.c_str(), sys::getLastErrorStr()… in ExtractTrack()
/dports/audio/ardour6/Ardour-6.8.0/libs/appleutility/CoreAudio105/
H A DCAStreamBasicDescription.cpp197 …n::GetSimpleName(const AudioStreamBasicDescription& inDescription, char* outName, bool inAbbreviat… in GetSimpleName() argument
264 …sprintf(outName, "%s %d Ch %s %s%d", theMixabilityString, (int)inDescription.mChannelsPerFrame, th… in GetSimpleName()
275 …sprintf(outName, "%s %d Ch %s%d", theMixabilityString, (int)inDescription.mChannelsPerFrame, theKi… in GetSimpleName()
300 …sprintf(outName, "%s %d Channel %d Bit %s", theMixabilityString, (int)inDescription.mChannelsPerFr… in GetSimpleName()
308 strcpy(outName, "AC-3"); in GetSimpleName()
312 strcpy(outName, "AC-3 for SPDIF"); in GetSimpleName()
318 outName[0] = the4CCString[0]; in GetSimpleName()
319 outName[1] = the4CCString[1]; in GetSimpleName()
320 outName[2] = the4CCString[2]; in GetSimpleName()
321 outName[3] = the4CCString[3]; in GetSimpleName()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/helptools/src/java/org/scilab/modules/helptools/
H A DCHMDocbookTagConverter.java37 private String outName; field in CHMDocbookTagConverter
50 this.outName = new File(outName).getCanonicalPath() + File.separator; in CHMDocbookTagConverter()
179 buffer.append(outName); in convertFileList()
183 buffer.append(outName); in convertFileList()
196 buffer.append(outName); in convertFileList()
198 buffer.append(outName); in convertFileList()
200 buffer.append(outName); in convertFileList()
203 buffer.append(outName); in convertFileList()
222 buffer.append(outName); in convertTreeId()
239 buffer.append(outName); in convertTree()
/dports/databases/tile38/tile38-1.12.0/vendor/github.com/aws/aws-sdk-go/private/model/cli/gen-endpoints/
H A Dmain.go23 var modelName, outName string
25 flag.StringVar(&outName, "out", "", "File to write generated endpoints to.")
28 if len(modelName) == 0 || len(outName) == 0 {
38 outFile, err := os.Create(outName)
44 exitErrorf("failed to successfully write %q file, %v", outName, err)
/dports/sysutils/aptly/aptly-1.4.0/vendor/github.com/aws/aws-sdk-go/private/model/cli/gen-endpoints/
H A Dmain.go23 var modelName, outName string
25 flag.StringVar(&outName, "out", "", "File to write generated endpoints to.")
28 if len(modelName) == 0 || len(outName) == 0 {
38 outFile, err := os.Create(outName)
44 exitErrorf("failed to successfully write %q file, %v", outName, err)
/dports/devel/awless/awless-0.1.11/vendor/github.com/aws/aws-sdk-go/private/model/cli/gen-endpoints/
H A Dmain.go23 var modelName, outName string
25 flag.StringVar(&outName, "out", "", "File to write generated endpoints to.")
28 if len(modelName) == 0 || len(outName) == 0 {
38 outFile, err := os.Create(outName)
44 exitErrorf("failed to successfully write %q file, %v", outName, err)
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/github.com/aws/aws-sdk-go/aws-sdk-go-1.15.11/private/model/cli/gen-endpoints/
H A Dmain.go23 var modelName, outName string
25 flag.StringVar(&outName, "out", "", "File to write generated endpoints to.")
28 if len(modelName) == 0 || len(outName) == 0 {
38 outFile, err := os.Create(outName)
44 exitErrorf("failed to successfully write %q file, %v", outName, err)
/dports/security/vuls/vuls-0.13.7/vendor/github.com/aws/aws-sdk-go/private/model/cli/gen-endpoints/
H A Dmain.go23 var modelName, outName string
25 flag.StringVar(&outName, "out", "", "File to write generated endpoints to.")
28 if len(modelName) == 0 || len(outName) == 0 {
38 outFile, err := os.Create(outName)
44 exitErrorf("failed to successfully write %q file, %v", outName, err)
/dports/devel/app-builder/app-builder-3.4.2/vendor/github.com/aws/aws-sdk-go/private/model/cli/gen-endpoints/
H A Dmain.go23 var modelName, outName string
25 flag.StringVar(&outName, "out", "", "File to write generated endpoints to.")
28 if len(modelName) == 0 || len(outName) == 0 {
38 outFile, err := os.Create(outName)
44 exitErrorf("failed to successfully write %q file, %v", outName, err)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/aws/aws-sdk-go/private/model/cli/gen-endpoints/
H A Dmain.go23 var modelName, outName string
25 flag.StringVar(&outName, "out", "", "File to write generated endpoints to.")
28 if len(modelName) == 0 || len(outName) == 0 {
38 outFile, err := os.Create(outName)
44 exitErrorf("failed to successfully write %q file, %v", outName, err)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/aws/aws-sdk-go/private/model/cli/gen-endpoints/
H A Dmain.go24 var modelName, outName string
26 flag.StringVar(&outName, "out", "", "File to write generated endpoints to.")
29 if len(modelName) == 0 || len(outName) == 0 {
39 outFile, err := os.Create(outName)
45 exitErrorf("failed to successfully write %q file, %v", outName, err)
/dports/net/rclone/rclone-1.57.0/vendor/github.com/aws/aws-sdk-go/private/model/cli/gen-endpoints/
H A Dmain.go24 var modelName, outName string
26 flag.StringVar(&outName, "out", "", "File to write generated endpoints to.")
29 if len(modelName) == 0 || len(outName) == 0 {
39 outFile, err := os.Create(outName)
45 exitErrorf("failed to successfully write %q file, %v", outName, err)
/dports/security/lego/lego-4.5.3/vendor/github.com/aws/aws-sdk-go/private/model/cli/gen-endpoints/
H A Dmain.go23 var modelName, outName string
25 flag.StringVar(&outName, "out", "", "File to write generated endpoints to.")
28 if len(modelName) == 0 || len(outName) == 0 {
38 outFile, err := os.Create(outName)
44 exitErrorf("failed to successfully write %q file, %v", outName, err)
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/aws/aws-sdk-go/private/model/cli/gen-endpoints/
H A Dmain.go23 var modelName, outName string
25 flag.StringVar(&outName, "out", "", "File to write generated endpoints to.")
28 if len(modelName) == 0 || len(outName) == 0 {
38 outFile, err := os.Create(outName)
44 exitErrorf("failed to successfully write %q file, %v", outName, err)
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/github.com/aws/aws-sdk-go/aws-sdk-go-1.30.0/private/model/cli/gen-endpoints/
H A Dmain.go23 var modelName, outName string
25 flag.StringVar(&outName, "out", "", "File to write generated endpoints to.")
28 if len(modelName) == 0 || len(outName) == 0 {
38 outFile, err := os.Create(outName)
44 exitErrorf("failed to successfully write %q file, %v", outName, err)
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/aws/aws-sdk-go/private/model/cli/gen-endpoints/
H A Dmain.go23 var modelName, outName string
25 flag.StringVar(&outName, "out", "", "File to write generated endpoints to.")
28 if len(modelName) == 0 || len(outName) == 0 {
38 outFile, err := os.Create(outName)
44 exitErrorf("failed to successfully write %q file, %v", outName, err)
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/aws/aws-sdk-go/private/model/cli/gen-endpoints/
H A Dmain.go23 var modelName, outName string
25 flag.StringVar(&outName, "out", "", "File to write generated endpoints to.")
28 if len(modelName) == 0 || len(outName) == 0 {
38 outFile, err := os.Create(outName)
44 exitErrorf("failed to successfully write %q file, %v", outName, err)

12345678910>>...39