Home
last modified time | relevance | path

Searched refs:found_item (Results 1 – 25 of 121) sorted by relevance

12345

/dports/science/hdf5-18/hdf5-1.8.21/test/
H A Dtskiplist.c162 VERIFY(found_item, NULL, "H5SL_search"); in test_skiplist_insert()
175 CHECK(found_item, NULL, "H5SL_search"); in test_skiplist_insert()
176 VERIFY(*found_item,item,"H5SL_search"); in test_skiplist_insert()
181 VERIFY(found_item, NULL, "H5SL_search"); in test_skiplist_insert()
492 found_item=(int *)H5SL_item(node); in test_skiplist_firstnext()
1416 VERIFY(*found_item,15,"H5SL_less"); in test_skiplist_less()
1419 VERIFY(*found_item,80,"H5SL_less"); in test_skiplist_less()
1422 VERIFY(*found_item,90,"H5SL_less"); in test_skiplist_less()
1425 VERIFY(*found_item,5,"H5SL_less"); in test_skiplist_less()
1428 VERIFY(found_item,NULL,"H5SL_less"); in test_skiplist_less()
[all …]
/dports/science/hdf5/hdf5-1.10.6/test/
H A Dtskiplist.c180 CHECK_PTR(found_item, "H5SL_search"); in test_skiplist_insert()
324 CHECK_PTR(found_item, "H5SL_remove"); in test_skiplist_remove()
329 CHECK_PTR(found_item, "H5SL_remove"); in test_skiplist_remove()
334 CHECK_PTR(found_item, "H5SL_remove"); in test_skiplist_remove()
497 found_item=(int *)H5SL_item(node); in test_skiplist_firstnext()
1421 VERIFY(*found_item,15,"H5SL_less"); in test_skiplist_less()
1424 VERIFY(*found_item,80,"H5SL_less"); in test_skiplist_less()
1427 VERIFY(*found_item,90,"H5SL_less"); in test_skiplist_less()
1430 VERIFY(*found_item,5,"H5SL_less"); in test_skiplist_less()
1573 VERIFY(*found_item, 5, "H5SL_below"); in test_skiplist_below()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/offline_pages/core/prefetch/
H A Dprefetch_download_flow_unittest.cc121 std::unique_ptr<PrefetchItem> found_item = in TEST_F() local
123 EXPECT_EQ(PrefetchItemState::DOWNLOADING, found_item->state); in TEST_F()
130 found_item = store_util()->GetPrefetchItem(item.offline_id); in TEST_F()
131 EXPECT_EQ(PrefetchItemState::IMPORTING, found_item->state); in TEST_F()
151 std::unique_ptr<PrefetchItem> found_item = in TEST_F() local
153 EXPECT_EQ(PrefetchItemState::IMPORTING, found_item->state); in TEST_F()
173 std::unique_ptr<PrefetchItem> found_item = in TEST_F() local
175 EXPECT_EQ(item, *found_item); in TEST_F()
195 std::unique_ptr<PrefetchItem> found_item = in TEST_F() local
197 EXPECT_EQ(item, *found_item); in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/offline_pages/core/prefetch/
H A Dprefetch_download_flow_unittest.cc121 std::unique_ptr<PrefetchItem> found_item = in TEST_F() local
123 EXPECT_EQ(PrefetchItemState::DOWNLOADING, found_item->state); in TEST_F()
130 found_item = store_util()->GetPrefetchItem(item.offline_id); in TEST_F()
131 EXPECT_EQ(PrefetchItemState::IMPORTING, found_item->state); in TEST_F()
151 std::unique_ptr<PrefetchItem> found_item = in TEST_F() local
153 EXPECT_EQ(PrefetchItemState::IMPORTING, found_item->state); in TEST_F()
173 std::unique_ptr<PrefetchItem> found_item = in TEST_F() local
175 EXPECT_EQ(item, *found_item); in TEST_F()
195 std::unique_ptr<PrefetchItem> found_item = in TEST_F() local
197 EXPECT_EQ(item, *found_item); in TEST_F()
[all …]
/dports/deskutils/rolo/rolo-011/src/
H A Dindex.c50 static int scroll_to_result (ITEM * found_item);
647 ITEM *found_item = NULL; in filter_menu() local
701 scroll_to_result (ITEM * found_item) in scroll_to_result() argument
705 if (NULL != found_item) in scroll_to_result()
711 found_index = item_index (found_item); in scroll_to_result()
715 while (FALSE == item_visible (found_item)) in scroll_to_result()
720 set_current_item (menu, found_item); in scroll_to_result()
746 ITEM *found_item = NULL; in index_search_next() local
750 direction = scroll_to_result (found_item); in index_search_next()
775 ITEM *found_item = NULL; in index_search_prev() local
[all …]
/dports/www/py-aiohttp-middlewares/aiohttp-middlewares-1.2.1/src/aiohttp_middlewares/
H A Dutils.py42 found_item = urls[found[0]]
44 if isinstance(found_item, str):
45 return found_item.lower() == method
47 return any(True for item in found_item if item.lower() == method)
/dports/science/kim-api/kim-api-2.2.1/utils/
H A Dcollections-management.in300 local found_item=""
338 found_item=""
342found_item="${found_item}""`${collections_info} portable_models find "${item_name}"`"; if test $? …
343found_item="${found_item}""`${collections_info} simulator_models find "${item_name}"`"; if test $?…
345 if test x"" != x"${found_item}"; then
490 local found_item=""
495 found_item="`${collections_info} model_drivers find "${item_name}"`"
496 if test x"" = x"${found_item}"; then
498 if test x"" = x"${found_item}"; then
500 if test x"" = x"${found_item}"; then
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/checkdeps/
H A Djava_checker.py108 found_item = self._EXTRACT_IMPORT_PATH.match(line)
109 if found_item:
110 classset.add(found_item.group(1))
140 found_item = self._EXTRACT_IMPORT_PATH.match(line)
141 if not found_item:
143 clazz = found_item.group(1)
H A Dproto_checker.py54 found_item = self._EXTRACT_IMPORT_PATH.match(line)
55 if not found_item:
58 import_path = found_item.group(1)
H A Dcpp_checker.py51 found_item = self._EXTRACT_INCLUDE_PATH.match(line)
52 if not found_item:
55 include_path = found_item.group(1)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/buildtools/checkdeps/
H A Djava_checker.py108 found_item = self._EXTRACT_IMPORT_PATH.match(line)
109 if found_item:
110 classset.add(found_item.group(1))
140 found_item = self._EXTRACT_IMPORT_PATH.match(line)
141 if not found_item:
143 clazz = found_item.group(1)
H A Dcpp_checker.py51 found_item = self._EXTRACT_INCLUDE_PATH.match(line)
52 if not found_item:
55 include_path = found_item.group(1)
H A Dproto_checker.py54 found_item = self._EXTRACT_IMPORT_PATH.match(line)
55 if not found_item:
58 import_path = found_item.group(1)
/dports/lang/v8/v8-9.6.180.12/buildtools/checkdeps/
H A Djava_checker.py111 found_item = self._EXTRACT_IMPORT_PATH.match(line)
112 if found_item:
113 classset.add(found_item.group(1))
147 found_item = self._EXTRACT_IMPORT_PATH.match(line)
148 if not found_item:
150 clazz = found_item.group(1)
H A Dproto_checker.py56 found_item = self._EXTRACT_IMPORT_PATH.match(line)
57 if not found_item:
60 import_path = found_item.group(1)
H A Dcpp_checker.py53 found_item = self._EXTRACT_INCLUDE_PATH.match(line)
54 if not found_item:
57 include_path = found_item.group(1)
/dports/net/openmpi3/openmpi-3.1.6/opal/memoryhooks/
H A Dmemory.c196 callback_list_item_t *cbitem, *found_item = NULL; in opal_mem_hooks_unregister_release() local
205 found_item = cbitem; in opal_mem_hooks_unregister_release()
215 if (NULL != found_item) { in opal_mem_hooks_unregister_release()
216 OBJ_RELEASE(found_item); in opal_mem_hooks_unregister_release()
/dports/net/openmpi/openmpi-4.1.1/opal/memoryhooks/
H A Dmemory.c196 callback_list_item_t *cbitem, *found_item = NULL; in opal_mem_hooks_unregister_release() local
205 found_item = cbitem; in opal_mem_hooks_unregister_release()
215 if (NULL != found_item) { in opal_mem_hooks_unregister_release()
216 OBJ_RELEASE(found_item); in opal_mem_hooks_unregister_release()
/dports/www/zenphoto/zenphoto-1.5.9/zp-core/zp-extensions/cacheManager/
H A DcacheDBImages.php66 …$refresh = $imageprocessor_total = $imageprocessor_item = $found_total = $found_item = $fixed_item… variable
119 $found_item = $fixed_item = ''; variable
124 $found_item++;
156 …'%1$u of %2$u found cached images required re-caching.', $found_item), $fixed_item, $found_item) .…
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/marker/
H A Dmarkerview.cpp444 MarkerItem* found_item; in updateList() local
459 found_item = nullptr; in updateList()
473 if(found_item && insert_idx != -1 && prev_frame_found && next_frame_found) in updateList()
485 found_item = mitem; in updateList()
494 if(found_item && !next_frame_found) in updateList()
505 if(found_item) in updateList()
507 const MusECore::Marker& found_m = found_item->marker(); in updateList()
515 found_item->setMarker(m); in updateList()
517 new_selitem = found_item; in updateList()
524 delete found_item; in updateList()
/dports/textproc/sigil/Sigil-1.8.0/src/MiscEditors/
H A DClipEditorModel.cpp297 QStandardItem *found_item = NULL; in GetItemFromName() local
308 found_item = GetItemFromName(name, item->child(row, 0)); in GetItemFromName()
311 if (found_item) { in GetItemFromName()
312 return found_item; in GetItemFromName()
316 return found_item; in GetItemFromName()
608 QStandardItem *found_item = NULL; in GetItemFromId() local
625 found_item = GetItemFromId((quintptr)id, row, item->child(r, 0)); in GetItemFromId()
628 if (found_item) { in GetItemFromId()
629 return found_item; in GetItemFromId()
633 return found_item; in GetItemFromId()
H A DSearchEditorModel.cpp286 QStandardItem *found_item = NULL; in GetItemFromName() local
297 found_item = GetItemFromName(name, item->child(row, 0)); in GetItemFromName()
300 if (found_item) { in GetItemFromName()
301 return found_item; in GetItemFromName()
305 return found_item; in GetItemFromName()
714 QStandardItem *found_item = NULL; in GetItemFromId() local
731 found_item = GetItemFromId((quintptr)id, row, item->child(r, 0)); in GetItemFromId()
734 if (found_item) { in GetItemFromId()
735 return found_item; in GetItemFromId()
739 return found_item; in GetItemFromId()
/dports/net/mtr/mtr-0.94/ui/
H A Dasn.c252 ENTRY *found_item; in get_ipinfo() local
256 if ((found_item = hsearch(item, FIND))) { in get_ipinfo()
257 if (!(val = (*((items_t *) found_item->data))[ctl->ipinfo_no])) in get_ipinfo()
258 val = (*((items_t *) found_item->data))[0]; in get_ipinfo()
/dports/net/mtr-nox11/mtr-0.94/ui/
H A Dasn.c252 ENTRY *found_item; in get_ipinfo() local
256 if ((found_item = hsearch(item, FIND))) { in get_ipinfo()
257 if (!(val = (*((items_t *) found_item->data))[ctl->ipinfo_no])) in get_ipinfo()
258 val = (*((items_t *) found_item->data))[0]; in get_ipinfo()
/dports/www/radicale/Radicale-3.0.6/radicale/app/
H A Dreport.py129 found_item=False)
144 found_item=False)
225 not_found_props=not_found_props, found_item=True))
231 found_item=True): argument
238 if found_item:

12345