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

  /development/testrunner/test_defs/
test_walker.py 26 import gtest namespace
42 - native C/C++ tests using GTest framework. (note Android.mk must follow
43 expected GTest template)
62 TODO: add GTest examples
197 return gtest.GTestFactory(path, build_path)
  /art/build/
Android.gtest.mk 53 $(foreach dir,$(GTEST_DEX_DIRECTORIES), $(eval $(call build-art-test-dex,art-gtest,$(dir), \
54 $(ART_TARGET_NATIVETEST_OUT),art/build/Android.gtest.mk,ART_TEST_TARGET_GTEST_$(dir)_DEX, \
70 # Dex file dependencies for each gtest.
406 LOCAL_MODULE := libart-gtest
414 LOCAL_ADDITIONAL_DEPENDENCIES += art/build/Android.gtest.mk
417 LOCAL_CLANG_CFLAGS += -Wno-used-but-marked-unused -Wno-deprecated -Wno-missing-noreturn # gtest issue
421 LOCAL_MODULE := libart-gtest
433 LOCAL_CLANG_CFLAGS += -Wno-used-but-marked-unused -Wno-deprecated -Wno-missing-noreturn # gtest issue
435 LOCAL_ADDITIONAL_DEPENDENCIES += art/build/Android.gtest.mk
438 # Variables holding collections of gtest pre-requisits used to run a number of gtests
    [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/pdfium/third_party/lpng_v163/
pngread.c 3611 png_fixed_point gtest; local
    [all...]
png.c 982 png_fixed_point gtest; local
985 (!png_muldiv(&gtest, colorspace->gamma, PNG_FP_1, gAMA) ||
986 png_gamma_significant(gtest)))
    [all...]
pngrtran.c 1083 png_fixed_point gtest; local
    [all...]
  /external/libpng/
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 3748 png_fixed_point gtest; local
    [all...]
pngrtran.c 1087 png_fixed_point gtest; local
    [all...]
  /external/opencv3/3rdparty/libpng/
pngrtran.c 1061 png_fixed_point gtest; local
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngrtran.c 1061 png_fixed_point gtest; local
    [all...]

Completed in 375 milliseconds