Searched defs:golden (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/tools/gyp/tools/emacs/
H A Dgyp-tests.el15 "List of golden samples to check")
24 (defun read-golden-sample (filename)
45 (ert-deftest test-golden-samples ()
46 "Check that fontification produces the same results as the golden samples"
48 (let ((golden (read-golden-sample sample))
50 (should (equal golden fontified))
51 (should (equal (text-face-properties golden)
54 (defun create-golden-sample (filename)
55 "Create a golden sampl
[all...]
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/serialization/
H A DGuardedObjectTest.java46 public void assertDeserialized(Serializable golden, Serializable test) { argument
47 assertSame(golden.getClass(), test.getClass());
48 assertEquals(((GuardedObject) golden).getObject(),
/external/owasp/sanitizer/src/tests/org/owasp/html/
H A DHtmlLexerTest.java53 // Get the golden.
54 String golden = Resources.toString(
59 assertEquals(golden, actual.toString());
133 // Do C style escaping of the token text so that each token in the golden
148 private static void assertTokens(String markup, String... golden) { argument
155 assertEquals(Arrays.asList(golden), actual);
H A DHtmlStreamRendererTest.java283 private void assertNormalized(String golden, String htmlInput) argument
285 assertEquals(golden, normalize(htmlInput));
288 if (!golden.equals(htmlInput)) {
289 assertNormalized(golden, golden);
/external/chromium_org/courgette/
H A Dencoded_program_unittest.cc60 static const uint8 golden[] = { local
65 EXPECT_EQ(0, memcmp(assembled_buffer, golden, 8));
/external/chromium_org/third_party/skia/tests/
H A DRecordingXfermodeTest.cpp189 BitmapBackedCanvasStrategy golden; // This is the expected result. local
193 golden.init(drawer.imageInfo());
206 const SkBitmap& goldenBM = golden.recordAndReplay(drawer, clip, mode);
/external/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_unittest.cc404 string golden; local
407 &golden);
410 string gzip_compressed = Compress(golden, options);
413 string not_compressed = Compress(golden, options);
418 string zlib_compressed = Compress(golden, options);
422 EXPECT_GT(not_compressed.size(), golden.size());
431 EXPECT_TRUE(Uncompress(not_compressed) == golden);
432 EXPECT_TRUE(Uncompress(gzip_compressed) == golden);
433 EXPECT_TRUE(Uncompress(zlib_compressed) == golden);
684 // To test LimitingInputStream, we write our golden tex
[all...]
/external/chromium_org/testing/gtest/test/
H A Dgtest_output_test_.cc112 const char* golden = kGoldenString; local
113 EXPECT_EQ(golden, actual);
555 // golden file to check that Google Test generates the right error message.
562 // Expected to fail. We rely on the golden file to check that Google Test
579 // Expected to fail. We rely on the golden file to check that Google Test
588 // Expected to fail. We rely on the golden file to check that Google Test
803 // We rely on the golden file to verify that tests whose test case
811 // We rely on the golden file to verify that typed tests whose test
829 // We rely on the golden file to verify that type-parameterized tests
999 // with the "golden" fil
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_unittest.cc562 string golden; local
565 &golden);
568 string gzip_compressed = Compress(golden, options);
571 string not_compressed = Compress(golden, options);
576 string zlib_compressed = Compress(golden, options);
580 EXPECT_GT(not_compressed.size(), golden.size());
589 EXPECT_TRUE(Uncompress(not_compressed) == golden);
590 EXPECT_TRUE(Uncompress(gzip_compressed) == golden);
591 EXPECT_TRUE(Uncompress(zlib_compressed) == golden);
907 // To test LimitingInputStream, we write our golden tex
[all...]
/external/gtest/test/
H A Dgtest_output_test_.cc112 const char* golden = kGoldenString; local
113 EXPECT_EQ(golden, actual);
550 // golden file to check that Google Test generates the right error message.
557 // Expected to fail. We rely on the golden file to check that Google Test
574 // Expected to fail. We rely on the golden file to check that Google Test
583 // Expected to fail. We rely on the golden file to check that Google Test
798 // We rely on the golden file to verify that tests whose test case
806 // We rely on the golden file to verify that typed tests whose test
824 // We rely on the golden file to verify that type-parameterized tests
994 // with the "golden" fil
[all...]

Completed in 372 milliseconds