Home
last modified time | relevance | path

Searched defs:expectedResult (Results 1 – 25 of 122) sorted by relevance

12345

/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DCompoundTransliteratorTest.java145 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/
DCompoundTransliteratorTest.java148 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/
DIntMathTest.java57 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
DLongMathTest.java59 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/
DIntMathTest.java57 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
DLongMathTest.java59 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/
DCartesianTest.java43 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/
DCollationCurrencyTest.java70 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/
DCollationCurrencyTest.java67 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/
DXPathExpressionParser.java102 …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/
DDescriptionTest.java41 String expectedResult = failureMessage + "\n" + exceptionMessage; in verification_failure_should_prepend_expected_message() local
/external/icu/icu4c/source/test/iotest/
Diotest.cpp211 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/
Dfixtfti_test.c24 __uint128_t expectedResult, computedResult; in main() local
Dfixunstfti_test.c24 __uint128_t expectedResult, computedResult; in main() local
/external/exoplayer/tree/library/extractor/src/test/java/com/google/android/exoplayer2/extractor/ogg/
DOggExtractorNonParameterizedTest.java74 private void assertSniff(byte[] data, boolean expectedResult) throws IOException { in assertSniff()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/scheduling/
DWorkQueueTest.kt40 val expectedResult = listOf(129L) + (0L..126L).toList() in <lambda>() constant
/external/guava/guava-testlib/src/com/google/common/testing/
DCollectorTester.java143 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/
Dccurrtst.c109 UCollationResult expectedResult = UCOL_EQUAL; in currTest() local
Dccolltst.c93 UCollationResult expectedResult ) in reportCResult()
/external/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/
DesextcDrawBuffersIndexedNegative.cpp184 bool DrawBuffersIndexedNegative::ExpectedError(glw::GLenum expectedResult, const char* call) in ExpectedError()
/external/deqp/external/openglcts/modules/glesext/gpu_shader5/
DesextcGPUShader5AtomicCountersArrayIndexing.cpp146 const glw::GLuint expectedResult = 1000; in iterate() local
/external/icu/icu4c/source/test/intltest/
Dcurrcoll.cpp84 Collator::EComparisonResult expectedResult = Collator::EQUAL; in currencyTest() local
/external/angle/src/libANGLE/renderer/d3d/d3d11/winrt/
DSwapChainPanelNativeWindow_unittest.cpp528 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/
DWrappersTest.cs378 public void MergingMessageWithZero(int? originValue, int? mergingValue, int? expectedResult) in MergingMessageWithZero()
/external/skqp/tests/
DPDFGlyphsToUnicodeTest.cpp87 char expectedResult[] = in DEF_TEST() local

12345