/external/linux-kselftest/tools/testing/selftests/bpf/ |
test_libbpf.sh | 4 export TESTNAME=test_libbpf 10 echo "selftests: $TESTNAME [PASS]"; 12 echo "$TESTNAME: failed at file $LAST_LOADED" 1>&2 13 echo "selftests: $TESTNAME [FAILED]";
|
test_xdp_vlan.sh | 3 TESTNAME=xdp_vlan 6 echo "Testing XDP + TC eBPF VLAN manipulations: $TESTNAME" 20 echo "selftests: $TESTNAME [PASS]"; 22 echo "selftests: $TESTNAME [FAILED]"; 43 echo "selftests: $TESTNAME [FAILED] Error calling getopt, unknown option?" 69 echo "selftests: $TESTNAME [SKIP] usage help info requested" 80 echo "selftests: $TESTNAME [FAILED] need root privileges" 86 echo "selftests: $TESTNAME [SKIP] need ip xdp support"
|
test_flow_dissector.sh | 5 export TESTNAME=test_flow_dissector 29 echo "selftests: $TESTNAME [PASS]"; 31 echo "selftests: $TESTNAME [FAILED]";
|
/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) \
|
/cts/tools/vm-tests-tf/etc/ |
vmtests-cfassembler.sh | 32 TESTNAME=`basename $TESTDIR` 42 $soong_zip -o $GENDIRP/$TESTNAME.jar -C $GENDIR -D $GENDIR || exit 1
|
vmtests-dasm.sh | 39 TESTNAME=`basename $TESTDIR`
|
/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/python/cpython2/Modules/ |
testcapi_long.h | 2 TESTNAME name of the test (like test_long_api_inner) 11 TESTNAME(PyObject *error(const char*))
|
_testcapimodule.c | 509 #define TESTNAME test_long_api_inner 521 return TESTNAME(raise_test_long_error); 524 #undef TESTNAME 539 #define TESTNAME test_longlong_api_inner 551 return TESTNAME(raise_test_longlong_error); 554 #undef TESTNAME [all...] |
/external/python/cpython3/Modules/ |
testcapi_long.h | 2 TESTNAME name of the test (like test_long_api_inner) 11 TESTNAME(PyObject *error(const char*))
|
_testcapimodule.c | 404 #define TESTNAME test_long_api_inner 416 return TESTNAME(raise_test_long_error); 419 #undef TESTNAME 432 #define TESTNAME test_longlong_api_inner 444 return TESTNAME(raise_test_longlong_error); 447 #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) { \
|