Home
last modified time | relevance | path

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

123

/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/flatbuffers/samples/
DSampleBinary.cs125 string expectedValue) in Assert()
/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/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DResultSetMetaDataTest.java66 Object expectedValue = thePublicStatics.get(fieldName); in testPublicStatics() local
DParameterMetaDataTest.java76 Object expectedValue = thePublicStatics.get(fieldName); in testPublicStatics() local
DResultSetTest.java84 Object expectedValue = thePublicStatics.get(fieldName); in testPublicStatics() local
DStatementTest.java74 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.java67 public void testCompletedFuture(@Nullable 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/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DTypedValueTest.java62 TypedValue expectedValue = new TypedValue(); in testSetTo() local
/external/nanohttpd/webserver/src/test/java/fi/iki/elonen/
DTestCorsHttpServer.java139 final String expectedValue = "origin"; in testAccessControlAllowHeaderUsesSystemPropertyWhenSet() local
/external/icu/icu4c/source/test/cintltst/
Dchashtst.c359 int32_t expectedValue) { in _get()
376 int32_t expectedValue) { in _remove()
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/
DIsEqual.java15 private final Object expectedValue; field in IsEqual
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DBreakpoint003Test.java73 Object expectedValue) { in test()
/external/deqp/external/openglcts/modules/glesext/texture_border_clamp/
DesextcTextureBorderClampSamplingTexture.cpp66OutputType 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/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
DForceEarlyReturnTest.java51 static Value expectedValue; field in ForceEarlyReturnTest
/external/deqp/external/openglcts/modules/glesext/texture_buffer/
DesextcTextureBufferMAXSizeValidation.cpp249 glw::GLuint expectedValue = (m_max_tex_buffer_size - 1) % 256; in iterate() local
/external/adhd/cras/src/tests/
Darray_unittest.cc96 double expectedValue = 0; in TEST() local
/external/libese/apps/weaver/tests/
Dweaver_test.cpp95 const uint8_t expectedValue[kEseWeaverValueSize] = {0}; in TEST_F() local
/external/icu/icu4c/source/tools/toolutil/
Ddenseranges.cpp125 int32_t expectedValue=minValue; in uprv_makeDenseRanges() local

123