Home
last modified time | relevance | path

Searched refs:String (Results 1 – 25 of 277) sorted by relevance

12345678910>>...12

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dcvstd.hpp458 class CV_EXPORTS String class
473 String();
474 String(const String& str);
475 String(const String& str, size_t pos, size_t len = npos);
476 String(const char* s);
477 String(const char* s, size_t n);
478 String(size_t n, char c);
479 String(const char* first, const char* last);
480 template<typename Iterator> String(Iterator first, Iterator last);
481 explicit String(const FileNode& fn);
[all …]
H A Dpersistence.hpp345 CV_WRAP FileStorage(const String& filename, int flags, const String& encoding=String());
368 CV_WRAP virtual bool open(const String& filename, int flags, const String& encoding=String());
388 CV_WRAP virtual String releaseAndGetString();
406 FileNode operator[](const String& nodename) const;
427 void writeRaw( const String& fmt, const uchar* vec, size_t len );
434 void writeObj( const String& name, const void* obj );
441 CV_WRAP void write(const String& name, int val);
443 CV_WRAP void write(const String& name, double val);
445 CV_WRAP void write(const String& name, const String& val);
447 CV_WRAP void write(const String& name, InputArray val);
[all …]
H A Dcvstd.inl.hpp77 String::String(const std::string& str) in String() function in cv::String
85 String::String(const std::string& str, size_t pos, size_t len) in String() function in cv::String
96 String& String::operator = (const std::string& str) in operator =()
105 String& String::operator += (const std::string& str) in operator +=()
112 String::operator std::string() const in operator std::string()
118 String operator + (const String& lhs, const std::string& rhs) in operator +()
120 String s; in operator +()
129 String operator + (const std::string& lhs, const String& rhs) in operator +()
131 String s; in operator +()
142 String value; in operator std::string()
[all …]
H A Docl.hpp92 CV_WRAP String name() const;
93 CV_WRAP String extensions() const;
94 CV_WRAP bool isExtensionSupported(const String& extensionName) const;
95 CV_WRAP String version() const;
96 CV_WRAP String vendorName() const;
97 CV_WRAP String OpenCL_C_Version() const;
98 CV_WRAP String OpenCLVersion() const;
101 CV_WRAP String driverVersion() const;
252 const String& buildopt, String& errmsg);
296 CV_EXPORTS void attachContext(const String& platformName, void* platformID, void* context, void* de…
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dcvstd.hpp458 class CV_EXPORTS String class
473 String();
474 String(const String& str);
475 String(const String& str, size_t pos, size_t len = npos);
476 String(const char* s);
477 String(const char* s, size_t n);
478 String(size_t n, char c);
479 String(const char* first, const char* last);
480 template<typename Iterator> String(Iterator first, Iterator last);
481 explicit String(const FileNode& fn);
[all …]
H A Dpersistence.hpp345 CV_WRAP FileStorage(const String& filename, int flags, const String& encoding=String());
368 CV_WRAP virtual bool open(const String& filename, int flags, const String& encoding=String());
388 CV_WRAP virtual String releaseAndGetString();
406 FileNode operator[](const String& nodename) const;
427 void writeRaw( const String& fmt, const uchar* vec, size_t len );
434 void writeObj( const String& name, const void* obj );
441 CV_WRAP void write(const String& name, int val);
443 CV_WRAP void write(const String& name, double val);
445 CV_WRAP void write(const String& name, const String& val);
447 CV_WRAP void write(const String& name, InputArray val);
[all …]
H A Dcvstd.inl.hpp77 String::String(const std::string& str) in String() function in cv::String
85 String::String(const std::string& str, size_t pos, size_t len) in String() function in cv::String
96 String& String::operator = (const std::string& str) in operator =()
105 String& String::operator += (const std::string& str) in operator +=()
112 String::operator std::string() const in operator std::string()
118 String operator + (const String& lhs, const std::string& rhs) in operator +()
120 String s; in operator +()
129 String operator + (const std::string& lhs, const String& rhs) in operator +()
131 String s; in operator +()
142 String value; in operator std::string()
[all …]
H A Docl.hpp92 CV_WRAP String name() const;
93 CV_WRAP String extensions() const;
94 CV_WRAP bool isExtensionSupported(const String& extensionName) const;
95 CV_WRAP String version() const;
96 CV_WRAP String vendorName() const;
97 CV_WRAP String OpenCL_C_Version() const;
98 CV_WRAP String OpenCLVersion() const;
101 CV_WRAP String driverVersion() const;
252 const String& buildopt, String& errmsg);
296 CV_EXPORTS void attachContext(const String& platformName, void* platformID, void* context, void* de…
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dcvstd.hpp458 class CV_EXPORTS String class
473 String();
474 String(const String& str);
475 String(const String& str, size_t pos, size_t len = npos);
476 String(const char* s);
477 String(const char* s, size_t n);
478 String(size_t n, char c);
479 String(const char* first, const char* last);
480 template<typename Iterator> String(Iterator first, Iterator last);
481 explicit String(const FileNode& fn);
[all …]
H A Dpersistence.hpp345 CV_WRAP FileStorage(const String& filename, int flags, const String& encoding=String());
368 CV_WRAP virtual bool open(const String& filename, int flags, const String& encoding=String());
388 CV_WRAP virtual String releaseAndGetString();
406 FileNode operator[](const String& nodename) const;
427 void writeRaw( const String& fmt, const uchar* vec, size_t len );
434 void writeObj( const String& name, const void* obj );
441 CV_WRAP void write(const String& name, int val);
443 CV_WRAP void write(const String& name, double val);
445 CV_WRAP void write(const String& name, const String& val);
447 CV_WRAP void write(const String& name, InputArray val);
[all …]
H A Dcvstd.inl.hpp77 String::String(const std::string& str) in String() function in cv::String
85 String::String(const std::string& str, size_t pos, size_t len) in String() function in cv::String
96 String& String::operator = (const std::string& str) in operator =()
105 String& String::operator += (const std::string& str) in operator +=()
112 String::operator std::string() const in operator std::string()
118 String operator + (const String& lhs, const std::string& rhs) in operator +()
120 String s; in operator +()
129 String operator + (const std::string& lhs, const String& rhs) in operator +()
131 String s; in operator +()
142 String value; in operator std::string()
[all …]
H A Docl.hpp92 CV_WRAP String name() const;
93 CV_WRAP String extensions() const;
94 CV_WRAP bool isExtensionSupported(const String& extensionName) const;
95 CV_WRAP String version() const;
96 CV_WRAP String vendorName() const;
97 CV_WRAP String OpenCL_C_Version() const;
98 CV_WRAP String OpenCLVersion() const;
101 CV_WRAP String driverVersion() const;
252 const String& buildopt, String& errmsg);
296 CV_EXPORTS void attachContext(const String& platformName, void* platformID, void* context, void* de…
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/
H A Dhighgui.hpp305 CV_EXPORTS_W void namedWindow(const String& winname, int flags = WINDOW_AUTOSIZE);
313 CV_EXPORTS_W void destroyWindow(const String& winname);
389 CV_EXPORTS_W void imshow(const String& winname, InputArray mat);
402 CV_EXPORTS_W void resizeWindow(const String& winname, int width, int height);
408 CV_EXPORTS_W void resizeWindow(const String& winname, const cv::Size& size);
416 CV_EXPORTS_W void moveWindow(const String& winname, int x, int y);
426 CV_EXPORTS_W void setWindowProperty(const String& winname, int prop_id, double prop_value);
432 CV_EXPORTS_W void setWindowTitle(const String& winname, const String& title);
443 CV_EXPORTS_W double getWindowProperty(const String& winname, int prop_id);
453 CV_EXPORTS_W Rect getWindowImageRect(const String& winname);
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/utils/
H A Dfilesystem.hpp11 CV_EXPORTS bool exists(const cv::String& path);
12 CV_EXPORTS bool isDirectory(const cv::String& path);
14 CV_EXPORTS void remove_all(const cv::String& path);
17 CV_EXPORTS cv::String getcwd();
24 CV_EXPORTS cv::String canonical(const cv::String& path);
27 CV_EXPORTS cv::String join(const cv::String& base, const cv::String& path);
40 CV_EXPORTS void glob(const cv::String& directory, const cv::String& pattern,
41 CV_OUT std::vector<cv::String>& result,
53 CV_EXPORTS void glob_relative(const cv::String& directory, const cv::String& pattern,
54 CV_OUT std::vector<cv::String>& result,
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/utils/
H A Dfilesystem.hpp11 CV_EXPORTS bool exists(const cv::String& path);
12 CV_EXPORTS bool isDirectory(const cv::String& path);
14 CV_EXPORTS void remove_all(const cv::String& path);
17 CV_EXPORTS cv::String getcwd();
24 CV_EXPORTS cv::String canonical(const cv::String& path);
27 CV_EXPORTS cv::String join(const cv::String& base, const cv::String& path);
40 CV_EXPORTS void glob(const cv::String& directory, const cv::String& pattern,
41 CV_OUT std::vector<cv::String>& result,
53 CV_EXPORTS void glob_relative(const cv::String& directory, const cv::String& pattern,
54 CV_OUT std::vector<cv::String>& result,
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/utils/
H A Dfilesystem.hpp11 CV_EXPORTS bool exists(const cv::String& path);
12 CV_EXPORTS bool isDirectory(const cv::String& path);
14 CV_EXPORTS void remove_all(const cv::String& path);
17 CV_EXPORTS cv::String getcwd();
24 CV_EXPORTS cv::String canonical(const cv::String& path);
27 CV_EXPORTS cv::String join(const cv::String& base, const cv::String& path);
40 CV_EXPORTS void glob(const cv::String& directory, const cv::String& pattern,
41 CV_OUT std::vector<cv::String>& result,
53 CV_EXPORTS void glob_relative(const cv::String& directory, const cv::String& pattern,
54 CV_OUT std::vector<cv::String>& result,
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/dnn/
H A Ddnn.hpp110 String name; //!< Name of the layer instance (optional, can be used internal purposes).
111 String type; //!< Type name which was used for creating layer by layer factory (optional).
254 virtual int inputNameToIndex(String inputName);
258 CV_WRAP virtual int outputNameToIndex(const String& outputName);
350 …CV_PROP String name; //!< Name of the layer instance, can be used for logging or other internal pu…
351 CV_PROP String type; //!< Type name which was used for creating layer by layer factory.
383 CV_WRAP static Net readFromModelOptimizer(const String& xml, const String& bin);
394 int addLayer(const String &name, const String &type, LayerParams &params);
398 int addLayerToPrev(const String &name, const String &type, LayerParams &params);
403 CV_WRAP int getLayerId(const String &layer);
[all …]
H A Ddict.hpp68 …CV_WRAP DictValue(const String &s) : type(Param::STRING), ps(new AutoBuffer<String,1>) { (*ps)[0]… in DictValue()
69 …DictValue(const char *s) : type(Param::STRING), ps(new AutoBuffer<String,1>) { (*ps)[0]… in DictValue()
89 CV_WRAP String getStringValue(int idx = -1) const;
105 AutoBuffer<String, 1> *ps;
116 typedef std::map<String, DictValue> _Dict;
122 bool has(const String &key) const;
125 DictValue *ptr(const String &key);
128 const DictValue *ptr(const String &key) const;
131 const DictValue &get(const String &key) const;
135 T get(const String &key) const;
[all …]
H A Ddnn.inl.hpp72 DictValue res(Param::STRING, new AutoBuffer<String, 1>(size)); in arrayString()
176 inline String DictValue::get<String>(int idx) const in get()
184 inline String DictValue::getStringValue(int idx) const in getStringValue()
186 return get<String>(idx); in getStringValue()
223 AutoBuffer<String, 1> *tmp = new AutoBuffer<String, 1>(*r.ps); in operator =()
246 ps = new AutoBuffer<String, 1>(*r.ps); in DictValue()
303 stream << "\"" << dictv.get<String>(i) << "\", "; in operator <<()
304 stream << dictv.get<String>(i); in operator <<()
312 inline bool Dict::has(const String &key) const in has()
317 inline DictValue *Dict::ptr(const String &key) in ptr()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/
H A Dminiflann.hpp60 String getString(const String& key, const String& defaultVal=String()) const;
61 int getInt(const String& key, int defaultVal=-1) const;
62 double getDouble(const String& key, double defaultVal=-1) const;
64 void setString(const String& key, const String& value);
65 void setInt(const String& key, int value);
66 void setDouble(const String& key, double value);
67 void setFloat(const String& key, float value);
68 void setBool(const String& key, bool value);
71 void getAll(std::vector<String>& names,
73 std::vector<String>& strValues,
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/string/
H A Dlit.hpp83 template <typename String, bool no_attribute>
85 : primitive_parser<literal_string<String, no_attribute> >
88 remove_const<typename traits::char_type_of<String>::type>::type
92 literal_string(typename add_reference<String>::type str_) in literal_string()
119 String str;
126 template <typename String, bool no_attribute>
128 : primitive_parser<no_case_literal_string<String, no_attribute> >
131 remove_const<typename traits::char_type_of<String>::type>::type
203 template <typename String>
204 result_type op(String const& str, mpl::false_) const in op()
[all …]
/OK3568_Linux_fs/buildroot/support/testing/tests/package/br2-external/openjdk/package/openjdk-jni-test/
H A DJniTest.java4 String name, in Test()
7 String actualAsString, in Test()
8 String expectedAsString) in Test()
12 System.out.println(String.format( in Test()
21 System.out.println(String.format("Test: %s passed", name)); in Test()
26 String name, in Test()
27 String actual, in Test()
28 String expected) in Test()
33 public static void main(String[] args) in main()
41 String.format("0x%08X", actualVersion), in main()
[all …]
/OK3568_Linux_fs/kernel/tools/power/cpupower/utils/helpers/
H A Dhelpers.h21 #define _(String) gettext(String) argument
23 #define gettext_noop(String) String argument
25 #define N_(String) gettext_noop(String) argument
29 #define _(String) String argument
30 #define N_(String) String argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/detail/
H A Dstring_parse.hpp38 template <typename String, typename Iterator, typename Attribute>
40 String const& str in string_parse()
44 typename String::const_iterator stri = str.begin(); in string_parse()
45 typename String::const_iterator str_last = str.end(); in string_parse()
70 template <typename String, typename Iterator, typename Attribute>
72 String const& ucstr, String const& lcstr in string_parse()
75 typename String::const_iterator uc_i = ucstr.begin(); in string_parse()
76 typename String::const_iterator uc_last = ucstr.end(); in string_parse()
77 typename String::const_iterator lc_i = lcstr.begin(); in string_parse()
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/java/com/rockchip/gpadc/demo/yolo/
H A DPostProcess.java33 public static final String TAG = "rkyolo.PostProcess";
36 private Vector<String> labels = new Vector<String>();
43 public String getLabelTitle(int id) { in getLabelTitle()
47 private void loadLabelName(final AssetManager assetManager, final String locationFilename, in loadLabelName()
48 Vector<String> labels) throws IOException { in loadLabelName()
50 final String assetPrefix = "file:///android_asset/"; in loadLabelName()
59 String line; in loadLabelName()

12345678910>>...12