Home
last modified time | relevance | path

Searched refs:iterable (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/templatetags/
H A Dfield_values_filter.py9 def field_values(iterable, field): argument
17 for item in iterable:
H A Dobjects_to_dictionaries_filter.py9 def objects_to_dictionaries(iterable, fields): argument
30 for item in iterable:
/OK3568_Linux_fs/yocto/poky/bitbake/lib/progressbar/
H A Dprogressbar.py139 def __call__(self, iterable): argument
143 self.maxval = len(iterable)
148 self.__iterable = iter(iterable)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/gdb/python/gdb/
H A D__init__.py39 def writelines(self, iterable): argument
40 for line in iterable:
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/gdb/python/gdb/
H A D__init__.py39 def writelines(self, iterable): argument
40 for line in iterable:
/OK3568_Linux_fs/yocto/poky/bitbake/bin/
H A Dgit-make-shallow106 def iter_extend(iterable, length, obj=None): argument
108 return itertools.islice(itertools.chain(iterable, itertools.repeat(obj)), length)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-extended/python-blivet/python3-blivet/
H A D0004-fix-new.roots-object-is-not-iterable.patch4 Subject: [PATCH 04/11] fix new.roots object is not iterable
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/gyp/gyp/
H A D0001-Fix-for-Python-3.10-compatibility.patch32 def __init__(self, iterable=None):
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-extended/python-blivet/
H A Dpython3-blivet_3.4.3.bb11 file://0004-fix-new.roots-object-is-not-iterable.patch \
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/android/jar/src/org/qtproject/qt5/android/positioning/
H A DQtPositioning.java504 Iterable<GpsSatellite> iterable = status.getSatellites(); in onGpsStatusChanged() local
505 Iterator<GpsSatellite> it = iterable.iterator(); in onGpsStatusChanged()
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Duseradd-staticids.bbclass9 def list_extend(iterable, length, obj = None):
10 """Ensure that iterable is the specified length by extending with obj
12 return list(itertools.islice(itertools.chain(iterable, itertools.repeat(obj)), length))
/OK3568_Linux_fs/buildroot/package/qt5/qt5webengine-chromium/
H A D0001-Add-python3-build-support.patch715 - if len(filter(None, [self.iterable, self.maplike, self.setlike])) > 1:
717 + [self.iterable, self.maplike, self.setlike]))) > 1:
719 'Interface can only have one of iterable<>, maplike<> and setlike<>.'
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgdb.info23397 iterable that yields a collection of 'gdb.Symtab' objects and will
24894 The 'elided' function must return an iterable and this iterable
24897 return an empty iterable, or 'None'. Elided frames are indented
24949 This method must return an iterable, or 'None'. Returning an empty
24950 iterable, or 'None' means frame arguments will not be printed for
24951 this frame. This iterable must contain objects that implement two
25001 This method must return an iterable or 'None'. Returning an empty
25002 iterable, or 'None' means frame local arguments will not be printed
27353 A 'gdb.Block' is iterable. The iterator returns the symbols (*note
27754 A 'gdb.LineTable' is iterable. The iterator returns 'LineTableEntry'
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgdb.info23397 iterable that yields a collection of 'gdb.Symtab' objects and will
24894 The 'elided' function must return an iterable and this iterable
24897 return an empty iterable, or 'None'. Elided frames are indented
24949 This method must return an iterable, or 'None'. Returning an empty
24950 iterable, or 'None' means frame arguments will not be printed for
24951 this frame. This iterable must contain objects that implement two
25001 This method must return an iterable or 'None'. Returning an empty
25002 iterable, or 'None' means frame local arguments will not be printed
27353 A 'gdb.Block' is iterable. The iterator returns the symbols (*note
27754 A 'gdb.LineTable' is iterable. The iterator returns 'LineTableEntry'