/external/iw/ |
D | ieee80211.h | 61 #define SUITE(oui, id) (((oui) << 8) | (id)) macro 64 #define WLAN_CIPHER_SUITE_USE_GROUP SUITE(0x000FAC, 0) 65 #define WLAN_CIPHER_SUITE_WEP40 SUITE(0x000FAC, 1) 66 #define WLAN_CIPHER_SUITE_TKIP SUITE(0x000FAC, 2) 68 #define WLAN_CIPHER_SUITE_CCMP SUITE(0x000FAC, 4) 69 #define WLAN_CIPHER_SUITE_WEP104 SUITE(0x000FAC, 5) 70 #define WLAN_CIPHER_SUITE_AES_CMAC SUITE(0x000FAC, 6) 71 #define WLAN_CIPHER_SUITE_GCMP SUITE(0x000FAC, 8) 72 #define WLAN_CIPHER_SUITE_GCMP_256 SUITE(0x000FAC, 9) 73 #define WLAN_CIPHER_SUITE_CCMP_256 SUITE(0x000FAC, 10) [all …]
|
/external/rust/crates/regex-automata/tests/ |
D | suite.rs | 3 use collection::{RegexTester, SUITE}; 11 tester.test_all(builder, SUITE.tests()); in unminimized_standard() 21 tester.test_all(builder, SUITE.tests()); in unminimized_premultiply() 31 tester.test_all(builder, SUITE.tests()); in unminimized_byte_class() 41 tester.test_all(builder, SUITE.tests()); in unminimized_premultiply_byte_class() 55 tester.test_all(builder, SUITE.tests()); in unminimized_standard_no_nfa_shrink() 65 tester.test_all(builder, SUITE.tests()); in minimized_standard() 75 tester.test_all(builder, SUITE.tests()); in minimized_premultiply() 85 tester.test_all(builder, SUITE.tests()); in minimized_byte_class() 95 tester.test_all(builder, SUITE.tests()); in minimized_premultiply_byte_class() [all …]
|
/external/autotest/server/site_tests/hardware_StorageQualV2/ |
D | generate_control_files.py | 23 SUITE = 'storage_qual_v2' variable 53 attrs = ['suite:%s_xl' % SUITE] 55 attrs += ['suite:%s_l' % SUITE] 57 attrs += ['suite:%s_m' % SUITE] 59 attrs += ['suite:%s_s' % SUITE] 61 attrs += ['suite:%s_xs' % SUITE] 87 name='_'.join([SUITE, test_name]), 97 [SUITE, test_name, str(d)])
|
/external/virglrenderer/ci/ |
D | run_tests.sh | 138 SUITE="$2" 140 if [ "$SUITE" = "gl" ]; then 144 if [ "$SUITE" = "gles" ]; then 148 if [ "$SUITE" = "gles2" ]; then 152 if [ "$SUITE" = "gles3" ]; then 156 if [ "$SUITE" = "gles31" ]; then
|
/external/ltp/pan/cgi/ |
D | results.cgi | 102 $a_rec->{SUITE} = $suite; 114 ||$a->{SUITE} cmp $b->{SUITE} } @ri; 124 $thissuite = $rp->{SUITE};
|
D | browse.cgi | 109 @rso = (SUITE, HOST, DATE, UNAME); 121 elsif ($so[$i] =~ /suite/i) { push(@rso, SUITE); } 144 $a_rec->{SUITE} = $suite;
|
/external/autotest/server/site_tests/platform_MTBF/ |
D | generate_performance_cuj.py | 21 SUITE = 'performance_cuj' variable 107 attributes='suite:' + SUITE, 109 control_file_name = 'control.' + '_'.join([SUITE, test_name])
|
/external/mesa3d/.gitlab-ci/ |
D | deqp-runner.sh | 53 SUITE=dEQP 57 SUITE=KHR 206 … $DEQP $DEQP_OPTIONS --deqp-case=$SUITE-$VERSION.info.\* --deqp-log-filename=$RESULTS/deqp-info.qpa
|
/external/testng/src/main/java/org/testng/xml/ |
D | TestNGContentHandler.java | 52 SUITE, enumConstant 127 pushLocation(Location.SUITE); in xmlSuiteFile() 132 popLocation(Location.SUITE); in xmlSuiteFile() 141 pushLocation(Location.SUITE); in xmlSuite() 224 popLocation(Location.SUITE); in xmlSuite() 392 case SUITE: in xmlPackages() 598 case SUITE: in startElement()
|
/external/selinux/libsepol/cil/test/unit/ |
D | CuTest.h | 119 #define SUITE_ADD_TEST(SUITE,TEST) CuSuiteAdd(SUITE, CuTestNew(#TEST, TEST)) argument
|
/external/ltp/testcases/kernel/controllers/cgroup/ |
D | README | 1 TEST SUITE:
|
/external/autotest/server/site_tests/tast/ |
D | control.nearby-share.local | 27 Set <NEARBY SUITE NAME> to the suite you want to run. e.g nearby-share, nearby-share-arc, nearby-sh… 61 test_exprs=['("group:<NEARBY SUITE NAME>")'],
|
/external/autotest/client/site_tests/hardware_UnsafeMemory/ |
D | control | 14 #SUITE = 'hwqual'
|
/external/ltp/testcases/kernel/controllers/cpuctl_fj/ |
D | README | 2 TEST SUITE:
|
/external/ltp/testcases/kernel/controllers/cgroup_xattr/ |
D | README | 1 TEST SUITE:
|
/external/ltp/testcases/kernel/security/prot_hsymlinks/ |
D | README | 1 TEST SUITE:
|
/external/autotest/test_suites/ |
D | control.gts | 8 CRITERIA = "All tests with SUITE=gts must pass."
|
D | control.cts | 8 CRITERIA = "All tests with SUITE=cts must pass."
|
D | control.cts_hardware | 8 CRITERIA = "All tests with SUITE=cts-hardware must pass."
|
D | control.cts_P | 8 CRITERIA = "All tests with SUITE=cts_P must pass."
|
D | control.cts_N | 8 CRITERIA = "All tests with SUITE=cts_N must pass."
|
D | control.deqp | 8 CRITERIA = "All tests with SUITE=deqp must pass."
|
/external/testng/src/main/java/org/testng/remote/strprotocol/ |
D | StringMessageSender.java | 122 if(messageType < MessageHelper.SUITE) { in receiveMessage()
|
/external/ltp/testcases/kernel/controllers/memcg/ |
D | README | 1 TEST SUITE:
|
/external/ltp/testcases/kernel/containers/ |
D | README | 21 CONTAINER TESTS AUTOMATION SUITE
|