Home
last modified time | relevance | path

Searched full:yield (Results 1 – 25 of 553) sorted by relevance

12345678910>>...23

/OK3568_Linux_fs/yocto/poky/scripts/
H A Dpythondeps54 yield path
86 yield package, path
89 yield package, path
101 yield context, dirpath
112 yield context + '.' + adjusted_fn, fullfn
114 yield adjusted_fn, fullfn
148 yield context + '.' + module, path
154 yield context + '.' + module, path
157 yield module, path
159 yield module, path
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/smart_ptr/detail/
H A Dyield_k.hpp16 // void yield( unsigned k );
20 // for( unsigned k = 0; !try_lock(); ++k ) yield( k );
75 inline void yield( unsigned k ) in yield() function
99 std::this_thread::yield(); in yield()
125 inline void yield( unsigned k ) in yield() function
167 inline void yield( unsigned ) in yield() function
/OK3568_Linux_fs/kernel/scripts/clang-tools/
H A Dgen_compile_commands.py74 Walk under the given directory, and yield every .cmd file found.
88 yield os.path.join(dirpath, filename)
107 Yield the .cmd file used to build the given object
115 yield to_cmdfile(obj)
121 Parse the given archive, and yield every .cmd file used to build it.
130 yield to_cmdfile(obj)
136 Parse the given modules.order, and yield every .cmd file used to build the
155 yield to_cmdfile(obj)
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/asyncrpc/
H A D__init__.py20 yield ''.join((msg, "\n"))
22 yield ''.join((json.dumps({
28 yield ''.join(itertools.chain(m, "\n"))
29 yield "\n"
/OK3568_Linux_fs/external/gstreamer-rockchip/
H A Dmeson_options.txt9 option('gobject-cast-checks', type : 'feature', value : 'auto', yield : true,
11 option('glib-asserts', type : 'feature', value : 'enabled', yield : true,
15 option('package-name', type : 'string', yield : true,
17 option('package-origin', type : 'string', value : 'Unknown package origin', yield : true,
/OK3568_Linux_fs/kernel/scripts/gdb/linux/
H A Dcpus.py100 yield int(cpu)
105 yield cpu
110 yield cpu
115 yield cpu
120 yield cpu
H A Ddevice.py39 yield subsys_priv['bus']
46 yield subsys_priv['class']
75 yield dp['device']
81 yield dp['device']
87 yield dp['device']
H A Dlists.py32 yield node.address
38 yield utils.container_of(node, gdbtype, member)
50 yield node.address
56 yield utils.container_of(node, gdbtype, member)
/OK3568_Linux_fs/kernel/tools/testing/selftests/ftrace/test.d/event/
H A Devent-enable.tc19 yield
30 yield
41 yield
H A Dtoplevel-enable.tc18 yield
32 yield
44 yield
H A Dsubsystem-enable.tc19 yield
30 yield
41 yield
H A Devent-pid.tc24 yield
39 yield
52 yield
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/protozero/1.5.2/include/protozero/
H A Dpbf_writer.hpp630 * Dereferencing the iterator must yield a type assignable to bool.
644 * Dereferencing the iterator must yield a type assignable to int32_t.
658 * Dereferencing the iterator must yield a type assignable to int32_t.
672 * Dereferencing the iterator must yield a type assignable to int32_t.
686 * Dereferencing the iterator must yield a type assignable to uint32_t.
700 * Dereferencing the iterator must yield a type assignable to int64_t.
714 * Dereferencing the iterator must yield a type assignable to int64_t.
728 * Dereferencing the iterator must yield a type assignable to uint64_t.
742 * Dereferencing the iterator must yield a type assignable to uint32_t.
757 * Dereferencing the iterator must yield a type assignable to int32_t.
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/hashserv/
H A D__init__.py107 yield ''.join((msg, "\n"))
109 yield ''.join((json.dumps({
115 yield ''.join(itertools.chain(m, "\n"))
116 yield "\n"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-aspectlib/
H A D0001-Remove-tornado-6-test-constraint.-Ref-15.patch21 - yield gen.Task(loop.add_timeout, timedelta(microseconds=10))
23 + yield gen.Task(loop.add_timeout, timedelta(microseconds=10))
25 + yield gen.sleep(0.01)
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dbcmsdspi_linux.c230 void spi_waitbits(sdioh_info_t *sd, bool yield) in spi_waitbits() argument
233 ASSERT(!yield); in spi_waitbits()
235 sd_trace(("%s: yield %d canblock %d\n", in spi_waitbits()
236 __FUNCTION__, yield, BLOCKABLE())); in spi_waitbits()
242 if (yield && BLOCKABLE()) { in spi_waitbits()
/OK3568_Linux_fs/buildroot/support/scripts/
H A Dcve.py136 yield cls(cve)
142 yield product
156 yield parsed_node
193 yield {
204 yield cpe
/OK3568_Linux_fs/kernel/tools/testing/selftests/rseq/
H A Drun_param_test.sh101 echo "Yield injection (25%)"
104 echo "Yield injection (50%)"
107 echo "Yield injection (100%)"
/OK3568_Linux_fs/yocto/poky/bitbake/bin/
H A Dgit-make-shallow131 yield rev
150 """Yield a function repeatedly until it raises an exception."""
153 yield start()
155 yield func()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/
H A Dcompression.py76 yield f
88 yield f
100 yield f
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bs4/builder/
H A D_lxml.py84 :yield: A series of 4-tuples.
93 yield markup, None, document_declared_encoding, False
98 yield (markup.encode("utf8"), "utf8",
110 yield (detector.markup, encoding, document_declared_encoding, False)
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dpackagegroup.py14 yield pkg
34 yield recipe
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A DCOW.py132 yield key
143 yield value
145 yield (key, value)
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dbcmsdspi_linux.c330 void spi_waitbits(sdioh_info_t *sd, bool yield) in spi_waitbits() argument
333 ASSERT(!yield); in spi_waitbits()
335 sd_trace(("%s: yield %d canblock %d\n", in spi_waitbits()
336 __FUNCTION__, yield, BLOCKABLE())); in spi_waitbits()
342 if (yield && BLOCKABLE()) { in spi_waitbits()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dbcmsdspi_linux.c330 void spi_waitbits(sdioh_info_t *sd, bool yield) in spi_waitbits() argument
333 ASSERT(!yield); in spi_waitbits()
335 sd_trace(("%s: yield %d canblock %d\n", in spi_waitbits()
336 __FUNCTION__, yield, BLOCKABLE())); in spi_waitbits()
342 if (yield && BLOCKABLE()) { in spi_waitbits()

12345678910>>...23