Home
last modified time | relevance | path

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

/dports/www/firefox-esr/firefox-91.8.0/editor/txmgr/tests/
H A DTestTXMgr.cpp19 static int32_t* sDoOrderArr = 0; variable
286 if (sDoOrderArr) { in DoTransaction()
287 EXPECT_EQ(mVal, sDoOrderArr[sDoCount]); in DoTransaction()
479 sDoOrderArr = 0; in reset_globals()
1196 sDoOrderArr = sSimpleTestDoOrderArr; in TEST()
1220 sDoOrderArr = sAggregateTestDoOrderArr; in TEST()
1826 sDoOrderArr = sSimpleBatchTestDoOrderArr; in TEST()
1849 sDoOrderArr = sAggregateBatchTestDoOrderArr; in TEST()
/dports/lang/spidermonkey78/firefox-78.9.0/editor/txmgr/tests/
H A DTestTXMgr.cpp19 static int32_t* sDoOrderArr = 0; variable
286 if (sDoOrderArr) { in DoTransaction()
287 EXPECT_EQ(mVal, sDoOrderArr[sDoCount]); in DoTransaction()
479 sDoOrderArr = 0; in reset_globals()
1196 sDoOrderArr = sSimpleTestDoOrderArr; in TEST()
1220 sDoOrderArr = sAggregateTestDoOrderArr; in TEST()
1826 sDoOrderArr = sSimpleBatchTestDoOrderArr; in TEST()
1849 sDoOrderArr = sAggregateBatchTestDoOrderArr; in TEST()
/dports/www/firefox/firefox-99.0/editor/txmgr/tests/
H A DTestTXMgr.cpp19 static int32_t* sDoOrderArr = 0; variable
286 if (sDoOrderArr) { in DoTransaction()
287 EXPECT_EQ(mVal, sDoOrderArr[sDoCount]); in DoTransaction()
479 sDoOrderArr = 0; in reset_globals()
1196 sDoOrderArr = sSimpleTestDoOrderArr; in TEST()
1220 sDoOrderArr = sAggregateTestDoOrderArr; in TEST()
1826 sDoOrderArr = sSimpleBatchTestDoOrderArr; in TEST()
1849 sDoOrderArr = sAggregateBatchTestDoOrderArr; in TEST()
/dports/lang/spidermonkey60/firefox-60.9.0/editor/txmgr/tests/
H A DTestTXMgr.cpp14 static int32_t *sDoOrderArr = 0; variable
277 if (sDoOrderArr) { in DoTransaction()
278 EXPECT_EQ(mVal, sDoOrderArr[sDoCount]); in DoTransaction()
470 sDoOrderArr = 0; in reset_globals()
1189 sDoOrderArr = sSimpleTestDoOrderArr; in TEST()
1212 sDoOrderArr = sAggregateTestDoOrderArr; in TEST()
1820 sDoOrderArr = sSimpleBatchTestDoOrderArr; in TEST()
1842 sDoOrderArr = sAggregateBatchTestDoOrderArr; in TEST()
/dports/mail/thunderbird/thunderbird-91.8.0/editor/txmgr/tests/
H A DTestTXMgr.cpp19 static int32_t* sDoOrderArr = 0; variable
286 if (sDoOrderArr) { in DoTransaction()
287 EXPECT_EQ(mVal, sDoOrderArr[sDoCount]); in DoTransaction()
479 sDoOrderArr = 0; in reset_globals()
1196 sDoOrderArr = sSimpleTestDoOrderArr; in TEST()
1220 sDoOrderArr = sAggregateTestDoOrderArr; in TEST()
1826 sDoOrderArr = sSimpleBatchTestDoOrderArr; in TEST()
1849 sDoOrderArr = sAggregateBatchTestDoOrderArr; in TEST()
/dports/www/firefox-legacy/firefox-52.8.0esr/editor/txmgr/tests/
H A DTestTXMgr.cpp16 static int32_t *sDoOrderArr = 0; variable
476 if (sDoOrderArr && mVal != sDoOrderArr[sDoCount]) { in DoTransaction()
478 mVal, sDoOrderArr[sDoCount]); in DoTransaction()
741 sDoOrderArr = 0; in reset_globals()
2559 sDoOrderArr = sSimpleTestDoOrderArr; in simple_test()
2589 sDoOrderArr = sAggregateTestDoOrderArr; in aggregation_test()
4143 sDoOrderArr = sSimpleBatchTestDoOrderArr; in simple_batch_test()
4173 sDoOrderArr = sAggregateBatchTestDoOrderArr; in aggregation_batch_test()