Searched defs:gtest (Results 1 - 7 of 7) 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.c3881 png_fixed_point gtest; local
3888 if (png_muldiv(&gtest, output_gamma, png_ptr->colorspace.gamma,
3889 PNG_FP_1) && !png_gamma_significant(gtest))
H A Dpngrtran.c1084 png_fixed_point gtest; local
1085 return !png_muldiv(&gtest, screen_gamma, file_gamma, PNG_FP_1) ||
1086 png_gamma_significant(gtest);
H A Dpng.c1046 png_fixed_point gtest; local
1049 (!png_muldiv(&gtest, colorspace->gamma, PNG_FP_1, gAMA) ||
1050 png_gamma_significant(gtest)))
/external/pdfium/samples/fx_lpng/lpng_v163/
H A Dfx_pngread.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 Dfx_pngrtran.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 Dfx_png.c982 png_fixed_point gtest; local
985 (!png_muldiv(&gtest, colorspace->gamma, PNG_FP_1, gAMA) ||
986 png_gamma_significant(gtest)))

Completed in 5858 milliseconds