Home
last modified time | relevance | path

Searched defs:close (Results 1 – 25 of 157) sorted by relevance

1234567

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/
H A Dclose.hpp90 void close(T& t) { detail::close_all(t); } in close() function
93 void close(T& t, BOOST_IOS::openmode which) in close() function
107 void close(T& t, Sink& snk, BOOST_IOS::openmode which) in close() function
167 static void close(T& t, BOOST_IOS::openmode which) in close() function
174 static void close(T& t, Sink& snk, BOOST_IOS::openmode which) in close() function
186 static void close(T& t) in close() function
191 static void close(T& t, BOOST_IOS::openmode which) in close() function
201 static void close(T& t, BOOST_IOS::openmode which) in close() function
214 static void close(T& t, BOOST_IOS::openmode which) in close() function
223 static void close(T& t, Sink& snk, BOOST_IOS::openmode which) in close() function
[all …]
H A Dconcepts.hpp38 void close() in close() function
44 void close(BOOST_IOS::openmode) in close() function
75 void close(Device&) in close() function
83 void close(Device&, BOOST_IOS::openmode) in close() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/adapter/
H A Dmode_adapter.hpp76 void close(Device& dev) in close() function in boost::iostreams::detail::mode_adapter
80 void close(Device& dev, BOOST_IOS::openmode which) in close() function in boost::iostreams::detail::mode_adapter
108 void mode_adapter<Mode, T>::close() in close() function in boost::iostreams::detail::mode_adapter
112 void mode_adapter<Mode, T>::close(BOOST_IOS::openmode which) in close() function in boost::iostreams::detail::mode_adapter
H A Dconcept_adapter.hpp99 void close(BOOST_IOS::openmode which) in close() function in boost::iostreams::detail::concept_adapter
103 void close(BOOST_IOS::openmode which, Device* dev) in close() function in boost::iostreams::detail::concept_adapter
157 static void close(Device& dev, Dummy*, BOOST_IOS::openmode which) in close() function
242 static void close(Filter& f, Device* dev, BOOST_IOS::openmode which) in close() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/device/
H A Dnull.hpp38 void close() { } in close() function in boost::iostreams::basic_null_device
39 void close(BOOST_IOS::openmode) { } in close() function in boost::iostreams::basic_null_device
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/asyncrpc/
H A Dclient.py58 async def close(self): member in AsyncClient
174 def close(self): member in Client
/OK3568_Linux_fs/u-boot/test/py/
H A Dmultiplexed_log.py39 def close(self): member in LogfileStream
108 def close(self): member in RunAndLog
295 def close(self): member in Logfile
H A Du_boot_spawn.py189 def close(self): member in Spawn
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/streambuf/
H A Ddirect_streambuf.hpp64 void set_auto_close(bool close) { auto_close_ = close; } in set_auto_close()
130 void direct_streambuf<T, Tr>::close() in close() function in boost::iostreams::detail::direct_streambuf
H A Dindirect_streambuf.hpp198 void indirect_streambuf<T, Tr, Alloc, Mode>::close() in close() function in boost::iostreams::detail::indirect_streambuf
215 void indirect_streambuf<T, Tr, Alloc, Mode>::set_auto_close(bool close) in set_auto_close()
H A Dlinked_streambuf.hpp70 void close(BOOST_IOS::openmode which) in close() function in boost::iostreams::detail::linked_streambuf
/OK3568_Linux_fs/kernel/include/linux/platform_data/
H A Dwan_ixp4xx_hss.h12 void (*close)(int port, void *pdev); member
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dutf16reader.cpp121 bool Utf16Reader::close() { in close() function in ime_pinyin::Utf16Reader
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/types/
H A Dcookie_io_functions_t.h60 cookie_close_function_t *close; /* Close file. */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/types/
H A Dcookie_io_functions_t.h60 cookie_close_function_t *close; /* Close file. */ member
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/adc/
H A Dadcinterface.cpp69 void ADCInterface::close() in close() function in ADCInterface
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Dtee_isocket.h21 TEE_Result (*close)(TEE_iSocketHandle ctx); member
/OK3568_Linux_fs/external/mpp/osal/
H A Dos_allocator.h28 MPP_RET (*close)(void *ctx); member
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dtee_isocket.h21 TEE_Result (*close)(TEE_iSocketHandle ctx); member
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Dtee_isocket.h21 TEE_Result (*close)(TEE_iSocketHandle ctx); member
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dtee_isocket.h21 TEE_Result (*close)(TEE_iSocketHandle ctx); member
/OK3568_Linux_fs/kernel/include/linux/
H A Dinput-polldev.h38 void (*close)(struct input_polled_dev *dev); member
/OK3568_Linux_fs/kernel/arch/um/include/shared/
H A Dnet_user.h19 void (*close)(int, void *); member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qualcomm/emac/
H A Demac-sgmii.h20 void (*close)(struct emac_adapter *adpt); member
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/watchdog/
H A Diwatchdog.cpp76 bool IWatchDog::close() in close() function in IWatchDog

1234567