Lines Matching refs:result

83 	rtl::OUString result;  in s_test__cppu_loadSharedLibComponentFactory()  local
89result += rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("\ts_test__cppu_loadSharedLibComponentFactory … in s_test__cppu_loadSharedLibComponentFactory()
90 result += rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("(\"")); in s_test__cppu_loadSharedLibComponentFactory()
91 result += servicePurpose; in s_test__cppu_loadSharedLibComponentFactory()
92 result += rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("\") - ")); in s_test__cppu_loadSharedLibComponentFactory()
106 result += rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("passed\n")); in s_test__cppu_loadSharedLibComponentFactory()
110 result += rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("FAILED - got: \"")); in s_test__cppu_loadSharedLibComponentFactory()
111 result += envDcp_purpose; in s_test__cppu_loadSharedLibComponentFactory()
112 result += rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("\"\n")); in s_test__cppu_loadSharedLibComponentFactory()
116 result += rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("FAILED - got: \"")); in s_test__cppu_loadSharedLibComponentFactory()
117 result += exception.Message; in s_test__cppu_loadSharedLibComponentFactory()
118 result += rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("\"\n")); in s_test__cppu_loadSharedLibComponentFactory()
121 return result; in s_test__cppu_loadSharedLibComponentFactory()
126 rtl::OUString result; in s_test__cppu_writeSharedLibComponentInfo() local
132result += rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("\ts_test__cppu_writeSharedLibComponentInfo ")… in s_test__cppu_writeSharedLibComponentInfo()
133 result += rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("(\"")); in s_test__cppu_writeSharedLibComponentInfo()
134 result += servicePurpose; in s_test__cppu_writeSharedLibComponentInfo()
135 result += rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("\") - ")); in s_test__cppu_writeSharedLibComponentInfo()
153 result += rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("passed\n")); in s_test__cppu_writeSharedLibComponentInfo()
157 result += rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("FAILED - got: \"")); in s_test__cppu_writeSharedLibComponentInfo()
158 result += envDcp_purpose; in s_test__cppu_writeSharedLibComponentInfo()
159 result += rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("\"\n")); in s_test__cppu_writeSharedLibComponentInfo()
163 result += rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("FAILED - got: \"")); in s_test__cppu_writeSharedLibComponentInfo()
164 result += exception.Message; in s_test__cppu_writeSharedLibComponentInfo()
165 result += rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("\"\n")); in s_test__cppu_writeSharedLibComponentInfo()
168 return result; in s_test__cppu_writeSharedLibComponentInfo()
174 int result = 0; variable
195 result = -1;
200 return result;