Home
last modified time | relevance | path

Searched refs:listFile (Results 1 – 25 of 184) sorted by relevance

12345678

/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/tools/distcp2/
H A DTestFileBasedCopyListing.java116 checkResult(listFile, 0); in caseSingleFileMissingTarget()
142 checkResult(listFile, 0); in caseSingleFileTargetFile()
169 checkResult(listFile, 1); in caseSingleFileTargetDir()
195 checkResult(listFile, 1); in caseSingleDirTargetMissing()
217 checkResult(listFile, 1); in testSingleDirTargetPresent()
239 checkResult(listFile, 1); in testUpdateSingleDirTargetPresent()
266 checkResult(listFile, 3); in caseMultiFileTargetPresent()
292 checkResult(listFile, 3); in caseMultiFileTargetMissing()
314 checkResult(listFile, 4); in testMultiDirTargetPresent()
336 checkResult(listFile, 4); in testUpdateMultiDirTargetPresent()
[all …]
H A DTestIntegration.java53 private static Path listFile; field in TestIntegration
100 runTest(listFile, target, sync); in caseSingleFileMissingTarget()
123 runTest(listFile, target, sync); in caseSingleFileTargetFile()
147 runTest(listFile, target, sync); in caseSingleFileTargetDir()
170 runTest(listFile, target, sync); in caseSingleDirTargetMissing()
208 runTest(listFile, target, true); in testUpdateSingleDirTargetPresent()
396 addEntries(listFile, "srcdir"); in testDeleteMissingInDestination()
450 addEntries(listFile, "*"); in testGlobTargetMissingSingleLevel()
473 addEntries(listFile, "*"); in testUpdateGlobTargetMissingSingleLevel()
495 addEntries(listFile, "*/*"); in testGlobTargetMissingMultiLevel()
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-tools/hadoop-distcp/src/test/java/org/apache/hadoop/tools/
H A DTestFileBasedCopyListing.java116 checkResult(listFile, 0); in caseSingleFileMissingTarget()
142 checkResult(listFile, 0); in caseSingleFileTargetFile()
169 checkResult(listFile, 1); in caseSingleFileTargetDir()
195 checkResult(listFile, 1); in caseSingleDirTargetMissing()
217 checkResult(listFile, 1); in testSingleDirTargetPresent()
239 checkResult(listFile, 1); in testUpdateSingleDirTargetPresent()
266 checkResult(listFile, 3); in caseMultiFileTargetPresent()
292 checkResult(listFile, 3); in caseMultiFileTargetMissing()
314 checkResult(listFile, 4); in testMultiDirTargetPresent()
336 checkResult(listFile, 4); in testUpdateMultiDirTargetPresent()
[all …]
H A DTestDistCpViewFs.java44 private static Path listFile; field in TestDistCpViewFs
88 runTest(listFile, target, false, sync); in caseSingleFileMissingTarget()
135 runTest(listFile, target, true, sync); in caseSingleFileTargetDir()
155 addEntries(listFile, "singledir"); in caseSingleDirTargetMissing()
173 addEntries(listFile, "singledir"); in testSingleDirTargetPresent()
192 addEntries(listFile, "Usingledir"); in testUpdateSingleDirTargetPresent()
196 runTest(listFile, target, true, true); in testUpdateSingleDirTargetPresent()
337 addEntries(listFile, "*"); in testGlobTargetMissingSingleLevel()
360 addEntries(listFile, "*"); in testUpdateGlobTargetMissingSingleLevel()
382 addEntries(listFile, "*/*"); in testGlobTargetMissingMultiLevel()
[all …]
H A DTestIntegration.java46 private static Path listFile; field in TestIntegration
132 runTest(listFile, target, true, sync); in caseSingleFileTargetDir()
152 addEntries(listFile, "singledir"); in caseSingleDirTargetMissing()
170 addEntries(listFile, "singledir"); in testSingleDirTargetPresent()
189 addEntries(listFile, "Usingledir"); in testUpdateSingleDirTargetPresent()
381 addEntries(listFile, "srcdir"); in testDeleteMissingInDestination()
404 addEntries(listFile, "srcdir"); in testOverwrite()
435 addEntries(listFile, "*"); in testGlobTargetMissingSingleLevel()
458 addEntries(listFile, "*"); in testUpdateGlobTargetMissingSingleLevel()
480 addEntries(listFile, "*/*"); in testGlobTargetMissingMultiLevel()
[all …]
/dports/devel/tpasm/tpasm1.11/
H A Dlisting.c112 if(listFile&&outputListing) in vReportComplaint()
214 if(listFile) in OutputListFileHeader()
218 fprintf(listFile,"\n"); in OutputListFileHeader()
220 fprintf(listFile,"\n"); in OutputListFileHeader()
305 if(listFile) in OutputListFileStats()
307 fprintf(listFile,"\n"); in OutputListFileStats()
309 fprintf(listFile,"\n"); in OutputListFileStats()
319 if(listFile) in OutputListFileSegments()
321 fprintf(listFile,"\n"); in OutputListFileSegments()
387 if(listFile) in OutputListFileLabels()
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/integration-cli/fixtures/auth/
H A Ddocker-credential-shell-test5 listFile=shell_test_list.json
17 if [[ ! -f $TEMP/$listFile ]]; then
18 echo "{ \"${server}\": \"${username}\" }" > $TEMP/$listFile
20 list=$(< $TEMP/$listFile)
21 echo "$list" | jq ". + {\"${server}\": \"${username}\"}" > $TEMP/$listFile
40 list=$(< $TEMP/$listFile)
41 echo "$list" | jq "del(.[\"${in}\"])" > $TEMP/$listFile
44 if [[ ! -f $TEMP/$listFile ]]; then
47 payload=$(< $TEMP/$listFile)
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/integration-cli/fixtures/auth/
H A Ddocker-credential-shell-test5 listFile=shell_test_list.json
17 if [[ ! -f $TEMP/$listFile ]]; then
18 echo "{ \"${server}\": \"${username}\" }" > $TEMP/$listFile
20 list=$(<$TEMP/$listFile)
21 echo "$list" | jq ". + {\"${server}\": \"${username}\"}" > $TEMP/$listFile
40 list=$(<$TEMP/$listFile)
41 echo "$list" | jq "del(.[\"${in}\"])" > $TEMP/$listFile
44 if [[ ! -f $TEMP/$listFile ]]; then
47 payload=$(<$TEMP/$listFile)
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/integration-cli/fixtures/auth/
H A Ddocker-credential-shell-test5 listFile=shell_test_list.json
17 if [[ ! -f $TEMP/$listFile ]]; then
18 echo "{ \"${server}\": \"${username}\" }" > $TEMP/$listFile
20 list=$(<$TEMP/$listFile)
21 echo "$list" | jq ". + {\"${server}\": \"${username}\"}" > $TEMP/$listFile
40 list=$(<$TEMP/$listFile)
41 echo "$list" | jq "del(.[\"${in}\"])" > $TEMP/$listFile
44 if [[ ! -f $TEMP/$listFile ]]; then
47 payload=$(<$TEMP/$listFile)
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/integration-cli/fixtures/auth/
H A Ddocker-credential-shell-test5 listFile=shell_test_list.json
17 if [[ ! -f $TEMP/$listFile ]]; then
18 echo "{ \"${server}\": \"${username}\" }" > $TEMP/$listFile
20 list=$(<$TEMP/$listFile)
21 echo "$list" | jq ". + {\"${server}\": \"${username}\"}" > $TEMP/$listFile
40 list=$(<$TEMP/$listFile)
41 echo "$list" | jq "del(.[\"${in}\"])" > $TEMP/$listFile
44 if [[ ! -f $TEMP/$listFile ]]; then
47 payload=$(<$TEMP/$listFile)
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/integration-cli/fixtures/auth/
H A Ddocker-credential-shell-test5 listFile=shell_test_list.json
17 if [[ ! -f $TEMP/$listFile ]]; then
18 echo "{ \"${server}\": \"${username}\" }" > $TEMP/$listFile
20 list=$(<$TEMP/$listFile)
21 echo "$list" | jq ". + {\"${server}\": \"${username}\"}" > $TEMP/$listFile
40 list=$(<$TEMP/$listFile)
41 echo "$list" | jq "del(.[\"${in}\"])" > $TEMP/$listFile
44 if [[ ! -f $TEMP/$listFile ]]; then
47 payload=$(<$TEMP/$listFile)
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/integration-cli/fixtures/auth/
H A Ddocker-credential-shell-test5 listFile=shell_test_list.json
17 if [[ ! -f $TEMP/$listFile ]]; then
18 echo "{ \"${server}\": \"${username}\" }" > $TEMP/$listFile
20 list=$(< $TEMP/$listFile)
21 echo "$list" | jq ". + {\"${server}\": \"${username}\"}" > $TEMP/$listFile
40 list=$(< $TEMP/$listFile)
41 echo "$list" | jq "del(.[\"${in}\"])" > $TEMP/$listFile
44 if [[ ! -f $TEMP/$listFile ]]; then
47 payload=$(< $TEMP/$listFile)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/integration-cli/fixtures/auth/
H A Ddocker-credential-shell-test5 listFile=shell_test_list.json
17 if [[ ! -f $TEMP/$listFile ]]; then
18 echo "{ \"${server}\": \"${username}\" }" > $TEMP/$listFile
20 list=$(< $TEMP/$listFile)
21 echo "$list" | jq ". + {\"${server}\": \"${username}\"}" > $TEMP/$listFile
40 list=$(< $TEMP/$listFile)
41 echo "$list" | jq "del(.[\"${in}\"])" > $TEMP/$listFile
44 if [[ ! -f $TEMP/$listFile ]]; then
47 payload=$(< $TEMP/$listFile)
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/integration-cli/fixtures/auth/
H A Ddocker-credential-shell-test5 listFile=shell_test_list.json
17 if [[ ! -f $TEMP/$listFile ]]; then
18 echo "{ \"${server}\": \"${username}\" }" > $TEMP/$listFile
20 list=$(<$TEMP/$listFile)
21 echo "$list" | jq ". + {\"${server}\": \"${username}\"}" > $TEMP/$listFile
40 list=$(<$TEMP/$listFile)
41 echo "$list" | jq "del(.[\"${in}\"])" > $TEMP/$listFile
44 if [[ ! -f $TEMP/$listFile ]]; then
47 payload=$(<$TEMP/$listFile)
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/integration-cli/fixtures/auth/
H A Ddocker-credential-shell-test5 listFile=shell_test_list.json
17 if [[ ! -f $TEMP/$listFile ]]; then
18 echo "{ \"${server}\": \"${username}\" }" > $TEMP/$listFile
20 list=$(<$TEMP/$listFile)
21 echo "$list" | jq ". + {\"${server}\": \"${username}\"}" > $TEMP/$listFile
40 list=$(<$TEMP/$listFile)
41 echo "$list" | jq "del(.[\"${in}\"])" > $TEMP/$listFile
44 if [[ ! -f $TEMP/$listFile ]]; then
47 payload=$(<$TEMP/$listFile)
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/integration-cli/fixtures/auth/
H A Ddocker-credential-shell-test5 listFile=shell_test_list.json
17 if [[ ! -f $TEMP/$listFile ]]; then
18 echo "{ \"${server}\": \"${username}\" }" > $TEMP/$listFile
20 list=$(< $TEMP/$listFile)
21 echo "$list" | jq ". + {\"${server}\": \"${username}\"}" > $TEMP/$listFile
40 list=$(< $TEMP/$listFile)
41 echo "$list" | jq "del(.[\"${in}\"])" > $TEMP/$listFile
44 if [[ ! -f $TEMP/$listFile ]]; then
47 payload=$(< $TEMP/$listFile)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/integration-cli/fixtures/auth/
H A Ddocker-credential-shell-test5 listFile=shell_test_list.json
17 if [[ ! -f $TEMP/$listFile ]]; then
18 echo "{ \"${server}\": \"${username}\" }" > $TEMP/$listFile
20 list=$(<$TEMP/$listFile)
21 echo "$list" | jq ". + {\"${server}\": \"${username}\"}" > $TEMP/$listFile
40 list=$(<$TEMP/$listFile)
41 echo "$list" | jq "del(.[\"${in}\"])" > $TEMP/$listFile
44 if [[ ! -f $TEMP/$listFile ]]; then
47 payload=$(<$TEMP/$listFile)
/dports/emulators/bsvc/bsvc-2.4.6/src/Assemblers/68kasm/
H A Dlisting.c67 extern FILE *listFile;
80 listFile = fopen(name, "w"); in initList()
81 if (!listFile) { in initList()
91 fprintf(listFile, "%-41.41s", listData); in listLine()
93 fprintf(listFile, "%5d %s", lineNum, line); in listLine()
95 putc('\n', listFile); in listLine()
96 if (ferror(listFile)) { in listLine()
H A Dmain.c33 extern FILE *listFile; /* Listing file */
146 putc('\n', listFile); in main()
148 fprintf(listFile, "%d error%s detected\n", in main()
151 fprintf(listFile, "No errors detected\n"); in main()
153 fprintf(listFile, "%d warning%s generated\n", in main()
157 fprintf(listFile, "No warnings generated\n"); in main()
158 fclose(listFile); in main()
/dports/lang/spidermonkey60/firefox-60.9.0/python/mozbuild/mozbuild/action/
H A Dbuildlist.py20 def addEntriesToListFile(listFile, entries): argument
24 ensureParentDir(listFile)
25 lock = lock_file(listFile + ".lck")
27 if os.path.exists(listFile):
28 f = open(listFile)
36 with open(listFile, 'wb') as f:
/dports/www/firefox-legacy/firefox-52.8.0esr/python/mozbuild/mozbuild/action/
H A Dbuildlist.py20 def addEntriesToListFile(listFile, entries): argument
24 ensureParentDir(listFile)
25 lock = lock_file(listFile + ".lck")
27 if os.path.exists(listFile):
28 f = open(listFile)
36 with open(listFile, 'wb') as f:
/dports/lang/spidermonkey78/firefox-78.9.0/python/mozbuild/mozbuild/action/
H A Dbuildlist.py22 def addEntriesToListFile(listFile, entries): argument
26 ensureParentDir(listFile)
27 lock = lock_file(listFile + '.lck')
29 if os.path.exists(listFile):
30 f = io.open(listFile)
38 with io.open(listFile, 'w', newline='\n') as f:
/dports/www/firefox-esr/firefox-91.8.0/python/mozbuild/mozbuild/action/
H A Dbuildlist.py23 def addEntriesToListFile(listFile, entries):
27 ensureParentDir(listFile)
28 lock = lock_file(listFile + ".lck")
30 if os.path.exists(listFile):
31 f = io.open(listFile)
39 with io.open(listFile, "w", newline="\n") as f:
/dports/www/firefox/firefox-99.0/python/mozbuild/mozbuild/action/
H A Dbuildlist.py23 def addEntriesToListFile(listFile, entries): argument
27 ensureParentDir(listFile)
28 lock = lock_file(listFile + ".lck")
30 if os.path.exists(listFile):
31 f = io.open(listFile)
39 with io.open(listFile, "w", newline="\n") as f:
/dports/mail/thunderbird/thunderbird-91.8.0/python/mozbuild/mozbuild/action/
H A Dbuildlist.py23 def addEntriesToListFile(listFile, entries): argument
27 ensureParentDir(listFile)
28 lock = lock_file(listFile + ".lck")
30 if os.path.exists(listFile):
31 f = io.open(listFile)
39 with io.open(listFile, "w", newline="\n") as f:

12345678