| /external/aws-sdk-java-v2/core/sdk-core/src/test/java/software/amazon/awssdk/core/checksum/ |
| D | ChecksumInstantiationTest.java | 46 void validateCheckSumValues(Algorithm algorithm, String expectedValue) { in validateCheckSumValues() 66 void validateEncodedBase64ForAlgorithm(Algorithm algorithm, String expectedValue) { in validateEncodedBase64ForAlgorithm() 85 void validateMarkAndResetForAlgorithm(Algorithm algorithm, String expectedValue) { in validateMarkAndResetForAlgorithm() 108 void validateMarkForMarkNoReset(Algorithm algorithm, String expectedValue) { in validateMarkForMarkNoReset() 128 void validateChecksumWithIntAsInput(Algorithm algorithm, String expectedValue) { in validateChecksumWithIntAsInput() 159 void validateCrcChecksumWithIntAsInput(Algorithm algorithm, long expectedValue) { in validateCrcChecksumWithIntAsInput() 177 void validateChecksumWithResetAndNoMark(Algorithm algorithm, String expectedValue) { in validateChecksumWithResetAndNoMark()
|
| /external/cronet/base/android/junit/src/org/chromium/base/supplier/ |
| D | SyncOneshotSupplierImplTest.java | 30 final int expectedValue = 5; in testGet() local 39 final int expectedValue = 5; in testSet() local 55 final int expectedValue = 10; in testSetBeforeOnAvailable() local 68 final int expectedValue = 20; in testSetInterleaved() local
|
| /external/google-smali/dexlib2/src/test/java/com/android/tools/smali/dexlib2/dexbacked/ |
| D | BaseDexReaderTest.java | 68 private void performSizedIntTest(int expectedValue, byte[] buf) { in performSizedIntTest() 123 private void performSizedSmallUintTest(int expectedValue, byte[] buf) { in performSizedSmallUintTest() 193 private void performSizedRightExtendedIntTest(int expectedValue, byte[] buf) { in performSizedRightExtendedIntTest() 302 private void performSizedRightExtendedLongTest(long expectedValue, byte[] buf) { in performSizedRightExtendedLongTest() 411 private void performSizedLongTest(long expectedValue, byte[] buf) { in performSizedLongTest()
|
| D | BaseDexReaderLeb128Test.java | 243 private void performTest(int expectedValue, byte[] buf) { in performTest() 247 private void performTest(int expectedValue, byte[] buf, int expectedLength) { in performTest()
|
| D | BaseDexReaderSleb128Test.java | 250 private void performTest(int expectedValue, byte[] buf) { in performTest() 254 private void performTest(int expectedValue, byte[] buf, int expectedLength) { in performTest()
|
| /external/apache-commons-lang/src/test/java/org/apache/commons/lang3/time/ |
| D | DateUtilsFragmentTest.java | 113 final long expectedValue = hours; in testHoursOfDayWithCalendar() local 122 final long expectedValue = hours; in testHoursOfDayWithDate() local 205 …final long expectedValue = millis + (seconds * DateUtils.MILLIS_PER_SECOND) + (minutes * DateUtils… in testMillisecondsOfDayWithCalendar() local 215 …final long expectedValue = millis + (seconds * DateUtils.MILLIS_PER_SECOND) + (minutes * DateUtils… in testMillisecondsOfDayWithDate() local 313 …final long expectedValue = minutes + ((hours * DateUtils.MILLIS_PER_HOUR))/ DateUtils.MILLIS_PER_M… in testMinutesOfDayWithCalendar() local 322 …final long expectedValue = minutes + ((hours * DateUtils.MILLIS_PER_HOUR))/ DateUtils.MILLIS_PER_M… in testMinutesOfDayWithDate() local 427 …final long expectedValue = seconds + ((minutes * DateUtils.MILLIS_PER_MINUTE) + (hours * DateUtils… in testSecondsOfDayWithCalendar() local 436 …final long expectedValue = seconds + ((minutes * DateUtils.MILLIS_PER_MINUTE) + (hours * DateUtils… in testSecondsOfDayWithDate() local
|
| D | DateFormatUtilsTest.java | 42 …private void assertFormats(final String expectedValue, final String pattern, final TimeZone timeZo… in assertFormats() 143 private void testGmtMinus3(final String expectedValue, final String pattern) { in testGmtMinus3() 244 private void testUTC(final String expectedValue, final String pattern) { in testUTC()
|
| D | FastDatePrinterTimeZonesTest.java | 45 final String expectedValue = sdf.format(cal.getTime()); in testCalendarTimezoneRespected() local
|
| /external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/format/ |
| D | FormattedValueTest.java | 189 Object expectedValue = cas.length == 4 ? cas[3] : expectedField; in checkFormattedValue() local 220 Object expectedValue = cas.length == 4 ? cas[3] : null; in checkFormattedValue() local 245 Object expectedValue = cas.length == 4 ? cas[3] : null; in checkFormattedValue() local 276 Object expectedValue = cas.length == 4 ? cas[3] : null; in checkFormattedValue() local
|
| /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
| D | FormattedValueTest.java | 192 Object expectedValue = cas.length == 4 ? cas[3] : expectedField; in checkFormattedValue() local 223 Object expectedValue = cas.length == 4 ? cas[3] : null; in checkFormattedValue() local 248 Object expectedValue = cas.length == 4 ? cas[3] : null; in checkFormattedValue() local 279 Object expectedValue = cas.length == 4 ? cas[3] : null; in checkFormattedValue() local
|
| /external/icu/android_icu4j/testing/src/com/android/i18n/test/timezone/internal/ |
| D | MemoryMappedFileTest.java | 240 short expectedValue = (short) ((bytes[0] << 8) | bytes[1]); in testReadShort_bigEndian() local 262 short expectedValue = (short) ((bytes[1] << 8) | bytes[0]); in testReadShort_littleEndian() local 302 int expectedValue = (bytes[0] << 24) | (bytes[1] << 16) | (bytes[2] << 8) | bytes[3]; in testReadInt_bigEndian() local 324 int expectedValue = (bytes[3] << 24) | (bytes[2] << 16) | (bytes[1] << 8) | bytes[0]; in testReadInt_littleEndian() local 608 private static void assertReadIntSucceeds(BufferIterator iterator, int expectedValue) { in assertReadIntSucceeds() 624 private static void assertReadShortSucceeds(BufferIterator iterator, short expectedValue) { in assertReadShortSucceeds() 641 private static void assertReadByteSucceeds(BufferIterator iterator, byte expectedValue) { in assertReadByteSucceeds()
|
| /external/threetenbp/src/test/java/org/threeten/bp/format/ |
| D | TestFractionPrinterParser.java | 223 int expectedValue = fixParsedValue(maxWidth, value); in test_reverseParse() local 232 int expectedValue = fixParsedValue(maxWidth, value); in test_reverseParse_noDecimalPoint() local 241 int expectedValue = fixParsedValue(maxWidth, value); in test_reverseParse_followedByNonDigit() local 259 int expectedValue = fixParsedValue(maxWidth, value); in test_reverseParse_preceededByNonDigit() local
|
| /external/perfmark/agent/src/test/java/io/perfmark/agent/ |
| D | PerfMarkMethodRewriterTest.java | 80 String expectedValue = in rewriteClass_task() local 113 String expectedValue = in rewriteClass_closeable() local
|
| /external/aws-sdk-java-v2/core/imds/src/test/java/software/amazon/awssdk/imds/internal/ |
| D | EndpointProviderTest.java | 76 String expectedValue) in validateResolveEndpoint() 115 EndpointMode expectedValue) in endpointModeCheck()
|
| /external/aws-sdk-java-v2/core/sdk-core/src/test/java/software/amazon/awssdk/core/ |
| D | RequestOverrideConfigurationTest.java | 69 String expectedValue = "Value1"; in toBuilder_maximal() local 223 String expectedValue = "Value1"; in executionAttributes_createsCopy() local 239 String expectedValue = "Value1"; in executionAttributes_isImmutable() local
|
| /external/cronet/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/ |
| D | JsonTokenizerTest.cs | 66 public void StringValue(string json, string expectedValue) in StringValue() 189 public void NumberValue(string json, double expectedValue) in NumberValue()
|
| /external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/ |
| D | JsonTokenizerTest.cs | 66 public void StringValue(string json, string expectedValue) in StringValue() 189 public void NumberValue(string json, double expectedValue) in NumberValue()
|
| /external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test/ |
| D | JsonTokenizerTest.cs | 66 public void StringValue(string json, string expectedValue) in StringValue() 189 public void NumberValue(string json, double expectedValue) in NumberValue()
|
| /external/protobuf/csharp/src/Google.Protobuf.Test/ |
| D | JsonTokenizerTest.cs | 66 public void StringValue(string json, string expectedValue) in StringValue() 189 public void NumberValue(string json, double expectedValue) in NumberValue()
|
| /external/apache-commons-bcel/src/test/java/org/apache/bcel/generic/ |
| D | TypeTestCase.java | 28 final String expectedValue = "Ljava/util/Map<X, java/util/List<Y>>;"; in testBCEL243() local
|
| /external/aws-sdk-java-v2/test/codegen-generated-classes-test/src/test/java/software/amazon/awssdk/services/ |
| D | FipsEndpointTest.java | 135 private final boolean expectedValue; field in FipsEndpointTest.SuccessCase 141 boolean expectedValue, in SuccessCase()
|
| D | DualstackEndpointTest.java | 135 private final boolean expectedValue; field in DualstackEndpointTest.SuccessCase 141 boolean expectedValue, in SuccessCase()
|
| /external/flatbuffers/samples/ |
| D | SampleBinary.cs | 125 string expectedValue) in Assert()
|
| /external/aws-sdk-java-v2/test/auth-tests/src/it/java/software/amazon/awssdk/auth/sso/ |
| D | ProfileCredentialProviderTest.java | 71 void validateSsoFactoryErrorWithIncorrectProfiles(ProfileFile profiles, String expectedValue) { in validateSsoFactoryErrorWithIncorrectProfiles()
|
| /external/skia/tests/ |
| D | ClearTest.cpp | 49 static bool pixel_matches(const SkPixmap& pm, int x, int y, uint32_t expectedValue, in pixel_matches() 65 uint32_t expectedValue, in check_rect() 97 uint32_t expectedValue, in check_ring()
|