Home
last modified time | relevance | path

Searched refs:registrar (Results 1 – 25 of 57) sorted by relevance

123

/external/caliper/caliper/src/test/java/com/google/caliper/runner/
DWorkerProcessTest.java67 private final MockRegistrar registrar = new MockRegistrar(); field in WorkerProcessTest
112 Iterables.getOnlyElement(registrar.hooks).getName()); in shutdownHook_waitFor()
114 assertTrue(registrar.hooks.isEmpty()); in shutdownHook_waitFor()
121 Thread hook = Iterables.getOnlyElement(registrar.hooks); in shutdownHook_exitValueThrows()
127 assertTrue(registrar.hooks.contains(hook)); in shutdownHook_exitValueThrows()
138 assertTrue(registrar.hooks.isEmpty()); in shutdownHook_exitValue()
150 assertTrue(registrar.hooks.isEmpty()); in shutdownHook_destroy()
172 registrar); in createWorkerProcess()
/external/wpa_supplicant_8/src/wps/
Dwps.c45 data->registrar = cfg->registrar; in wps_init()
46 if (cfg->registrar) { in wps_init()
69 if (cfg->wps->ap && !cfg->registrar && cfg->wps->ap_nfc_dev_pw_id) { in wps_init()
102 data->state = data->registrar ? RECV_M1 : SEND_M1; in wps_init()
161 if (data->registrar && data->nfc_pw_token) in wps_deinit()
162 wps_registrar_remove_nfc_pw_token(data->wps->registrar, in wps_deinit()
169 if (data->registrar) in wps_deinit()
170 wps_registrar_invalidate_pin(data->wps->registrar, in wps_deinit()
172 } else if (data->registrar) in wps_deinit()
173 wps_registrar_unlock_pin(data->wps->registrar, data->uuid_e); in wps_deinit()
[all …]
Dwps_registrar.c1095 void wps_registrar_complete(struct wps_registrar *registrar, const u8 *uuid_e, in wps_registrar_complete() argument
1098 if (registrar->pbc) { in wps_registrar_complete()
1099 wps_registrar_remove_pbc_session(registrar, in wps_registrar_complete()
1101 wps_registrar_pbc_completed(registrar); in wps_registrar_complete()
1103 os_get_reltime(&registrar->pbc_ignore_start); in wps_registrar_complete()
1105 os_memcpy(registrar->pbc_ignore_uuid, uuid_e, WPS_UUID_LEN); in wps_registrar_complete()
1107 wps_registrar_pin_completed(registrar); in wps_registrar_complete()
1111 wps_registrar_invalidate_wildcard_pin(registrar, dev_pw, in wps_registrar_complete()
1428 pin = wps_registrar_get_pin(wps->wps->registrar, wps->uuid_e, in wps_get_dev_password()
1442 wps->wps, wps->wps->registrar); in wps_get_dev_password()
[all …]
Dwps.h119 int registrar; member
645 struct wps_registrar *registrar; member
858 void wps_registrar_complete(struct wps_registrar *registrar, const u8 *uuid_e,
Dwps_er.c860 wps_registrar_probe_req_rx(ap->er->wps->registrar, addr, msg, 0); in wps_er_process_wlanevent_probe_req()
1044 cfg.registrar = 1; in wps_er_sta_start()
1507 struct wps_registrar *reg = er->wps->registrar; in wps_er_set_sel_reg()
1568 if (wps_registrar_pbc_overlap(er->wps->registrar, NULL, NULL)) { in wps_er_pbc()
1597 res = wps_registrar_button_pushed(er->wps->registrar, NULL); in wps_er_pbc()
1800 cfg.registrar = 1; in wps_er_ap_learn_m1()
1937 wps_registrar_add_pin(er->wps->registrar, NULL, uuid, pin, pin_len, 0); in wps_er_learn()
1983 cfg.registrar = 1; in wps_er_ap_config_m1()
2028 wps_registrar_add_pin(er->wps->registrar, NULL, uuid, pin, pin_len, 0); in wps_er_config()
Dwps_i.h32 int registrar; member
Dwps_enrollee.c322 if (wps->wps->registrar) { in wps_build_cred_network_key()
323 wps_cb_new_psk(wps->wps->registrar, in wps_build_cred_network_key()
408 if (wps->wps->ap && wps->wps->registrar) { in wps_build_m7()
414 wps_device_store(wps->wps->registrar, &wps->peer_dev, in wps_build_m7()
Dwps_upnp.c569 upnp_er_remove_notification(iface->wps->registrar, s); in subscription_destroy()
1143 iface->wps->registrar); in upnp_wps_device_deinit()
/external/wpa_supplicant_8/src/eap_server/
Deap_server_wsc.c21 int registrar; member
82 int registrar; in eap_wsc_init() local
88 registrar = 0; /* Supplicant is Registrar */ in eap_wsc_init()
92 registrar = 1; /* Supplicant is Enrollee */ in eap_wsc_init()
102 data->state = registrar ? START : MESG; in eap_wsc_init()
103 data->registrar = registrar; in eap_wsc_init()
107 cfg.registrar = registrar; in eap_wsc_init()
108 if (registrar) { in eap_wsc_init()
109 if (!sm->cfg->wps || !sm->cfg->wps->registrar) { in eap_wsc_init()
/external/wpa_supplicant_8/src/eap_peer/
Deap_wsc.c21 int registrar; member
143 int registrar; in eap_wsc_init() local
163 registrar = 1; /* Supplicant is Registrar */ in eap_wsc_init()
166 registrar = 0; /* Supplicant is Enrollee */ in eap_wsc_init()
176 data->state = registrar ? MESG : WAIT_START; in eap_wsc_init()
177 data->registrar = registrar; in eap_wsc_init()
182 cfg.registrar = registrar; in eap_wsc_init()
275 if (registrar && cfg.pin) { in eap_wsc_init()
276 wps_registrar_add_pin(data->wps_ctx->registrar, NULL, NULL, in eap_wsc_init()
/external/wpa_supplicant_8/src/ap/
Dwps_hostapd.c223 wps_registrar_complete(hapd->wps->registrar, data->uuid_e, in wps_stop_registrar()
734 wps_registrar_update_ie(hapd->wps->registrar); in hostapd_wps_reenable_ap_pin()
761 wps_registrar_update_ie(hapd->wps->registrar); in wps_pwd_auth_fail()
1315 wps->registrar = wps_registrar_init(wps, &cfg); in hostapd_init_wps()
1316 if (wps->registrar == NULL) { in hostapd_init_wps()
1353 wps_registrar_deinit(wps->registrar); in hostapd_init_wps_complete()
1433 wps_registrar_deinit(hapd->wps->registrar); in hostapd_deinit_wps()
1495 hostapd_wps_update_multi_ap(hapd, wps->registrar); in hostapd_update_wps()
1501 wps_registrar_update_ie(wps->registrar); in hostapd_update_wps()
1524 ret = wps_registrar_add_pin(hapd->wps->registrar, data->addr, in wps_add_pin()
[all …]
/external/tensorflow/tensorflow/core/data/service/
Dlocal_credentials_factory.cc45 static LocalCredentialsRegistrar registrar; variable
Dcredentials_factory.cc109 static InsecureCredentialsRegistrar registrar; variable
Ddata_service.cc333 static GrpcTransferClientRegistrar registrar; variable
/external/libcxx/test/support/
Drapid-cxx-test.hpp75 …static ::rapid_cxx_test::registrar
92 …static ::rapid_cxx_test::registrar
625 class registrar class
628 registrar(test_suite & st, test_case tc) in registrar() function in rapid_cxx_test::registrar
/external/tensorflow/tensorflow/core/common_runtime/
Dsession_test.cc63 static FakeSessionRegistrar registrar; variable
/external/tensorflow/tensorflow/lite/tools/delegates/
DREADME.md5 [A TFLite delegate registrar](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/…
6 is provided here. The registrar keeps a list of TFLite delegate providers, each
9 parameters. This delegate registrar has been used in TFLite evaluation tools and
/external/llvm-project/libcxx/test/support/
Drapid-cxx-test.h75 …static ::rapid_cxx_test::registrar
92 …static ::rapid_cxx_test::registrar
625 class registrar
628 registrar(test_suite & st, test_case tc) in registrar() function
/external/wpa_supplicant_8/wpa_supplicant/
Dwps_supplicant.c373 int registrar = 0; in wpa_supplicant_wps_cred() local
441 registrar = 1; in wpa_supplicant_wps_cred()
519 if (registrar) { in wpa_supplicant_wps_cred()
1007 int registrar, const u8 *dev_addr, in wpas_wps_add_network() argument
1020 wpa_config_set(ssid, "identity", registrar ? in wpas_wps_add_network()
1639 wps->registrar = wps_registrar_init(wps, &rcfg); in wpas_wps_init()
1640 if (wps->registrar == NULL) { in wpas_wps_init()
1687 wps_registrar_deinit(wpa_s->wps->registrar); in wpas_wps_deinit()
2004 return wps_registrar_add_pin(wpa_s->wps->registrar, addr, in wpas_wps_er_add_pin()
2474 wpa_s->wps->registrar, attr->oob_dev_password, in wpas_wps_add_nfc_password_token()
[all …]
Dp2p_supplicant.h182 int registrar);
248 const u8 *peer_addr, int registrar) in wpas_p2p_wps_success() argument
/external/libchrome/components/policy/core/common/
Dpolicy_service_impl_unittest.cc394 std::unique_ptr<PolicyChangeRegistrar> registrar(new PolicyChangeRegistrar( in TEST_F() local
400 registrar->Observe("pre", base::Bind( in TEST_F()
403 registrar->Observe("aaa", base::Bind( in TEST_F()
441 registrar.reset(); in TEST_F()
/external/tensorflow/tensorflow/lite/delegates/utils/dummy_delegate/
DREADME.md26 - Utilize the **[delegate registrar](https://github.com/tensorflow/tensorflow/tree/master/tensorflo…
36 delegate-registrar approach is slightly preferred here.
/external/tensorflow/tensorflow/lite/g3doc/performance/
Ddelegates.md125 …orflow/tensorflow/blob/master/tensorflow/lite/tools/delegates/README.md#tflite-delegate-registrar).
152 …sorflow/tensorflow/blob/master/tensorflow/lite/tools/delegates/README.md#tflite-delegate-registrar)
222 …sorflow/tensorflow/blob/master/tensorflow/lite/tools/delegates/README.md#tflite-delegate-registrar)
Dimplementing_delegate.md258 …[delegate registrar](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/lite/tools/de…
275 integration tests. Use the delegate registrar approach for better clarity.
277 ### Option 1: Leverage delegate registrar
280 [delegate registrar](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/lite/tools/del…
/external/tensorflow/tensorflow/lite/tools/evaluation/tasks/inference_diff/
DREADME.md68 [delegate registrar](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/lite/tools/del…

123