Home
last modified time | relevance | path

Searched refs:commitPending (Results 1 – 22 of 22) sorted by relevance

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/pvr/channels/
H A DPVRChannelGroupInternal.cpp309 bool commitPending = false; in RemoveDeletedChannels() local
314 commitPending = database->QueueDeleteChannelGroupMembersQuery(GroupID()); in RemoveDeletedChannels()
320 commitPending |= channel->QueueDelete(); in RemoveDeletedChannels()
328 if (commitPending) in RemoveDeletedChannels()
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/plugins/platforms/drm/
H A Ddrm_object.cpp111 void DrmObject::commitPending() in commitPending() function in KWin::DrmObject
115 prop->commitPending(); in commitPending()
265 void DrmObject::Property::commitPending() in commitPending() function in KWin::DrmObject::Property
H A Ddrm_object.h137 void commitPending();
171 void commitPending();
H A Ddrm_pipeline.cpp166 obj->commitPending(); in commitPipelines()
395 dpmsProp->commitPending(); in setActive()
482 vrrProp->commitPending(); in setSyncMode()
/dports/graphics/qgis/qgis-3.22.3/src/app/
H A Dqgsgeometryvalidationservice.cpp163 mLayerChecks[layer].commitPending = true; in onBeforeCommitChanges()
472 if ( mLayerChecks[layer].commitPending ) in triggerTopologyChecks()
477 …ty() && mLayerChecks[layer].singleFeatureCheckErrors.empty() && mLayerChecks[layer].commitPending ) in triggerTopologyChecks()
486 mLayerChecks[layer].commitPending = false; in triggerTopologyChecks()
H A Dqgsgeometryvalidationservice.h123 bool commitPending = false; member
/dports/graphics/qgis-ltr/qgis-3.16.16/src/app/
H A Dqgsgeometryvalidationservice.cpp163 mLayerChecks[layer].commitPending = true; in onBeforeCommitChanges()
519 if ( mLayerChecks[layer].commitPending ) in triggerTopologyChecks()
524 …ty() && mLayerChecks[layer].singleFeatureCheckErrors.empty() && mLayerChecks[layer].commitPending ) in triggerTopologyChecks()
533 mLayerChecks[layer].commitPending = false; in triggerTopologyChecks()
H A Dqgsgeometryvalidationservice.h123 bool commitPending = false; member
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapred/
H A DTaskUmbilicalProtocol.java126 void commitPending(TaskAttemptID taskId, TaskStatus taskStatus) in commitPending() method
H A DTask.java1049 umbilical.commitPending(taskId, taskStatus); in done()
/dports/devel/hadoop/hadoop-1.2.1/src/mapred/org/apache/hadoop/mapred/
H A DTaskUmbilicalProtocol.java130 void commitPending(TaskAttemptID taskId, TaskStatus taskStatus, in commitPending() method
H A DIsolationRunner.java84 public void commitPending(TaskAttemptID taskId, TaskStatus taskStatus, in commitPending() method in IsolationRunner.FakeUmbilical
H A DTaskTracker.java3000 void reportTaskFinished(boolean commitPending) { in reportTaskFinished() argument
3001 if (!commitPending) { in reportTaskFinished()
3609 public synchronized void commitPending(TaskAttemptID taskid, in commitPending() method in TaskTracker
3753 void reportTaskFinished(TaskAttemptID taskid, boolean commitPending) { in reportTaskFinished() argument
3759 tip.reportTaskFinished(commitPending); in reportTaskFinished()
4564 int commitPending = 0; in getTasksInfo() local
4570 ++commitPending; in getTasksInfo()
4575 map.put("commit_pending", commitPending); in getTasksInfo()
H A DLocalJobRunner.java508 public void commitPending(TaskAttemptID taskid, in commitPending() method in LocalJobRunner.Job
H A DTask.java869 umbilical.commitPending(taskId, taskStatus, jvmContext); in done()
/dports/textproc/clucene/clucene-core-2.3.3.4/src/core/CLucene/index/
H A DIndexWriter.cpp199 this->commitPending = this->closed = this->closing = false; in init()
525 if (commitPending) { in closeInternal()
542 commitPending = false; in closeInternal()
800 commitPending = true; in newSegmentName()
1092 commitPending = false; in abort()
1155 commitPending = false; in checkpoint()
1159 commitPending = true; in checkpoint()
H A DIndexWriter.h218 bool commitPending; // true if segmentInfos has changes not yet committed variable
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/mapred/
H A DTestTaskCommit.java105 public void commitPending(TaskAttemptID taskId, TaskStatus taskStatus) in commitPending() method in TestTaskCommit.MyUmbilical
H A DTestMapProgress.java108 public void commitPending(TaskAttemptID taskId, TaskStatus taskStatus) in commitPending() method in TestMapProgress.FakeUmbilical
/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/mapred/
H A DTestTaskCommit.java108 public void commitPending(TaskAttemptID taskId, TaskStatus taskStatus, in commitPending() method in TestTaskCommit.MyUmbilical
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapred/
H A DTaskAttemptListenerImpl.java217 public void commitPending(TaskAttemptID taskAttemptID, TaskStatus taskStatsu) in commitPending() method in TaskAttemptListenerImpl
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-common/src/main/java/org/apache/hadoop/mapred/
H A DLocalJobRunner.java651 public void commitPending(TaskAttemptID taskid, in commitPending() method in LocalJobRunner.Job