Home
last modified time | relevance | path

Searched refs:Multi (Results 1 – 25 of 506) sorted by relevance

12345678910>>...21

/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
DREADME-MULTI-AP1 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/
DREADME-MULTI-AP1 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/
DIntermRebuild.h111 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/
DIntermRebuild.h111 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()
DReduceInterfaceBlocks.cpp63 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/
Dspirv_test_framework_unittest.py100 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/
Dspirv_test_framework_unittest.py100 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/
Dspirv_test_framework_unittest.py100 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/
DtemplateStringWithEmbeddedCommentsES6.types3 >`head${ // single line comment10}middle${/* Multi- * line * comment */ 20 // closing comment}tail`…
9 /* Multi-
DtemplateStringWithEmbeddedComments.types3 >`head${ // single line comment10}middle${/* Multi- * line * comment */ 20 // closing comment}tail`…
9 /* Multi-
DdoNotEmitDetachedCommentsAtStartOfConstructor.types19 Multi-line comment
46 Multi-line comment with more than one blank line
DdoNotEmitDetachedCommentsAtStartOfConstructor.symbols18 Multi-line comment
43 Multi-line comment with more than one blank line
DtemplateStringWithEmbeddedCommentsES6.symbols7 /* Multi-
DtemplateStringWithEmbeddedComments.symbols7 /* Multi-
/third_party/skia/third_party/externals/swiftshader/third_party/marl/docs/
Dscheduler.md17 - [Multi-Threaded-Workers](#multi-threaded-workers)
35 …lling thread. This worker is used for scheduling tasks when there are no [Multi-Threaded-Workers](…
86Multi-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/
DMsgPackDocument.cpp76 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/
DCommandLineParser.cs21 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/
Dbuilding.md1 {{#title Multi-language build system options — Rust ♡ C++}}
2 # Multi-language build system options
/third_party/glslang/Test/
Dspv.loops.frag177 // Multi-exit
194 // Multi-exit2
247 // Multi-continue
Dloops.frag195 // Multi-exit
212 // Multi-exit2
265 // Multi-continue
/third_party/python/Lib/unittest/test/testmock/
Dtestcallable.py106 class Multi(SomeClass, Sub): class
110 for Klass in CallableX, Sub, Multi:
/third_party/skia/third_party/externals/expat/expat/win32/
DREADME.txt54 Multi-threaded: libexpat(w)MT.lib
55 Multi-threaded Dll: libexpat(w)MD.lib
/third_party/mesa3d/src/intel/vulkan/
DTODO9 - Multi-{sampled/gfx8,LOD} HiZ
/third_party/curl/docs/cmdline-opts/
Dmanual.md9 Multi: custom
Dsasl-ir.md8 Multi: boolean

12345678910>>...21