Home
last modified time | relevance | path

Searched refs:findIndex (Results 1 – 25 of 1997) sorted by relevance

12345678910>>...80

/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/foundation-0.0.25/Foundation/Collection/
H A DIndexed.hs40 findIndex :: (Element c -> Bool) -> c -> Maybe (Offset (Element c))
48 findIndex predicate = fmap Offset . Data.List.findIndex predicate function
54 findIndex predicate c = loop 0 function
66 findIndex predicate c = loop 0 function
78 findIndex predicate c = loop 0 function
88 findIndex = S.findIndex function
95 findIndex predicate c = loop 0 function
107 findIndex predicate c = loop 0 function
/dports/biology/ugene/ugene-40.1/src/plugins/GUITestBase/src/tests/common_scenarios/annotations_import/
H A DGTTestsAnnotationsImport.cpp54 GTUtilsProjectTreeView::findIndex(os, "result.gb"); in GUI_TEST_CLASS_DEFINITION()
71 GTUtilsProjectTreeView::findIndex(os, "result.gb"); in GUI_TEST_CLASS_DEFINITION()
88 GTUtilsProjectTreeView::findIndex(os, "result.gb"); in GUI_TEST_CLASS_DEFINITION()
105 GTUtilsProjectTreeView::findIndex(os, "result.gb"); in GUI_TEST_CLASS_DEFINITION()
122 GTUtilsProjectTreeView::findIndex(os, "result.gb"); in GUI_TEST_CLASS_DEFINITION()
139 GTUtilsProjectTreeView::findIndex(os, "result.gb"); in GUI_TEST_CLASS_DEFINITION()
156 GTUtilsProjectTreeView::findIndex(os, "result.gb"); in GUI_TEST_CLASS_DEFINITION()
173 GTUtilsProjectTreeView::findIndex(os, "result.gb"); in GUI_TEST_CLASS_DEFINITION()
190 GTUtilsProjectTreeView::findIndex(os, "result.gb"); in GUI_TEST_CLASS_DEFINITION()
207 GTUtilsProjectTreeView::findIndex(os, "result.gb"); in GUI_TEST_CLASS_DEFINITION()
[all …]
/dports/net/wireshark/wireshark-3.6.1/ui/qt/widgets/
H A Dpref_module_view.cpp67 QModelIndex findIndex, modelIndex; in findModule() local
75 findIndex = modelIndex; in findModule()
79 findIndex = findModule(modelIndex, name); in findModule()
80 if (findIndex.isValid()) in findModule()
85 return findIndex; in findModule()
/dports/net/wireshark-lite/wireshark-3.6.1/ui/qt/widgets/
H A Dpref_module_view.cpp67 QModelIndex findIndex, modelIndex;
75 findIndex = modelIndex;
79 findIndex = findModule(modelIndex, name);
80 if (findIndex.isValid())
85 return findIndex;
/dports/net/tshark/wireshark-3.6.1/ui/qt/widgets/
H A Dpref_module_view.cpp67 QModelIndex findIndex, modelIndex; in findModule() local
75 findIndex = modelIndex; in findModule()
79 findIndex = findModule(modelIndex, name); in findModule()
80 if (findIndex.isValid()) in findModule()
85 return findIndex; in findModule()
/dports/net/tshark-lite/wireshark-3.6.1/ui/qt/widgets/
H A Dpref_module_view.cpp67 QModelIndex findIndex, modelIndex; in findModule() local
75 findIndex = modelIndex; in findModule()
79 findIndex = findModule(modelIndex, name); in findModule()
80 if (findIndex.isValid()) in findModule()
85 return findIndex; in findModule()
/dports/biology/ugene/ugene-40.1/src/plugins/GUITestBase/src/tests/common_scenarios/project/sequence_exporting/from_project_view/
H A DGTTestsFromProjectView.cpp97 QModelIndex parent = GTUtilsProjectTreeView::findIndex(os, "1.gb"); in GUI_TEST_CLASS_DEFINITION()
305 GTUtilsProjectTreeView::findIndex(os, doc1); // checks inside in GUI_TEST_CLASS_DEFINITION()
306 GTUtilsProjectTreeView::findIndex(os, doc2); in GUI_TEST_CLASS_DEFINITION()
326 QModelIndex parent = GTUtilsProjectTreeView::findIndex(os, "1.gb"); in GUI_TEST_CLASS_DEFINITION()
359 GTUtilsProjectTreeView::findIndex(os, doc1); // checks inside in GUI_TEST_CLASS_DEFINITION()
360 GTUtilsProjectTreeView::findIndex(os, doc2); in GUI_TEST_CLASS_DEFINITION()
388 QModelIndex parent = GTUtilsProjectTreeView::findIndex(os, "1.gb"); in GUI_TEST_CLASS_DEFINITION()
427 GTUtilsProjectTreeView::findIndex(os, doc1); // checks inside in GUI_TEST_CLASS_DEFINITION()
428 GTUtilsProjectTreeView::findIndex(os, doc2); in GUI_TEST_CLASS_DEFINITION()
494 GTUtilsProjectTreeView::findIndex(os, doc1); // checks inside in GUI_TEST_CLASS_DEFINITION()
[all …]
/dports/biology/ugene/ugene-40.1/src/plugins/GUITestBase/src/tests/common_scenarios/project/
H A DGTTestsProject.cpp196 GTUtilsProjectTreeView::findIndex(os, "qqq"); in GUI_TEST_CLASS_DEFINITION()
366 item = GTUtilsProjectTreeView::findIndex(os, "se2"); in GUI_TEST_CLASS_DEFINITION()
371 item = GTUtilsProjectTreeView::findIndex(os, "se1"); in GUI_TEST_CLASS_DEFINITION()
376 item = GTUtilsProjectTreeView::findIndex(os, "se1"); in GUI_TEST_CLASS_DEFINITION()
671 GTUtilsProjectTreeView::findIndex(os, "human_T1"); in GUI_TEST_CLASS_DEFINITION()
672 GTUtilsProjectTreeView::findIndex(os, "human_T2"); in GUI_TEST_CLASS_DEFINITION()
717 GTUtilsProjectTreeView::findIndex(os, "Tree"); in GUI_TEST_CLASS_DEFINITION()
732 GTUtilsProjectTreeView::findIndex(os, "CBS"); in GUI_TEST_CLASS_DEFINITION()
747 GTUtilsProjectTreeView::findIndex(os, "1CF7"); in GUI_TEST_CLASS_DEFINITION()
866 GTUtilsProjectTreeView::findIndex(os, "Sequence"); in GUI_TEST_CLASS_DEFINITION()
[all …]
/dports/net-mgmt/nagios-check_bacula11/bacula-11.0.5/src/qt-console/tray-monitor/
H A Drunjob-ui-controller.cpp86 int RunJobUiController::findIndex(QStringList list, QString str) in findIndex() function in RunJobUiController
103 int levelIndex = this->findIndex(m_jobLevel, dir->defaults.level); in jobDefaultsCallback()
104 int filesetIndex = this->findIndex(m_filesetNames, dir->defaults.fileset); in jobDefaultsCallback()
105 int clientIndex = this->findIndex(m_clientNames, dir->defaults.client); in jobDefaultsCallback()
106 int storageIndex = this->findIndex(m_storageNames, dir->defaults.storage); in jobDefaultsCallback()
107 int poolIndex = this->findIndex(m_poolNames, dir->defaults.pool); in jobDefaultsCallback()
108 int catalogIndex = this->findIndex(m_catalogNames, dir->defaults.catalog); in jobDefaultsCallback()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/java/memory/memory-core/src/main/java/org/apache/arrow/memory/
H A DLowCostIdentityHashMap.java126 int index = findIndex(key, elementData); in containsKey()
158 int index = findIndex(key, elementData); in get()
169 int findIndex(Object key, Object[] array) { in findIndex() method in LowCostIdentityHashMap
203 int index = findIndex(key, elementData); in put()
209 index = findIndex(key, elementData); in put()
234 int index = findIndex(key, newData); in rehash()
262 index = next = findIndex(key, elementData); in remove()
/dports/databases/arrow/apache-arrow-6.0.1/java/memory/memory-core/src/main/java/org/apache/arrow/memory/
H A DLowCostIdentityHashMap.java126 int index = findIndex(key, elementData); in containsKey()
158 int index = findIndex(key, elementData); in get()
169 int findIndex(Object key, Object[] array) { in findIndex() method in LowCostIdentityHashMap
203 int index = findIndex(key, elementData); in put()
209 index = findIndex(key, elementData); in put()
234 int index = findIndex(key, newData); in rehash()
262 index = next = findIndex(key, elementData); in remove()
/dports/sysutils/bacula11-client/bacula-11.0.5/src/qt-console/tray-monitor/
H A Drunjob-ui-controller.cpp86 int RunJobUiController::findIndex(QStringList list, QString str) in findIndex() function in RunJobUiController
103 int levelIndex = this->findIndex(m_jobLevel, dir->defaults.level); in jobDefaultsCallback()
104 int filesetIndex = this->findIndex(m_filesetNames, dir->defaults.fileset); in jobDefaultsCallback()
105 int clientIndex = this->findIndex(m_clientNames, dir->defaults.client); in jobDefaultsCallback()
106 int storageIndex = this->findIndex(m_storageNames, dir->defaults.storage); in jobDefaultsCallback()
107 int poolIndex = this->findIndex(m_poolNames, dir->defaults.pool); in jobDefaultsCallback()
108 int catalogIndex = this->findIndex(m_catalogNames, dir->defaults.catalog); in jobDefaultsCallback()
/dports/sysutils/bacula11-server/bacula-11.0.5/src/qt-console/tray-monitor/
H A Drunjob-ui-controller.cpp86 int RunJobUiController::findIndex(QStringList list, QString str) in findIndex() function in RunJobUiController
103 int levelIndex = this->findIndex(m_jobLevel, dir->defaults.level); in jobDefaultsCallback()
104 int filesetIndex = this->findIndex(m_filesetNames, dir->defaults.fileset); in jobDefaultsCallback()
105 int clientIndex = this->findIndex(m_clientNames, dir->defaults.client); in jobDefaultsCallback()
106 int storageIndex = this->findIndex(m_storageNames, dir->defaults.storage); in jobDefaultsCallback()
107 int poolIndex = this->findIndex(m_poolNames, dir->defaults.pool); in jobDefaultsCallback()
108 int catalogIndex = this->findIndex(m_catalogNames, dir->defaults.catalog); in jobDefaultsCallback()
/dports/sysutils/bacula11-client-static/bacula-11.0.5/src/qt-console/tray-monitor/
H A Drunjob-ui-controller.cpp86 int RunJobUiController::findIndex(QStringList list, QString str) in findIndex() function in RunJobUiController
103 int levelIndex = this->findIndex(m_jobLevel, dir->defaults.level); in jobDefaultsCallback()
104 int filesetIndex = this->findIndex(m_filesetNames, dir->defaults.fileset); in jobDefaultsCallback()
105 int clientIndex = this->findIndex(m_clientNames, dir->defaults.client); in jobDefaultsCallback()
106 int storageIndex = this->findIndex(m_storageNames, dir->defaults.storage); in jobDefaultsCallback()
107 int poolIndex = this->findIndex(m_poolNames, dir->defaults.pool); in jobDefaultsCallback()
108 int catalogIndex = this->findIndex(m_catalogNames, dir->defaults.catalog); in jobDefaultsCallback()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/java/memory/src/main/java/org/apache/arrow/memory/
H A DLowCostIdentityHashMap.java126 int index = findIndex(key, elementData); in containsKey()
158 int index = findIndex(key, elementData); in get()
169 int findIndex(Object key, Object[] array) { in findIndex() method in LowCostIdentityHashMap
203 int index = findIndex(key, elementData); in put()
209 index = findIndex(key, elementData); in put()
234 int index = findIndex(key, newData); in rehash()
262 index = next = findIndex(key, elementData); in remove()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/BulletCollision/CollisionDispatch/
H A DbtCollisionDispatcherMt.cpp80 int findIndex = manifold->m_index1a; in releaseManifold() local
81 btAssert(findIndex < m_manifoldsPtr.size()); in releaseManifold()
82 m_manifoldsPtr.swap(findIndex, m_manifoldsPtr.size() - 1); in releaseManifold()
83 m_manifoldsPtr[findIndex]->m_index1a = findIndex; in releaseManifold()
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/bullet/BulletCollision/CollisionDispatch/
H A DbtCollisionDispatcherMt.cpp80 int findIndex = manifold->m_index1a; in releaseManifold() local
81 btAssert(findIndex < m_manifoldsPtr.size()); in releaseManifold()
82 m_manifoldsPtr.swap(findIndex, m_manifoldsPtr.size() - 1); in releaseManifold()
83 m_manifoldsPtr[findIndex]->m_index1a = findIndex; in releaseManifold()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/BulletCollision/CollisionDispatch/
H A DbtCollisionDispatcherMt.cpp80 int findIndex = manifold->m_index1a; in releaseManifold() local
81 btAssert(findIndex < m_manifoldsPtr.size()); in releaseManifold()
82 m_manifoldsPtr.swap(findIndex, m_manifoldsPtr.size() - 1); in releaseManifold()
83 m_manifoldsPtr[findIndex]->m_index1a = findIndex; in releaseManifold()
/dports/graphics/blender/blender-2.91.0/extern/bullet2/src/BulletCollision/CollisionDispatch/
H A DbtCollisionDispatcherMt.cpp85 int findIndex = manifold->m_index1a; in releaseManifold() local
86 btAssert(findIndex < m_manifoldsPtr.size()); in releaseManifold()
87 m_manifoldsPtr.swap(findIndex, m_manifoldsPtr.size() - 1); in releaseManifold()
88 m_manifoldsPtr[findIndex]->m_index1a = findIndex; in releaseManifold()
/dports/math/jts/jts-jts-1.18.1/modules/tests/src/main/java/org/locationtech/jtstest/geomop/
H A DGeometryFunctionRegistry.java118 int index = findIndex(func); in add()
127 public int findIndex(GeometryFunction func) { in findIndex() method in GeometryFunctionRegistry
128 return findIndex(func.getName(), func.getParameterTypes().length); in findIndex()
131 public int findIndex(String name, int argCount) in findIndex() method in GeometryFunctionRegistry
156 int index = findIndex(name, argCount); in find()
/dports/devel/bullet/bullet3-3.21/src/BulletCollision/CollisionDispatch/
H A DbtCollisionDispatcherMt.cpp88 int findIndex = manifold->m_index1a; in releaseManifold() local
89 btAssert(findIndex < m_manifoldsPtr.size()); in releaseManifold()
90 m_manifoldsPtr.swap(findIndex, m_manifoldsPtr.size() - 1); in releaseManifold()
91 m_manifoldsPtr[findIndex]->m_index1a = findIndex; in releaseManifold()
/dports/devel/py-bullet3/bullet3-3.21/src/BulletCollision/CollisionDispatch/
H A DbtCollisionDispatcherMt.cpp88 int findIndex = manifold->m_index1a; in releaseManifold() local
89 btAssert(findIndex < m_manifoldsPtr.size()); in releaseManifold()
90 m_manifoldsPtr.swap(findIndex, m_manifoldsPtr.size() - 1); in releaseManifold()
91 m_manifoldsPtr[findIndex]->m_index1a = findIndex; in releaseManifold()
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/language/duchain/
H A Duses.cpp133 uint index = d->m_uses.findIndex(item); in addUse()
159 uint index = d->m_uses.findIndex(item); in removeUse()
169 Q_ASSERT(d->m_uses.findIndex(item) == 0); in removeUse()
183 return ( bool ) d->m_uses.findIndex(item); in hasUses()
196 uint index = d->m_uses.findIndex(item); in uses()
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/ultima8/filesys/
H A Du8_save_file.cpp74 bool U8SaveFile::findIndex(const Std::string &name, uint32 &index) const { in findIndex() function in Ultima::Ultima8::U8SaveFile
84 return findIndex(name, index); in exists()
89 if (!findIndex(name, index)) in getObject()
110 if (!findIndex(name, index)) in getSize()
/dports/graphics/vigra/vigra-8acd73a/include/vigra/
H A Dunion_find.hxx232 T findIndex(T index) const in findIndex() function in vigra::UnionFindArray
249 return LabelAccessor::fromAnchor(labels_[findIndex(index)]); in findLabel()
254 labels_[findIndex(index)] = LabelAccessor::deletedAnchor(); in deleteIndex()
260 IndexType i1 = findIndex(l1); in makeUnion()
261 IndexType i2 = findIndex(l2); in makeUnion()
317 labels_[i] = findIndex(i); // path compression in makeContiguous()

12345678910>>...80