Home
last modified time | relevance | path

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

/dports/textproc/py-pyahocorasick/pyahocorasick-1.4.1/regression/
H A Dissue_56.py6 def iter_results(s): function
34 expected = iter_results(teststr)
/dports/textproc/py-elementpath/elementpath-2.4.0/tests/
H A Dtest_xpath_context.py374 self.assertListEqual(list(context.iter_results(results)), [root[0][0], root[2]])
378 self.assertListEqual(list(context.iter_results(results)), [root[0][0], root[2]])
382 self.assertListEqual(list(context.iter_results(results)),
386 self.assertListEqual(list(context.iter_results(results)),
395 self.assertListEqual(list(context.iter_results(results)), results[::-1])
402 self.assertListEqual(list(context.iter_results(results)), results[1:])
/dports/math/py-numpy/numpy-1.20.3/numpy/core/
H A Deinsumfunc.py178 iter_results = []
197 iter_results.append((total_cost, new_pos, new_input_sets))
201 if iter_results:
202 full_results = iter_results
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_query_impl/src/
H A Dprofiling_support.rs254 query_cache.iter_results(&mut |k, _, i| query_keys_and_indices.push((k.clone(), i))); in alloc_self_profile_query_strings_for_query_cache()
279 query_cache.iter_results(&mut |_, _, i| { in alloc_self_profile_query_strings_for_query_cache()
H A Dstats.rs49 map.iter_results(&mut |key, _, _| { in stats()
H A Don_disk_cache.rs1032 cache.iter_results(&mut |key, value, dep_node| { in encode_query_results()
/dports/lang/python310/Python-3.10.1/Tools/c-analyzer/c_parser/parser/
H A D_common.py107 def iter_results(results): function
/dports/lang/python311/Python-3.11.0a3/Tools/c-analyzer/c_parser/parser/
H A D_common.py107 def iter_results(results): function
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/swarming_client/tools/
H A Dparallel_execution.py155 for failed_task in pool.iter_results():
H A Dswarming_load_test_client.py274 for i in pool.iter_results():
H A Dswarming_tasks_count.py130 for k, v in pool.iter_results():
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/swarming_client/tests/
H A Dthreading_utils_test.py102 return list(self.thread_pool.iter_results())
210 result.extend(self.thread_pool.iter_results())
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/swarming_client/utils/
H A Dthreading_utils.py262 for result in self.iter_results():
267 def iter_results(self): member in ThreadPool
/dports/www/py-wfuzz/wfuzz-3.1.0/src/wfuzz/
H A Dmyhttp.py77 def iter_results(self, poolid): member in HttpPool
H A Dfuzzqueues.py470 res = next(self.http_pool.iter_results(self.poolid))
/dports/textproc/py-elementpath/elementpath-2.4.0/elementpath/xpath2/
H A Dxpath2_operators.py95 yield from context.iter_results(s1 - s2)
97 yield from context.iter_results(s1 & s2)
/dports/textproc/py-elementpath/elementpath-2.4.0/elementpath/xpath30/
H A Dxpath30_functions.py595 yield from context.iter_results([x for x in nodes if x not in ancestors])
608 yield from context.iter_results([
/dports/biology/py-gffutils/gffutils-0.10.1/gffutils/test/
H A Dtest.py740 iter_results = inspect.inspect(
778 assert file_results == db_results == iter_results == expected
/dports/textproc/py-elementpath/elementpath-2.4.0/elementpath/
H A Dxpath_context.py231 def iter_results(self, results: Iterable[Any]) -> Iterator[Optional[ContextItemType]]: member in XPathContext
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_query_system/src/query/
H A Dplumbing.rs68 pub fn iter_results(&self, f: &mut dyn FnMut(&C::Key, &C::Value, DepNodeIndex)) { in iter_results() method
/dports/textproc/py-elementpath/elementpath-2.4.0/
H A DCHANGELOG.rst162 * Add iter_results to XPathContext
/dports/textproc/py-elementpath/elementpath-2.4.0/elementpath/xpath1/
H A Dxpath1_operators.py614 yield from context.iter_results(results)