OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:golden
(Results
26 - 34
of
34
) sorted by null
1
2
/libcore/luni/src/test/java/libcore/java/lang/
ThrowableTest.java
318
private void assertSerialized(final Throwable throwable, String
golden
) {
319
new SerializationTester<Throwable>(throwable,
golden
) {
/external/chromium_org/chrome/common/net/
url_fixer_upper_unittest.cc
378
GURL
golden
(net::FilePathToFileURL(original));
387
EXPECT_EQ(
golden
, fixedup);
395
EXPECT_EQ(
golden
, URLFixerUpper::FixupURL(cur, std::string()));
/external/emma/
test.sh
76
GOLDEN
=$TESTDIR/
golden
.lcov
77
cat <<END >$
GOLDEN
126
if ! diff <(sort $
GOLDEN
) <(sort $COVERAGE) >$TESTDIR/diff-sorted; then
130
if ! diff $
GOLDEN
$COVERAGE >$TESTDIR/diff-ordered; then
/external/chromium_org/ppapi/native_client/tests/ppapi_browser/bad/
nacl.scons
125
'
golden
': '${TEST_DIR}/ppapi_bad_native_glibc.stderr'}
/external/chromium_org/testing/gtest/test/
gtest_output_test_.cc
112
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
" file
[
all
...]
/ndk/sources/third_party/googletest/googletest/test/
gtest_output_test_.cc
112
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
" file
[
all
...]
/external/chromium_org/ppapi/native_client/
chrome_main.scons
371
golden
= open(golden_file).read()
379
if command_tester.DifferentFromGolden(actual,
golden
, output_file):
507
# compares this output against a
golden
file.
516
if '
golden
' in params:
517
golden_file = env.subst(params['
golden
'])
/libcore/luni/src/test/java/tests/api/java/util/
ArraysTest.java
1717
int[]
golden
= new int[len];
local
[
all
...]
/external/skia/
Android.mk
641
#
golden
-master (fidelity / regression test)
Completed in 194 milliseconds
1
2