HomeSort by relevance Sort by last modified time
    Searched refs:expected1 (Results 26 - 38 of 38) sorted by null

12

  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Audio_Genres_MembersTest.java 142 final String expected1 = Audio1.getInstance().getContentValues(mVolumeName) local
144 assertEquals(expected1, c.getString(c.getColumnIndex(Members.DATA)));
MediaStore_Audio_Playlists_MembersTest.java 252 final String expected1 = Audio1.getInstance().getContentValues(mVolumeName) local
254 assertEquals(expected1, c.getString(c.getColumnIndex(Members.DATA)));
  /external/guava/guava-tests/test/com/google/common/hash/
HashTestUtils.java 453 HashCode expected1 = randomHash(hashFunction, new Random(1L), numActions); local
466 Assert.assertEquals(expected1, hasher1.hash());
  /external/tensorflow/tensorflow/compiler/tf2xla/
xla_compiler_test.cc 545 xla::Literal expected1 = xla::LiteralUtil::CreateR1<int32>({-7, -42}); local
547 xla::LiteralUtil::MakeTuple({&expected0, &expected1});
974 xla::Literal expected1 = xla::LiteralUtil::CreateR1<int32>({4, 143}); local
1254 xla::Literal expected1 = xla::LiteralUtil::CreateR1<int32>({26, 66, 34, 401}); local
1322 xla::Literal expected1 = xla::LiteralUtil::CreateR1<int32>({26, 66, 34, 401}); local
    [all...]
  /external/tensorflow/tensorflow/lite/java/src/test/java/org/tensorflow/lite/
InterpreterTest.java 193 float[] expected1 = {6.09f}; local
195 assertThat(parsedOutput1).usingTolerance(0.1f).containsExactly(expected1).inOrder();
  /external/deqp/modules/gles31/functional/
es31fShaderAtomicOpTests.cpp 762 const deUint32 expected1 = randomValue ^ ~0u;
772 const deUint32 expected = (numXorZeros%2 == 0) ? expected0 : expected1;
777 << " or " << tcu::toHex(expected1) << " (compare mask " << tcu::toHex(compareMask)
789 (outputValue & compareMask) != (expected1&compareMask))
    [all...]
  /external/deqp/modules/gles3/functional/
es3fFboStateQueryTests.cpp 132 void checkIntEqualsAny (tcu::TestContext& testCtx, GLint got, GLint expected0, GLint expected1)
136 if (got != expected0 && got != expected1)
138 testCtx.getLog() << TestLog::Message << "// ERROR: Expected " << expected0 << " or " << expected1 << "; got " << got << TestLog::EndMessage;
    [all...]
  /external/opencensus-java/exporters/stats/stackdriver/src/test/java/io/opencensus/exporter/stats/stackdriver/
StackdriverExportUtilsTest.java 487 TimeSeries expected1 = local
509 assertThat(timeSeriesList).containsExactly(expected1, expected2);
  /external/skia/tests/
ProcessorTest.cpp 417 SkPMColor4f expected1 = alphaModulation ? (fpPreModulation * in1f.fA) local
424 return fuzzy_color_equals(out1f, expected1) &&
    [all...]
  /external/skqp/tests/
ProcessorTest.cpp 410 SkPMColor4f expected1 = alphaModulation ? (fpPreModulation * in1f.fA) local
417 return fuzzy_color_equals(out1f, expected1) &&
    [all...]
  /external/google-breakpad/src/common/
byte_cursor_unittest.cc 709 uint8_t expected1[3] = { 0x5d, 0x31, 0x09 }; local
712 EXPECT_TRUE(memcmp(received1, expected1, 3) == 0);
  /art/test/083-compiler-regressions/src/
Main.java 188 long expected1 = 1234L << 5; local
199 if (result1 == expected1 && result2 == expected2) {
204 "result1: " + result1 + " (expecting " + expected1 + "), " +
    [all...]
  /external/expat/tests/
runtests.c 5303 const XML_Char *expected1 = XCS("Hi"); local
    [all...]

Completed in 847 milliseconds

12