Home
last modified time | relevance | path

Searched defs:expectedValue (Results 1 – 25 of 106) sorted by relevance

12345

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/test/
DTestCoroutineContextTest.kt98 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/
DBaseDexReaderTest.java69 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()
DBaseDexReaderLeb128Test.java244 private void performTest(int expectedValue, byte[] buf) { in performTest()
248 private void performTest(int expectedValue, byte[] buf, int expectedLength) { in performTest()
DBaseDexReaderSleb128Test.java251 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/
DCachedDependencyResolverFileCacheTest.java42 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/
DFormattedValueTest.java178 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/
DFormattedValueTest.java181 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/
DMemoryMappedFileTest.java240 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/
DTestHelpers.h37 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/
DJsonTokenizerTest.cs66 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/
DTypeTestCase.java28 final String expectedValue = "Ljava/util/Map<X, java/util/List<Y>>;"; in testBCEL243() local
/external/protobuf/csharp/src/Google.Protobuf.Test/
DJsonTokenizerTest.cs66 public void StringValue(string json, string expectedValue) in StringValue()
189 public void NumberValue(string json, double expectedValue) in NumberValue()
/external/flatbuffers/samples/
DSampleBinary.cs125 string expectedValue) in Assert()
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DResultSetMetaDataTest.java66 Object expectedValue = thePublicStatics.get(fieldName); in testPublicStatics() local
DStatementTest.java74 Object expectedValue = thePublicStatics.get(fieldName); in testPublicStatics() local
DResultSetTest.java84 Object expectedValue = thePublicStatics.get(fieldName); in testPublicStatics() local
DParameterMetaDataTest.java76 Object expectedValue = thePublicStatics.get(fieldName); in testPublicStatics() local
DConnectionTest.java71 Object expectedValue = thePublicStatics.get(fieldName); in testPublicStatics() local
/external/smali/smalidea/src/test/java/org/jf/smalidea/
DSmaliLiteralTest.java41 private void doTest(long expectedValue, String literalValue) { in doTest()
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DListenableFutureTester.java70 public void testCompletedFuture(@Nullable Object expectedValue) in testCompletedFuture()
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DListenableFutureTester.java70 public void testCompletedFuture(@NullableDecl Object expectedValue) in testCompletedFuture()
/external/desugar/test/java/com/google/devtools/build/android/desugar/testdata/java8/
DInterfaceMethod.java29 public default String defaultInvokingBootclasspathMethods(String expectedValue) { in defaultInvokingBootclasspathMethods()
/external/exoplayer/tree/library/extractor/src/test/java/com/google/android/exoplayer2/extractor/mkv/
DVarintReaderTest.java192 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/
Dchashtst.c359 int32_t expectedValue) { in _get()
376 int32_t expectedValue) { in _remove()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperationSingleQueueTests.cpp143 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

12345