Home
last modified time | relevance | path

Searched refs:testee (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/
Dpreferences_unittest.cc89 Preferences testee(&mock_manager); in TEST() local
90 testee.InitUserPrefsForTesting( in TEST()
92 testee.SetInputMethodListForTesting(); in TEST()
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DRedundentExprEliminator.java186 protected MultistepExprHolder matchAndEliminatePartialPaths(MultistepExprHolder testee, in matchAndEliminatePartialPaths() argument
192 if(null == testee.m_exprOwner) in matchAndEliminatePartialPaths()
196 WalkingIterator iter1 = (WalkingIterator) testee.m_exprOwner.getExpression(); in matchAndEliminatePartialPaths()
197 if(partialIsVariable(testee, lengthToTest)) in matchAndEliminatePartialPaths()
204 if ((meh != testee) && (null != meh.m_exprOwner)) in matchAndEliminatePartialPaths()
213 matchedPaths = (MultistepExprHolder)testee.clone(); in matchAndEliminatePartialPaths()
214 testee.m_exprOwner = null; // So it won't be processed again. in matchAndEliminatePartialPaths()
268 boolean partialIsVariable(MultistepExprHolder testee, int lengthToTest) in partialIsVariable() argument
272 WalkingIterator wi = (WalkingIterator)testee.m_exprOwner.getExpression(); in partialIsVariable()
/external/chromium_org/third_party/icu/source/test/intltest/
Dloctest.cpp884 UnicodeString testee(test[i],""); in TestGetLangsAndCountries() local
886 if (testee != lc.toLower()) in TestGetLangsAndCountries()
888 if ( (testee.length() != 2) && (testee.length() != 3)) in TestGetLangsAndCountries()
889 errln(testee + " is not two or three characters long."); in TestGetLangsAndCountries()
890 if (i > 0 && testee.compare(test[i - 1]) <= 0) in TestGetLangsAndCountries()
891 errln(testee + " appears in an out-of-order position in the list."); in TestGetLangsAndCountries()
909 UnicodeString testee(test[j],""); in TestGetLangsAndCountries() local
911 if (testee == spotCheck2[i]) in TestGetLangsAndCountries()
914 UnicodeString testee(test[j],""); in TestGetLangsAndCountries() local
915 if (j == testCount || testee != spotCheck2[i]) in TestGetLangsAndCountries()
[all …]
/external/icu/icu4c/source/test/intltest/
Dloctest.cpp884 UnicodeString testee(test[i],""); in TestGetLangsAndCountries() local
886 if (testee != lc.toLower()) in TestGetLangsAndCountries()
888 if ( (testee.length() != 2) && (testee.length() != 3)) in TestGetLangsAndCountries()
889 errln(testee + " is not two or three characters long."); in TestGetLangsAndCountries()
890 if (i > 0 && testee.compare(test[i - 1]) <= 0) in TestGetLangsAndCountries()
891 errln(testee + " appears in an out-of-order position in the list."); in TestGetLangsAndCountries()
909 UnicodeString testee(test[j],""); in TestGetLangsAndCountries() local
911 if (testee == spotCheck2[i]) in TestGetLangsAndCountries()
914 UnicodeString testee(test[j],""); in TestGetLangsAndCountries() local
915 if (j == testCount || testee != spotCheck2[i]) in TestGetLangsAndCountries()
[all …]