Home
last modified time | relevance | path

Searched refs:openResult (Results 1 – 25 of 55) sorted by relevance

123

/dports/misc/libkeduvocdocument/libkeduvocdocument-21.12.3/keduvocdocument/autotests/
H A Dkeduvocdocumenttest.cpp69 KEduVocDocument::ErrorCode openResult(KEduVocDocument::NoError); in testOpen() local
73 openResult = docKvtml.open(tmpTestFileUrl(), KEduVocDocument::FileOpenReadOnly); in testOpen()
74 QCOMPARE(openResult, KEduVocDocument::NoError); in testOpen()
78 openResult = docCsv.open(tmpTestFileUrl(), KEduVocDocument::FileOpenReadOnly); in testOpen()
79 QCOMPARE(openResult, KEduVocDocument::NoError); in testOpen()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/tools/source/pin/
H A Dpin.cpp37 uint32_t openResult = openGTPin(nullptr); in init() local
38 if (openResult != 0) { in init()
40 …tderr, "gtpin library open %s failed with status %u\n", gtPinOpenFunctionName.c_str(), openResult); in init()
/dports/graphics/qgis/qgis-3.22.3/src/core/proj/
H A Dqgsdatumtransform.cpp132 …int openResult = database.open_v2( QgsApplication::srsDatabaseFilePath(), SQLITE_OPEN_READONLY, nu… in searchDatumTransform() local
133 if ( openResult != SQLITE_OK ) in searchDatumTransform()
159 …int openResult = database.open_v2( QgsApplication::srsDatabaseFilePath(), SQLITE_OPEN_READONLY, nu… in datumTransformToProj() local
160 if ( openResult != SQLITE_OK ) in datumTransformToProj()
209 …int openResult = database.open_v2( QgsApplication::srsDatabaseFilePath(), SQLITE_OPEN_READONLY, nu… in projStringToDatumTransformId() local
210 if ( openResult != SQLITE_OK ) in projStringToDatumTransformId()
267 …int openResult = database.open_v2( QgsApplication::srsDatabaseFilePath(), SQLITE_OPEN_READONLY, nu… in datumTransformInfo() local
268 if ( openResult != SQLITE_OK ) in datumTransformInfo()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/
H A Dqgsdatumtransform.cpp140 …int openResult = database.open_v2( QgsApplication::srsDatabaseFilePath(), SQLITE_OPEN_READONLY, nu… in searchDatumTransform() local
141 if ( openResult != SQLITE_OK ) in searchDatumTransform()
167 …int openResult = database.open_v2( QgsApplication::srsDatabaseFilePath(), SQLITE_OPEN_READONLY, nu… in datumTransformToProj() local
168 if ( openResult != SQLITE_OK ) in datumTransformToProj()
217 …int openResult = database.open_v2( QgsApplication::srsDatabaseFilePath(), SQLITE_OPEN_READONLY, nu… in projStringToDatumTransformId() local
218 if ( openResult != SQLITE_OK ) in projStringToDatumTransformId()
275 …int openResult = database.open_v2( QgsApplication::srsDatabaseFilePath(), SQLITE_OPEN_READONLY, nu… in datumTransformInfo() local
276 if ( openResult != SQLITE_OK ) in datumTransformInfo()
/dports/security/keepassx-devel/keepassx-55869e8/src/core/
H A DConfig.cpp130 bool openResult = tmpFile->open(); in createTempFileInstance() local
131 Q_ASSERT(openResult); in createTempFileInstance()
132 Q_UNUSED(openResult); in createTempFileInstance()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/compilerwarnings/
H A Dtst_compilerwarnings.cpp150 bool openResult = true;
158 bool openResult = cppSource.open(QIODevice::ReadOnly);
159 if (openResult)
167 QVERIFY2(openResult, "Need resource temporary \"test_cpp.txt\"");
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qtemporaryfile/
H A Dtst_qtemporaryfile.cpp603 QFETCH(bool, openResult); in fileTemplate()
640 if (openResult) { in fileTemplate()
656 QCOMPARE(file1.exists(), openResult); in fileTemplate()
657 QCOMPARE(file2.exists(), openResult); in fileTemplate()
658 QCOMPARE(file3.exists(), openResult); in fileTemplate()
659 QCOMPARE(file4.exists(), openResult); in fileTemplate()
660 QCOMPARE(file5.exists(), openResult); in fileTemplate()
661 QCOMPARE(file6.exists(), openResult); in fileTemplate()
664 if (openResult) { in fileTemplate()
/dports/graphics/qgis/qgis-3.22.3/python/plugins/processing/gui/
H A DResultsDock.py55 self.treeResults.itemDoubleClicked.connect(self.openResult)
86 def openResult(self, item, column): member in ResultsDock
/dports/graphics/qgis-ltr/qgis-3.16.16/python/plugins/processing/gui/
H A DResultsDock.py55 self.treeResults.itemDoubleClicked.connect(self.openResult)
86 def openResult(self, item, column): member in ResultsDock
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/resourceeditor/
H A Dresourceeditorw.cpp133 OpenResult openResult = m_model->reload(); in open() local
134 if (openResult != OpenResult::Success) { in open()
138 return openResult; in open()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Routing/System/ServiceModel/Routing/
H A DClientFactory.cs246 static bool OpenComplete(IAsyncResult openResult) in OpenComplete() argument
248 OperationAsyncResult thisPtr = (OperationAsyncResult)openResult.AsyncState; in OpenComplete()
251 ((ICommunicationObject)thisPtr.parent).EndOpen(openResult); in OpenComplete()
/dports/audio/mixxx/mixxx-2.3.0/src/sources/
H A Dsoundsourceproxy.cpp726 const mixxx::SoundSource::OpenResult openResult = in openAudioSource() local
728 if (openResult == mixxx::SoundSource::OpenResult::Succeeded) { in openAudioSource()
758 if (openResult == mixxx::SoundSource::OpenResult::Failed) { in openAudioSource()
767 DEBUG_ASSERT(openResult == mixxx::SoundSource::OpenResult::Aborted); in openAudioSource()
H A Daudiosource.h399 inline QDebug operator<<(QDebug dbg, AudioSource::OpenResult openResult) {
400 switch (openResult) {
/dports/lang/spidermonkey60/firefox-60.9.0/dom/asmjscache/
H A DAsmJSCache.cpp1515 JS::AsmJSCacheResult openResult = in OpenFile() local
1517 if (openResult != JS::AsmJSCache_Success) { in OpenFile()
1519 return openResult; in OpenFile()
1547 JS::AsmJSCacheResult openResult = in OpenEntryForRead() local
1549 if (openResult != JS::AsmJSCache_Success) { in OpenEntryForRead()
1608 JS::AsmJSCacheResult openResult = OpenFile( in OpenEntryForWrite() local
1610 if (openResult != JS::AsmJSCache_Success) { in OpenEntryForWrite()
1611 return openResult; in OpenEntryForWrite()
/dports/graphics/okular/okular-21.12.3/core/
H A Dtextdocumentgenerator.cpp290 const Document::OpenResult openResult = d->mConverter->convertWithPassword(fileName, password); in loadDocumentWithPassword() local
292 if (openResult != Document::OpenSuccess) { in loadDocumentWithPassword()
306 return openResult; in loadDocumentWithPassword()
350 return openResult; in loadDocumentWithPassword()
/dports/sysutils/fusefs-encfs/encfs-1.9.5/encfs/
H A DDirNode.h104 int *openResult);
/dports/lang/purescript/purescript-0.14.5/src/Language/PureScript/Ide/
H A DRebuild.hs157 (openResult, _) <- liftIO $ P.runMake P.defaultOptions $
159 case openResult of
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/waveout/
H A DWaveOut.cpp418 int openResult = waveOutOpen( in SetFormat() local
426 if (openResult != MMSYSERR_NOERROR) { in SetFormat()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/projectexplorer/
H A Dsession.cpp1204 const OpenProjectResult openResult in testSessionSwitch() local
1206 if (openResult.errorMessage().contains("text/plain")) in testSessionSwitch()
1208 QVERIFY(openResult); in testSessionSwitch()
1209 QCOMPARE(openResult.projects().count(), 1); in testSessionSwitch()
1210 QVERIFY(openResult.project()); in testSessionSwitch()
/dports/security/keepassxc/keepassxc-2.6.6/src/core/
H A DConfig.cpp528 bool openResult = tmpFile->open(); in createTempFileInstance() local
529 Q_ASSERT(openResult); in createTempFileInstance()
530 Q_UNUSED(openResult); in createTempFileInstance()
/dports/graphics/okular/okular-21.12.3/part/
H A Dpart.cpp1374 Document::OpenResult openResult = Document::OpenError; in doOpenFile() local
1410 openResult = m_document->openDocumentArchive(fileNameToOpen, url()); in doOpenFile()
1413 openResult = m_document->openDocument(fileNameToOpen, url(), mime); in doOpenFile()
1425 while (openResult == Document::OpenNeedsPassword) { in doOpenFile()
1474 if (openResult == Document::OpenSuccess) { in doOpenFile()
1486 if (openResult == Document::OpenSuccess) { in doOpenFile()
1489 return openResult; in doOpenFile()
1527 Document::OpenResult openResult = Document::OpenError; in openFile() local
1529 while (!mimes.isEmpty() && openResult == Document::OpenError) { in openFile()
1531 openResult = doOpenFile(mime, fileNameToOpen, &isCompressedFile); in openFile()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DOneWayChannelListener.cs925 IAsyncResult openResult = null; in HandleAcceptComplete()
928 openResult = channel.BeginOpen(this.idleTimeout, onOpenInnerChannel, channel); in HandleAcceptComplete()
963 if (openResult.CompletedSynchronously) in HandleAcceptComplete()
965 CompleteOpen(channel, openResult); in HandleAcceptComplete()
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/opencontainers/runc/libcontainer/
H A Dcontainer_linux.go322 func awaitFifoOpen(path string) <-chan openResult {
323 fifoOpened := make(chan openResult)
331 func fifoOpen(path string, block bool) openResult {
338 return openResult{err: newSystemErrorWithCause(err, "open exec fifo for reading")}
340 return openResult{file: f}
343 func handleFifoResult(result openResult) error { argument
355 type openResult struct { struct
/dports/sysutils/nomad/nomad-1.1.0/vendor/github.com/opencontainers/runc/libcontainer/
H A Dcontainer_linux.go322 func awaitFifoOpen(path string) <-chan openResult {
323 fifoOpened := make(chan openResult)
331 func fifoOpen(path string, block bool) openResult {
338 return openResult{err: newSystemErrorWithCause(err, "open exec fifo for reading")}
340 return openResult{file: f}
343 func handleFifoResult(result openResult) error { argument
355 type openResult struct { struct
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/opencontainers/runc/libcontainer/
H A Dcontainer_linux.go323 func awaitFifoOpen(path string) <-chan openResult {
324 fifoOpened := make(chan openResult)
332 func fifoOpen(path string, block bool) openResult {
339 return openResult{err: newSystemErrorWithCause(err, "open exec fifo for reading")}
341 return openResult{file: f}
344 func handleFifoResult(result openResult) error { argument
356 type openResult struct { struct

123