/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/test/ |
D | TestCoroutineContextTest.kt | 98 val expectedValue = 16 in <lambda>() constant 113 val expectedValue = 16 in <lambda>() constant 144 val expectedValue = 16 in <lambda>() constant 157 val expectedValue = 16 in <lambda>() constant 190 val expectedValue = 67 in <lambda>() constant 205 val expectedValue = 67 in <lambda>() constant 220 val expectedValue = 67 in <lambda>() constant 274 val expectedValue = 12 in <lambda>() constant 288 val expectedValue = 12 in <lambda>() constant 304 val expectedValue = 12 in <lambda>() constant [all …]
|
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/dexbacked/ |
D | BaseDexReaderTest.java | 69 private void performSizedIntTest(int expectedValue, byte[] buf) { in performSizedIntTest() 124 private void performSizedSmallUintTest(int expectedValue, byte[] buf) { in performSizedSmallUintTest() 194 private void performSizedRightExtendedIntTest(int expectedValue, byte[] buf) { in performSizedRightExtendedIntTest() 303 private void performSizedRightExtendedLongTest(long expectedValue, byte[] buf) { in performSizedRightExtendedLongTest() 412 private void performSizedLongTest(long expectedValue, byte[] buf) { in performSizedLongTest()
|
D | BaseDexReaderLeb128Test.java | 244 private void performTest(int expectedValue, byte[] buf) { in performTest() 248 private void performTest(int expectedValue, byte[] buf, int expectedLength) { in performTest()
|
D | BaseDexReaderSleb128Test.java | 251 private void performTest(int expectedValue, byte[] buf) { in performTest() 255 private void performTest(int expectedValue, byte[] buf, int expectedLength) { in performTest()
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/internal/dependency/ |
D | CachedDependencyResolverFileCacheTest.java | 42 String expectedValue = "some string"; in shouldLoadObjectWhenCacheExists() local 64 Long expectedValue = 421L; in shouldWriteObjectToFile() local 100 private void writeToCacheFile(Object expectedValue) throws IOException { in writeToCacheFile()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | FormattedValueTest.java | 178 Object expectedValue = cas.length == 4 ? cas[3] : expectedField; in checkFormattedValue() local 209 Object expectedValue = cas.length == 4 ? cas[3] : null; in checkFormattedValue() local 234 Object expectedValue = cas.length == 4 ? cas[3] : null; in checkFormattedValue() local 265 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 | 181 Object expectedValue = cas.length == 4 ? cas[3] : expectedField; in checkFormattedValue() local 212 Object expectedValue = cas.length == 4 ? cas[3] : null; in checkFormattedValue() local 237 Object expectedValue = cas.length == 4 ? cas[3] : null; in checkFormattedValue() local 268 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/llvm-project/libc/utils/FPUtil/ |
D | TestHelpers.h | 37 FPMatcher(T expectedValue) : expected(expectedValue) {} in FPMatcher() 60 FPMatcher<T, C> getMatcher(T expectedValue) { in getMatcher()
|
/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/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/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/flatbuffers/samples/ |
D | SampleBinary.cs | 125 string expectedValue) in Assert()
|
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
D | ResultSetMetaDataTest.java | 66 Object expectedValue = thePublicStatics.get(fieldName); in testPublicStatics() local
|
D | StatementTest.java | 74 Object expectedValue = thePublicStatics.get(fieldName); in testPublicStatics() local
|
D | ResultSetTest.java | 84 Object expectedValue = thePublicStatics.get(fieldName); in testPublicStatics() local
|
D | ParameterMetaDataTest.java | 76 Object expectedValue = thePublicStatics.get(fieldName); in testPublicStatics() local
|
D | ConnectionTest.java | 71 Object expectedValue = thePublicStatics.get(fieldName); in testPublicStatics() local
|
/external/smali/smalidea/src/test/java/org/jf/smalidea/ |
D | SmaliLiteralTest.java | 41 private void doTest(long expectedValue, String literalValue) { in doTest()
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | ListenableFutureTester.java | 70 public void testCompletedFuture(@Nullable Object expectedValue) in testCompletedFuture()
|
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/ |
D | ListenableFutureTester.java | 70 public void testCompletedFuture(@NullableDecl Object expectedValue) in testCompletedFuture()
|
/external/desugar/test/java/com/google/devtools/build/android/desugar/testdata/java8/ |
D | InterfaceMethod.java | 29 public default String defaultInvokingBootclasspathMethods(String expectedValue) { in defaultInvokingBootclasspathMethods()
|
/external/exoplayer/tree/library/extractor/src/test/java/com/google/android/exoplayer2/extractor/mkv/ |
D | VarintReaderTest.java | 192 VarintReader reader, boolean removeMask, byte[] data, int expectedLength, long expectedValue) in testReadVarint() 204 VarintReader reader, boolean removeMask, byte[] data, int expectedLength, long expectedValue) in testReadVarintFlaky()
|
/external/icu/icu4c/source/test/cintltst/ |
D | chashtst.c | 359 int32_t expectedValue) { in _get() 376 int32_t expectedValue) { in _remove()
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationOperationSingleQueueTests.cpp | 143 const deUint32 expectedValue = reinterpret_cast<const deUint32*>(expected.data)[0]; in iterate() local 226 const deUint32 expectedValue = reinterpret_cast<const deUint32*>(expected.data)[0]; in iterate() local 343 const deUint32 expectedValue = reinterpret_cast<const deUint32*>(expected.data)[0]; in iterate() local 497 const deUint32 expectedValue = reinterpret_cast<const deUint32*>(expected.data)[0]; in iterate() local 585 const deUint32 expectedValue = reinterpret_cast<const deUint32*>(expected.data)[0]; in iterate() local
|