Home
last modified time | relevance | path

Searched refs:res_str (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/libs/geometry/test/algorithms/relate/
Dtest_relate.hpp122 std::string res_str = bg::relation(geometry1, geometry2).str(); in check_geometry() local
123 bool ok = matrix_compare(res_str, expected1, expected2); in check_geometry()
128 << " detected: " << res_str); in check_geometry()
135 BOOST_CHECK(res_str == res_str0); in check_geometry()
143 BOOST_CHECK(res_str == res_str1); in check_geometry()
144 BOOST_CHECK(res_str == res_str2); in check_geometry()
145 BOOST_CHECK(res_str == res_str3); in check_geometry()
150 std::string res_str = bg::relation(geometry2, geometry1).str(); in check_geometry() local
153 bool ok = matrix_compare(res_str, expected1_tr, expected2_tr); in check_geometry()
158 << " detected: " << res_str); in check_geometry()
/third_party/ltp/testcases/kernel/syscalls/getrlimit/
Dgetrlimit01.c19 char *res_str; member
55 tc->res_str); in verify_getrlimit()
59 tc->res_str); in verify_getrlimit()
/third_party/mindspore/mindspore/_extends/remote/
Dkernel_build_server.py71 res_str = str(res).replace('\n', '[LF]').replace('\r', '[CR]').replace(' ', '[SP]')
73 res_str = str(res).replace('\n', '').replace('\r', '').replace(' ', '')
78 self.fout.write(tag + res_str + "\n")
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Diomgr.pyx.pxi29 cdef cppstring res_str
31 res_str = grpc_sockaddr_to_string(address, False)
32 byte_str = _decode(res_str)
/third_party/python/Lib/
Dfnmatch.py48 res_str = translate(pat_str)
49 res = bytes(res_str, 'ISO-8859-1')
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/x11/
Dgstglcontext_glx.c271 #define SIMPLE_STRING_ASSIGN(res_str,value,to_check,str) \ in gst_gl_context_glx_dump_fb_config() argument
272 if (res_str == NULL && value == to_check) \ in gst_gl_context_glx_dump_fb_config()
273 res_str = str in gst_gl_context_glx_dump_fb_config()