Searched defs:gtest (Results 1 - 8 of 8) sorted by relevance

/external/google-breakpad/src/testing/scripts/
H A Dfuse_gmock_files.py39 code, assuming Google Test is in the GMOCK_ROOT_DIR/gtest
41 OUTPUT_DIR/gtest/gtest.h, OUTPUT_DIR/gmock/gmock.h, and
42 OUTPUT_DIR/gmock-gtest-all.cc. Then you can build your tests
44 with OUTPUT_DIR/gmock-gtest-all.cc. These three files contain
73 # We need to call into gtest/scripts/fuse_gtest_files.py.
74 sys.path.append(os.path.join(DEFAULT_GMOCK_ROOT_DIR, 'gtest/scripts'))
76 gtest = fuse_gtest_files variable
86 GTEST_H_OUTPUT = 'gtest/gtest
[all...]
/external/libpng/
H A Dpngread.c3748 png_fixed_point gtest; local
3755 if (png_muldiv(&gtest, output_gamma, png_ptr->colorspace.gamma,
3756 PNG_FP_1) != 0 && png_gamma_significant(gtest) == 0)
H A Dpngrtran.c1087 png_fixed_point gtest; local
1088 return !png_muldiv(&gtest, screen_gamma, file_gamma, PNG_FP_1) ||
1089 png_gamma_significant(gtest);
H A Dpng.c1047 png_fixed_point gtest; local
1050 (png_muldiv(&gtest, colorspace->gamma, PNG_FP_1, gAMA) == 0 ||
1051 png_gamma_significant(gtest) != 0))
/external/opencv3/3rdparty/libpng/
H A Dpngrtran.c1061 png_fixed_point gtest; local
1062 return !png_muldiv(&gtest, screen_gamma, file_gamma, PNG_FP_1) ||
1063 png_gamma_significant(gtest);
/external/pdfium/third_party/lpng_v163/
H A Dpngread.c3611 png_fixed_point gtest; local
3618 if (png_muldiv(&gtest, output_gamma, png_ptr->colorspace.gamma,
3619 PNG_FP_1) && !png_gamma_significant(gtest))
H A Dpngrtran.c1083 png_fixed_point gtest; local
1084 return !png_muldiv(&gtest, screen_gamma, file_gamma, PNG_FP_1) ||
1085 png_gamma_significant(gtest);
H A Dpng.c982 png_fixed_point gtest; local
985 (!png_muldiv(&gtest, colorspace->gamma, PNG_FP_1, gAMA) ||
986 png_gamma_significant(gtest)))

Completed in 263 milliseconds