OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unittests
(Results
1 - 25
of
40
) sorted by null
1
2
/external/swiftshader/third_party/LLVM/unittests/Analysis/
Makefile
1
##===-
unittests
/Analysis/Makefile -------------------------*- Makefile -*-===##
15
include $(LLVM_SRC_ROOT)/
unittests
/Makefile.unittest
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/
Makefile
1
##===-
unittests
/ExecutionEngine/Makefile ------------------*- Makefile -*-===##
18
include $(LLVM_SRC_ROOT)/
unittests
/Makefile.unittest
/external/swiftshader/third_party/LLVM/unittests/Support/
Makefile
1
##===-
unittests
/ADT/Makefile ------------------------------*- Makefile -*-===##
15
include $(LLVM_SRC_ROOT)/
unittests
/Makefile.unittest
/external/swiftshader/third_party/LLVM/unittests/Transforms/Utils/
Makefile
1
##===-
unittests
/Transforms/Utils/Makefile -----------------*- Makefile -*-===##
15
include $(LLVM_SRC_ROOT)/
unittests
/Makefile.unittest
/external/swiftshader/third_party/LLVM/unittests/VMCore/
Makefile
1
##===-
unittests
/VMCore/Makefile ---------------------------*- Makefile -*-===##
15
include $(LLVM_SRC_ROOT)/
unittests
/Makefile.unittest
/external/nanopb-c/tests/regression/issue_253/
short_array.c
1
#include <
unittests
.h>
/external/swiftshader/third_party/LLVM/unittests/ADT/
Makefile
1
##===-
unittests
/ADT/Makefile ------------------------------*- Makefile -*-===##
23
include $(LLVM_SRC_ROOT)/
unittests
/Makefile.unittest
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
Makefile
1
##===-
unittests
/ExecutionEngine/JIT/Makefile --------------*- Makefile -*-===##
15
include $(LLVM_SRC_ROOT)/
unittests
/Makefile.unittest
/external/libbrillo/
gen_coverage_html.sh
12
./
unittests
/external/nanopb-c/tests/regression/issue_247/
padding.c
2
#include <
unittests
.h>
/external/nanopb-c/tests/regression/issue_259/
callback_pointer.c
2
#include <
unittests
.h>
/external/epid-sdk/epid/common-testhelper/
Makefile
11
COMMON_TESTHELPER_UTEST_SRC = $(wildcard ./
unittests
/*.cc)
15
COMMON_TESTHELPER_UTEST_EXE = ./
unittests
/common-testhelper-utest$(EXE_EXTENSION)
/external/skia/tools/skqp/
branch_skqp_dev.sh
8
platform_tools/android/apps/skqp/src/main/assets/skqp/
unittests
.txt
cut_release
31
> platform_tools/android/apps/skqp/src/main/assets/skqp/
unittests
.txt
/external/skqp/tools/skqp/
branch_skqp_dev.sh
8
platform_tools/android/apps/skqp/src/main/assets/skqp/
unittests
.txt
cut_release
31
> platform_tools/android/apps/skqp/src/main/assets/skqp/
unittests
.txt
/external/swiftshader/tests/GLESUnitTests/
Android.mk
41
LOCAL_MODULE := swiftshader-
unittests
47
unittests
.cpp
/external/epid-sdk/epid/member/
Makefile
21
MEMBER_TPM2_TSS_UTEST_SRC = $(wildcard ./tpm2/
unittests
/*.cc)
24
MEMBER_TPM2_UTEST_SRC = $(filter-out $(wildcard ./tpm2/
unittests
/*-simulator-test.cc), \
31
MEMBER_TPM2_UTEST_SRC = $(filter-out $(wildcard ./tpm2/
unittests
/*-tss-test.cc), \
40
MEMBER_UTEST_SRC = $(wildcard ./
unittests
/*.cc) \
41
./tpm2/
unittests
/tpm2_wrapper-testhelper.cc
42
TINY_MEMBER_UTEST_SRC = $(wildcard ./tiny/
unittests
/*.cc)
43
TINY_MEMBER_MATH_UTEST_SRC = $(wildcard ./tiny/math/
unittests
/*.cc)
/external/epid-sdk/epid/common/
Makefile
25
COMMON_UTEST_SRC = $(wildcard ./math/
unittests
/*.cc)
26
COMMON_UTEST_SRC += $(wildcard ./
unittests
/*.cc)
27
COMMON_UTEST_SRC += $(wildcard ./1.1/
unittests
/*.cc)
/external/nanopb-c/tests/regression/issue_229/
multiple_oneof.c
2
#include <
unittests
.h>
/external/nanopb-c/tests/regression/issue_242/
zero_value.c
1
#include <
unittests
.h>
/external/nanopb-c/tests/regression/issue_256/
submsg_array.c
1
#include <
unittests
.h>
/external/openssh/regress/
Makefile
221
$$V ${.OBJDIR}/
unittests
/sshbuf/test_sshbuf ; \
222
$$V ${.OBJDIR}/
unittests
/sshkey/test_sshkey \
223
-d ${.CURDIR}/
unittests
/sshkey/testdata ; \
224
$$V ${.OBJDIR}/
unittests
/bitmap/test_bitmap ; \
225
$$V ${.OBJDIR}/
unittests
/conversion/test_conversion ; \
226
$$V ${.OBJDIR}/
unittests
/kex/test_kex ; \
227
$$V ${.OBJDIR}/
unittests
/hostkeys/test_hostkeys \
228
-d ${.CURDIR}/
unittests
/hostkeys/testdata ; \
229
$$V ${.OBJDIR}/
unittests
/match/test_match ; \
231
$$V ${.OBJDIR}/
unittests
/utf8/test_utf8 ;
[
all
...]
/external/swiftshader/third_party/LLVM/
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
102
# Don't build
unittests
when ONLY_TOOLS is set.
104
DIRS := $(filter-out
unittests
, $(DIRS))
/external/epid-sdk/epid/verifier/
Makefile
26
VERIFIER_UTEST_SRC = $(wildcard ./
unittests
/*.cc)
27
VERIFIER_UTEST_SRC += $(wildcard ./1.1/
unittests
/*.cc)
Completed in 1471 milliseconds
1
2