HomeSort by relevance Sort by last modified time
    Searched defs:gtest (Results 1 - 14 of 14) sorted by null

  /external/googletest/googletest/
Android.mk 24 # The upstream gtest configuration builds each of these as separate executables.
35 define gtest-unit-test
62 # The NDK variant of gtest-death-test_test is disabled because we don't have
64 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-unit-test,gtest-linked_ptr_test,,
    [all...]
  /art/build/
Android.gtest.mk 68 $(foreach dir,$(GTEST_DEX_DIRECTORIES), $(eval $(call build-art-test-dex,art-gtest,$(dir), \
69 $(ART_TARGET_NATIVETEST_OUT),art/build/Android.gtest.mk,ART_TEST_TARGET_GTEST_$(dir)_DEX, \
149 # Dex file dependencies for each gtest.
372 # Variables holding collections of gtest pre-requisits used to run a number of gtests.
426 # Define a make rule for a target device gtest.
427 # $(1): gtest name - the name of the test we're building such as leb128_test.
431 define define-art-gtest-rule-target
432 gtest_rule := test-art-target-gtest-$(1)$$($(3)ART_PHONY_TEST_TARGET_SUFFIX)
496 endef # define-art-gtest-rule-target
509 # $(1): gtest name - the name of the test we're building such as leb128_test
    [all...]
  /external/google-breakpad/src/testing/scripts/
fuse_gmock_files.py 39 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.h
    [all...]
  /external/googletest/googlemock/scripts/
fuse_gmock_files.py 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
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.VerifyFileExists(gmock_root, GMOCK_H_SEED
    [all...]
  /external/v8/testing/gmock/scripts/
fuse_gmock_files.py 39 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.h
    [all...]
  /build/soong/cc/
test.go 26 // if set, build against the gtest library. Defaults to true.
27 Gtest *bool
130 func (test *testDecorator) gtest() bool { func
131 return test.Properties.Gtest == nil || *test.Properties.Gtest == true
135 if !test.gtest() {
159 if test.gtest() {
  /external/python/cpython2/Lib/idlelib/idle_test/
test_calltips.py 55 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/python/cpython3/Lib/idlelib/idle_test/
test_calltips.py 52 def gtest(obj, out): function in function:Get_signatureTest.test_builtins
56 gtest(List, List.__doc__)
57 gtest(list.__new__,
59 gtest(list.__init__,
62 gtest(list.append, append_doc)
63 gtest([].append, append_doc)
64 gtest(List.append, append_doc)
66 gtest(types.MethodType, "method(function, instance)")
67 gtest(SB(), default_tip)
  /external/libpng/
png.c 1088 png_fixed_point gtest; local
    [all...]
pngread.c 3777 png_fixed_point gtest; local
    [all...]
pngrtran.c 1090 png_fixed_point gtest; local
    [all...]
  /external/pdfium/third_party/libpng16/
png.c 1047 png_fixed_point gtest; local
1050 (png_muldiv(&gtest, colorspace->gamma, PNG_FP_1, gAMA) == 0 ||
1051 png_gamma_significant(gtest) != 0))
    [all...]
pngread.c 3758 png_fixed_point gtest; local
    [all...]
pngrtran.c 1087 png_fixed_point gtest; local
    [all...]

Completed in 1551 milliseconds