Searched refs:unittests (Results 1 – 25 of 64) sorted by relevance
123
/external/bsdiff/ |
D | Makefile | 24 test: unittests 26 rm -f *.o $(BINARIES) unittests 57 unittests: LDLIBS += $(BSDIFF_LIBS) $(BSPATCH_LIBS) $(UNITTEST_LIBS) target 58 unittests: $(BSPATCH_OBJS) $(BSDIFF_OBJS) $(UNITTEST_OBJS) target 60 unittests bsdiff bspatch: target
|
D | .gitignore | 14 unittests
|
/external/swiftshader/third_party/LLVM/ |
D | Makefile | 34 tools/llvm-config tools runtime docs unittests 42 EXTRA_DIST := test unittests llvm.spec include win32 Xcode 86 DIRS := $(filter-out tools docs unittests, $(DIRS)) \ 91 ifeq ($(MAKECMDGOALS),unittests) 92 DIRS := $(filter-out tools runtime docs, $(DIRS)) utils unittests 104 DIRS := $(filter-out unittests, $(DIRS))
|
/external/openssh/ |
D | ChangeLog | 608 don't expect SSH v.1 in unittests 2110 fd leak for !ssh1 case; found by unittests; ok markus@ 2515 create OBJ/valgrind-out before running unittests 4964 - (djm) [regress/unittests/sshbuf/test_sshbuf_getput_crypto.c] 4965 [regress/unittests/sshbuf/test_sshbuf_getput_fuzz.c] 4966 [regress/unittests/sshkey/common.c] 4967 [regress/unittests/sshkey/test_file.c] 4968 [regress/unittests/sshkey/test_fuzz.c] 4969 [regress/unittests/sshkey/test_sshkey.c] Don't include openssl/ec.h 5037 - (djm) [regress/unittests/test_helper/test_helper.c] Fix for systems that [all …]
|
/external/v8/gypfiles/ |
D | all.gyp | 25 '../test/unittests/unittests.gyp:*',
|
/external/google-breakpad/src/tools/windows/dump_syms/ |
D | dump_syms.gyp | 51 '<(DEPTH)/client/windows/unittests/testing.gyp:gmock', 52 '<(DEPTH)/client/windows/unittests/testing.gyp:gtest',
|
/external/google-breakpad/src/client/windows/ |
D | breakpad_client.gyp | 41 './unittests/client_tests.gyp:*', 42 './unittests/testing.gyp:*',
|
/external/swiftshader/third_party/LLVM/unittests/Support/ |
D | Makefile | 15 include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
|
/external/swiftshader/third_party/LLVM/unittests/Transforms/Utils/ |
D | Makefile | 15 include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
|
/external/swiftshader/third_party/LLVM/unittests/VMCore/ |
D | Makefile | 15 include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
|
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/ |
D | Makefile | 18 include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
|
/external/swiftshader/third_party/LLVM/unittests/Analysis/ |
D | Makefile | 15 include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
|
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/ |
D | Makefile | 15 include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
|
/external/swiftshader/third_party/LLVM/unittests/ADT/ |
D | Makefile | 23 include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
|
/external/libbrillo/ |
D | gen_coverage_html.sh | 12 ./unittests
|
/external/google-breakpad/src/common/windows/ |
D | common_windows.gyp | 99 '<(DEPTH)/client/windows/unittests/testing.gyp:gmock', 100 '<(DEPTH)/client/windows/unittests/testing.gyp:gtest',
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | CMakeLists.txt | 82 # enough for the unittests. Some unittests require more than 2M. 190 # We use just-built clang to build sanitizer_common unittests, so we must
|
/external/compiler-rt/test/tsan/Unit/ |
D | lit.site.cfg.in | 4 lit_config.load_config(config, "@COMPILER_RT_BINARY_DIR@/unittests/lit.common.unit.configured")
|
/external/compiler-rt/test/sanitizer_common/Unit/ |
D | lit.site.cfg.in | 4 lit_config.load_config(config, "@COMPILER_RT_BINARY_DIR@/unittests/lit.common.unit.configured")
|
/external/compiler-rt/test/msan/Unit/ |
D | lit.site.cfg.in | 4 lit_config.load_config(config, "@COMPILER_RT_BINARY_DIR@/unittests/lit.common.unit.configured")
|
/external/swiftshader/third_party/LLVM/utils/release/ |
D | test-release.sh | 256 ${MAKE} -k unittests \ 257 2>&1 | tee $LogDir/llvm.unittests-Phase$Phase-$Flavor.log
|
/external/compiler-rt/test/asan/Unit/ |
D | lit.site.cfg.in | 6 lit_config.load_config(config, "@COMPILER_RT_BINARY_DIR@/unittests/lit.common.unit.configured")
|
/external/autotest/client/site_tests/kernel_LTP/ |
D | control.kernel_unittests | 15 Invokes custom ChromeOS kernel unittests LTP cmdfile.
|
/external/compiler-rt/unittests/ |
D | lit.common.unit.configured.in | 24 lit_config.load_config(config, "@COMPILER_RT_SOURCE_DIR@/unittests/lit.common.unit.cfg")
|
/external/libyuv/files/docs/ |
D | environment_variables.md | 25 The unittests default to a small image (128x72) to run fast. This can be set by environment variab…
|
123