Home
last modified time | relevance | path

Searched refs:TESTNAME (Results 1 – 18 of 18) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_xdp_vlan.sh3 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"
Dtest_libbpf.sh4 export TESTNAME=test_libbpf
10 echo "selftests: $TESTNAME [PASS]";
12 echo "$TESTNAME: failed at file $LAST_LOADED" 1>&2
13 echo "selftests: $TESTNAME [FAILED]";
Dtest_flow_dissector.sh5 export TESTNAME=test_flow_dissector
29 echo "selftests: $TESTNAME [PASS]";
31 echo "selftests: $TESTNAME [FAILED]";
/external/swiftshader/third_party/LLVM/unittests/
DMakefile.unittest15 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/Support/
DMakefile11 TESTNAME = Support macro
/external/swiftshader/third_party/LLVM/unittests/Transforms/Utils/
DMakefile11 TESTNAME = Utils macro
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/
DMakefile11 TESTNAME = ExecutionEngine macro
/external/swiftshader/third_party/LLVM/unittests/VMCore/
DMakefile11 TESTNAME = VMCore macro
/external/swiftshader/third_party/LLVM/unittests/Analysis/
DMakefile11 TESTNAME = Analysis macro
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
DMakefile11 TESTNAME = JIT macro
/external/swiftshader/third_party/LLVM/unittests/ADT/
DMakefile11 TESTNAME = ADT macro
/external/jsoncpp/
DREADME.md181 * a `TESTNAME.json` file, that contains the input document in JSON format.
182 * a `TESTNAME.expected` file, that contains a flatened representation of the
185 The `TESTNAME.expected` file format is as follows:
/external/webrtc/webrtc/modules/audio_processing/test/
Dapmtest.m3 % APMTEST(TASK, TESTNAME, CASENUMBER) performs one of several TASKs:
10 % using a set of test files determined by TESTNAME:
126 error(['TESTNAME ' tests{i} ' is not recognized']);
/external/python/cpython2/Modules/
Dtestcapi_long.h11 TESTNAME(PyObject *error(const char*)) in TESTNAME() function
D_testcapimodule.c509 #define TESTNAME test_long_api_inner macro
521 return TESTNAME(raise_test_long_error); in test_long_api()
524 #undef TESTNAME
539 #define TESTNAME test_longlong_api_inner macro
551 return TESTNAME(raise_test_longlong_error); in test_longlong_api()
554 #undef TESTNAME
/external/python/cpython3/Modules/
Dtestcapi_long.h11 TESTNAME(PyObject *error(const char*)) in TESTNAME() function
D_testcapimodule.c404 #define TESTNAME test_long_api_inner macro
416 return TESTNAME(raise_test_long_error); in test_long_api()
419 #undef TESTNAME
432 #define TESTNAME test_longlong_api_inner macro
444 return TESTNAME(raise_test_longlong_error); in test_longlong_api()
447 #undef TESTNAME
/external/libyuv/files/unit_test/
Dcolor_test.cc39 #define TESTCS(TESTNAME, YUVTOARGB, ARGBTOYUV, HS1, HS, HN, DIFF) \ argument
40 TEST_F(LibYUVColorTest, TESTNAME) { \