Home
last modified time | relevance | path

Searched refs:lookupId (Results 1 – 25 of 279) sorted by relevance

12345678910>>...12

/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/render/materialsystem/
H A Dshader.cpp60 const int Shader::modelMatrixNameId = StringToInt::lookupId(QLatin1String("modelMatrix"));
61 const int Shader::viewMatrixNameId = StringToInt::lookupId(QLatin1String("viewMatrix"));
63 const int Shader::modelViewMatrixNameId = StringToInt::lookupId(QLatin1String("modelView"));
66 const int Shader::mvpNameId = StringToInt::lookupId(QLatin1String("mvp"));
74 const int Shader::modelViewNormalNameId = StringToInt::lookupId(QLatin1String("modelViewNormal"));
75 const int Shader::viewportMatrixNameId = StringToInt::lookupId(QLatin1String("viewportMatrix"));
78 const int Shader::aspectRatioNameId = StringToInt::lookupId(QLatin1String("aspectRatio"));
79 const int Shader::exposureNameId = StringToInt::lookupId(QLatin1String("exposure"));
80 const int Shader::gammaNameId = StringToInt::lookupId(QLatin1String("gamma"));
81 const int Shader::timeNameId = StringToInt::lookupId(QLatin1String("time"));
[all …]
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/plugins/renderers/opengl/renderer/
H A Dgllights.cpp57 StringToInt::lookupId(LIGHT_STRUCT_NAMES[idx] + LIGHT_POSITION_NAME)
60 StringToInt::lookupId(LIGHT_STRUCT_NAMES[idx] + LIGHT_TYPE_NAME)
63 StringToInt::lookupId(LIGHT_STRUCT_NAMES[idx] + LIGHT_COLOR_NAME)
66 StringToInt::lookupId(LIGHT_STRUCT_NAMES[idx] + LIGHT_INTENSITY_NAME)
69 StringToInt::lookupId(LIGHT_STRUCT_NAMES[idx] + LIGHT_DIRECTION_NAME)
81 StringToInt::lookupId(LIGHT_STRUCT_NAMES[idx] + LIGHT_CUT_OFF_ANGLE_NAME)
87 StringToInt::lookupId(LIGHT_STRUCT_UNROLL_NAMES[idx] + LIGHT_POSITION_NAME)
90 StringToInt::lookupId(LIGHT_STRUCT_UNROLL_NAMES[idx] + LIGHT_TYPE_NAME)
93 StringToInt::lookupId(LIGHT_STRUCT_UNROLL_NAMES[idx] + LIGHT_COLOR_NAME)
96 StringToInt::lookupId(LIGHT_STRUCT_UNROLL_NAMES[idx] + LIGHT_INTENSITY_NAME)
[all …]
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/complexscripts/fonts/
H A DGlyphSubtable.java54 private String lookupId; field in GlyphSubtable
74 …protected GlyphSubtable(String lookupId, int sequence, int flags, int format, GlyphMappingTable ma… in GlyphSubtable() argument
76 if ((lookupId == null) || (lookupId.length() == 0)) { in GlyphSubtable()
81 this.lookupId = lookupId; in GlyphSubtable()
91 return lookupId; in getLookupId()
225 hc = (hc * 3) + (lookupId.hashCode() ^ hc); in hashCode()
237 return lookupId.equals(st.lookupId) && (sequence == st.sequence); in equals()
252 if ((d = lookupId.compareTo(st.lookupId)) == 0) { in compareTo()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DMsmqReceiveContextLockManager.cs49 public MsmqReceiveContext CreateMsmqReceiveContext(long lookupId) in CreateMsmqReceiveContext() argument
53 MsmqReceiveContext receiveContext = new MsmqReceiveContext(lookupId, expiryTime, this); in CreateMsmqReceiveContext()
57 this.messageExpiryMap.Add(lookupId, receiveContext); in CreateMsmqReceiveContext()
71 long lookupId = receiveContext.LookupId; in DeleteMessage()
76 if (this.messageExpiryMap.ContainsKey(lookupId)) in DeleteMessage()
79 MsmqReceiveContext entry = this.messageExpiryMap[lookupId]; in DeleteMessage()
87 ((ILockingQueue)this.queue).DeleteMessage(lookupId, helper.RemainingTime()); in DeleteMessage()
103 this.messageExpiryMap.Remove(lookupId); in DeleteMessage()
124 long lookupId = receiveContext.LookupId; in UnlockMessage()
129 ((ILockingQueue)this.queue).UnlockMessage(lookupId, helper.RemainingTime()); in UnlockMessage()
[all …]
H A DMsmqDefaultLockingQueue.cs173 public void DeleteMessage(long lookupId, TimeSpan timeout) in DeleteMessage() argument
184 if (!this.lockMap.TryGetValue(lookupId, out entry)) in DeleteMessage()
207 this.lockMap.Remove(lookupId); in DeleteMessage()
265 transMsgs.Add(lookupId); in DeleteMessage()
276 public void UnlockMessage(long lookupId, TimeSpan timeout) in UnlockMessage() argument
282 if (this.lockMap.TryGetValue(lookupId, out entry)) in UnlockMessage()
294 this.lockMap.Remove(lookupId); in UnlockMessage()
357 unsafe int TryRelockMessage(long lookupId) in TryRelockMessage() argument
428 foreach (long lookupId in toRemove) in CloseQueue()
430 this.UnlockMessage(lookupId, TimeSpan.Zero); in CloseQueue()
[all …]
H A DMsmqSubqueueLockingQueue.cs131 long lookupId = 0; in TryReceive()
147 lookupId = emptyMessage.lookupId.Value; in TryReceive()
152 … moveResult = this.TryMoveMessage(lookupId, this.lockQueueForMove, MsmqTransactionMode.None); in TryReceive()
171 this.UnlockMessage(lookupId, TimeSpan.Zero); in TryReceive()
181 this.UnlockMessage(lookupId, TimeSpan.Zero); in TryReceive()
186 public void DeleteMessage(long lookupId, TimeSpan timeout) in DeleteMessage() argument
190 IPostRollbackErrorStrategy postRollBack = new SimplePostRollbackErrorStrategy(lookupId); in DeleteMessage()
216 public void UnlockMessage(long lookupId, TimeSpan timeout) in UnlockMessage() argument
219 IPostRollbackErrorStrategy postRollBack = new SimplePostRollbackErrorStrategy(lookupId); in UnlockMessage()
413 public LongProperty lookupId; field in System.ServiceModel.Channels.MsmqSubqueueLockingQueue.MsmqMessageLookupId
[all …]
H A DMsmq3PoisonHandler.cs26 long lookupId = messageProperty.LookupId; in CheckAndHandlePoisonMessage()
31 seen = this.UpdateSeenCount(lookupId); in CheckAndHandlePoisonMessage()
39 this.trackedMessages.Remove(lookupId); in CheckAndHandlePoisonMessage()
74 int UpdateSeenCount(long lookupId) in UpdateSeenCount() argument
77 if (this.trackedMessages.TryGetValue(lookupId, out value)) in UpdateSeenCount()
80 this.trackedMessages[lookupId] = value; in UpdateSeenCount()
89 this.trackedMessages.Add(lookupId, 1); in UpdateSeenCount()
H A DMsmqQueue.cs311 public void MarkMessageRejected(long lookupId) in MarkMessageRejected() argument
317 error = UnsafeNativeMethods.MQMarkMessageRejected(handle, lookupId); in MarkMessageRejected()
342 lookupId, dtcTransaction); in TryMoveMessageDtcTransacted()
352lookupId, (IntPtr)GetTransactionConstant(transactionMode)); in TryMoveMessageDtcTransacted()
356 …public MoveReceiveResult TryMoveMessage(long lookupId, MsmqQueue destinationQueue, MsmqTransaction… in TryMoveMessage() argument
365 …error = TryMoveMessageDtcTransacted(lookupId, sourceQueueHandle, destinationQueueHandle, transacti… in TryMoveMessage()
370lookupId, (IntPtr)GetTransactionConstant(transactionMode)); in TryMoveMessage()
442 …public MoveReceiveResult TryReceiveByLookupId(long lookupId, NativeMsmqMessage message, MsmqTransa… in TryReceiveByLookupId() argument
444 …return this.TryReceiveByLookupId(lookupId, message, transactionMode, UnsafeNativeMethods.MQ_LOOKUP… in TryReceiveByLookupId()
456 … error = ReceiveByLookupIdCore(handle, lookupId, message, transactionMode, action); in TryReceiveByLookupId()
[all …]
H A DMsmqReceiveHelper.cs26 long lookupId; field in System.ServiceModel.Channels.SimplePostRollbackErrorStrategy
28 internal SimplePostRollbackErrorStrategy(long lookupId) in SimplePostRollbackErrorStrategy() argument
30 this.lookupId = lookupId; in SimplePostRollbackErrorStrategy()
38 MsmqDiagnostics.MessageLockedUnderTheTransaction(lookupId); in AnotherTryNeeded()
44 MsmqDiagnostics.MoveOrDeleteAttemptFailed(lookupId); in AnotherTryNeeded()
224 … internal static void MoveReceivedMessage(MsmqQueue queueFrom, MsmqQueue queueTo, long lookupId) in MoveReceivedMessage() argument
228 IPostRollbackErrorStrategy postRollback = new SimplePostRollbackErrorStrategy(lookupId); in MoveReceivedMessage()
232 result = queueFrom.TryMoveMessage(lookupId, queueTo, MsmqTransactionMode.Single); in MoveReceivedMessage()
280 long lookupId = property.LookupId; in TryReceive()
282 …w DiagnosticUtility.ExceptionUtility.ThrowHelperCritical(new MsmqPoisonMessageException(lookupId)); in TryReceive()
H A DMsmqReceiveContext.cs48 long lookupId; field in System.ServiceModel.Channels.MsmqReceiveContext
52 …public MsmqReceiveContext(long lookupId, DateTime expiryTime, MsmqReceiveContextLockManager manage… in MsmqReceiveContext() argument
56 this.lookupId = lookupId; in MsmqReceiveContext()
64 return this.lookupId;
H A DMsmqMessageProperty.cs12 long lookupId; field in System.ServiceModel.Channels.MsmqMessageProperty
20 this.lookupId = msmqMessage.LookupId.Value; in MsmqMessageProperty()
59 get { return this.lookupId; }
H A DILockingQueue.cs9 void DeleteMessage(long lookupId, TimeSpan timeout); in DeleteMessage() argument
10 void UnlockMessage(long lookupId, TimeSpan timeout); in UnlockMessage() argument
H A DMsmqDecodeHelper.cs45 …enerBase listener, ServerModeDecoder modeDecoder, byte[] incoming, long lookupId, ref int offset, … in ReadServerMode() argument
51 … throw listener.NormalizePoisonException(lookupId, modeDecoder.CreatePrematureEOFException()); in ReadServerMode()
65 long lookupId = msmqMessage.LookupId.Value; in DecodeTransportDatagram()
178 long lookupId = msmqMessage.LookupId.Value; in DecodeTransportSessiongram()
414 …hannelListener listener, Stream bodyStream, MsmqIntegrationMessageProperty property, long lookupId) in DeserializeForIntegration() argument
421 return XmlDeserializeForIntegration(listener, bodyStream, lookupId); in DeserializeForIntegration()
441 …XmlDeserializeForIntegration(MsmqIntegrationChannelListener listener, Stream stream, long lookupId) in XmlDeserializeForIntegration() argument
H A DMsmqInputMessage.cs11 LongProperty lookupId; field in System.ServiceModel.Channels.MsmqInputMessage
51 this.lookupId = new LongProperty(this, UnsafeNativeMethods.PROPID_M_LOOKUPID); in MsmqInputMessage()
95 get { return this.lookupId; }
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtbase/examples/network/secureudpclient/
H A Dmainwindow.cpp111 if (lookupId != -1) { in on_connectButton_clicked()
112 QHostInfo::abortHostLookup(lookupId); in on_connectButton_clicked()
113 lookupId = -1; in on_connectButton_clicked()
133 lookupId = QHostInfo::lookupHost(hostName, this, SLOT(lookupFinished(QHostInfo))); in on_connectButton_clicked()
139 ui->connectButton->setText(lookupId == -1 ? tr("Connect ...") : tr("Cancel lookup")); in updateUi()
145 if (hostInfo.lookupId() != lookupId) in lookupFinished()
148 lookupId = -1; in lookupFinished()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Activities/System/Activities/
H A DIdSpace.cs70 int lookupId = id - 1;
71 if (this.members == null || lookupId < 0 || lookupId >= this.members.Count)
77 return this.members[lookupId];
/dports/converters/wkhtmltopdf/qt-5db36ec/src/network/kernel/
H A Dqhostinfo.h67 QHostInfo(int lookupId = -1);
85 int lookupId() const;
88 static void abortHostLookup(int lookupId);
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/plugins/renderers/rhi/renderer/
H A Drhishader.cpp339 m_structNamesIds << StringToInt::lookupId(fullMemberName); in recordAllUniforms()
358 m_structNamesIds << StringToInt::lookupId(m_structNames.back()); in recordAllUniforms()
388 attributes.push_back(ShaderAttribute { input.name, StringToInt::lookupId(input.name), in introspect()
407 images.push_back(ShaderAttribute { image.name, StringToInt::lookupId(image.name), in introspect()
429 StringToInt::lookupId(ubo.blockName), -1, in introspect()
441 namesIds << StringToInt::lookupId(member.name); in introspect()
588 m_attributes[i].m_nameId = StringToInt::lookupId(m_attributesNames[i]); in initializeAttributes()
601 m_samplers[i].m_nameId = StringToInt::lookupId(m_samplerNames[i]); in initializeSamplers()
614 m_images[i].m_nameId = StringToInt::lookupId(m_imageNames[i]); in initializeImages()
627 m_uniformBlockNamesIds[i] = StringToInt::lookupId(m_uniformBlockNames[i]); in initializeUniformBlocks()
[all …]
/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/base/net/
H A Dreverseresolution.cpp70 … const int lookupId = QHostInfo::lookupHost(ip.toString(), this, &ReverseResolution::hostResolved); in resolve() local
71 m_lookups.insert(lookupId, ip); in resolve()
76 const QHostAddress ip = m_lookups.take(host.lookupId()); in hostResolved()
/dports/devel/kf5-kio/kio-5.89.0/src/core/
H A Dhostinfo.cpp142 int lookupId() const in lookupId() function in KIO::NameLookupThreadRequest
172 const int lookupId = QHostInfo::lookupHost(hostName, this, SLOT(lookupFinished(QHostInfo))); in lookupHost() local
173 request->setLookupId(lookupId); in lookupHost()
174 m_lookups.insert(lookupId, request); in lookupHost()
179 QHostInfo::abortHostLookup(request->lookupId()); in abortLookup()
180 m_lookups.remove(request->lookupId()); in abortLookup()
185 auto it = m_lookups.find(hostInfo.lookupId()); in lookupFinished()
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/render/backend/
H A Dstringtoint.cpp68 int StringToInt::lookupId(QLatin1String str) in lookupId() function in Qt3DRender::Render::StringToInt
71 return lookupId(QString(str)); in lookupId()
74 int StringToInt::lookupId(const QString &str) in lookupId() function in Qt3DRender::Render::StringToInt
H A Dstringtoint_p.h68 static int lookupId(const QString &str);
69 static int lookupId(QLatin1String str);
/dports/www/drupal8/drupal-8.9.20/core/modules/user/tests/src/Kernel/Migrate/d6/
H A DMigrateUserRoleTest.php32 * @param int $lookupId
37 protected function assertRole($id, array $permissions, $lookupId, MigrateIdMapInterface $id_map) { argument
43 $this->assertSame([[$id]], $id_map->lookupDestinationIds(['rid' => $lookupId]));
/dports/www/drupal9/drupal-9.2.10/core/modules/user/tests/src/Kernel/Migrate/d6/
H A DMigrateUserRoleTest.php32 * @param int $lookupId
37 protected function assertRole($id, array $permissions, $lookupId, MigrateIdMapInterface $id_map) { argument
43 $this->assertSame([[$id]], $id_map->lookupDestinationIds(['rid' => $lookupId]));
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/network/kernel/
H A Dqhostinfo.h63 explicit QHostInfo(int lookupId = -1);
85 int lookupId() const;
88 static void abortHostLookup(int lookupId);

12345678910>>...12