Home
last modified time | relevance | path

Searched refs:test_body (Results 1 – 17 of 17) sorted by relevance

/third_party/ltp/testcases/network/stress/ns-tools/
Dtst_net_stress.sh113 1) test_body 'if_cmd';;
114 2) test_body 'ip_cmd';;
121 1) test_body 'rt_cmd';;
122 2) test_body 'ip_cmd';;
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Dfold_test.cpp64 : test_body(tb), id_to_fold(id), expected_result(result) {} in InstructionFoldingCase()
66 std::string test_body; member
79 BuildModule(SPV_ENV_UNIVERSAL_1_1, nullptr, tc.test_body, in TEST_P()
777 BuildModule(SPV_ENV_UNIVERSAL_1_1, nullptr, tc.test_body, in TEST_P()
869 BuildModule(SPV_ENV_UNIVERSAL_1_1, nullptr, tc.test_body, in TEST_P()
921 BuildModule(SPV_ENV_UNIVERSAL_1_1, nullptr, tc.test_body, in TEST_P()
990 BuildModule(SPV_ENV_UNIVERSAL_1_1, nullptr, tc.test_body, in TEST_P()
1601 BuildModule(SPV_ENV_UNIVERSAL_1_1, nullptr, tc.test_body, in TEST_P()
2002 BuildModule(SPV_ENV_UNIVERSAL_1_1, nullptr, tc.test_body, in TEST_P()
2836 : test_body(tb), id_to_fold(id), expected_result(result), id_map(map) {} in InstructionFoldingCaseWithMap()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Dfold_test.cpp64 : test_body(tb), id_to_fold(id), expected_result(result) {} in InstructionFoldingCase()
66 std::string test_body; member
79 BuildModule(SPV_ENV_UNIVERSAL_1_1, nullptr, tc.test_body, in TEST_P()
779 BuildModule(SPV_ENV_UNIVERSAL_1_1, nullptr, tc.test_body, in TEST_P()
871 BuildModule(SPV_ENV_UNIVERSAL_1_1, nullptr, tc.test_body, in TEST_P()
923 BuildModule(SPV_ENV_UNIVERSAL_1_1, nullptr, tc.test_body, in TEST_P()
992 BuildModule(SPV_ENV_UNIVERSAL_1_1, nullptr, tc.test_body, in TEST_P()
1603 BuildModule(SPV_ENV_UNIVERSAL_1_1, nullptr, tc.test_body, in TEST_P()
2036 BuildModule(SPV_ENV_UNIVERSAL_1_1, nullptr, tc.test_body, in TEST_P()
2906 : test_body(tb), id_to_fold(id), expected_result(result), id_map(map) {} in InstructionFoldingCaseWithMap()
[all …]
/third_party/spirv-tools/test/opt/
Dfold_test.cpp64 : test_body(tb), id_to_fold(id), expected_result(result) {} in InstructionFoldingCase()
66 std::string test_body; member
79 BuildModule(SPV_ENV_UNIVERSAL_1_1, nullptr, tc.test_body, in TEST_P()
892 BuildModule(SPV_ENV_UNIVERSAL_1_1, nullptr, tc.test_body, in TEST_P()
984 BuildModule(SPV_ENV_UNIVERSAL_1_1, nullptr, tc.test_body, in TEST_P()
1090 BuildModule(SPV_ENV_UNIVERSAL_1_1, nullptr, tc.test_body, in TEST_P()
1213 BuildModule(SPV_ENV_UNIVERSAL_1_1, nullptr, tc.test_body, in TEST_P()
1824 BuildModule(SPV_ENV_UNIVERSAL_1_1, nullptr, tc.test_body, in TEST_P()
2257 BuildModule(SPV_ENV_UNIVERSAL_1_1, nullptr, tc.test_body, in TEST_P()
3127 : test_body(tb), id_to_fold(id), expected_result(result), id_map(map) {} in InstructionFoldingCaseWithMap()
[all …]
/third_party/skia/third_party/externals/harfbuzz/test/api/
Dtest-multithread.c96 test_body (void) in test_body() function
150 test_body (); in main()
154 test_body (); in main()
/third_party/ltp/testcases/network/stress/route/
Droute6-rmmod195 test_body() function
275 test_body 1 || RC=`expr $RC + 1` # Case of route command
276 test_body 2 || RC=`expr $RC + 1` # Case of ip command
Droute4-rmmod199 test_body() function
279 test_body 1 || RC=`expr $RC + 1` # Case of route command
280 test_body 2 || RC=`expr $RC + 1` # Case of ip command
/third_party/ltp/testcases/network/stress/interface/
Dif-updown.sh14 test_body() function
Dif4-addr-change.sh23 test_body() function
Dif-route-adddel.sh13 test_body() function
Dif-route-addlarge.sh13 test_body() function
Dif-addr-adddel.sh14 test_body() function
Dif-addr-addlarge.sh14 test_body() function
Dif-mtu-change.sh89 test_body() function
/third_party/python/Lib/test/
Dtest_signal.py236 def check_wakeup(self, test_body, *signals, ordered=True): argument
270 """.format(tuple(map(int, signals)), ordered, test_body)
Dtest_nntplib.py1103 def test_body(self): member in NNTPv1v2TestsMixin
/third_party/python/Lib/test/test_email/
Dtest_email.py1603 def test_body(self): member in TestMIMEApplication