/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 | BaseDexReaderSleb128Test.java | 251 private void performTest(int expectedValue, byte[] buf) { in performTest() 255 private void performTest(int expectedValue, byte[] buf, int expectedLength) { in performTest()
|
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()
|
/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/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/icu4j/main/tests/core/src/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/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/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/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/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 | ParameterMetaDataTest.java | 76 Object expectedValue = thePublicStatics.get(fieldName); in testPublicStatics() local
|
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 | ConnectionTest.java | 75 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_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/test/java/com/google/android/exoplayer2/extractor/mkv/ |
D | VarintReaderTest.java | 191 VarintReader reader, boolean removeMask, byte[] data, int expectedLength, long expectedValue) in testReadVarint() 201 VarintReader reader, boolean removeMask, byte[] data, int expectedLength, long expectedValue) in testReadVarintFlaky()
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/test/java/com/google/android/exoplayer2/extractor/mkv/ |
D | VarintReaderTest.java | 191 VarintReader reader, boolean removeMask, byte[] data, int expectedLength, long expectedValue) in testReadVarint() 201 VarintReader reader, boolean removeMask, byte[] data, int expectedLength, long expectedValue) in testReadVarintFlaky()
|
/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/deqp/external/openglcts/modules/glesext/texture_border_clamp/ |
D | esextcTextureBorderClampSamplingTexture.cpp | 66 …OutputType expectedValue, OutputType expectedBorderColor, glw::GLenum inputType, glw::GLenum outpu… in TestConfiguration() 724 bool TextureBorderClampSamplingTexture<InputType, OutputType>::checkResult(OutputType expectedValue, in checkResult() 923 OutputType expectedValue, in checkNearest()
|
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactive/test/ |
D | PublisherRequestStressTest.kt | 66 val expectedValue = AtomicLong(0) in <lambda>() constant
|