Home
last modified time | relevance | path

Searched refs:Registrar (Results 1 – 19 of 19) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dorc_jit_memory_mapper.h31 class Registrar {
35 explicit Registrar(
41 static ::xla::cpu::orc_jit_memory_mapper::Registrar \
Dorc_jit_memory_mapper.cc33 Registrar::Registrar( in Registrar() function in xla::cpu::orc_jit_memory_mapper::Registrar
/external/tensorflow/tensorflow/core/framework/
Ddevice_factory.h97 class Registrar {
129 explicit Registrar(const std::string& device_type, int priority = 50) {
142 static ::tensorflow::dfactory::Registrar<device_factory> \
/external/wpa_supplicant_8/wpa_supplicant/
DREADME-WPS30 - Registrar: a device that control a network and can authorize
32 Registrar") or in an external device, e.g., a laptop, ("external
33 Registrar")
37 roles (i.e., AP acts as an Enrollee and client device as a Registrar)
49 an Enrollee to enroll new network credential or as a Registrar to
117 entered at the Registrar to complete WPS registration. At that point,
147 a button is also pressed at the AP/Registrar at about the same time (2
153 At this point, the AP/Registrar has two minutes to complete WPS
158 If the client wants to operate in the Registrar role to learn the
188 the AP support WPS, but has not recently activated a Registrar, [WPS]
[all …]
DChangeLog1255 * added support for WPS External Registrar functionality (configure APs
1286 addition, wpa_supplicant can act as a wireless WPS Registrar to
/external/wpa_supplicant_8/hostapd/
DREADME-WPS29 - Registrar: a device that control a network and can authorize
31 Registrar") or in an external device, e.g., a laptop, ("external
32 Registrar")
36 roles (i.e., AP acts as an Enrollee and client device as a Registrar)
48 internal WPS Registrar to manage addition of new WPS enabled clients
52 WPS registration between a wireless Enrollee and an external Registrar
133 Registrar) in order to start PIN mode negotiation for WPS, an
176 If the UUID-E is not available (e.g., Enrollee waits for the Registrar
215 When an external Registrar is used, the AP can act as an Enrollee and
265 also be used to add additional networks if the Registrar is used to
[all …]
DChangeLog516 * limit number of active wildcard PINs for WPS Registrar to one to avoid
635 * fix WPS internal Registrar use when an external Registrar is also
652 * work around interoperability issue with some WPS External Registrar
670 * WPS: handle Selected Registrar as union of info from all Registrars
724 (hostapd can now be configured to act as an integrated WPS Registrar
726 methods; external wireless Registrar can configure the AP, but
DREADME-MULTI-AP141 in hostapd on Registrar AP).
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DObjectLinkingLayer.cpp423 EHFrameRegistrar &Registrar) in EHFrameRegistrationPlugin() argument
424 : Registrar(Registrar) {} in EHFrameRegistrationPlugin()
456 return Registrar.registerEHFrames(EHFrameRange.Addr, EHFrameRange.Size); in notifyEmitted()
469 return Registrar.deregisterEHFrames(EHFrameRange.Addr, EHFrameRange.Size); in notifyRemovingModule()
490 Registrar.deregisterEHFrames(EHFrameRange.Addr, in notifyRemovingAllModules()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DObjectLinkingLayer.h159 EHFrameRegistrationPlugin(jitlink::EHFrameRegistrar &Registrar);
173 jitlink::EHFrameRegistrar &Registrar; variable
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/util/
DULocaleCollationTest.java47 }, null, new Registrar() { in TestCollator()
80 interface Registrar { interface in ULocaleCollationTest
213 Subobject sub, Registrar reg) { in checkService()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DULocaleCollationTest.java50 }, null, new Registrar() { in TestCollator()
83 interface Registrar { interface in ULocaleCollationTest
216 Subobject sub, Registrar reg) { in checkService()
DULocaleTest.java169 }, new Registrar() { in TestNumberFormat()
397 interface Registrar { interface in ULocaleTest
469 Subobject sub, Registrar reg) { in checkService()
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DObjectLinkingLayer.h181 std::unique_ptr<jitlink::EHFrameRegistrar> Registrar);
199 std::unique_ptr<jitlink::EHFrameRegistrar> Registrar; variable
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DObjectLinkingLayer.cpp538 ExecutionSession &ES, std::unique_ptr<EHFrameRegistrar> Registrar) in EHFrameRegistrationPlugin() argument
539 : ES(ES), Registrar(std::move(Registrar)) {} in EHFrameRegistrationPlugin()
576 return Registrar->registerEHFrames(EmittedRange.Addr, EmittedRange.Size); in notifyEmitted()
604 Registrar->deregisterEHFrames(RangeToRemove.Addr, RangeToRemove.Size)); in notifyRemovingResources()
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/lang/
Dwpa_gui_de.ts551 <source> (Registrar-specified)</source>
1035 <source>Registrar does not yet know PIN</source>
1192 <source>Waiting for Registrar</source>
1197 …<source>Enter the generated PIN into the Registrar (either the internal one in the AP or an extern…
/external/tensorflow/tensorflow/lite/tools/delegates/
DREADME.md3 ## TFLite Delegate Registrar
/external/tensorflow/tensorflow/lite/delegates/utils/dummy_delegate/
DREADME.md40 ### Option 1: Utilize Delegate Registrar
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DULocaleTest.java166 }, new Registrar() { in TestNumberFormat()
394 interface Registrar { interface in ULocaleTest
466 Subobject sub, Registrar reg) { in checkService()