| /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/bits/ |
| H A D | regex.h | 398 typedef regex_constants::syntax_option_type flag_type; in _GLIBCXX_VISIBILITY() typedef 406 static constexpr flag_type icase = regex_constants::icase; in _GLIBCXX_VISIBILITY() 407 static constexpr flag_type nosubs = regex_constants::nosubs; in _GLIBCXX_VISIBILITY() 408 static constexpr flag_type optimize = regex_constants::optimize; in _GLIBCXX_VISIBILITY() 409 static constexpr flag_type collate = regex_constants::collate; in _GLIBCXX_VISIBILITY() 410 static constexpr flag_type ECMAScript = regex_constants::ECMAScript; in _GLIBCXX_VISIBILITY() 411 static constexpr flag_type basic = regex_constants::basic; in _GLIBCXX_VISIBILITY() 412 static constexpr flag_type extended = regex_constants::extended; in _GLIBCXX_VISIBILITY() 413 static constexpr flag_type awk = regex_constants::awk; in _GLIBCXX_VISIBILITY() 414 static constexpr flag_type grep = regex_constants::grep; in _GLIBCXX_VISIBILITY() [all …]
|
| /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/bits/ |
| H A D | regex.h | 398 typedef regex_constants::syntax_option_type flag_type; in _GLIBCXX_VISIBILITY() typedef 406 static constexpr flag_type icase = regex_constants::icase; in _GLIBCXX_VISIBILITY() 407 static constexpr flag_type nosubs = regex_constants::nosubs; in _GLIBCXX_VISIBILITY() 408 static constexpr flag_type optimize = regex_constants::optimize; in _GLIBCXX_VISIBILITY() 409 static constexpr flag_type collate = regex_constants::collate; in _GLIBCXX_VISIBILITY() 410 static constexpr flag_type ECMAScript = regex_constants::ECMAScript; in _GLIBCXX_VISIBILITY() 411 static constexpr flag_type basic = regex_constants::basic; in _GLIBCXX_VISIBILITY() 412 static constexpr flag_type extended = regex_constants::extended; in _GLIBCXX_VISIBILITY() 413 static constexpr flag_type awk = regex_constants::awk; in _GLIBCXX_VISIBILITY() 414 static constexpr flag_type grep = regex_constants::grep; in _GLIBCXX_VISIBILITY() [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/android/ion/ |
| H A D | ionutils.h | 22 unsigned int flag_type; member
|
| H A D | ionapp_export.c | 86 info.flag_type = flags; in main()
|
| H A D | ionmap_test.c | 93 info.flag_type = ION_FLAG_CACHED; in main()
|
| H A D | ionutils.c | 96 alloc_data.flags = ion_info->flag_type; in ion_export_buffer_fd()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/streambuf/ |
| H A D | linked_streambuf.hpp | 102 enum flag_type { enum in boost::iostreams::detail::linked_streambuf
|
| H A D | indirect_streambuf.hpp | 124 enum flag_type { enum in boost::iostreams::detail::indirect_streambuf
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | regex | 132 typedef regex_constants::syntax_option_type flag_type; 149 explicit basic_regex(const charT* p, flag_type f = regex_constants::ECMAScript); 150 basic_regex(const charT* p, size_t len, flag_type f = regex_constants::ECMAScript); 155 flag_type f = regex_constants::ECMAScript); 158 flag_type f = regex_constants::ECMAScript); 159 basic_regex(initializer_list<charT>, flag_type = regex_constants::ECMAScript); 173 basic_regex& assign(const charT* ptr, flag_type f = regex_constants::ECMAScript); 174 basic_regex& assign(const charT* p, size_t len, flag_type f); 177 flag_type f = regex_constants::ECMAScript); 180 flag_type f = regex_constants::ECMAScript); [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | regex | 132 typedef regex_constants::syntax_option_type flag_type; 149 explicit basic_regex(const charT* p, flag_type f = regex_constants::ECMAScript); 150 basic_regex(const charT* p, size_t len, flag_type f = regex_constants::ECMAScript); 155 flag_type f = regex_constants::ECMAScript); 158 flag_type f = regex_constants::ECMAScript); 159 basic_regex(initializer_list<charT>, flag_type = regex_constants::ECMAScript); 173 basic_regex& assign(const charT* ptr, flag_type f = regex_constants::ECMAScript); 174 basic_regex& assign(const charT* p, size_t len, flag_type f); 177 flag_type f = regex_constants::ECMAScript); 180 flag_type f = regex_constants::ECMAScript); [all …]
|
| /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/tr1/ |
| H A D | regex | 730 typedef regex_constants::syntax_option_type flag_type; 783 flag_type __f = regex_constants::ECMAScript) 798 basic_regex(const _Ch_type* __p, std::size_t __len, flag_type __f) 824 flag_type __f = regex_constants::ECMAScript) 843 flag_type __f = regex_constants::ECMAScript) 857 flag_type __f = regex_constants::ECMAScript) 926 flag_type __flags = regex_constants::ECMAScript) 943 assign(const _Ch_type* __p, std::size_t __len, flag_type __flags) 960 flag_type __f = regex_constants::ECMAScript) 983 flag_type __flags = regex_constants::ECMAScript) [all …]
|
| /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/tr1/ |
| H A D | regex | 730 typedef regex_constants::syntax_option_type flag_type; 783 flag_type __f = regex_constants::ECMAScript) 798 basic_regex(const _Ch_type* __p, std::size_t __len, flag_type __f) 824 flag_type __f = regex_constants::ECMAScript) 843 flag_type __f = regex_constants::ECMAScript) 857 flag_type __f = regex_constants::ECMAScript) 926 flag_type __flags = regex_constants::ECMAScript) 943 assign(const _Ch_type* __p, std::size_t __len, flag_type __flags) 960 flag_type __f = regex_constants::ECMAScript) 983 flag_type __flags = regex_constants::ECMAScript) [all …]
|