/third_party/wpa_supplicant/wpa_supplicant-2.9/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 …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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 …]
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
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()
|
/third_party/skia/third_party/externals/angle2/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()
|
D | ReduceInterfaceBlocks.cpp | 63 return PreResult::Multi(std::begin(replacements), std::end(replacements)); in visitDeclarationPre() 82 return PreResult::Multi(std::begin(replacements), std::end(replacements)); in visitDeclarationPre()
|
/third_party/skia/third_party/externals/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'])
|
/third_party/skia/third_party/externals/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'])
|
/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'])
|
/third_party/typescript/tests/baselines/reference/ |
D | templateStringWithEmbeddedCommentsES6.types | 3 >`head${ // single line comment10}middle${/* Multi- * line * comment */ 20 // closing comment}tail`… 9 /* Multi-
|
D | templateStringWithEmbeddedComments.types | 3 >`head${ // single line comment10}middle${/* Multi- * line * comment */ 20 // closing comment}tail`… 9 /* Multi-
|
D | doNotEmitDetachedCommentsAtStartOfConstructor.types | 19 Multi-line comment 46 Multi-line comment with more than one blank line
|
D | doNotEmitDetachedCommentsAtStartOfConstructor.symbols | 18 Multi-line comment 43 Multi-line comment with more than one blank line
|
D | templateStringWithEmbeddedCommentsES6.symbols | 7 /* Multi-
|
D | templateStringWithEmbeddedComments.symbols | 7 /* Multi-
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/docs/ |
D | scheduler.md | 17 - [Multi-Threaded-Workers](#multi-threaded-workers) 35 …lling thread. This worker is used for scheduling tasks when there are no [Multi-Threaded-Workers](… 86 …Multi-Threaded-Workers](#multi-threaded-workers) is picked. If any workers have entered a [spin-fo… 90 …ssing function for worker fibers. `run()` is called by the start of each [Multi-Threaded-Worker](#… 92 This function is shared by both the [Single-Threaded](#single-threaded-workers) and [Multi-Threaded… 130 If the worker is a [Multi-Threaded-Worker](#multi-threaded-workers), `waitForWork()` begins by ente… 181 A worker is created as either a Single-Threaded-Worker or Multi-Threaded-Worker. 185 The most significant difference is that the Multi-Threaded-Worker spawns a dedicated worker thread … 222 ### Multi-Threaded-Workers 224 Multi-Threaded-Workers are created when the `marl::Scheduler` is constructed with a positive number…
|
/third_party/skia/third_party/externals/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()
|
/third_party/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()
|
/third_party/rust/crates/cxx/book/src/ |
D | building.md | 1 {{#title Multi-language build system options — Rust ♡ C++}} 2 # Multi-language build system options
|
/third_party/glslang/Test/ |
D | spv.loops.frag | 177 // Multi-exit 194 // Multi-exit2 247 // Multi-continue
|
D | loops.frag | 195 // Multi-exit 212 // Multi-exit2 265 // Multi-continue
|
/third_party/python/Lib/unittest/test/testmock/ |
D | testcallable.py | 106 class Multi(SomeClass, Sub): class 110 for Klass in CallableX, Sub, Multi:
|
/third_party/skia/third_party/externals/expat/expat/win32/ |
D | README.txt | 54 Multi-threaded: libexpat(w)MT.lib 55 Multi-threaded Dll: libexpat(w)MD.lib
|
/third_party/mesa3d/src/intel/vulkan/ |
D | TODO | 9 - Multi-{sampled/gfx8,LOD} HiZ
|
/third_party/curl/docs/cmdline-opts/ |
D | manual.md | 9 Multi: custom
|
D | sasl-ir.md | 8 Multi: boolean
|