Home
last modified time | relevance | path

Searched defs:expectedValue (Results 1 – 25 of 59) 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/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/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/
DConnectionTest.java71 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
DResultSetMetaDataTest.java66 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/icu/icu4c/source/test/cintltst/
Dchashtst.c359 int32_t expectedValue) { in _get()
376 int32_t expectedValue) { in _remove()
/external/nanohttpd/webserver/src/test/java/fi/iki/elonen/
DTestCorsHttpServer.java139 final String expectedValue = "origin"; in testAccessControlAllowHeaderUsesSystemPropertyWhenSet() local
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/
DIsEqual.java15 private final Object expectedValue; field in IsEqual
/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/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassDepthStencilResolveTests.cpp811 float expectedValue = m_config.depthExpectedValue; in verifyDepth() local
895 deUint8 expectedValue = m_config.stencilExpectedValue; in verifyStencil() local
1194 float expectedValue = depthExpectedValue[depthResolveModeNdx][sampleCountNdx]; in initTests() local
1220 deUint8 expectedValue = stencilExpectedValue[stencilResolveModeNdx][sampleCountNdx]; in initTests() local
1296 float expectedValue = depthExpectedValue[resolveModeNdx][sampleCountNdx]; in initTests() local
1326 deUint8 expectedValue = stencilExpectedValue[resolveModeNdx][sampleCountNdx]; in initTests() local
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DBreakpoint003Test.java73 Object expectedValue) { in test()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
DForceEarlyReturnTest.java50 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

123