Home
last modified time | relevance | path

Searched refs:handleId (Results 1 – 25 of 216) sorted by relevance

123456789

/dports/devel/spark/spark-2.1.1/sql/hive-thriftserver/src/main/java/org/apache/hive/service/cli/
H A DHandle.java27 private final HandleIdentifier handleId; field in Handle
30 handleId = new HandleIdentifier(); in Handle()
33 public Handle(HandleIdentifier handleId) { in Handle() argument
34 this.handleId = handleId; in Handle()
38 this.handleId = new HandleIdentifier(tHandleIdentifier); in Handle()
42 return handleId; in getHandleIdentifier()
49 result = prime * result + ((handleId == null) ? 0 : handleId.hashCode()); in hashCode()
65 if (handleId == null) { in equals()
66 if (other.handleId != null) { in equals()
69 } else if (!handleId.equals(other.handleId)) { in equals()
/dports/devel/msbuild/msbuild-0.06/src/Deprecated/Engine/Engine/
H A DEngineCallback.cs188 int handleId, in PostTaskOutputs() argument
249 int handleId, CacheEntry[] entries, in SetCacheEntries() argument
302 int handleId, string[] names, in GetCacheEntries() argument
412 internal string GetToolsPath(int handleId) in GetToolsPath() argument
506 int handleId = nextContextId; in CreateTaskContext()
514 return handleId; in CreateTaskContext()
532 int handleId = nextContextId; in CreateRoutingContext()
541 return handleId; in CreateRoutingContext()
547 internal void ClearContextState(int handleId) in ClearContextState() argument
549 if (handleId != invalidEngineHandle) in ClearContextState()
[all …]
H A DTaskExecutionModule.cs163 int handleId, in PostTaskOutputs() argument
179 int handleId, in BuildProjectFile() argument
250 WaitForBuildResults(handleId, buildResultsLocal, buildRequests); in BuildProjectFile()
316 workerThread.WaitForResults(handleId, buildResultsLocal, buildRequests); in WaitForBuildResults()
399 engineCallback.GetLineColumnOfXmlNode(handleId, out lineNumber, out columnNumber); in GetLineColumnOfXmlNode()
406 internal ITaskRegistry GetDefaultTasksRegistry(int handleId) in GetDefaultTasksRegistry() argument
408 return engineCallback.GetEngineTaskRegistry(handleId); in GetDefaultTasksRegistry()
415 internal ITaskRegistry GetProjectTasksRegistry(int handleId) in GetProjectTasksRegistry() argument
417 return engineCallback.GetProjectTaskRegistry(handleId); in GetProjectTasksRegistry()
423 internal string GetToolsPath(int handleId) in GetToolsPath() argument
[all …]
H A DSchedulerRecord.cs187 internal ScheduleRecordKey(int handleId, int requestId) in ScheduleRecordKey() argument
189 this.handleId = handleId; in ScheduleRecordKey()
199 return handleId;
220 if (other.handleId == handleId && other.requestId == requestId) in Equals()
232 return (handleId + (requestId << 24)); in GetHashCode()
238 private int handleId; field in Microsoft.Build.BuildEngine.ScheduleRecordKey
H A DTaskExecutionState.cs42 int handleId, in TaskExecutionState() argument
55 this.handleId = handleId; in TaskExecutionState()
67 return this.handleId;
71 this.handleId = value;
145 handleId, in ExecuteTask()
203 … parentModule.PostTaskOutputs(handleId, taskExecutedSuccessfully, thrownException, executionTime); in ExecuteTask()
253 private int handleId; field in Microsoft.Build.BuildEngine.TaskExecutionState
H A DExecutionContext.cs23 internal ExecutionContext(int handleId, int nodeIndex, BuildEventContext buildEventContext) in ExecutionContext() argument
25 this.handleId = handleId; in ExecutionContext()
40 return this.handleId;
70 private int handleId; field in Microsoft.Build.BuildEngine.ExecutionContext
H A DNodeRequestMapping.cs22 (int handleId, int requestId, CacheScope resultsCache ) in NodeRequestMapping() argument
25 this.handleId = handleId; in NodeRequestMapping()
36 return this.handleId;
57 private int handleId; field in Microsoft.Build.BuildEngine.NodeRequestMapping
H A DBuildRequest.cs34 int handleId, in BuildRequest() argument
46 handleId, in BuildRequest()
76 int handleId, in BuildRequest() argument
86 this.handleId = handleId; in BuildRequest()
259 return this.handleId;
263 this.handleId = value;
367 return (handleId != EngineCallback.invalidEngineHandle);
575 …return new BuildResult(outputsByTarget, resultByTarget, buildSucceeded, handleId, requestId, proje… in GetBuildResult()
624 private int handleId; field in Microsoft.Build.BuildEngine.BuildRequest
639 writer.Write((Int32)handleId); in WriteToStream()
[all …]
H A DBuildResult.cs32 int handleId, int requestId, int projectId, bool useResultCache, in BuildResult() argument
39 this.handleId = handleId; in BuildResult()
58 this.handleId = buildResultToCopy.handleId; in BuildResult()
137 return this.handleId;
141 this.handleId = value;
253 private int handleId; field in Microsoft.Build.BuildEngine.BuildResult
314 writer.Write((Int32)handleId); in WriteToStream()
394 buildResult.handleId = reader.ReadInt32(); in CreateFromStream()
H A DTaskWorkerThread.cs312 int handleId, in NodeActionLoop() argument
348 …Console.WriteLine("TaskWorkerThread: HandleId " + handleId + " waking up due to event type " + eve… in NodeActionLoop()
481 private TaskWorkerThread GetWorkerThreadForHandleId(int handleId) in GetWorkerThreadForHandleId() argument
483 return (TaskWorkerThread)handleIdToWorkerThread[handleId]; in GetWorkerThreadForHandleId()
504 int handleId, in WaitForResults() argument
509 TaskWorkerThread workerThread = GetWorkerThreadForHandleId(handleId); in WaitForResults()
514 waitingTasks.Add(handleId, taskData); in WaitForResults()
518 handleId, buildResults); in WaitForResults()
521 waitingTasks.Remove(handleId); in WaitForResults()
H A DEngineProxy.cs51 private int handleId; field in Microsoft.Build.BuildEngine.EngineProxy
119 int handleId, in EngineProxy() argument
131 this.handleId = handleId; in EngineProxy()
398 … parentModule.GetLineColumnOfXmlNode(handleId, out this.lineNumber, out this.columnNumber); in ComputeProjectFileLocationOfTaskNode()
453 …return parentModule.BuildProjectFile(handleId, projectFileNames, targetNames, globalPropertiesPerP… in BuildProjectFile()
481 … return parentModule.BuildProjectFile(handleId, projectFileNames, targetNames, globalProperties, in BuildProjectFilesInParallel()
546 …bool result = parentModule.BuildProjectFile(handleId, projectFileNames, targetNames, globalPropert… in BuildProjectFilesInParallel()
/dports/graphics/krita/krita-4.4.8/libs/flake/
H A DKoParameterShape.cpp58 void KoParameterShape::moveHandle(int handleId, const QPointF & point, Qt::KeyboardModifiers modifi… in moveHandle() argument
61 if (handleId >= d->handles.size()) { in moveHandle()
68 moveHandleAction(handleId, documentToShape(point), modifiers); in moveHandle()
89 QPointF KoParameterShape::handlePosition(int handleId) const in handlePosition()
92 return d->handles.value(handleId); in handlePosition()
105 void KoParameterShape::paintHandle(KisHandlePainterHelper &handlesHelper, int handleId) in paintHandle() argument
108 handlesHelper.drawGradientHandle(d->handles[handleId]); in paintHandle()
H A DKoParameterShape.h63 …void moveHandle(int handleId, const QPointF &point, Qt::KeyboardModifiers modifiers = Qt::NoModifi…
78 QPointF handlePosition(int handleId) const;
94 void paintHandle(KisHandlePainterHelper &handlesHelper, int handleId);
149 …virtual void moveHandleAction(int handleId, const QPointF & point, Qt::KeyboardModifiers modifiers…
/dports/editors/calligra/calligra-3.2.1/libs/flake/
H A DKoParameterShape.cpp41 void KoParameterShape::moveHandle(int handleId, const QPointF & point, Qt::KeyboardModifiers modifi… in moveHandle() argument
44 if (handleId >= d->handles.size()) { in moveHandle()
51 moveHandleAction(handleId, documentToShape(point), modifiers); in moveHandle()
73 QPointF KoParameterShape::handlePosition(int handleId) const in handlePosition()
76 return d->handles.value(handleId); in handlePosition()
101 …:paintHandle(QPainter & painter, const KoViewConverter & converter, int handleId, int handleRadius) in paintHandle() argument
113 poly.translate(worldMatrix.map(d->handles[handleId])); in paintHandle()
H A DKoParameterShape.h62 …void moveHandle(int handleId, const QPointF &point, Qt::KeyboardModifiers modifiers = Qt::NoModifi…
77 QPointF handlePosition(int handleId) const;
96 …void paintHandle(QPainter &painter, const KoViewConverter &converter, int handleId, int handleRadi…
151 …virtual void moveHandleAction(int handleId, const QPointF & point, Qt::KeyboardModifiers modifiers…
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/os_interface/windows/
H A Dwddm_memory_manager.cpp505 for (auto handleId = 0u; handleId < gfxAllocation->getNumGmms(); handleId++) { in freeGraphicsMemoryImpl() local
506 delete gfxAllocation->getGmm(handleId); in freeGraphicsMemoryImpl()
768 for (auto handleId = 0u; handleId < allocation->getNumGmms(); handleId++) { in createGpuAllocationsWithRetry() local
876 for (auto handleId = 0u; handleId < graphicsAllocation->storageInfo.getNumBanks(); handleId++) { in copyMemoryToAllocationBanks() local
877 if (!handleMask.test(handleId)) { in copyMemoryToAllocationBanks()
906 for (auto handleId = 0u; handleId < handles; handleId++) { in createColouredGmms() local
919 allocation.setGmm(gmm, handleId); in createColouredGmms()
924 for (auto handleId = 0u; handleId < storageInfo.getNumBanks(); handleId++) { in fillGmmsInAllocation() local
929 allocation->setGmm(gmm, handleId); in fillGmmsInAllocation()
1035 for (auto handleId = 0u; handleId < allocationData.storageInfo.getNumBanks(); handleId++) { in allocateGraphicsMemoryInDevicePool() local
[all …]
/dports/editors/calligra/calligra-3.2.1/libs/flake/tools/
H A DKoParameterChangeStrategy.cpp25 …rategy::KoParameterChangeStrategy(KoToolBase *tool, KoParameterShape *parameterShape, int handleId) in KoParameterChangeStrategy() argument
26 : KoInteractionStrategy(*(new KoParameterChangeStrategyPrivate(tool, parameterShape, handleId))) in KoParameterChangeStrategy()
43 d->parameterShape->moveHandle(d->handleId, mouseLocation, modifiers); in handleMouseMove()
54 …cmd = new KoParameterHandleMoveCommand(d->parameterShape, d->handleId, d->startPoint, d->releasePo… in createCommand()
H A DKoPathConnectionPointStrategy.cpp35 …ntStrategy::KoPathConnectionPointStrategy(KoToolBase *tool, KoConnectionShape *shape, int handleId) in KoPathConnectionPointStrategy() argument
36 : KoParameterChangeStrategy(*(new KoPathConnectionPointStrategyPrivate(tool, shape, handleId))) in KoPathConnectionPointStrategy()
58 if (d->handleId == 0) in handleMouseMove()
111 if (d->handleId == 0) in handleMouseMove()
131 … QPointF p = d->connectionShape->shapeToDocument(d->connectionShape->handlePosition(d->handleId)); in createCommand()
141 …eConnectionChangeCommand(d->connectionShape, static_cast<KoConnectionShape::HandleId>(d->handleId), in createCommand()
/dports/graphics/krita/krita-4.4.8/libs/flake/tools/
H A DKoParameterChangeStrategy.cpp29 …rategy::KoParameterChangeStrategy(KoToolBase *tool, KoParameterShape *parameterShape, int handleId) in KoParameterChangeStrategy() argument
30 : KoInteractionStrategy(*(new KoParameterChangeStrategyPrivate(tool, parameterShape, handleId))) in KoParameterChangeStrategy()
52 d->parameterShape->moveHandle(d->handleId, snappedPosition, modifiers); in handleMouseMove()
66 …cmd = new KoParameterHandleMoveCommand(d->parameterShape, d->handleId, d->startPoint, d->releasePo… in createCommand()
H A DKoPathConnectionPointStrategy.cpp35 …ntStrategy::KoPathConnectionPointStrategy(KoToolBase *tool, KoConnectionShape *shape, int handleId) in KoPathConnectionPointStrategy() argument
36 : KoParameterChangeStrategy(*(new KoPathConnectionPointStrategyPrivate(tool, shape, handleId))) in KoPathConnectionPointStrategy()
58 if (d->handleId == 0) in handleMouseMove()
111 if (d->handleId == 0) in handleMouseMove()
131 … QPointF p = d->connectionShape->shapeToDocument(d->connectionShape->handlePosition(d->handleId)); in createCommand()
141 …eConnectionChangeCommand(d->connectionShape, static_cast<KoConnectionShape::HandleId>(d->handleId), in createCommand()
/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/src/signaling/
H A Dmcu_janus.go440 handleId uint64 member
663 handleId: handle.Id,
710 log.Printf("Publisher %d received detached, closing", p.handleId)
715 log.Printf("Publisher %d received connected", p.handleId)
743 p.handleId = handle.Id
750 log.Printf("Publisher %s reconnected on handle %d", p.id, p.handleId)
957 handleId: handle.Id,
1002 log.Printf("Subscriber %d received detached, closing", p.handleId)
1007 log.Printf("Subscriber %d received connected", p.handleId)
1030 p.handleId = handle.Id
[all …]
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/os_interface/linux/
H A Ddrm_memory_manager.cpp796 for (auto handleId = 0u; handleId < gfxAllocation->getNumGmms(); handleId++) { in freeGraphicsMemoryImpl() local
1143 for (auto handleId = 0u; handleId < graphicsAllocation->storageInfo.getNumBanks(); handleId++) { in copyMemoryToAllocationBanks() local
1144 if (!handleMask.test(handleId)) { in copyMemoryToAllocationBanks()
1193 for (auto handleId = 0u; handleId < handles; handleId++) { in createColouredGmms() local
1206 allocation.setGmm(gmm, handleId); in createColouredGmms()
1212 for (auto handleId = 0u; handleId < storageInfo.getNumBanks(); handleId++) { in fillGmmsInAllocation() local
1217 allocation->setGmm(gmm, handleId); in fillGmmsInAllocation()
1316 for (auto handleId = 0u; handleId < allocationData.storageInfo.getNumBanks(); handleId++) { in allocateGraphicsMemoryInDevicePool() local
1343 for (auto handleId = 0u; handleId < allocationData.storageInfo.getNumBanks(); handleId++) { in allocateGraphicsMemoryInDevicePool() local
1397 for (auto handleId = 0u; handleId < handles; handleId++, currentBank++) { in createDrmAllocation() local
[all …]
H A Ddrm_allocation.cpp191 for (auto handleId = 0u; handleId < EngineLimits::maxHandleCount; handleId++) { in setMemAdvise() local
192 auto bo = bufferObjects[handleId]; in setMemAdvise()
196 region.memory_instance = handleId; in setMemAdvise()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/command_queue/
H A Dcommand_queue_fixture.cpp65 for (auto handleId = 0u; handleId < gfxAllocation->getNumGmms(); handleId++) { in forceMapBufferOnGpu() local
66 gfxAllocation->setGmm(new MockGmm(clDevice->getGmmClientContext()), handleId); in forceMapBufferOnGpu()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/source/editors/explorer/
H A DObjectExplorerServerOperations.java26 String handleId, in explorerInspectObject() argument
35 String handleId, in explorerBeginInspect() argument
40 String handleId, in explorerEndInspect() argument

123456789