Home
last modified time | relevance | path

Searched refs:toTest (Results 1 – 21 of 21) sorted by relevance

/external/guava/guava-tests/test/com/google/common/base/
DToStringHelperTest.java38 String toTest = Objects.toStringHelper(this).toString(); in testConstructor_instance() local
39 assertEquals("ToStringHelperTest{}", toTest); in testConstructor_instance()
43 String toTest = Objects.toStringHelper(this).toString(); in testConstructorLenient_instance() local
44 assertTrue(toTest, toTest.matches(".*\\{\\}")); in testConstructorLenient_instance()
49 String toTest = Objects.toStringHelper(new TestClass()).toString(); in testConstructor_innerClass() local
50 assertEquals("TestClass{}", toTest); in testConstructor_innerClass()
54 String toTest = Objects.toStringHelper(new TestClass()).toString(); in testConstructorLenient_innerClass() local
55 assertTrue(toTest, toTest.matches(".*\\{\\}")); in testConstructorLenient_innerClass()
60 String toTest = Objects.toStringHelper(new Object() {}).toString(); in testConstructor_anonymousClass() local
61 assertEquals("{}", toTest); in testConstructor_anonymousClass()
[all …]
/external/tpm2/
DCryptSelfTest.c22 ALGORITHM_VECTOR *toTest // IN: the vector of the algorithms to test in CryptRunSelfTests() argument
30 if(TEST_BIT(alg, *toTest)) in CryptRunSelfTests()
32 TPM_RC result = CryptTestAlgorithm(alg, toTest); in CryptRunSelfTests()
91 TPML_ALG *toTest, // IN: list of algorithms to be tested in CryptIncrementalSelfTest() argument
98 pAssert(toTest != NULL && toDoList != NULL); in CryptIncrementalSelfTest()
99 if(toTest->count > 0) in CryptIncrementalSelfTest()
102 for(i = 0; i < toTest->count; i++) in CryptIncrementalSelfTest()
104 TPM_ALG_ID alg = toTest->algorithms[i]; in CryptIncrementalSelfTest()
167 ALGORITHM_VECTOR *toTest in CryptTestAlgorithm() argument
175 TPM_RC TestAlgorithm(TPM_ALG_ID alg, ALGORITHM_VECTOR *toTest); in CryptTestAlgorithm()
[all …]
DCryptSelfTest_fp.h11 TPML_ALG *toTest, // IN: list of algorithms to be tested
17 TPM_RC CryptTestAlgorithm(TPM_ALG_ID alg, ALGORITHM_VECTOR *toTest);
DIncrementalSelfTest.c29 result = CryptIncrementalSelfTest(&in->toTest, &out->toDoList); in TPM2_IncrementalSelfTest()
DIncrementalSelfTest_fp.h12 typedef struct { TPML_ALG toTest; } IncrementalSelfTest_In; member
DMarshal_IncrementalSelfTest.c43 result = TPML_ALG_Unmarshal(&target->toTest, buffer, size); in IncrementalSelfTest_In_Unmarshal()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DULocaleTest.java1692 String toTest [][] = { in TestOrientation() local
1702 for (int i = 0; i < toTest.length; ++i) { in TestOrientation()
1703 ULocale loc = new ULocale(toTest[i][0]); in TestOrientation()
1706 if (!co.equals(toTest[i][1])) { in TestOrientation()
1707 …errln("Locale \"" + toTest[i][0] + "\" should have \"" + toTest[i][1] + "\" character orientation,… in TestOrientation()
1709 else if (!lo.equals(toTest[i][2])) { in TestOrientation()
1710 …errln("Locale \"" + toTest[i][0] + "\" should have \"" + toTest[i][2] + "\" line orientation, but … in TestOrientation()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DULocaleTest.java1691 String toTest [][] = { in TestOrientation() local
1701 for (int i = 0; i < toTest.length; ++i) { in TestOrientation()
1702 ULocale loc = new ULocale(toTest[i][0]); in TestOrientation()
1705 if (!co.equals(toTest[i][1])) { in TestOrientation()
1706 …errln("Locale \"" + toTest[i][0] + "\" should have \"" + toTest[i][1] + "\" character orientation,… in TestOrientation()
1708 else if (!lo.equals(toTest[i][2])) { in TestOrientation()
1709 …errln("Locale \"" + toTest[i][0] + "\" should have \"" + toTest[i][2] + "\" line orientation, but … in TestOrientation()
/external/icu/icu4c/source/test/cintltst/
Dcloctst.c3039 static const OrientationStruct toTest [] = { in TestOrientation() local
3053 for (; i < UPRV_LENGTHOF(toTest); ++i) { in TestOrientation()
3056 const char* const localeId = toTest[i].localeId; in TestOrientation()
3058 const ULayoutType expectedCO = toTest[i].character; in TestOrientation()
3060 const ULayoutType expectedLO = toTest[i].line; in TestOrientation()
/external/icu/icu4c/source/test/intltest/
Dusettest.cpp1743 UnicodeSet &toTest = bitsToSet(i, aa); in TestExhaustive() local
1746 checkRoundTrip(toTest); in TestExhaustive()
1748 checkSerializeRoundTrip(toTest, ec); in TestExhaustive()
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DTransliteratorTest.java3257 UnicodeSet toTest = disorderedMarks; in TestSourceTargetSet2() local
3267 for (String s : toTest) { in TestSourceTargetSet2()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
DTransliteratorTest.java3258 UnicodeSet toTest = disorderedMarks; in TestSourceTargetSet2() local
3268 for (String s : toTest) { in TestSourceTargetSet2()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.equinox.registry_3.5.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/guice/extensions/struts2/lib/
Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/jarjar/lib/
Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/dagger2/lib/
Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...