Home
last modified time | relevance | path

Searched refs:iter (Results 3751 - 3775 of 3897) sorted by relevance

1...<<151152153154155156

/kernel/linux/linux-5.10/include/linux/
H A Dmemcontrol.h125 struct mem_cgroup_reclaim_iter iter; member
/kernel/linux/linux-6.6/include/linux/
H A Dmemcontrol.h139 struct mem_cgroup_reclaim_iter iter; member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dbpf.h6496 /* If the iter specific field is 32 bits, it can be put
6515 } iter; member
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_drv.h345 * @iter: Scatter-gather page iterator. Current position in SG list.
355 struct sg_dma_page_iter iter; member
/kernel/linux/linux-6.6/sound/drivers/
H A Ddummy.c629 struct iov_iter *iter, unsigned long bytes) in dummy_pcm_copy()
627 dummy_pcm_copy(struct snd_pcm_substream *substream, int channel, unsigned long pos, struct iov_iter *iter, unsigned long bytes) dummy_pcm_copy() argument
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H A Dbpf.h6496 /* If the iter specific field is 32 bits, it can be put
6515 } iter; member
/third_party/libbpf/include/uapi/linux/
H A Dbpf.h6523 /* If the iter specific field is 32 bits, it can be put
6542 } iter; member
/third_party/jinja2/
H A Denvironment.py459 return iter(sorted(self.extensions.values(), key=lambda x: x.priority))
/third_party/littlefs/scripts/
H A Dplotmpl.py329 return iter(self.subplots)
/third_party/python/Lib/http/
H A Dclient.py1060 chunks = iter(message_body)
/third_party/python/Lib/importlib/
H A D_bootstrap_external.py1312 return iter(self._recalculate())
/third_party/python/Lib/
H A Dpathlib.py321 return iter([])
H A Dipaddress.py174 it = iter(addresses)
H A Dconfigparser.py1379 return iter(self._data)
/third_party/skia/third_party/externals/angle2/src/tests/
H A Dcapture_replay_tests.py584 return iter(self.tests)
/third_party/python/Lib/test/
H A Dtest_memoryio.py265 self.assertEqual(iter(memio), memio)
H A Dtest_copy.py656 return (C, (), self.__dict__, iter(self))
H A Dtest_fileinput.py64 self.it = iter(filename.splitlines(True))
/third_party/python/Parser/
H A Daction_helpers.c1151 return comprehension->iter; in _PyPegen_get_last_comprehension_item()
/third_party/python/Objects/
H A Dodictobject.c107 method key val prev next mem 1st last empty iter find add rmv clr keq
315 method impl used ll uses inq mut iter
422 behavior. The documentation for dict mentions this in the `iter()` section
1810 return Py_BuildValue("N(N)", _PyEval_GetBuiltin(&_Py_ID(iter)), list); in odictiter_reduce()
/third_party/protobuf/python/google/protobuf/
H A Dtext_format.py1253 self._lines = iter(lines)
/third_party/python/Lib/unittest/test/testmock/
H A Dtestasync.py748 mock_instance.__aiter__.return_value = iter(expected[:])
H A Dtesthelpers.py372 iter(m().foo())
/third_party/python/Lib/unittest/
H A Dcase.py228 'this function' % (next(iter(kwargs)),))
/third_party/rust/crates/rust-openssl/openssl/src/x509/
H A Dtests.rs244 let mut subject_alt_names_iter = subject_alt_names.iter(); in test_subject_alt_name_iter()

Completed in 72 milliseconds

1...<<151152153154155156