/external/wpa_supplicant_8/hostapd/ |
D | README-MULTI-AP | 1 hostapd, wpa_supplicant and the Multi-AP Specification 5 support the Multi-AP Specification. 7 Introduction to Multi-AP 10 The Wi-Fi Alliance Multi-AP Specification is the technical specification for 12 Multi-AP. It defines control protocols between Wi-Fi® access points (APs) to 17 Most of the Multi-AP specification falls outside of the scope of 28 The text below refers to "Multi-AP Specification v1.0" [3]. 34 In a Multi-AP network, the central controller can configure the BSSs on the 42 Multi-AP specification doesn't dictate this, but typically the backhaul link 47 side of the backhaul link is configured through the Multi-AP protocol as the [all …]
|
/external/tcpdump/tests/ |
D | bgp-aigp-oobr-nossl.out | 8 Multi Exit Discriminator (4), length: 4, Flags [O]: 0 19 Multi-Protocol Reach NLRI (14), length: 33, Flags [OE]: 31 Multi Exit Discriminator (4), length: 4, Flags [O]: 0 42 Multi-Protocol Reach NLRI (14), length: 32, Flags [OE]: 51 Multi Exit Discriminator (4), length: 4, Flags [O]: 0 62 Multi-Protocol Reach NLRI (14), length: 81, Flags [OE]: 79 Multi Exit Discriminator (4), length: 4, Flags [O]: 0 96 Multi Exit Discriminator (4), length: 4, Flags [O]: 0 107 Multi-Protocol Reach NLRI (14), length: 33, Flags [OE]: 119 Multi Exit Discriminator (4), length: 4, Flags [O]: 0 [all …]
|
D | bgp-aigp-oobr-ssl.out | 8 Multi Exit Discriminator (4), length: 4, Flags [O]: 0 19 Multi-Protocol Reach NLRI (14), length: 33, Flags [OE]: 31 Multi Exit Discriminator (4), length: 4, Flags [O]: 0 42 Multi-Protocol Reach NLRI (14), length: 32, Flags [OE]: 51 Multi Exit Discriminator (4), length: 4, Flags [O]: 0 62 Multi-Protocol Reach NLRI (14), length: 81, Flags [OE]: 79 Multi Exit Discriminator (4), length: 4, Flags [O]: 0 96 Multi Exit Discriminator (4), length: 4, Flags [O]: 0 107 Multi-Protocol Reach NLRI (14), length: 33, Flags [OE]: 119 Multi Exit Discriminator (4), length: 4, Flags [O]: 0 [all …]
|
D | bgp-aigp.out | 6 Multi Exit Discriminator (4), length: 4, Flags [O]: 0 13 Multi-Protocol Reach NLRI (14), length: 17, Flags [OE]: 18 Multi-Protocol Unreach NLRI (15), length: 3, Flags [OE]:
|
D | tok2str-oobr-1.out | 16 Multi-Protocol Reach NLRI (14), length: 32, Flags [OE]: 36 Multi-Protocol Reach NLRI (14), length: 23, Flags [OE]: 53 Multi-Protocol Unreach NLRI (15), length: 3, Flags [OE]:
|
D | isis_stlv_asan.out | 18 Multi-Topology-Aware Port Capability TLV #143, length: 143 22 Multi-Topology-Aware Port Capability TLV #143, length: 143
|
D | bgp_vpn_rt-oobr.out | 7 Multi-Protocol Unreach NLRI (15), length: 227, Flags [T+6]: 19 Multi-Protocol Reach NLRI (14), length: 227, Flags [T+6]:
|
/external/angle/src/compiler/translator/TranslatorMetalDirect/ |
D | IntermRebuild.h | 111 static BaseResult Multi(std::vector<TIntermNode *> &&nodes); 114 static BaseResult Multi(Iter nodesBegin, Iter nodesEnd) in Multi() function 150 static PreResult Multi(std::vector<TIntermNode *> &&nodes) in Multi() function 152 return BaseResult::Multi(std::move(nodes)); in Multi() 156 static PreResult Multi(Iter nodesBegin, Iter nodesEnd) in Multi() function 158 return BaseResult::Multi(nodesBegin, nodesEnd); in Multi() 183 static PostResult Multi(std::vector<TIntermNode *> &&nodes) in Multi() function 185 return BaseResult::Multi(std::move(nodes)); in Multi() 189 static PostResult Multi(Iter nodesBegin, Iter nodesEnd) in Multi() function 191 return BaseResult::Multi(nodesBegin, nodesEnd); in Multi()
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | dllimport-memptr-global.cpp | 14 struct __declspec(dllimport) Multi : A, B { struct 32 auto mp_multi_nv = &Multi::nonvirt; // expected-warning {{global constructor}} 37 auto mp_multi_v = &Multi::virt;
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/ |
D | ViewMatcher.java | 26 return new Multi(views); in construct() 47 private final static class Multi extends ViewMatcher class in ViewMatcher 54 public Multi(Class<?>[] v) { _views = v; } in Multi() method in ViewMatcher.Multi
|
/external/autotest/client/site_tests/network_WiFiHECaps/ |
D | control.MU_MIMO | 13 Multi-User Multi Input Multi Output (MU-MIMO) downlink (DL) and uplink (UL).
|
/external/llvm-project/llvm/test/TableGen/ |
D | ifstmt.td | 28 multiclass Multi<int i> { 44 defm c1: Multi<1>; 50 defm c2: Multi<2>; 56 defm c3: Multi<3>;
|
D | LoLoL.td | 10 multiclass Multi<list<list<list<int>>> v> { 15 defm Def : Multi<[[[]],[[1, 2, 3]]]>;
|
/external/e2fsprogs/debian/ |
D | control | 27 Multi-Arch: foreign 56 Multi-Arch: foreign 68 Multi-Arch: same 82 Multi-Arch: same 96 Multi-Arch: same 110 Multi-Arch: same 124 Multi-Arch: same 150 Multi-Arch: same 172 Multi-Arch: same 205 Multi-Arch: foreign
|
/external/tinyalsa_new/debian/ |
D | control | 21 Multi-Arch: same 30 Multi-Arch: same 40 Multi-Arch: same
|
/external/deqp-deps/SPIRV-Tools/test/tools/ |
D | spirv_test_framework_unittest.py | 100 class Multi(R1, R2): class 124 self.assertEqual(get_all_superclasses(Multi), [R1, R2]) 158 get_all_test_methods(Multi), ['check_r1', 'check_r2', 'check_multi'])
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/tools/ |
D | spirv_test_framework_unittest.py | 100 class Multi(R1, R2): class 124 self.assertEqual(get_all_superclasses(Multi), [R1, R2]) 158 get_all_test_methods(Multi), ['check_r1', 'check_r2', 'check_multi'])
|
/external/swiftshader/third_party/SPIRV-Tools/test/tools/ |
D | spirv_test_framework_unittest.py | 100 class Multi(R1, R2): class 124 self.assertEqual(get_all_superclasses(Multi), [R1, R2]) 158 get_all_test_methods(Multi), ['check_r1', 'check_r2', 'check_multi'])
|
/external/llvm/test/TableGen/ |
D | LoLoL.td | 10 multiclass Multi<list<list<list<int>>> v> { 15 defm Def : Multi<[[[]],[[1, 2, 3]]]>;
|
/external/tensorflow/tensorflow/core/kernels/ |
D | training_ops_test.cc | 101 test::graph::Multi(g, "ApplyGradientDescent", {var, lr, grad}); in SGD() 137 test::graph::Multi(g, "ApplyAdagrad", {var, accum, lr, grad}); in Adagrad() 174 test::graph::Multi(g, "SparseApplyAdagrad", in SparseAdagrad() 219 test::graph::Multi(g, "ApplyMomentum", {var, accum, lr, grad, mom}); in Momentum() 264 test::graph::Multi( in Adam() 318 test::graph::Multi(g, "ApplyRMSProp", in RMSProp() 359 test::graph::Multi(g, "ApplyAddSign", in AddSign() 400 test::graph::Multi(g, "ApplyPowerSign", in PowerSign()
|
/external/ImageMagick/ |
D | Install-windows.txt | 44 o VisualDynamicMT.sln (Dynamic Multi-threaded DLL runtimes) 45 o VisualStaticMTD.sln (Static Multi-threaded DLL runtimes) 46 o VisualStaticMT.sln (Static Multi-threaded runtimes)
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ser/impl/ |
D | PropertySerializerMap.java | 318 return new Multi(this, ts); in newWith() 322 private final static class Multi extends PropertySerializerMap class in PropertySerializerMap 336 public Multi(PropertySerializerMap base, TypeAndSerializer[] entries) { in Multi() method in PropertySerializerMap.Multi 388 return new Multi(this, entries); in newWith()
|
/external/rust/cxx/book/src/ |
D | building.md | 1 {{#title Multi-language build system options — Rust ♡ C++}} 2 # Multi-language build system options
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/ |
D | MsgPackDocument.cpp | 76 bool Document::readFromBlob(StringRef Blob, bool Multi) { in readFromBlob() argument 79 if (Multi) { in readFromBlob() 89 if (Multi && Stack.size() == 1) { in readFromBlob()
|
/external/lzma/CS/7zip/Common/ |
D | CommandLineParser.cs | 21 public bool Multi; field in SevenZip.CommandLineParser.SwitchForm 31 Multi = multi; in SwitchForm() 101 if ((!switchForm.Multi) && matchedSwitch.ThereIs) in ParseString()
|