Home
last modified time | relevance | path

Searched refs:SUITE (Results 1 – 25 of 38) sorted by relevance

12

/external/iw/
Dieee80211.h61 #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/
Dsuite.rs3 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/
Dgenerate_control_files.py23 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/
Drun_tests.sh138 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/
Dresults.cgi102 $a_rec->{SUITE} = $suite;
114 ||$a->{SUITE} cmp $b->{SUITE} } @ri;
124 $thissuite = $rp->{SUITE};
Dbrowse.cgi109 @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/
Dgenerate_performance_cuj.py21 SUITE = 'performance_cuj' variable
107 attributes='suite:' + SUITE,
109 control_file_name = 'control.' + '_'.join([SUITE, test_name])
/external/mesa3d/.gitlab-ci/
Ddeqp-runner.sh53 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/
DTestNGContentHandler.java52 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/
DCuTest.h119 #define SUITE_ADD_TEST(SUITE,TEST) CuSuiteAdd(SUITE, CuTestNew(#TEST, TEST)) argument
/external/ltp/testcases/kernel/controllers/cgroup/
DREADME1 TEST SUITE:
/external/autotest/server/site_tests/tast/
Dcontrol.nearby-share.local27 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/
Dcontrol14 #SUITE = 'hwqual'
/external/ltp/testcases/kernel/controllers/cpuctl_fj/
DREADME2 TEST SUITE:
/external/ltp/testcases/kernel/controllers/cgroup_xattr/
DREADME1 TEST SUITE:
/external/ltp/testcases/kernel/security/prot_hsymlinks/
DREADME1 TEST SUITE:
/external/autotest/test_suites/
Dcontrol.gts8 CRITERIA = "All tests with SUITE=gts must pass."
Dcontrol.cts8 CRITERIA = "All tests with SUITE=cts must pass."
Dcontrol.cts_hardware8 CRITERIA = "All tests with SUITE=cts-hardware must pass."
Dcontrol.cts_P8 CRITERIA = "All tests with SUITE=cts_P must pass."
Dcontrol.cts_N8 CRITERIA = "All tests with SUITE=cts_N must pass."
Dcontrol.deqp8 CRITERIA = "All tests with SUITE=deqp must pass."
/external/testng/src/main/java/org/testng/remote/strprotocol/
DStringMessageSender.java122 if(messageType < MessageHelper.SUITE) { in receiveMessage()
/external/ltp/testcases/kernel/controllers/memcg/
DREADME1 TEST SUITE:
/external/ltp/testcases/kernel/containers/
DREADME21 CONTAINER TESTS AUTOMATION SUITE

12