OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TESTNAME
(Results
1 - 13
of
13
) sorted by null
/external/swiftshader/third_party/LLVM/unittests/Analysis/
Makefile
11
TESTNAME
= Analysis
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/
Makefile
11
TESTNAME
= ExecutionEngine
/external/swiftshader/third_party/LLVM/unittests/Support/
Makefile
11
TESTNAME
= Support
/external/swiftshader/third_party/LLVM/unittests/Transforms/Utils/
Makefile
11
TESTNAME
= Utils
/external/swiftshader/third_party/LLVM/unittests/VMCore/
Makefile
11
TESTNAME
= VMCore
/external/swiftshader/third_party/LLVM/unittests/
Makefile.unittest
15
ifdef
TESTNAME
21
LLVMUnitTestExe = $(BuildMode)/$(
TESTNAME
)Tests$(EXEEXT)
51
$(Echo) Linking $(BuildMode) unit test $(
TESTNAME
) $(StripWarnMsg)
54
$(Echo) ======= Finished Linking $(BuildMode) Unit test $(
TESTNAME
) \
/external/swiftshader/third_party/LLVM/unittests/ADT/
Makefile
11
TESTNAME
= ADT
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
Makefile
11
TESTNAME
= JIT
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
testcapi_long.h
2
TESTNAME
name of the test (like test_long_api_inner)
11
TESTNAME
(PyObject *error(const char*))
_testcapimodule.c
403
#define
TESTNAME
test_long_api_inner
415
return
TESTNAME
(raise_test_long_error);
418
#undef
TESTNAME
433
#define
TESTNAME
test_longlong_api_inner
445
return
TESTNAME
(raise_test_longlong_error);
448
#undef
TESTNAME
[
all
...]
/external/webrtc/webrtc/modules/audio_processing/test/
apmtest.m
1
function apmtest(task,
testname
, filepath, casenumber, legacy)
3
% APMTEST(TASK,
TESTNAME
, CASENUMBER) performs one of several TASKs:
10
% using a set of test files determined by
TESTNAME
:
39
if nargin < 2 || isempty(
testname
)
40
testname
= 'all';
59
if strcmp(
testname
, 'all')
62
tests = {
testname
};
126
error(['
TESTNAME
' tests{i} ' is not recognized']);
/external/libyuv/files/unit_test/
color_test.cc
39
#define TESTCS(
TESTNAME
, YUVTOARGB, ARGBTOYUV, HS1, HS, HN, DIFF) \
40
TEST_F(LibYUVColorTest,
TESTNAME
) { \
/external/valgrind/none/tests/arm64/
fp_and_simd.c
326
#define GEN_ONEINT_ONEVEC_TEST(
TESTNAME
,INSN,INTREGNO,VECREGNO) \
328
static void test_##
TESTNAME
( LaneTy ty ) { \
361
#define GEN_TWOVEC_TEST(
TESTNAME
,INSN,VECREG1NO,VECREG2NO) \
363
static void test_##
TESTNAME
( LaneTy ty ) { \
396
#define GEN_THREEVEC_TEST(
TESTNAME
,INSN,VECREG1NO,VECREG2NO,VECREG3NO) \
398
static void test_##
TESTNAME
( LaneTy ty ) { \
438
#define GEN_FOURVEC_TEST(
TESTNAME
,INSN,VECREG1NO,VECREG2NO, \
441
static void test_##
TESTNAME
( LaneTy ty ) { \
[
all
...]
Completed in 980 milliseconds