Home
last modified time | relevance | path

Searched refs:copySource (Results 1 – 25 of 190) sorted by relevance

12345678

/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/base/src/
H A DnsMsgCopyService.cpp229 nsCopySource* copySource = nullptr; in DoNextCopy() local
239 copySource = nullptr; in DoNextCopy()
267 copySource->m_msgFolder, copySource->m_messageArray, in DoNextCopy()
273 NS_ENSURE_STATE(copySource); in DoNextCopy()
291 if (copySource) { in DoNextCopy()
380 nsCopySource* copySource = nullptr; in NS_IMPL_ISUPPORTS() local
423 if (!copySource) { in NS_IMPL_ISUPPORTS()
426 if (!copySource) { in NS_IMPL_ISUPPORTS()
434 copySource->AddMessage(msg); in NS_IMPL_ISUPPORTS()
444 copySource = nullptr; in NS_IMPL_ISUPPORTS()
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/containerd/containerd/containerd-1.4.3/content/
H A Dhelpers_test.go33 type copySource struct { struct
44 source copySource
62 source: copySource{reader: bytes.NewBufferString("foobar"), size: 6},
90 func newCopySource(raw string) copySource {
91 return copySource{
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/containerd/containerd/content/
H A Dhelpers_test.go33 type copySource struct { struct
44 source copySource
62 source: copySource{reader: bytes.NewBufferString("foobar"), size: 6},
90 func newCopySource(raw string) copySource {
91 return copySource{
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/containerd/containerd/content/
H A Dhelpers_test.go33 type copySource struct { struct
44 source copySource
62 source: copySource{reader: bytes.NewBufferString("foobar"), size: 6},
91 func newCopySource(raw string) copySource {
92 return copySource{
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/containerd/containerd/content/
H A Dhelpers_test.go33 type copySource struct { struct
44 source copySource
62 source: copySource{reader: bytes.NewBufferString("foobar"), size: 6},
90 func newCopySource(raw string) copySource {
91 return copySource{
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/containerd/containerd/content/
H A Dhelpers_test.go33 type copySource struct { struct
44 source copySource
62 source: copySource{reader: bytes.NewBufferString("foobar"), size: 6},
90 func newCopySource(raw string) copySource {
91 return copySource{
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/containerd/containerd/content/
H A Dhelpers_test.go33 type copySource struct { struct
44 source copySource
62 source: copySource{reader: bytes.NewBufferString("foobar"), size: 6},
90 func newCopySource(raw string) copySource {
91 return copySource{
/dports/security/vault/vault-1.8.2/vendor/github.com/containerd/containerd/content/
H A Dhelpers_test.go33 type copySource struct { struct
44 source copySource
62 source: copySource{reader: bytes.NewBufferString("foobar"), size: 6},
90 func newCopySource(raw string) copySource {
91 return copySource{
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/containerd/containerd/content/
H A Dhelpers_test.go33 type copySource struct { struct
44 source copySource
62 source: copySource{reader: bytes.NewBufferString("foobar"), size: 6},
90 func newCopySource(raw string) copySource {
91 return copySource{
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/internal/p2/ui/dialogs/
H A DCopyPopup.java27 ICopyable copySource; field in CopyPopup
31 this.copySource = copyable; in CopyPopup()
39 copySource.copyToClipboard(control); in CopyPopup()
44 copySource.copyToClipboard(control); in CopyPopup()
H A DCopyHandler.java27 ICopyable copySource; field in CopyHandler
30 this.copySource = copyable; in CopyHandler()
37 copySource.copyToClipboard((Control) control); in execute()
/dports/sysutils/kpmcore/kpmcore-21.12.3/src/jobs/
H A Drestorefilesystemjob.cpp59 CopySourceFile copySource(fileName()); in run() local
61 if (!copySource.open()) in run()
66 rval = copyBlocks(*report, copyTarget, copySource); in run()
70 … const qint64 newLastSector = targetPartition().firstSector() + copySource.length() - 1; in run()
H A Dbackupfilesystemjob.cpp50 …CopySourceDevice copySource(sourceDevice(), sourcePartition().fileSystem().firstByte(), sourcePart… in run() local
53 if (!copySource.open()) in run()
58 rval = copyBlocks(*report, copyTarget, copySource); in run()
H A Dshredfilesystemjob.cpp58 CopySourceShred copySource(partition().capacity(), m_RandomShred); in run() local
60 if (!copySource.open()) in run()
65 rval = copyBlocks(*report, copyTarget, copySource); in run()
H A Dcopyfilesystemjob.cpp52 …CopySourceDevice copySource(sourceDevice(), sourcePartition().fileSystem().firstByte(), sourcePart… in run() local
55 if (!copySource.open()) in run()
60 rval = copyBlocks(*report, copyTarget, copySource); in run()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/
H A DNodeInfoStore.java67 public final void markAsCopyTarget(ASTNode target, CopySourceInfo copySource) { in markAsCopyTarget() argument
69 data.copySource= copySource; in markAsCopyTarget()
147 public CopySourceInfo copySource; field in NodeInfoStore.CopyPlaceholderData
150 return "[placeholder " + this.copySource +"]"; //$NON-NLS-1$//$NON-NLS-2$ in toString()
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/vcs/models/
H A Dvcsitemeventmodel.cpp39 bool copySource = false; in addItemEvents() local
70 copySource = true; in addItemEvents()
76 if(copySource) in addItemEvents()
/dports/sysutils/libdnf/libdnf-0.64.0/libdnf/utils/regex/
H A Dregex.cpp80 Regex::Result::Result(const char * source, bool copySource, std::size_t count) in Result() argument
81 : sourceOwner(copySource), matched(false), matches(count) in Result()
83 if (copySource) { in Result()
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/compile/internal/ssa/
H A Dcopyelim.go38 func copySource(v *Value) *Value { func
79 v.SetArg(i, copySource(a))
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/ssa/
H A Dcopyelim.go40 func copySource(v *Value) *Value { func
81 v.SetArg(i, copySource(a))
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/compile/internal/ssa/
H A Dcopyelim.go40 func copySource(v *Value) *Value { func
81 v.SetArg(i, copySource(a))
/dports/graphics/filmulator/filmulator-gui-0.11.1/filmulator-gui/core/
H A DimagePipeline.h41 void swapPipeline(ImagePipeline * copySource);
48 void copyAndDownsampleImages(ImagePipeline * copySource);
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A DBuffer11.cpp432 BufferStorage *copySource = nullptr; in copySubData() local
433 ANGLE_TRY_RESULT(sourceBuffer->getLatestBufferStorage(context), copySource); in copySubData()
435 if (!copySource) in copySubData()
437 ANGLE_TRY_RESULT(sourceBuffer->getStagingStorage(context), copySource); in copySubData()
440 ASSERT(copySource && copyDest); in copySubData()
443 if (!copyDest->isGPUAccessible() && !copySource->isCPUAccessible(GL_MAP_READ_BIT)) in copySubData()
445 ANGLE_TRY_RESULT(sourceBuffer->getStagingStorage(context), copySource); in copySubData()
455 if (copySource == copyDest) in copySubData()
457 if (copySource->getUsage() == BUFFER_USAGE_STAGING) in copySubData()
460 copySource); in copySubData()
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A DBuffer11.cpp432 BufferStorage *copySource = nullptr; in copySubData() local
433 ANGLE_TRY_RESULT(sourceBuffer->getLatestBufferStorage(context), copySource); in copySubData()
435 if (!copySource) in copySubData()
437 ANGLE_TRY_RESULT(sourceBuffer->getStagingStorage(context), copySource); in copySubData()
440 ASSERT(copySource && copyDest); in copySubData()
443 if (!copyDest->isGPUAccessible() && !copySource->isCPUAccessible(GL_MAP_READ_BIT)) in copySubData()
445 ANGLE_TRY_RESULT(sourceBuffer->getStagingStorage(context), copySource); in copySubData()
455 if (copySource == copyDest) in copySubData()
457 if (copySource->getUsage() == BUFFER_USAGE_STAGING) in copySubData()
460 copySource); in copySubData()
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A DBuffer11.cpp432 BufferStorage *copySource = nullptr; in copySubData() local
433 ANGLE_TRY_RESULT(sourceBuffer->getLatestBufferStorage(context), copySource); in copySubData()
435 if (!copySource) in copySubData()
437 ANGLE_TRY_RESULT(sourceBuffer->getStagingStorage(context), copySource); in copySubData()
440 ASSERT(copySource && copyDest); in copySubData()
443 if (!copyDest->isGPUAccessible() && !copySource->isCPUAccessible(GL_MAP_READ_BIT)) in copySubData()
445 ANGLE_TRY_RESULT(sourceBuffer->getStagingStorage(context), copySource); in copySubData()
455 if (copySource == copyDest) in copySubData()
457 if (copySource->getUsage() == BUFFER_USAGE_STAGING) in copySubData()
460 copySource); in copySubData()
[all …]

12345678