/kernel/linux/linux-5.10/include/linux/ |
H A D | memcontrol.h | 125 struct mem_cgroup_reclaim_iter iter; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | memcontrol.h | 139 struct mem_cgroup_reclaim_iter iter; member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | bpf.h | 6496 /* 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 D | vmwgfx_drv.h | 345 * @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 D | dummy.c | 629 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 D | bpf.h | 6496 /* If the iter specific field is 32 bits, it can be put 6515 } iter; member
|
/third_party/libbpf/include/uapi/linux/ |
H A D | bpf.h | 6523 /* If the iter specific field is 32 bits, it can be put 6542 } iter; member
|
/third_party/jinja2/ |
H A D | environment.py | 459 return iter(sorted(self.extensions.values(), key=lambda x: x.priority))
|
/third_party/littlefs/scripts/ |
H A D | plotmpl.py | 329 return iter(self.subplots)
|
/third_party/python/Lib/http/ |
H A D | client.py | 1060 chunks = iter(message_body)
|
/third_party/python/Lib/importlib/ |
H A D | _bootstrap_external.py | 1312 return iter(self._recalculate())
|
/third_party/python/Lib/ |
H A D | pathlib.py | 321 return iter([])
|
H A D | ipaddress.py | 174 it = iter(addresses)
|
H A D | configparser.py | 1379 return iter(self._data)
|
/third_party/skia/third_party/externals/angle2/src/tests/ |
H A D | capture_replay_tests.py | 584 return iter(self.tests)
|
/third_party/python/Lib/test/ |
H A D | test_memoryio.py | 265 self.assertEqual(iter(memio), memio)
|
H A D | test_copy.py | 656 return (C, (), self.__dict__, iter(self))
|
H A D | test_fileinput.py | 64 self.it = iter(filename.splitlines(True))
|
/third_party/python/Parser/ |
H A D | action_helpers.c | 1151 return comprehension->iter; in _PyPegen_get_last_comprehension_item()
|
/third_party/python/Objects/ |
H A D | odictobject.c | 107 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 D | text_format.py | 1253 self._lines = iter(lines)
|
/third_party/python/Lib/unittest/test/testmock/ |
H A D | testasync.py | 748 mock_instance.__aiter__.return_value = iter(expected[:])
|
H A D | testhelpers.py | 372 iter(m().foo())
|
/third_party/python/Lib/unittest/ |
H A D | case.py | 228 'this function' % (next(iter(kwargs)),))
|
/third_party/rust/crates/rust-openssl/openssl/src/x509/ |
H A D | tests.rs | 244 let mut subject_alt_names_iter = subject_alt_names.iter(); in test_subject_alt_name_iter()
|