/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
D | CompoundTransliteratorTest.java | 145 String expectedResult=s; in TestTransliterate() local 149 …placeableString, index(0,0,0,0)", s + "->" + rsource2, result.equals(expectedResult), expectedResu… in TestTransliterate() local 156 …D() + ":String, index2(1,2,2,3)", s + "->" + rsource3, result.equals(expectedResult), expectedResu… in TestTransliterate() local 220 private void expect(Transliterator t, String source, String expectedResult) { in expect() 222 expectAux(t.getID() + ":String", source, result, expectedResult); in expect() local 227 expectAux(t.getID() + ":Replaceable", source, result, expectedResult); in expect() local 258 expectedResult); in expect() local 262 String result, String expectedResult) { in expectAux() 268 private void expectAux(String tag, String summary, boolean pass, String expectedResult) { in expectAux()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/ |
D | CompoundTransliteratorTest.java | 148 String expectedResult=s; in TestTransliterate() local 152 …placeableString, index(0,0,0,0)", s + "->" + rsource2, result.equals(expectedResult), expectedResu… in TestTransliterate() local 159 …D() + ":String, index2(1,2,2,3)", s + "->" + rsource3, result.equals(expectedResult), expectedResu… in TestTransliterate() local 223 private void expect(Transliterator t, String source, String expectedResult) { in expect() 225 expectAux(t.getID() + ":String", source, result, expectedResult); in expect() local 230 expectAux(t.getID() + ":Replaceable", source, result, expectedResult); in expect() local 261 expectedResult); in expect() local 265 String result, String expectedResult) { in expectAux() 271 private void expectAux(String tag, String summary, boolean pass, String expectedResult) { in expectAux()
|
/external/guava/guava-tests/test/com/google/common/math/ |
D | IntMathTest.java | 57 BigInteger expectedResult = BigIntegerMath.ceilingPowerOfTwo(BigInteger.valueOf(x)); in testCeilingPowerOfTwo() local 72 BigInteger expectedResult = BigIntegerMath.floorPowerOfTwo(BigInteger.valueOf(x)); in testFloorPowerOfTwo() local 491 BigInteger expectedResult = valueOf(a).add(valueOf(b)); in testCheckedAdd() local 507 BigInteger expectedResult = valueOf(a).subtract(valueOf(b)); in testCheckedSubtract() local 523 BigInteger expectedResult = valueOf(a).multiply(valueOf(b)); in testCheckedMultiply() local 538 BigInteger expectedResult = valueOf(b).pow(k); in testCheckedPow() local
|
D | LongMathTest.java | 59 BigInteger expectedResult = BigIntegerMath.ceilingPowerOfTwo(BigInteger.valueOf(x)); in testCeilingPowerOfTwo() local 74 BigInteger expectedResult = BigIntegerMath.floorPowerOfTwo(BigInteger.valueOf(x)); in testFloorPowerOfTwo() local 574 BigInteger expectedResult = valueOf(a).add(valueOf(b)); in testCheckedAdd() local 594 BigInteger expectedResult = valueOf(a).subtract(valueOf(b)); in testCheckedSubtract() local 625 BigInteger expectedResult = valueOf(a).multiply(valueOf(b)); in testCheckedMultiply() local 645 BigInteger expectedResult = valueOf(b).pow(exp); in testCheckedPow() local
|
/external/guava/android/guava-tests/test/com/google/common/math/ |
D | IntMathTest.java | 57 BigInteger expectedResult = BigIntegerMath.ceilingPowerOfTwo(BigInteger.valueOf(x)); in testCeilingPowerOfTwo() local 72 BigInteger expectedResult = BigIntegerMath.floorPowerOfTwo(BigInteger.valueOf(x)); in testFloorPowerOfTwo() local 491 BigInteger expectedResult = valueOf(a).add(valueOf(b)); in testCheckedAdd() local 507 BigInteger expectedResult = valueOf(a).subtract(valueOf(b)); in testCheckedSubtract() local 523 BigInteger expectedResult = valueOf(a).multiply(valueOf(b)); in testCheckedMultiply() local 538 BigInteger expectedResult = valueOf(b).pow(k); in testCheckedPow() local
|
D | LongMathTest.java | 59 BigInteger expectedResult = BigIntegerMath.ceilingPowerOfTwo(BigInteger.valueOf(x)); in testCeilingPowerOfTwo() local 74 BigInteger expectedResult = BigIntegerMath.floorPowerOfTwo(BigInteger.valueOf(x)); in testFloorPowerOfTwo() local 574 BigInteger expectedResult = valueOf(a).add(valueOf(b)); in testCheckedAdd() local 594 BigInteger expectedResult = valueOf(a).subtract(valueOf(b)); in testCheckedSubtract() local 625 BigInteger expectedResult = valueOf(a).multiply(valueOf(b)); in testCheckedMultiply() local 645 BigInteger expectedResult = valueOf(b).pow(exp); in testCheckedPow() local
|
/external/junit-params/src/test/java/junitparams/custom/combined/ |
D | CartesianTest.java | 43 Object[] expectedResult = new Object[][]{ in shouldReturnProductOfTwoArrays() local 66 Object[] expectedResult = new Object[][]{ in shouldReturnProductOfThreeArrays() local
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
D | CollationCurrencyTest.java | 70 int expectedResult = 0; in TestCurrency() local 116 … int compareResult, int keyResult, int incResult, int expectedResult ) { in reportCResult()
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationCurrencyTest.java | 67 int expectedResult = 0; in TestCurrency() local 113 … int compareResult, int keyResult, int incResult, int expectedResult ) { in reportCResult()
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | XPathExpressionParser.java | 102 …private void evaluateWithXPathFixture(String xPathString, QName expectedResult, boolean iterate, S… in evaluateWithXPathFixture() 138 …public void evaluate(String xPathString, QName expectedResult, SimpleContentHandlingInterface<?> h… in evaluate()
|
/external/mockito/src/test/java/org/mockito/internal/verification/ |
D | DescriptionTest.java | 41 String expectedResult = failureMessage + "\n" + exceptionMessage; in verification_failure_should_prepend_expected_message() local
|
/external/icu/icu4c/source/test/iotest/ |
D | iotest.cpp | 211 UChar expectedResult[512]; in DataDrivenPrintf() local 373 const int32_t expectedResult = 3; in ScanfMultipleIntegers() local 413 UChar expectedResult[512]; in DataDrivenScanf() local 616 UChar expectedResult[512]; in DataDrivenPrintfPrecision() local
|
/external/llvm-project/compiler-rt/test/builtins/Unit/ppc/ |
D | fixtfti_test.c | 24 __uint128_t expectedResult, computedResult; in main() local
|
D | fixunstfti_test.c | 24 __uint128_t expectedResult, computedResult; in main() local
|
/external/exoplayer/tree/library/extractor/src/test/java/com/google/android/exoplayer2/extractor/ogg/ |
D | OggExtractorNonParameterizedTest.java | 74 private void assertSniff(byte[] data, boolean expectedResult) throws IOException { in assertSniff()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/scheduling/ |
D | WorkQueueTest.kt | 40 val expectedResult = listOf(129L) + (0L..126L).toList() in <lambda>() constant
|
/external/guava/guava-testlib/src/com/google/common/testing/ |
D | CollectorTester.java | 143 public final CollectorTester<T, A, R> expectCollects(@Nullable R expectedResult, T... inputs) { in expectCollects() 153 private void doExpectCollects(@Nullable R expectedResult, List<T> inputs) { in doExpectCollects()
|
/external/icu/icu4c/source/test/cintltst/ |
D | ccurrtst.c | 109 UCollationResult expectedResult = UCOL_EQUAL; in currTest() local
|
D | ccolltst.c | 93 UCollationResult expectedResult ) in reportCResult()
|
/external/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/ |
D | esextcDrawBuffersIndexedNegative.cpp | 184 bool DrawBuffersIndexedNegative::ExpectedError(glw::GLenum expectedResult, const char* call) in ExpectedError()
|
/external/deqp/external/openglcts/modules/glesext/gpu_shader5/ |
D | esextcGPUShader5AtomicCountersArrayIndexing.cpp | 146 const glw::GLuint expectedResult = 1000; in iterate() local
|
/external/icu/icu4c/source/test/intltest/ |
D | currcoll.cpp | 84 Collator::EComparisonResult expectedResult = Collator::EQUAL; in currencyTest() local
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/winrt/ |
D | SwapChainPanelNativeWindow_unittest.cpp | 528 bool expectedResult = GetParam().second; in TEST_P() local 578 bool expectedResult = std::get<2>(GetParam()); in TEST_P() local
|
/external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/WellKnownTypes/ |
D | WrappersTest.cs | 378 public void MergingMessageWithZero(int? originValue, int? mergingValue, int? expectedResult) in MergingMessageWithZero()
|
/external/skqp/tests/ |
D | PDFGlyphsToUnicodeTest.cpp | 87 char expectedResult[] = in DEF_TEST() local
|