Searched refs:TESTNAME (Results 1 – 13 of 13) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_xdp_vlan.sh | 6 if [ -z "$TESTNAME" ]; then 7 TESTNAME=xdp_vlan 14 echo "Testing XDP + TC eBPF VLAN manipulations: $TESTNAME" 42 echo "selftests: $TESTNAME [PASS]"; 44 echo "selftests: $TESTNAME [FAILED]"; 65 echo "selftests: $TESTNAME [FAILED] Error calling getopt, unknown option?" 96 echo "selftests: $TESTNAME [SKIP] usage help info requested" 107 echo "selftests: $TESTNAME [FAILED] need root privileges" 113 echo "selftests: $TESTNAME [FAILED] unknown XDP mode ($XDP_MODE)" 119 echo "selftests: $TESTNAME [SKIP] need ip xdp support"
|
D | test_xdp_veth.sh | 22 TESTNAME=xdp_veth 24 BPF_DIR=$BPF_FS/test_$TESTNAME 40 echo "selftests: $TESTNAME [SKIP]" 49 echo "selftests: $TESTNAME [PASS]" 51 echo "selftests: $TESTNAME [FAILED]" 57 echo "selftests: $TESTNAME [SKIP] Need root privileges" 62 echo "selftests: $TESTNAME [SKIP] Could not run test without the ip xdp support" 67 echo "selftests: $TESTNAME [SKIP] Could not run test without bpffs mounted" 72 echo "selftests: $TESTNAME [SKIP] Could not run test without bpftool"
|
D | test_flow_dissector.sh | 5 export TESTNAME=test_flow_dissector 59 echo "selftests: $TESTNAME [PASS]"; 61 echo "selftests: $TESTNAME [FAILED]";
|
D | test_xdp_vlan_mode_native.sh | 8 export TESTNAME=xdp_vlan_mode_native
|
D | test_xdp_vlan_mode_generic.sh | 8 export TESTNAME=xdp_vlan_mode_generic
|
/external/jsoncpp/ |
D | CONTRIBUTING.md | 78 * a `TESTNAME.json` file, that contains the input document in JSON format. 79 * a `TESTNAME.expected` file, that contains a flatened representation of the 82 The `TESTNAME.expected` file format is as follows:
|
/external/python/cpython2/Modules/ |
D | testcapi_long.h | 11 TESTNAME(PyObject *error(const char*)) in TESTNAME() function
|
D | _testcapimodule.c | 509 #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/webrtc/modules/audio_processing/test/ |
D | apmtest.m | 13 % APMTEST(TASK, TESTNAME, CASENUMBER) performs one of several TASKs: 20 % using a set of test files determined by TESTNAME: 136 error(['TESTNAME ' tests{i} ' is not recognized']);
|
/external/python/cpython3/Modules/ |
D | testcapi_long.h | 11 TESTNAME(PyObject *error(const char*)) in TESTNAME() function
|
D | _testcapimodule.c | 419 #define TESTNAME test_long_api_inner macro 431 return TESTNAME(raise_test_long_error); in test_long_api() 434 #undef TESTNAME 447 #define TESTNAME test_longlong_api_inner macro 459 return TESTNAME(raise_test_longlong_error); in test_longlong_api() 462 #undef TESTNAME
|
/external/libyuv/files/unit_test/ |
D | color_test.cc | 39 #define TESTCS(TESTNAME, YUVTOARGB, ARGBTOYUV, HS1, HS, HN, DIFF) \ argument 40 TEST_F(LibYUVColorTest, TESTNAME) { \
|
/external/autotest/docs/ |
D | enterprise.md | 195 /tmp/test_that_latest/results-1-TESTNAME/TESTNAME/debug/TESTNAME.INFO
|