Home
last modified time | relevance | path

Searched refs:destInfo (Results 1 – 25 of 62) sorted by relevance

123

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.FileSystem/tests/FileInfo/
H A DReplace.cs24 FileInfo destInfo = new FileInfo(destFile); in FileInfo_IsSame_NoBackup()
33 Assert.Equal(destInfo.FullName, newInfo.FullName); in FileInfo_IsSame_NoBackup()
48 FileInfo destInfo = new FileInfo(destFile); in FileInfo_IsSame_Backup()
53 Assert.Equal(destInfo.FullName, newInfo.FullName); in FileInfo_IsSame_Backup()
/dports/net/rclone/rclone-1.57.0/vendor/github.com/colinmarc/hdfs/v2/cmd/hdfs/
H A Dmv.go33 destInfo, err := client.Stat(dest)
39 if exists && !treatDestAsFile && destInfo.IsDir() {
69 destInfo, err := client.Stat(dest)
71 if destInfo.IsDir() && !sourceInfo.IsDir() {
/dports/misc/adios2/ADIOS2-2.7.1/source/adios2/operator/compress/
H A DCompressPNG.cpp160 DestInfo destInfo; in Compress() local
161 destInfo.BufferOut = reinterpret_cast<char *>(bufferOut); in Compress()
162 destInfo.Offset = 0; in Compress()
164 png_set_write_fn(pngWrite, &destInfo, lf_Write, nullptr); in Compress()
170 return destInfo.Offset; in Compress()
/dports/net/nitroshare/nitroshare-desktop-0.3.4-642-g2046ccb/libnitroshare/src/util/
H A Dfileutil.cpp87 QFileInfo destInfo(dest); in copy() local
93 if (destInfo.exists() && in copy()
94 ((destInfo.isDir() && !QDir(dest).removeRecursively()) || in copy()
95 (destInfo.isFile() && !QFile::remove(dest)))) { in copy()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/image/3gp/
H A Dtiio_3gpM.cpp593 SoundComponentData destInfo; in saveSoundTrack() local
663 destInfo.format = k16BitNativeEndianFormat; in saveSoundTrack()
665 destInfo.numChannels = st->getChannelCount(); in saveSoundTrack()
666 destInfo.sampleSize = st->getBitPerSample(); in saveSoundTrack()
667 destInfo.sampleRate = st->getSampleRate(); in saveSoundTrack()
668 destInfo.sampleCount = st->getSampleCount(); in saveSoundTrack()
669 destInfo.buffer = (unsigned char *)st->getRawData(); in saveSoundTrack()
670 destInfo.reserved = 0x0; in saveSoundTrack()
672 SoundConverterOpen(&sourceInfo, &destInfo, &converter); in saveSoundTrack()
687 compressionInfo.bytesPerPacket * destInfo.numChannels; in saveSoundTrack()
[all …]
H A Dtiio_3gpW.cpp523 SoundComponentData destInfo; in saveSoundTrack() local
588 destInfo.format = k16BitNativeEndianFormat; in saveSoundTrack()
590 destInfo.numChannels = st->getChannelCount(); in saveSoundTrack()
591 destInfo.sampleSize = st->getBitPerSample(); in saveSoundTrack()
592 destInfo.sampleRate = st->getSampleRate(); in saveSoundTrack()
593 destInfo.sampleCount = st->getSampleCount(); in saveSoundTrack()
594 destInfo.buffer = (unsigned char *)st->getRawData(); in saveSoundTrack()
595 destInfo.reserved = 0x0; in saveSoundTrack()
597 SoundConverterOpen(&sourceInfo, &destInfo, &converter); in saveSoundTrack()
610 compressionInfo.bytesPerPacket * destInfo.numChannels; in saveSoundTrack()
[all …]
/dports/archivers/libcomprex/libcomprex-0.3.3/modules/archive/cab/
H A Dio.c35 cxCabReadHeader(CxFP *fp, CabInfo **destInfo, CxArchive *archive) in cxCabReadHeader() argument
39 *destInfo = NULL; in cxCabReadHeader()
55 *destInfo = info; in cxCabReadHeader()
61 cxCabReadInfo(CxArchive *archive, CabInfo **destInfo, CxFP *fp) in cxCabReadInfo() argument
75 *destInfo = info; in cxCabReadInfo()
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/reputation/
H A Dreputation_config.c662 *destInfo = *currentInfo; in duplicateInfo()
668 destInfo->next = 0; in duplicateInfo()
673 destInfo->next = nextInfo; in duplicateInfo()
702 IPrepInfo *destInfo; in updateEntryInfo() local
752 destInfo = newInfo; in updateEntryInfo()
756 destInfo = currentInfo; in updateEntryInfo()
765 while (destInfo->next) in updateEntryInfo()
767 destInfo = (IPrepInfo *)&base[destInfo->next]; in updateEntryInfo()
772 if (!destInfo->listIndexes[i]) in updateEntryInfo()
785 destInfo->listIndexes[i] = newIndex; in updateEntryInfo()
[all …]
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/image/mov/
H A Dtiio_movM.cpp818 SoundComponentData destInfo; in saveSoundTrack() local
845 destInfo.format = k16BitNativeEndianFormat; in saveSoundTrack()
847 destInfo.numChannels = st->getChannelCount(); in saveSoundTrack()
848 destInfo.sampleSize = st->getBitPerSample(); in saveSoundTrack()
849 destInfo.sampleRate = st->getSampleRate(); in saveSoundTrack()
850 destInfo.sampleCount = st->getSampleCount(); in saveSoundTrack()
851 destInfo.buffer = (unsigned char *)st->getRawData(); in saveSoundTrack()
852 destInfo.reserved = 0x0; in saveSoundTrack()
854 SoundConverterOpen(&sourceInfo, &destInfo, &converter); in saveSoundTrack()
867 compressionInfo.bytesPerPacket * destInfo.numChannels; in saveSoundTrack()
[all …]
H A Dtiio_movW.cpp652 SoundComponentData destInfo; in saveSoundTrack() local
679 destInfo.format = k16BitNativeEndianFormat; in saveSoundTrack()
680 destInfo.numChannels = st->getChannelCount(); in saveSoundTrack()
681 destInfo.sampleSize = st->getBitPerSample(); in saveSoundTrack()
682 destInfo.sampleRate = st->getSampleRate(); in saveSoundTrack()
683 destInfo.sampleCount = st->getSampleCount(); in saveSoundTrack()
684 destInfo.buffer = (unsigned char *)st->getRawData(); in saveSoundTrack()
685 destInfo.reserved = 0x0; in saveSoundTrack()
687 SoundConverterOpen(&sourceInfo, &destInfo, &converter); in saveSoundTrack()
700 compressionInfo.bytesPerPacket * destInfo.numChannels; in saveSoundTrack()
[all …]
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/core/engine/
H A DItemLogger.java112 …ion(final Player player, final Entity entity, final String[] sourceInfo, final String[] destInfo) { in equipAction() argument
113 …(new LogSimpleItemEventCommand(entity, player, sourceInfo[0] + "-to-" + destInfo[0], sourceInfo[1], in equipAction()
114 sourceInfo[2], destInfo[1], destInfo[2])); in equipAction()
/dports/x11-wm/windowmaker/WindowMaker-0.95.9/WINGs/
H A Ddragdestination.c11 #define XDND_DEST_INFO(dragInfo) dragInfo->destInfo
12 #define XDND_AWARE_VIEW(dragInfo) dragInfo->destInfo->xdndAwareView
13 #define XDND_SOURCE_WIN(dragInfo) dragInfo->destInfo->sourceWindow
14 #define XDND_DEST_VIEW(dragInfo) dragInfo->destInfo->destView
15 #define XDND_DEST_STATE(dragInfo) dragInfo->destInfo->state
17 #define XDND_SOURCE_TYPES(dragInfo) dragInfo->destInfo->sourceTypes
18 #define XDND_TYPE_LIST_AVAILABLE(dragInfo) dragInfo->destInfo->typeListAvailable
19 #define XDND_REQUIRED_TYPES(dragInfo) dragInfo->destInfo->requiredTypes
22 #define XDND_DROP_DATAS(dragInfo) dragInfo->destInfo->dropDatas
23 #define XDND_DEST_VIEW_IS_REGISTERED(dragInfo) ((dragInfo->destInfo) != NULL)\
[all …]
/dports/x11-wm/libwraster/WindowMaker-0.95.9/WINGs/
H A Ddragdestination.c11 #define XDND_DEST_INFO(dragInfo) dragInfo->destInfo
12 #define XDND_AWARE_VIEW(dragInfo) dragInfo->destInfo->xdndAwareView
13 #define XDND_SOURCE_WIN(dragInfo) dragInfo->destInfo->sourceWindow
14 #define XDND_DEST_VIEW(dragInfo) dragInfo->destInfo->destView
15 #define XDND_DEST_STATE(dragInfo) dragInfo->destInfo->state
17 #define XDND_SOURCE_TYPES(dragInfo) dragInfo->destInfo->sourceTypes
18 #define XDND_TYPE_LIST_AVAILABLE(dragInfo) dragInfo->destInfo->typeListAvailable
19 #define XDND_REQUIRED_TYPES(dragInfo) dragInfo->destInfo->requiredTypes
22 #define XDND_DROP_DATAS(dragInfo) dragInfo->destInfo->dropDatas
23 #define XDND_DEST_VIEW_IS_REGISTERED(dragInfo) ((dragInfo->destInfo) != NULL)\
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/utils/
H A Dbuildablehelperlibrary.cpp209 const QFileInfo destInfo(dest); in copyFiles() local
210 if (destInfo.exists()) { in copyFiles()
211 if (destInfo.lastModified() >= QFileInfo(source).lastModified()) in copyFiles()
214 …uggingHelperLibrary", "The existing file %1 could not be removed.").arg(destInfo.absoluteFilePath(… in copyFiles()
218 if (!destInfo.dir().exists()) in copyFiles()
219 QDir().mkpath(destInfo.dir().absolutePath()); in copyFiles()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/builtins/
H A Dtyped-array-slice.tq19 const destInfo = typed_array::GetTypedArrayElementsInfo(dest);
25 if (srcKind != destInfo.kind) goto IfSlow;
30 const countBytes: uintptr = destInfo.CalculateByteLength(count)
32 const startOffset: uintptr = destInfo.CalculateByteLength(k)
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/builtins/
H A Dtyped-array-slice.tq19 const destInfo = typed_array::GetTypedArrayElementsInfo(dest);
25 if (srcKind != destInfo.kind) goto IfSlow;
30 const countBytes: uintptr = destInfo.CalculateByteLength(count)
32 const startOffset: uintptr = destInfo.CalculateByteLength(k)
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/generic/webservices/filecopy/
H A Dfctask.cpp186 QFileInfo destInfo(destPath); in imageResize() local
187 QFileInfo tmpDir(destInfo.dir().absolutePath()); in imageResize()
222 QString destFile = destInfo.path() + in imageResize()
224 destInfo.completeBaseName(); in imageResize()
/dports/editors/texstudio/texstudio-4.1.2/src/quazip/qztest/
H A Dtestjlcompress.cpp216 QFileInfo destInfo("jlext/jlfile/" + destName), srcInfo("tmp/" + in extractFile() local
218 QCOMPARE(destInfo.size(), srcInfo.size()); in extractFile()
219 QCOMPARE(destInfo.permissions(), srcInfo.permissions()); in extractFile()
226 destInfo = QFileInfo("jlext/jlfile/" + destName); in extractFile()
227 QCOMPARE(destInfo.size(), srcInfo.size()); in extractFile()
228 QCOMPARE(destInfo.permissions(), srcInfo.permissions()); in extractFile()
/dports/lang/v8/v8-9.6.180.12/src/builtins/
H A Dtyped-array-slice.tq19 const destInfo = typed_array::GetTypedArrayElementsInfo(dest);
25 if (srcKind != destInfo.kind) {
33 const countBytes: uintptr = destInfo.CalculateByteLength(count)
35 const startOffset: uintptr = destInfo.CalculateByteLength(k)
/dports/cad/librepcb/librepcb-0.1.6/libs/quazip/qztest/
H A Dtestjlcompress.cpp218 QFileInfo destInfo("jlext/jlfile/" + destName), srcInfo("tmp/" + in extractFile() local
220 QCOMPARE(destInfo.size(), srcInfo.size()); in extractFile()
221 QCOMPARE(destInfo.permissions(), srcInfo.permissions()); in extractFile()
228 destInfo = QFileInfo("jlext/jlfile/" + destName); in extractFile()
229 QCOMPARE(destInfo.size(), srcInfo.size()); in extractFile()
230 QCOMPARE(destInfo.permissions(), srcInfo.permissions()); in extractFile()
/dports/archivers/quazip/quazip-1.2/qztest/
H A Dtestjlcompress.cpp218 QFileInfo destInfo("jlext/jlfile/" + destName), srcInfo("tmp/" + in extractFile() local
220 QCOMPARE(destInfo.size(), srcInfo.size()); in extractFile()
221 QCOMPARE(destInfo.permissions(), srcInfo.permissions()); in extractFile()
228 destInfo = QFileInfo("jlext/jlfile/" + destName); in extractFile()
229 QCOMPARE(destInfo.size(), srcInfo.size()); in extractFile()
230 QCOMPARE(destInfo.permissions(), srcInfo.permissions()); in extractFile()
/dports/www/beehive/beehive-0.4.0/vendor/github.com/minio/minio-go/
H A Dapi-compose-object_test.go133 destInfo := &DestinationInfo{"bucket", "object", nil, userMetadata}
135 r := destInfo.getUserMetaHeadersMap(true)
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/minio/minio-go/v6/
H A Dapi-compose-object_test.go133 destInfo, _ := NewDestinationInfo("bucket", "object", nil, userMetadata)
135 r := destInfo.getUserMetaHeadersMap(true)
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/minio/minio-go/v6/minio-go-6.0.57/
H A Dapi-compose-object_test.go133 destInfo, _ := NewDestinationInfo("bucket", "object", nil, userMetadata)
135 r := destInfo.getUserMetaHeadersMap(true)
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/
H A Dqgscoordinateoperationwidget.cpp373 …QgsDatumTransform::TransformInfo destInfo = QgsDatumTransform::datumTransformInfo( transform.desti… in loadAvailableOperations() local
384 QgsDatumTransform::TransformInfo info = i == 0 ? srcInfo : destInfo; in loadAvailableOperations()
394 …if ( ( srcInfo.preferred && !srcInfo.deprecated ) || ( destInfo.preferred && !destInfo.deprecated … in loadAvailableOperations()
501 …const QgsDatumTransform::TransformInfo destInfo = QgsDatumTransform::datumTransformInfo( transform… in defaultOperation() local
503 … && ( ( destInfo.preferred && !destInfo.deprecated ) || transform.destinationTransformId == -1 ) ) in defaultOperation()
510 ( destInfo.preferred || transform.destinationTransformId == -1 ) ) in defaultOperation()
517 && ( !destInfo.deprecated || transform.destinationTransformId == -1 ) ) in defaultOperation()

123