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

/external/googletest/googletest/
H A DAndroid.mk24 # The upstream gtest configuration builds each of these as separate executables.
35 define gtest-unit-test
61 # The NDK variant of gtest-death-test_test is disabled because we don't have
63 define gtest-test-suite
65 $(eval $(call gtest-unit-test, \
66 gtest-death-test_test,,libgtest_main,$(1),$(2)))) \
67 $(eval $(call gtest-unit-test,gtest_environment_test,,,$(1),$(2))) \
68 $(eval $(call gtest-unit-test,gtest-filepath_test,, \
70 $(eval $(call gtest
[all...]
/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/googletest/googlemock/scripts/
H A Dfuse_gmock_files.py41 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
76 gtest = fuse_gtest_files variable
86 GTEST_H_OUTPUT = 'gtest/gtest.h'
88 GMOCK_GTEST_ALL_CC_OUTPUT = 'gmock-gtest-all.cc'
103 gtest.ValidateGTestRootDir(GetGTestRootDir(gmock_root))
104 gtest
[all...]
/external/v8/testing/gmock/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/python/cpython2/Lib/idlelib/idle_test/
H A Dtest_calltips.py55 def gtest(obj, out): function in function:Get_signatureTest.test_builtins
59 gtest(List, '()\n' + List.__doc__)
60 gtest(list.__new__,
62 gtest(list.__init__,
65 gtest(list.append, append_doc)
66 gtest([].append, append_doc)
67 gtest(List.append, append_doc)
69 gtest(types.MethodType, '()\ninstancemethod(function, instance, class)')
70 gtest(SB(), default_tip)
/external/libpng/
H A Dpngread.c3756 png_fixed_point gtest; local
3763 if (png_muldiv(&gtest, output_gamma, png_ptr->colorspace.gamma,
3764 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/pdfium/third_party/libpng16/
H A Dpngread.c3758 png_fixed_point gtest; local
3765 if (png_muldiv(&gtest, output_gamma, png_ptr->colorspace.gamma,
3766 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/skia/third_party/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))

Completed in 367 milliseconds