Home
last modified time | relevance | path

Searched refs:Iterating (Results 1 – 23 of 23) sorted by relevance

/external/e2fsprogs/doc/
Dlibext2fs.texinfo527 * Iterating over inodes in a filesystem::
528 * Iterating over blocks in an inode::
534 @node Reading and writing inodes, Iterating over inodes in a filesystem, Inode Functions, Inode Fun…
549 @node Iterating over inodes in a filesystem, Iterating over blocks in an inode, Reading and writing…
551 @subsection Iterating over inodes in a filesystem
609 @node Iterating over blocks in an inode, Inode Convenience Functions, Iterating over inodes in a fi…
611 @subsection Iterating over blocks in an inode
697 @node Inode Convenience Functions, , Iterating over blocks in an inode, Inode Functions
727 * Iterating over a directory::
736 @node Directory block functions, Iterating over a directory, Directory functions, Directory functio…
[all …]
/external/python/cpython2/Doc/library/
Demail.iterators.rst8 Iterating over a message object tree is fairly easy with the
Dstdtypes.rst2338 Iterating views while adding or deleting entries in the dictionary may raise
/external/python/cpython3/Doc/library/
Demail.iterators.rst11 Iterating over a message object tree is fairly easy with the
Denum.rst290 Iterating over the members of an enum does not provide the aliases::
Dstdtypes.rst4600 Iterating views while adding or deleting entries in the dictionary may raise
/external/libcups/backend/
Dusb-darwin.c261 int Iterating = 0; /* Are we iterating the bus? */ variable
1123 Iterating = 1; in iterate_printers()
1155 Iterating = 0; in iterate_printers()
1426 Iterating ? NULL : _cupsFileCheckFilter, NULL); in load_classdriver()
/external/libiio/src/
Dmainpage.dox153 @subsubsection iterating_cb Iterating over the buffer with a callback
177 @subsubsection iterating_for Iterating on the samples with a for loop
/external/tensorflow/tensorflow/core/util/sparse/
DREADME.md70 Iterating section in SparseTensor
/external/python/cpython3/Doc/howto/
Dipaddress.rst190 Iterating through the "usable" addresses on a network::
/external/llvm-project/openmp/libomptarget/plugins/amdgpu/impl/
Dsystem.cpp1081 ErrorCheck(Iterating over symbols for execuatable, err); in callbackEvent()
/external/python/enum34/enum/doc/
Denum.rst209 Iterating over the members of an enum does not provide the aliases::
/external/llvm/docs/
DProgrammersManual.rst1782 Iterating over the ``BasicBlock`` in a ``Function``
1808 Iterating over the ``Instruction`` in a ``BasicBlock``
1831 Iterating over the ``Instruction`` in a ``Function``
2001 Iterating over def-use & use-def chains
2048 Iterating over predecessors & successors of blocks
2051 Iterating over the predecessors and successors of a block is quite easy with the
/external/eigen/doc/
DTutorialSparse.dox154 \b Iterating \b over \b the \b nonzero \b coefficients \n
/external/python/cpython2/Doc/tutorial/
Dcontrolflow.rst72 make a copy. Iterating over a sequence does not implicitly make a copy. The
/external/python/cpython3/Misc/NEWS.d/
D3.5.1rc1.rst89 Iterating OrderedDict with keys with unstable hash now raises KeyError in C
D3.6.0a1.rst629 Iterating OrderedDict with keys with unstable hash now raises KeyError in C
2209 Optimized iterating ElementTree. Iterating elements Element.iter() is now
/external/llvm-project/llvm/docs/
DProgrammersManual.rst2485 Iterating over the ``BasicBlock`` in a ``Function``
2505 Iterating over the ``Instruction`` in a ``BasicBlock``
2528 Iterating over the ``Instruction`` in a ``Function``
2677 Iterating over def-use & use-def chains
2724 Iterating over predecessors & successors of blocks
2727 Iterating over the predecessors and successors of a block is quite easy with the
/external/libnl/doc/
Dcore.txt1947 ==== Iterating over a Stream of Attributes
/external/python/cpython2/Doc/whatsnew/
D2.6.rst1178 and :meth:`update`? Iterating over the object with :func:`iter`?
/external/python/cpython3/Doc/whatsnew/
D2.6.rst1182 and :meth:`update`? Iterating over the object with :func:`iter`?
/external/python/cpython2/Misc/
DHISTORY7335 Iterating (i.e. a for loop) over a dictionary generates its keys.
7336 Iterating over a file generates its lines.
/external/python/cpython3/Misc/
DHISTORY24714 Iterating (i.e. a for loop) over a dictionary generates its keys.
24715 Iterating over a file generates its lines.