| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/util/ |
| H A D | default_thread_pool.cpp | 18 return !queue.empty() || terminate; in ThreadPool() 21 if (terminate) { in ThreadPool() 38 terminate = true; in ~ThreadPool()
|
| H A D | default_thread_pool.hpp | 24 bool terminate { false }; member in mbgl::ThreadPool
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ |
| H A D | exception | 64 /// If you write a replacement %terminate handler, it must be of this type. 74 /// Return the current terminate handler. 80 void terminate() _GLIBCXX_USE_NOEXCEPT __attribute__ ((__noreturn__)); 97 * due to the throw; or after entering @c terminate() for any reason 98 * other than an explicit call to @c terminate(). [Note: This includes 102 * %exception can result in a call of @c terminate()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ |
| H A D | exception | 64 /// If you write a replacement %terminate handler, it must be of this type. 74 /// Return the current terminate handler. 80 void terminate() _GLIBCXX_USE_NOEXCEPT __attribute__ ((__noreturn__)); 97 * due to the throw; or after entering @c terminate() for any reason 98 * other than an explicit call to @c terminate(). [Note: This includes 102 * %exception can result in a call of @c terminate()
|
| /OK3568_Linux_fs/kernel/drivers/spi/ |
| H A D | spi-slave-time.c | 50 goto terminate; in spi_slave_time_complete() 54 goto terminate; in spi_slave_time_complete() 58 terminate: in spi_slave_time_complete()
|
| H A D | spi-slave-system-control.c | 56 goto terminate; in spi_slave_system_control_complete() 87 goto terminate; in spi_slave_system_control_complete() 91 terminate: in spi_slave_system_control_complete()
|
| /OK3568_Linux_fs/buildroot/package/efivar/ |
| H A D | 0003-Fix-all-the-places-Werror-address-of-packed-member-c.patch | 145 -utf8_to_ucs2(uint16_t *ucs2, ssize_t size, int terminate, uint8_t *utf8) 146 +utf8_to_ucs2(void *ucs2void, ssize_t size, int terminate, uint8_t *utf8) 155 @@ -162,10 +170,13 @@ utf8_to_ucs2(uint16_t *ucs2, ssize_t size, int terminate, uint8_t *utf8) 163 + if (terminate) { 167 - if (terminate)
|
| /OK3568_Linux_fs/kernel/Documentation/networking/devlink/ |
| H A D | sja1105.rst | 27 - Can terminate untagged traffic over switch net 30 - Can terminate VLAN-tagged traffic over switch net
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/scripts/ |
| H A D | symbolize.py | 134 p.terminate() 152 self._addr2line.terminate 257 nm.terminate() 286 objdump.terminate() 362 self._addr2line.terminate()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/scripts/ |
| H A D | symbolize.py | 134 p.terminate() 152 self._addr2line.terminate 257 nm.terminate() 286 objdump.terminate() 362 self._addr2line.terminate()
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-bus-fsi | 24 Sends an FSI terminate command from the master to its 25 connected slave. A terminate resets the slave's state machines
|
| /OK3568_Linux_fs/kernel/net/bluetooth/hidp/ |
| H A D | core.c | 108 if (atomic_read(&session->terminate)) in hidp_send_message() 244 if (atomic_read(&session->terminate)) in hidp_get_raw_report() 276 !atomic_read(&session->terminate)) { in hidp_get_raw_report() 281 || atomic_read(&session->terminate), in hidp_get_raw_report() 351 !atomic_read(&session->terminate)) { in hidp_set_raw_report() 356 || atomic_read(&session->terminate), in hidp_set_raw_report() 1081 atomic_inc(&session->terminate); in hidp_session_terminate() 1205 if (atomic_read(&session->terminate)) in hidp_session_run() 1246 atomic_inc(&session->terminate); in hidp_session_run()
|
| /OK3568_Linux_fs/kernel/tools/usb/usbip/src/ |
| H A D | usbipd.c | 496 int i, terminate; in do_standalone_mode() local 558 terminate = 0; in do_standalone_mode() 559 while (!terminate) { in do_standalone_mode() 565 terminate = 1; in do_standalone_mode()
|
| /OK3568_Linux_fs/kernel/drivers/i2c/busses/ |
| H A D | i2c-davinci.c | 130 u8 terminate; member 462 dev->terminate = 0; in i2c_davinci_xfer_msg() 503 dev->terminate = 1; in i2c_davinci_xfer_msg() 585 if (!dev->terminate) in terminate_read() 594 if (!dev->terminate) in terminate_write()
|
| /OK3568_Linux_fs/kernel/net/bluetooth/cmtp/ |
| H A D | core.c | 291 if (atomic_read(&session->terminate)) in cmtp_session() 400 atomic_inc(&session->terminate); in cmtp_add_connection() 438 atomic_inc(&session->terminate); in cmtp_del_connection()
|
| H A D | cmtp.h | 84 atomic_t terminate; member
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-dbs/postgresql/ |
| H A D | postgresql_14.5.bb | 12 file://0001-Properly-NULL-terminate-GSS-receive-buffer-on-error-.patch \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/ |
| H A D | sblim-sfcb-1.4.9-fix-ftbfs.patch | 5 * Kindly null terminate, always, even if might overwrite
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | main.py | 370 server_connection.terminate() 381 server_connection.terminate() 474 server_connection.terminate()
|
| /OK3568_Linux_fs/buildroot/support/testing/tests/download/ |
| H A D | gitremote.py | 47 self.daemon.terminate(force=True)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-app/ |
| H A D | xinit_1.4.1.bb | 9 then terminate."
|
| /OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/ |
| H A D | BUSL-1.1 | 17 above terminate. 35 terminate your rights under this License for the current and all other
|
| /OK3568_Linux_fs/kernel/sound/synth/emux/ |
| H A D | emux_synth.c | 93 emu->ops.terminate(vp); in snd_emux_note_on() 395 if (snd_BUG_ON(!emu || !emu->ops.terminate)) in snd_emux_terminate_note() 446 if (snd_BUG_ON(!emu || !emu->ops.terminate)) in snd_emux_sounds_off_all() 495 emu->ops.terminate(vp); in terminate_voice()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/support/ |
| H A D | httpserver.py | 61 self.process.terminate()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | predict.def | 108 /* Edge causing loop to terminate is probably not taken. */ 116 /* Edge causing loop to terminate by computing value used by later 144 /* Branch causing function to terminate is probably not taken. */
|