Home
last modified time | relevance | path

Searched refs:rTest (Results 1 – 25 of 82) sorted by relevance

1234

/dports/editors/libreoffice/libreoffice-7.2.6.2/sal/qa/rtl/strings/
H A Dtest_oustring_convert.cxx56 void testConvertToString(TestConvertToString const & rTest) in testConvertToString() argument
58 const OUString aSource(rTest.aSource, rTest.nLength); in testConvertToString()
61 rTest.nFlags); in testConvertToString()
62 OString aRelaxed(OUStringToOString(aSource, rTest.nEncoding, in testConvertToString()
67 for (sal_Int32 i = 0; i < rTest.nLength; ++i) in testConvertToString()
71 if (i + 1 < rTest.nLength) in testConvertToString()
75 aPrefix.append(static_cast< sal_Int32 >(rTest.nEncoding)); in testConvertToString()
77 aPrefix.append(static_cast< sal_Int32 >(rTest.nFlags), 16); in testConvertToString()
82 if (rTest.pStrict == nullptr || aStrict != rTest.pStrict) in testConvertToString()
99 if (rTest.pStrict != nullptr) in testConvertToString()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sal/qa/rtl/strings/
H A Dtest_oustring_convert.cxx56 void testConvertToString(TestConvertToString const & rTest) in testConvertToString() argument
58 const OUString aSource(rTest.aSource, rTest.nLength); in testConvertToString()
61 rTest.nFlags); in testConvertToString()
62 OString aRelaxed(OUStringToOString(aSource, rTest.nEncoding, in testConvertToString()
67 for (sal_Int32 i = 0; i < rTest.nLength; ++i) in testConvertToString()
71 if (i + 1 < rTest.nLength) in testConvertToString()
75 aPrefix.append(static_cast< sal_Int32 >(rTest.nEncoding)); in testConvertToString()
77 aPrefix.append(static_cast< sal_Int32 >(rTest.nFlags), 16); in testConvertToString()
82 if (rTest.pStrict == nullptr || aStrict != rTest.pStrict) in testConvertToString()
99 if (rTest.pStrict != nullptr) in testConvertToString()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sal/qa/rtl/textenc/
H A Drtl_textcvt.cxx193 if (rTest.m_bForward) { in doComplexCharSetTest()
214 | (rTest.m_bGlobalSignature ? in doComplexCharSetTest()
233 if (rTest.m_bForward) { in doComplexCharSetTest()
286 if (rTest.m_bNoContext && rTest.m_bForward) { in doComplexCharSetTest()
295 if (i == rTest.m_nTextSize) { in doComplexCharSetTest()
298 char c1 = rTest.m_pText[i++]; in doComplexCharSetTest()
320 c1 = rTest.m_pText[i++]; in doComplexCharSetTest()
368 if (rTest.m_bReverse) { in doComplexCharSetTest()
382 aConverter, aContext, rTest.m_aUnicode, rTest.m_nUnicodeSize, aText, in doComplexCharSetTest()
386 | (rTest.m_bGlobalSignature ? in doComplexCharSetTest()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sal/qa/rtl/textenc/
H A Drtl_textcvt.cxx193 if (rTest.m_bForward) { in doComplexCharSetTest()
214 | (rTest.m_bGlobalSignature ? in doComplexCharSetTest()
233 if (rTest.m_bForward) { in doComplexCharSetTest()
286 if (rTest.m_bNoContext && rTest.m_bForward) { in doComplexCharSetTest()
295 if (i == rTest.m_nTextSize) { in doComplexCharSetTest()
298 sal_Char c1 = rTest.m_pText[i++]; in doComplexCharSetTest()
320 c1 = rTest.m_pText[i++]; in doComplexCharSetTest()
368 if (rTest.m_bReverse) { in doComplexCharSetTest()
382 aConverter, aContext, rTest.m_aUnicode, rTest.m_nUnicodeSize, aText, in doComplexCharSetTest()
386 | (rTest.m_bGlobalSignature ? in doComplexCharSetTest()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/lotus/
H A Dlotform.cxx1996 if (rTest == "FACT") in lcl_KnownAddIn()
2004 else if (rTest == "SIGN") in lcl_KnownAddIn()
2014 else if (rTest == "COSH") in lcl_KnownAddIn()
2016 else if (rTest == "COTH") in lcl_KnownAddIn()
2018 else if (rTest == "SINH") in lcl_KnownAddIn()
2020 else if (rTest == "TANH") in lcl_KnownAddIn()
2024 else if (rTest == "ODD") in lcl_KnownAddIn()
2028 else if (rTest == "COT") in lcl_KnownAddIn()
2040 else if (rTest == "COV") in lcl_KnownAddIn()
2072 else if (rTest == "CSC") in lcl_KnownAddIn()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/lotus/
H A Dlotform.cxx1995 if (rTest == "FACT") in lcl_KnownAddIn()
2003 else if (rTest == "SIGN") in lcl_KnownAddIn()
2013 else if (rTest == "COSH") in lcl_KnownAddIn()
2015 else if (rTest == "COTH") in lcl_KnownAddIn()
2017 else if (rTest == "SINH") in lcl_KnownAddIn()
2019 else if (rTest == "TANH") in lcl_KnownAddIn()
2023 else if (rTest == "ODD") in lcl_KnownAddIn()
2027 else if (rTest == "COT") in lcl_KnownAddIn()
2039 else if (rTest == "COV") in lcl_KnownAddIn()
2071 else if (rTest == "CSC") in lcl_KnownAddIn()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/go-tfe/
H A Drun_test.go131 r, err := client.Runs.Read(ctx, rTest.ID)
133 assert.Equal(t, rTest, r)
153 rTest, rTestCleanup := createRun(t, client, nil)
173 rTest, rTestCleanup := createPlannedRun(t, client, nil)
177 err := client.Runs.Apply(ctx, rTest.ID, RunApplyOptions{})
234 rTest, _ := createRun(t, client, wTest)
237 assert.False(t, rTest.Actions.IsForceCancelable)
241 assert.True(t, rTest.Permissions.CanForceCancel)
251 rTest, err = client.Runs.Read(ctx, rTest.ID)
255 if !rTest.ForceCancelAvailableAt.IsZero() {
[all …]
H A Dpolicy_check_test.go24 rTest, _ := createPlannedRun(t, client, wTest)
27 pcl, err := client.PolicyChecks.List(ctx, rTest.ID, PolicyCheckListOptions{})
56 pcl, err := client.PolicyChecks.List(ctx, rTest.ID, PolicyCheckListOptions{
86 rTest, _ := createPlannedRun(t, client, wTest)
87 require.Equal(t, 1, len(rTest.PolicyChecks))
90 pc, err := client.PolicyChecks.Read(ctx, rTest.PolicyChecks[0].ID)
130 rTest, _ := createPlannedRun(t, client, wTest)
150 rTest, _ := createPlannedRun(t, client, wTest)
179 rTest, _ := createPlannedRun(t, client, wTest)
180 require.Equal(t, 1, len(rTest.PolicyChecks))
[all …]
H A Dplan_test.go16 rTest, rTestCleanup := createPlannedRun(t, client, nil)
20 p, err := client.Plans.Read(ctx, rTest.Plan.ID)
45 rTest, rTestCleanup := createPlannedRun(t, client, nil)
49 p, err := client.Plans.Read(ctx, rTest.Plan.ID)
H A Dapply_test.go16 rTest, rTestCleanup := createAppliedRun(t, client, nil)
20 a, err := client.Applies.Read(ctx, rTest.Apply.ID)
44 rTest, rTestCleanup := createAppliedRun(t, client, nil)
48 a, err := client.Applies.Read(ctx, rTest.Apply.ID)
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/go-tfe/
H A Dpolicy_check_test.go32 rTest, runCleanup := createPolicyCheckedRun(t, client, wTest)
36 pcl, err := client.PolicyChecks.List(ctx, rTest.ID, PolicyCheckListOptions{})
51 pcl, err := client.PolicyChecks.List(ctx, rTest.ID, PolicyCheckListOptions{
84 rTest, _ := createPolicyCheckedRun(t, client, wTest)
85 require.Equal(t, 1, len(rTest.PolicyChecks))
88 pc, err := client.PolicyChecks.Read(ctx, rTest.PolicyChecks[0].ID)
129 rTest, tTestCleanup := createPolicyCheckedRun(t, client, wTest)
154 rTest, rTestCleanup := createPolicyCheckedRun(t, client, wTest)
188 rTest, rTestCleanup := createPolicyCheckedRun(t, client, wTest)
190 require.Equal(t, 1, len(rTest.PolicyChecks))
[all …]
H A Drun_test.go174 r, err := client.Runs.Read(ctx, rTest.ID)
176 assert.Equal(t, rTest, r)
196 rTest, rTestCleanup := createRun(t, client, nil)
221 rTest, rTestCleanup := createPlannedRun(t, client, wTest)
225 err := client.Runs.Apply(ctx, rTest.ID, RunApplyOptions{})
285 rTest, rTestCleanup2 := createRun(t, client, wTest)
289 assert.False(t, rTest.Actions.IsForceCancelable)
293 assert.True(t, rTest.Permissions.CanForceCancel)
303 rTest, err = client.Runs.Read(ctx, rTest.ID)
307 if !rTest.ForceCancelAvailableAt.IsZero() {
[all …]
H A Dplan_test.go19 rTest, rTestCleanup := createPlannedRun(t, client, nil)
23 p, err := client.Plans.Read(ctx, rTest.Plan.ID)
49 rTest, rTestCleanup := createPlannedRun(t, client, nil)
53 p, err := client.Plans.Read(ctx, rTest.Plan.ID)
119 rTest, rTestCleanup := createPlannedRun(t, client, nil)
123 d, err := client.Plans.JSONOutput(ctx, rTest.Plan.ID)
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/optdlg/
H A Dtpformula.cxx223 IMPL_LINK(ScTpFormulaOptions, SepInsertTextHdl, OUString&, rTest, bool) in IMPL_LINK() argument
225 if (!IsValidSeparator(rTest, false) && !maOldSepValue.isEmpty()) in IMPL_LINK()
227 rTest = maOldSepValue; in IMPL_LINK()
231 IMPL_LINK(ScTpFormulaOptions, RowSepInsertTextHdl, OUString&, rTest, bool) in IMPL_LINK() argument
234 …if ((!IsValidSeparator(rTest, true) || rTest == mxEdSepArrayCol->get_text()) && !maOldSepValue.isE… in IMPL_LINK()
235 rTest = maOldSepValue; in IMPL_LINK()
239 IMPL_LINK(ScTpFormulaOptions, ColSepInsertTextHdl, OUString&, rTest, bool) in IMPL_LINK() argument
242 …if ((!IsValidSeparator(rTest, true) || rTest == mxEdSepArrayRow->get_text()) && !maOldSepValue.isE… in IMPL_LINK()
243 rTest = maOldSepValue; in IMPL_LINK()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/optdlg/
H A Dtpformula.cxx182 IMPL_LINK(ScTpFormulaOptions, SepInsertTextHdl, OUString&, rTest, bool) in IMPL_LINK() argument
184 if (!IsValidSeparator(rTest) && !maOldSepValue.isEmpty()) in IMPL_LINK()
186 rTest = maOldSepValue; in IMPL_LINK()
190 IMPL_LINK(ScTpFormulaOptions, RowSepInsertTextHdl, OUString&, rTest, bool) in IMPL_LINK() argument
193 …if ((!IsValidSeparator(rTest) || rTest == mxEdSepArrayCol->get_text()) && !maOldSepValue.isEmpty()) in IMPL_LINK()
194 rTest = maOldSepValue; in IMPL_LINK()
198 IMPL_LINK(ScTpFormulaOptions, ColSepInsertTextHdl, OUString&, rTest, bool) in IMPL_LINK() argument
201 …if ((!IsValidSeparator(rTest) || rTest == mxEdSepArrayRow->get_text()) && !maOldSepValue.isEmpty()) in IMPL_LINK()
202 rTest = maOldSepValue; in IMPL_LINK()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/irrlicht/source/Irrlicht/
H A DCGUIColorSelectDialog.cpp219 const f32 rTest = r / radiusOut; in buildColorRing() local
221 if (rTest < 0.33f) in buildColorRing()
229 if ( rTest < 0.66f ) in buildColorRing()
244 if ( rTest >= 0.95f ) in buildColorRing()
245 rgb.a = (1.f-rTest)*20; in buildColorRing()
249 if ( rTest > 0.5f ) in buildColorRing()
256 if ( rTest < 0.5f ) in buildColorRing()
258 else if ( rTest >= 0.95f ) in buildColorRing()
259 rgb.a = (1.f-rTest)*20; in buildColorRing()
260 else if ( rTest <= 0.55f ) in buildColorRing()
[all …]
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/
H A DCGUIColorSelectDialog.cpp219 const f32 rTest = r / radiusOut; in buildColorRing() local
221 if (rTest < 0.33f) in buildColorRing()
229 if ( rTest < 0.66f ) in buildColorRing()
244 if ( rTest >= 0.95f ) in buildColorRing()
245 rgb.a = (1.f-rTest)*20; in buildColorRing()
249 if ( rTest > 0.5f ) in buildColorRing()
256 if ( rTest < 0.5f ) in buildColorRing()
258 else if ( rTest >= 0.95f ) in buildColorRing()
259 rgb.a = (1.f-rTest)*20; in buildColorRing()
260 else if ( rTest <= 0.55f ) in buildColorRing()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/dialog/
H A Dhexcolorcontrol.cxx94 IMPL_STATIC_LINK(HexColorControl, ImplProcessInputHdl, OUString&, rTest, bool) in IMPL_STATIC_LINK() argument
96 const sal_Unicode* pTest = rTest.getStr(); in IMPL_STATIC_LINK()
97 sal_Int32 nLen = rTest.getLength(); in IMPL_STATIC_LINK()
107 rTest = aFilter.makeStringAndClear(); in IMPL_STATIC_LINK()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/dialog/
H A Dhexcolorcontrol.cxx93 IMPL_STATIC_LINK(HexColorControl, ImplProcessInputHdl, OUString&, rTest, bool) in IMPL_STATIC_LINK() argument
95 const sal_Unicode* pTest = rTest.getStr(); in IMPL_STATIC_LINK()
96 sal_Int32 nLen = rTest.getLength(); in IMPL_STATIC_LINK()
106 rTest = aFilter.makeStringAndClear(); in IMPL_STATIC_LINK()
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/flimzy/kivik/
H A Derrors_test.go50 type rTest struct {
55 tests := []rTest{
73 func(test rTest) {
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/go-kivik/kivik/
H A Derrors_test.go50 type rTest struct {
55 tests := []rTest{
73 func(test rTest) {
/dports/devel/boost-docs/boost_1_72_0/libs/signals2/test/
H A Dregression_test.cpp94 boost::signals2::signal<int& ()> rTest; in reference_return_test() local
96 rTest.connect(boost::bind(&ref_returner::ref_return_slot, &rr)); in reference_return_test()
97 int& r = *rTest(); in reference_return_test()
/dports/devel/boost-python-libs/boost_1_72_0/libs/signals2/test/
H A Dregression_test.cpp94 boost::signals2::signal<int& ()> rTest; in reference_return_test() local
96 rTest.connect(boost::bind(&ref_returner::ref_return_slot, &rr)); in reference_return_test()
97 int& r = *rTest(); in reference_return_test()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/signals2/test/
H A Dregression_test.cpp94 boost::signals2::signal<int& ()> rTest; in reference_return_test() local
96 rTest.connect(boost::bind(&ref_returner::ref_return_slot, &rr)); in reference_return_test()
97 int& r = *rTest(); in reference_return_test()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/utlui/
H A Dswrenamexnameddlg.cxx48 IMPL_LINK(SwRenameXNamedDlg, TextFilterHdl, OUString&, rTest, bool) in IMPL_LINK() argument
50 rTest = m_aTextFilter.filter(rTest); in IMPL_LINK()

1234