| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | pythondeps | 54 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 D | yield_k.hpp | 16 // 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 D | gen_compile_commands.py | 74 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__.py | 20 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 D | meson_options.txt | 9 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 D | cpus.py | 100 yield int(cpu) 105 yield cpu 110 yield cpu 115 yield cpu 120 yield cpu
|
| H A D | device.py | 39 yield subsys_priv['bus'] 46 yield subsys_priv['class'] 75 yield dp['device'] 81 yield dp['device'] 87 yield dp['device']
|
| H A D | lists.py | 32 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 D | event-enable.tc | 19 yield 30 yield 41 yield
|
| H A D | toplevel-enable.tc | 18 yield 32 yield 44 yield
|
| H A D | subsystem-enable.tc | 19 yield 30 yield 41 yield
|
| H A D | event-pid.tc | 24 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 D | pbf_writer.hpp | 630 * 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__.py | 107 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 D | 0001-Remove-tornado-6-test-constraint.-Ref-15.patch | 21 - 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 D | bcmsdspi_linux.c | 230 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 D | cve.py | 136 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 D | run_param_test.sh | 101 echo "Yield injection (25%)" 104 echo "Yield injection (50%)" 107 echo "Yield injection (100%)"
|
| /OK3568_Linux_fs/yocto/poky/bitbake/bin/ |
| H A D | git-make-shallow | 131 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 D | compression.py | 76 yield f 88 yield f 100 yield f
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bs4/builder/ |
| H A D | _lxml.py | 84 :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 D | packagegroup.py | 14 yield pkg 34 yield recipe
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | COW.py | 132 yield key 143 yield value 145 yield (key, value)
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | bcmsdspi_linux.c | 330 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 D | bcmsdspi_linux.c | 330 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()
|