Home
last modified time | relevance | path

Searched refs:Formatter (Results 1 – 25 of 33) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/algorithm/string/detail/
H A Dfind_format.hpp36 FormatterT Formatter, in find_format_copy_impl2() argument
47 store_type M( FindResult, FormatResult, Formatter ); in find_format_copy_impl2()
75 FormatterT Formatter, in find_format_copy_impl() argument
82 Formatter, in find_format_copy_impl()
84 Formatter(FindResult) ); in find_format_copy_impl()
100 FormatterT Formatter, in find_format_copy_impl2() argument
111 store_type M( FindResult, FormatResult, Formatter ); in find_format_copy_impl2()
136 FormatterT Formatter, in find_format_copy_impl() argument
142 Formatter, in find_format_copy_impl()
144 Formatter(FindResult) ); in find_format_copy_impl()
[all …]
H A Dfind_format_all.hpp38 FormatterT Formatter, in find_format_all_copy_impl2() argument
51 store_type M( FindResult, FormatResult, Formatter ); in find_format_all_copy_impl2()
85 FormatterT Formatter, in find_format_all_copy_impl() argument
93 Formatter, in find_format_all_copy_impl()
95 Formatter(FindResult) ); in find_format_all_copy_impl()
112 FormatterT Formatter, in find_format_all_copy_impl2() argument
125 store_type M( FindResult, FormatResult, Formatter ); in find_format_all_copy_impl2()
160 FormatterT Formatter, in find_format_all_copy_impl() argument
167 Formatter, in find_format_all_copy_impl()
169 Formatter(FindResult) ); in find_format_all_copy_impl()
[all …]
H A Dfind_format_store.hpp45 const formatter_type& Formatter ) : in find_format_store() argument
48 m_Formatter(Formatter) {} in find_format_store()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/algorithm/string/
H A Dfind_format.hpp62 FormatterT Formatter ) in find_format_copy() argument
81 Formatter, in find_format_copy()
96 FormatterT Formatter ) in find_format_copy() argument
112 Formatter, in find_format_copy()
132 FormatterT Formatter) in find_format() argument
148 Formatter, in find_format()
181 FormatterT Formatter) in find_format_all_copy() argument
201 Formatter, in find_format_all_copy()
216 FormatterT Formatter ) in find_format_all_copy() argument
233 Formatter, in find_format_all_copy()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dcvstd.inl.hpp177 return out << Formatter::get()->format(mtx); in operator <<()
195 return out << Formatter::get()->format(Mat(vec)); in operator <<()
202 return out << Formatter::get()->format(Mat(vec)); in operator <<()
209 return out << Formatter::get()->format(Mat(matx)); in operator <<()
H A Doperations.hpp397 return Formatter::get(fmt)->format(mtx.getMat()); in format()
414 return print(Formatter::get()->format(mtx), stream); in print()
420 return print(Formatter::get()->format(mtx.getMat(ACCESS_READ)), stream); in print()
426 return print(Formatter::get()->format(Mat(vec)), stream); in print()
432 return print(Formatter::get()->format(Mat(vec)), stream); in print()
438 return print(Formatter::get()->format(cv::Mat(matx)), stream); in print()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dcvstd.inl.hpp177 return out << Formatter::get()->format(mtx); in operator <<()
195 return out << Formatter::get()->format(Mat(vec)); in operator <<()
202 return out << Formatter::get()->format(Mat(vec)); in operator <<()
209 return out << Formatter::get()->format(Mat(matx)); in operator <<()
H A Doperations.hpp397 return Formatter::get(fmt)->format(mtx.getMat()); in format()
414 return print(Formatter::get()->format(mtx), stream); in print()
420 return print(Formatter::get()->format(mtx.getMat(ACCESS_READ)), stream); in print()
426 return print(Formatter::get()->format(Mat(vec)), stream); in print()
432 return print(Formatter::get()->format(Mat(vec)), stream); in print()
438 return print(Formatter::get()->format(cv::Mat(matx)), stream); in print()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dcvstd.inl.hpp177 return out << Formatter::get()->format(mtx); in operator <<()
195 return out << Formatter::get()->format(Mat(vec)); in operator <<()
202 return out << Formatter::get()->format(Mat(vec)); in operator <<()
209 return out << Formatter::get()->format(Mat(matx)); in operator <<()
H A Doperations.hpp397 return Formatter::get(fmt)->format(mtx.getMat()); in format()
414 return print(Formatter::get()->format(mtx), stream); in print()
420 return print(Formatter::get()->format(mtx.getMat(ACCESS_READ)), stream); in print()
426 return print(Formatter::get()->format(Mat(vec)), stream); in print()
432 return print(Formatter::get()->format(Mat(vec)), stream); in print()
438 return print(Formatter::get()->format(cv::Mat(matx)), stream); in print()
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-bus-coresight-devices-etb1072 Description: (Read) Shows the value held by the ETB Formatter and Flush Status
80 Description: (Read) Shows the value held by the ETB Formatter and Flush Control
H A Dsysfs-bus-coresight-devices-tmc60 Description: (Read) Shows the value held by the TMC Formatter and Flush Status
68 Description: (Read) Shows the value held by the TMC Formatter and Flush Control
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/tests/
H A Dcommon.py17 formatter = logging.Formatter('OEQATest: %(message)s')
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/
H A Dcore.hpp3017 class CV_EXPORTS Formatter class
3028 virtual ~Formatter();
3036 static Ptr<Formatter> get(int fmt = FMT_DEFAULT);
3052 return out << Formatter::get()->format(mtx); in operator <<()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/
H A Dcore.hpp3017 class CV_EXPORTS Formatter class
3028 virtual ~Formatter();
3036 static Ptr<Formatter> get(int fmt = FMT_DEFAULT);
3052 return out << Formatter::get()->format(mtx); in operator <<()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/
H A Dcore.hpp3017 class CV_EXPORTS Formatter class
3028 virtual ~Formatter();
3036 static Ptr<Formatter> get(int fmt = FMT_DEFAULT);
3052 return out << Formatter::get()->format(mtx); in operator <<()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dmsg.py22 class BBLogFormatter(logging.Formatter):
89 msg = logging.Formatter.format(self, record)
/OK3568_Linux_fs/yocto/poky/scripts/
H A Dbuildhistory-collect-srcrevs20 loggerhandler.setFormatter(logging.Formatter("%(levelname)s: %(message)s"))
H A Doe-build-perf-test74 formatter = logging.Formatter(LOG_FORMAT)
H A Dyocto-check-layer87 fh.setFormatter(logging.Formatter("%(levelname)s: %(message)s"))
/OK3568_Linux_fs/yocto/poky/documentation/tools/
H A Dupdate-documentation-conf23 loggerhandler.setFormatter(logging.Formatter("%(levelname)s: %(message)s"))
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/target/
H A Dssh.py24 formatter = logging.Formatter(
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/
H A Dcontext.py156 formatter = logging.Formatter('%(asctime)s - ' + self.name + \
/OK3568_Linux_fs/yocto/poky/scripts/lib/
H A Dscriptutils.py65 loggerhandler.setFormatter(logging.Formatter("%(levelname)s: %(message)s"))
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dattr.py350 formatter = logging.Formatter('%(message)s')

12