Home
last modified time | relevance | path

Searched refs:hasResult (Results 251 – 275 of 530) sorted by relevance

1...<<11121314151617181920>>...22

/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserializeOps.cpp216 ArrayRef<uint32_t> words, StringRef opName, bool hasResult, in processOpWithoutGrammarAttr() argument
222 if (hasResult) { in processOpWithoutGrammarAttr()
282 if (hasResult) in processOpWithoutGrammarAttr()
286 if (hasResult) in processOpWithoutGrammarAttr()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserializeOps.cpp216 ArrayRef<uint32_t> words, StringRef opName, bool hasResult, in processOpWithoutGrammarAttr() argument
222 if (hasResult) { in processOpWithoutGrammarAttr()
282 if (hasResult) in processOpWithoutGrammarAttr()
286 if (hasResult) in processOpWithoutGrammarAttr()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserializeOps.cpp214 ArrayRef<uint32_t> words, StringRef opName, bool hasResult, in processOpWithoutGrammarAttr() argument
220 if (hasResult) { in processOpWithoutGrammarAttr()
280 if (hasResult) in processOpWithoutGrammarAttr()
284 if (hasResult) in processOpWithoutGrammarAttr()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserializeOps.cpp216 ArrayRef<uint32_t> words, StringRef opName, bool hasResult, in processOpWithoutGrammarAttr() argument
222 if (hasResult) { in processOpWithoutGrammarAttr()
282 if (hasResult) in processOpWithoutGrammarAttr()
286 if (hasResult) in processOpWithoutGrammarAttr()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/indexedDB/
H A DActorsParent.cpp3960 bool hasResult; in SetJournalMode() local
11214 bool hasResult; in GetFreelistCount() local
16460 bool hasResult; in Init() local
18756 bool hasResult; in DetermineMaintenanceAction() local
19850 bool hasResult; in DeleteObjectStoreDataTableRowsWithIndexes() local
19998 bool hasResult; in ObjectStoreHasIndexes() local
21328 bool hasResult; in LoadDatabaseInformation() local
21668 bool hasResult; in UpdateLocaleAwareIndex() local
22393 bool hasResult; in LoadPreviousVersion() local
23136 bool hasResult; in AssertForeignKeyConsistency() local
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/filters/
H A DFEColorMatrix.cpp161 if (hasResult()) in apply()
165 if (!in->hasResult()) in apply()
H A DFEComponentTransfer.cpp155 if (hasResult()) in apply()
159 if (!in->hasResult()) in apply()
H A DSourceGraphic.cpp56 if (hasResult()) in apply()
H A DFEFlood.cpp75 if (hasResult()) in apply()
H A DSourceAlpha.cpp57 if (hasResult()) in apply()
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/Model/
H A DNodeVisitor.h183 bool hasResult() const { in hasResult() function
188 assert(hasResult()); in result()
/dports/www/nextcloud/nextcloud/lib/private/Collaboration/Collaborators/
H A DMailPlugin.php149 … if (!$this->isCurrentUser($cloud) && !$searchResult->hasResult($userType, $cloud->getUser())) {
189 …if ($addToWide && !$this->isCurrentUser($cloud) && !$searchResult->hasResult($userType, $cloud->ge…
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/application/views/scripts/group/
H A Dlist.phtml43 <?php if (! $groups->hasResult()): ?>
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/application/views/scripts/user/
H A Dlist.phtml43 <?php if (! $users->hasResult()): ?>
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/modules/monitoring/application/views/scripts/list/
H A Ddowntimes.phtml18 <?php if (! $downtimes->hasResult()): ?>
H A Dcontacts.phtml13 <?php if (! $contacts->hasResult()): ?>
/dports/www/firefox/firefox-99.0/toolkit/components/places/
H A DnsNavBookmarks.cpp975 bool hasResult; in FetchItemInfo() local
976 rv = stmt->ExecuteStep(&hasResult); in FetchItemInfo()
978 if (!hasResult) { in FetchItemInfo()
1043 bool hasResult; in FetchItemInfo() local
1044 rv = stmt->ExecuteStep(&hasResult); in FetchItemInfo()
1046 if (!hasResult) { in FetchItemInfo()
1517 bool hasResult; in QueryFolderChildren() local
1518 while (NS_SUCCEEDED(stmt->ExecuteStep(&hasResult)) && hasResult) { in QueryFolderChildren()
1669 bool hasResult; in FetchFolderInfo() local
1670 rv = stmt->ExecuteStep(&hasResult); in FetchFolderInfo()
[all …]
H A DSQLFunctions.cpp603 bool hasResult = false; in NS_IMPL_ISUPPORTS() local
604 rv = getPageInfo->ExecuteStep(&hasResult); in NS_IMPL_ISUPPORTS()
605 NS_ENSURE_TRUE(NS_SUCCEEDED(rv) && hasResult, NS_ERROR_UNEXPECTED); in NS_IMPL_ISUPPORTS()
656 bool hasResult = false; in NS_IMPL_ISUPPORTS() local
657 while (NS_SUCCEEDED(getVisits->ExecuteStep(&hasResult)) && hasResult) { in NS_IMPL_ISUPPORTS()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/places/
H A DSQLFunctions.cpp614 bool hasResult = false; in NS_IMPL_ISUPPORTS() local
615 rv = getPageInfo->ExecuteStep(&hasResult); in NS_IMPL_ISUPPORTS()
616 NS_ENSURE_TRUE(NS_SUCCEEDED(rv) && hasResult, NS_ERROR_UNEXPECTED); in NS_IMPL_ISUPPORTS()
667 bool hasResult = false; in NS_IMPL_ISUPPORTS() local
668 while (NS_SUCCEEDED(getVisits->ExecuteStep(&hasResult)) && hasResult) { in NS_IMPL_ISUPPORTS()
/dports/devel/folly/folly-2021.12.27.00/folly/futures/detail/
H A DCore.cpp278 bool CoreBase::hasResult() const noexcept { in hasResult() function in folly::futures::detail::CoreBase
313 if (hasResult()) { in raise()
476 DCHECK(!hasResult()); in setResult_()
509 DCHECK(!hasResult()); in setProxy_()
/dports/www/kanboard/kanboard-1.2.21/app/Core/Ldap/
H A DGroup.php62 if ($this->query->hasResult()) {
H A DQuery.php83 public function hasResult() function in Kanboard\\Core\\Ldap\\Query
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/Icinga/Web/Widget/
H A DAnnouncements.php38 if ($announcements->hasResult()) {
/dports/www/firefox-esr/firefox-91.8.0/extensions/permissions/
H A DPermissionManager.cpp1103 bool hasResult; in TryInitDB() local
1105 while (NS_SUCCEEDED(stmt->ExecuteStep(&hasResult)) && hasResult) { in TryInitDB()
1150 bool hasResult = false; in TryInitDB() local
1152 NS_FAILED(countStmt->ExecuteStep(&hasResult)) || !hasResult) { in TryInitDB()
1244 bool hasResult = false; in TryInitDB() local
1246 NS_SUCCEEDED(idStmt->ExecuteStep(&hasResult)) && hasResult) { in TryInitDB()
1250 while (NS_SUCCEEDED(stmt->ExecuteStep(&hasResult)) && hasResult) { in TryInitDB()
2696 bool hasResult; in Read() local
2704 while (NS_SUCCEEDED(stmt->ExecuteStep(&hasResult)) && hasResult) { in Read()
2725 while (NS_SUCCEEDED(stmt->ExecuteStep(&hasResult)) && hasResult) { in Read()
/dports/mail/thunderbird/thunderbird-91.8.0/extensions/permissions/
H A DPermissionManager.cpp1103 bool hasResult; in TryInitDB() local
1105 while (NS_SUCCEEDED(stmt->ExecuteStep(&hasResult)) && hasResult) { in TryInitDB()
1150 bool hasResult = false; in TryInitDB() local
1152 NS_FAILED(countStmt->ExecuteStep(&hasResult)) || !hasResult) { in TryInitDB()
1244 bool hasResult = false; in TryInitDB() local
1246 NS_SUCCEEDED(idStmt->ExecuteStep(&hasResult)) && hasResult) { in TryInitDB()
1250 while (NS_SUCCEEDED(stmt->ExecuteStep(&hasResult)) && hasResult) { in TryInitDB()
2696 bool hasResult; in Read() local
2704 while (NS_SUCCEEDED(stmt->ExecuteStep(&hasResult)) && hasResult) { in Read()
2725 while (NS_SUCCEEDED(stmt->ExecuteStep(&hasResult)) && hasResult) { in Read()

1...<<11121314151617181920>>...22