| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/ |
| H A D | chrono.hpp | 36 template <class Rep, class Period, class = std::enable_if_t< 37 std::chrono::duration<Rep, Period>::min() < std::chrono::duration<Rep, Period>::zero()>> 38 constexpr std::chrono::duration<Rep, Period> abs(std::chrono::duration<Rep, Period> d) in abs() argument
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | condition_variable | 49 template <class Rep, class Period> 52 const chrono::duration<Rep, Period>& rel_time); 54 template <class Rep, class Period, class Predicate> 57 const chrono::duration<Rep, Period>& rel_time, 94 template <class Lock, class Rep, class Period> 97 const chrono::duration<Rep, Period>& rel_time); 99 template <class Lock, class Rep, class Period, class Predicate> 102 const chrono::duration<Rep, Period>& rel_time,
|
| H A D | shared_mutex | 57 template <class Rep, class Period> 58 bool try_lock_for(const chrono::duration<Rep, Period>& rel_time); 66 template <class Rep, class Period> 68 try_lock_shared_for(const chrono::duration<Rep, Period>& rel_time); 90 template <class Rep, class Period> 92 const chrono::duration<Rep, Period>& rel_time); 103 template <class Rep, class Period> 104 bool try_lock_for(const chrono::duration<Rep, Period>& rel_time); 401 template <class Rep, class Period> 402 bool try_lock_for(const chrono::duration<Rep, Period>& rel_time);
|
| H A D | mutex | 65 template <class Rep, class Period> 66 bool try_lock_for(const chrono::duration<Rep, Period>& rel_time); 83 template <class Rep, class Period> 84 bool try_lock_for(const chrono::duration<Rep, Period>& rel_time); 139 template <class Rep, class Period> 140 unique_lock(mutex_type& m, const chrono::duration<Rep, Period>& rel_time); 152 template <class Rep, class Period> 153 bool try_lock_for(const chrono::duration<Rep, Period>& rel_time);
|
| H A D | chrono | 22 template <class ToDuration, class Rep, class Period> 25 duration_cast(const duration<Rep, Period>& fd); 27 template <class Rep> struct treat_as_floating_point : is_floating_point<Rep> {}; 29 template <class Rep> inline constexpr bool treat_as_floating_point_v 30 = treat_as_floating_point<Rep>::value; // C++17 32 template <class Rep> 36 static constexpr Rep zero(); // noexcept in C++20 37 static constexpr Rep max(); // noexcept in C++20 38 static constexpr Rep min(); // noexcept in C++20 43 template <class Rep, class Period = ratio<1>> [all …]
|
| H A D | future | 168 template <class Rep, class Period> 170 wait_for(const chrono::duration<Rep, Period>& rel_time) const; 195 template <class Rep, class Period> 197 wait_for(const chrono::duration<Rep, Period>& rel_time) const; 222 template <class Rep, class Period> 224 wait_for(const chrono::duration<Rep, Period>& rel_time) const; 249 template <class Rep, class Period> 251 wait_for(const chrono::duration<Rep, Period>& rel_time) const; 276 template <class Rep, class Period> 278 wait_for(const chrono::duration<Rep, Period>& rel_time) const; [all …]
|
| H A D | thread | 79 template <class Rep, class Period> 80 void sleep_for(const chrono::duration<Rep, Period>& rel_time);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | condition_variable | 49 template <class Rep, class Period> 52 const chrono::duration<Rep, Period>& rel_time); 54 template <class Rep, class Period, class Predicate> 57 const chrono::duration<Rep, Period>& rel_time, 94 template <class Lock, class Rep, class Period> 97 const chrono::duration<Rep, Period>& rel_time); 99 template <class Lock, class Rep, class Period, class Predicate> 102 const chrono::duration<Rep, Period>& rel_time,
|
| H A D | shared_mutex | 57 template <class Rep, class Period> 58 bool try_lock_for(const chrono::duration<Rep, Period>& rel_time); 66 template <class Rep, class Period> 68 try_lock_shared_for(const chrono::duration<Rep, Period>& rel_time); 90 template <class Rep, class Period> 92 const chrono::duration<Rep, Period>& rel_time); 103 template <class Rep, class Period> 104 bool try_lock_for(const chrono::duration<Rep, Period>& rel_time); 401 template <class Rep, class Period> 402 bool try_lock_for(const chrono::duration<Rep, Period>& rel_time);
|
| H A D | mutex | 65 template <class Rep, class Period> 66 bool try_lock_for(const chrono::duration<Rep, Period>& rel_time); 83 template <class Rep, class Period> 84 bool try_lock_for(const chrono::duration<Rep, Period>& rel_time); 139 template <class Rep, class Period> 140 unique_lock(mutex_type& m, const chrono::duration<Rep, Period>& rel_time); 152 template <class Rep, class Period> 153 bool try_lock_for(const chrono::duration<Rep, Period>& rel_time);
|
| H A D | chrono | 22 template <class ToDuration, class Rep, class Period> 25 duration_cast(const duration<Rep, Period>& fd); 27 template <class Rep> struct treat_as_floating_point : is_floating_point<Rep> {}; 29 template <class Rep> inline constexpr bool treat_as_floating_point_v 30 = treat_as_floating_point<Rep>::value; // C++17 32 template <class Rep> 36 static constexpr Rep zero(); // noexcept in C++20 37 static constexpr Rep max(); // noexcept in C++20 38 static constexpr Rep min(); // noexcept in C++20 43 template <class Rep, class Period = ratio<1>> [all …]
|
| H A D | future | 168 template <class Rep, class Period> 170 wait_for(const chrono::duration<Rep, Period>& rel_time) const; 195 template <class Rep, class Period> 197 wait_for(const chrono::duration<Rep, Period>& rel_time) const; 222 template <class Rep, class Period> 224 wait_for(const chrono::duration<Rep, Period>& rel_time) const; 249 template <class Rep, class Period> 251 wait_for(const chrono::duration<Rep, Period>& rel_time) const; 276 template <class Rep, class Period> 278 wait_for(const chrono::duration<Rep, Period>& rel_time) const; [all …]
|
| H A D | thread | 79 template <class Rep, class Period> 80 void sleep_for(const chrono::duration<Rep, Period>& rel_time);
|
| /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/share/i18n/locales/ |
| H A D | es_DO | 148 country_name "Rep<U00FA>blica Dominicana"
|
| /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/share/i18n/locales/ |
| H A D | es_DO | 148 country_name "Rep<U00FA>blica Dominicana"
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/media/drivers/ |
| H A D | zoran.rst | 216 Slovakai, Hungary, Korea (Rep.), Poland, Rumania and a others. 219 Egypt, Libya, Sri Lanka, Syrain Arab. Rep.
|
| /OK3568_Linux_fs/device/rockchip/common/images/userdata/userdata_normal/media/ |
| H A D | yuv420_p352x288.yuv | 3050 …plgefffffeeefec_XOE:2.+,0321110.--//.11000110121208-)A/Q�~ol���{kYNB1)('+9Rep�������������������{…
|