Searched refs:golden (Results 1 - 25 of 27) sorted by relevance

12

/external/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_sync_test.cc33 SyncVar *golden[kRange] = {}; local
40 EXPECT_TRUE(golden[addr] == 0 || golden[addr] == v);
42 golden[addr] = v;
47 EXPECT_EQ(golden[addr], v);
50 golden[addr] = 0;
56 if (golden[addr] == 0)
59 EXPECT_EQ(v, golden[addr]);
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/callback/serialization/
H A DConfirmationCallbackTest.java44 public void assertDeserialized(Serializable golden, Serializable test) { argument
45 assertEquals(((ConfirmationCallback) golden).getDefaultOption(),
47 assertEquals(((ConfirmationCallback) golden).getPrompt(),
49 assertEquals(((ConfirmationCallback) golden).getMessageType(),
51 assertEquals(((ConfirmationCallback) golden).getOptionType(),
H A DChoiceCallbackTest.java47 public void assertDeserialized(Serializable golden, Serializable test) { argument
48 assertTrue(golden instanceof ChoiceCallback);
49 assertEquals(((ChoiceCallback) golden).getPrompt(),
51 assertEquals(((ChoiceCallback) golden).getDefaultChoice(),
H A DNameCallbackTest.java44 public void assertDeserialized(Serializable golden, Serializable test) { argument
46 assertEquals(((NameCallback) golden).getDefaultName(),
48 assertEquals(((NameCallback) golden).getName(), ((NameCallback) test)
50 assertEquals(((NameCallback) golden).getPrompt(), ((NameCallback) test)
H A DTextInputCallbackTest.java44 public void assertDeserialized(Serializable golden, Serializable test) { argument
46 assertEquals(((TextInputCallback) golden).getDefaultText(),
48 assertEquals(((TextInputCallback) golden).getPrompt(),
50 assertEquals(((TextInputCallback) golden).getText(),
H A DPasswordCallbackTest.java46 public void assertDeserialized(Serializable golden, Serializable test) { argument
48 assertEquals(((PasswordCallback) golden).getPrompt(),
51 assertEquals(new String(((PasswordCallback) golden)
H A DTextOutputCallbackTest.java44 public void assertDeserialized(Serializable golden, Serializable test) { argument
46 assertEquals(((TextOutputCallback) golden).getMessage(),
48 assertEquals(((TextOutputCallback) golden).getMessageType(),
H A DLanguageCallbackTest.java44 public void assertDeserialized(Serializable golden, Serializable test) { argument
46 assertEquals(((LanguageCallback) golden).getLocale(),
/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/chromium_org/tools/gyp/test/variables/filelist/
H A Dupdate_golden8 cp -f src/filelist.gypd filelist.gypd.golden
/external/chromium_org/tools/gyp/test/variables/commands/
H A Dupdate_golden9 cp -f commands.gypd commands.gypd.golden
11 cp -f commands-repeated.gypd commands-repeated.gypd.golden
/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/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/testing/gmock/test/
H A Dgmock_output_test.py50 # The flag for generating the golden file
160 golden = golden_file.read()
163 # The normalized output should match the golden file.
164 self.assertEquals(golden, output)
/external/protobuf/gtest/test/
H A Dgtest_output_test.py49 # The flag for generating the golden file
257 # sequences when we read the golden file irrespective of an operating
260 golden = ToUnixLineEnding(golden_file.read())
266 self.assert_(golden == output)
269 normalized_golden = RemoveTestCounts(self.RemoveUnsupportedTests(golden))
294 """Unable to write a golden file when compiled in an environment
301 message += """\nand typed tests). Please generate the golden file
/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/testing/gtest/test/
H A Dgtest_output_test.py49 # The flag for generating the golden file
283 # sequences when we read the golden file irrespective of an operating
286 golden = ToUnixLineEnding(golden_file.read())
294 normalized_golden = RemoveTypeInfoDetails(golden)
304 # This code is very handy when debugging golden file differences:
327 """Unable to write a golden file when compiled in an environment
329 and multiple threads). Please generate the golden file using a binary built
/external/chromium_org/testing/gtest/test/
H A Dgtest_output_test.py49 # The flag for generating the golden file
283 # sequences when we read the golden file irrespective of an operating
286 golden = ToUnixLineEnding(golden_file.read())
294 normalized_golden = RemoveTypeInfoDetails(golden)
304 # This code is very handy when debugging golden file differences:
327 """Unable to write a golden file when compiled in an environment
329 and multiple threads). Please generate the golden file using a binary built
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...]
/external/gtest/test/
H A Dgtest_output_test.py49 # The flag for generating the golden file
283 # sequences when we read the golden file irrespective of an operating
286 golden = ToUnixLineEnding(golden_file.read())
294 normalized_golden = RemoveTypeInfoDetails(golden)
304 # This code is very handy when debugging golden file differences:
327 """Unable to write a golden file when compiled in an environment
329 and multiple threads). Please generate the golden file using a binary built
/external/chromium/chrome/browser/net/
H A Durl_fixer_upper_unittest.cc320 GURL golden(net::FilePathToFileURL(original));
329 EXPECT_EQ(golden, fixedup);
337 EXPECT_EQ(golden, URLFixerUpper::FixupURL(cur, std::string()));
/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/chromium_org/chrome/common/net/
H A Durl_fixer_upper_unittest.cc378 GURL golden(net::FilePathToFileURL(original));
387 EXPECT_EQ(golden, fixedup);
395 EXPECT_EQ(golden, URLFixerUpper::FixupURL(cur, std::string()));
/external/emma/
H A Dtest.sh76 GOLDEN=$TESTDIR/golden.lcov
/external/chromium_org/ppapi/native_client/tests/ppapi_browser/bad/
H A Dnacl.scons125 'golden': '${TEST_DIR}/ppapi_bad_native_glibc.stderr'}

Completed in 3511 milliseconds

12