Searched refs:a_id (Results 1 - 11 of 11) sorted by relevance

/external/libchrome/base/threading/
H A Dthread_id_name_manager_unittest.cc55 base::PlatformThreadId a_id = thread_a.GetThreadId(); local
56 EXPECT_STREQ(kAThread, manager->GetName(a_id));
60 EXPECT_STREQ("", manager->GetName(a_id));
68 base::PlatformThreadId a_id = base::PlatformThread::CurrentId(); local
70 std::string version = manager->GetName(a_id);
73 EXPECT_NE(version, manager->GetName(a_id));
80 base::PlatformThreadId a_id = base::PlatformThread::CurrentId(); local
82 std::string version = manager->GetName(a_id);
85 EXPECT_NE(version, manager->GetName(a_id));
88 EXPECT_EQ(version, manager->GetName(a_id));
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_fast_pac.h22 u8 *a_id; member in struct:eap_fast_pac
34 const u8 *a_id, size_t a_id_len,
H A Deap_fast_pac.c54 os_free(pac->a_id);
64 * @a_id: A-ID to search for
70 const u8 *a_id, size_t a_id_len,
77 os_memcmp(pac->a_id, a_id, a_id_len) == 0) {
88 const u8 *a_id, size_t a_id_len, u16 pac_type)
97 os_memcmp(pac->a_id, a_id, a_id_len) == 0) {
145 if (entry == NULL || entry->a_id == NULL)
150 entry->a_id, entr
69 eap_fast_get_pac(struct eap_fast_pac *pac_root, const u8 *a_id, size_t a_id_len, u16 pac_type) argument
86 eap_fast_remove_pac(struct eap_fast_pac **pac_root, struct eap_fast_pac **pac_current, const u8 *a_id, size_t a_id_len, u16 pac_type) argument
[all...]
H A Deap_fast.c935 entry->a_id = pos;
1019 if (entry->a_id == NULL || entry->a_id_info == NULL) {
1346 const u8 *a_id; local
1353 a_id = buf;
1363 a_id = (const u8 *) (hdr + 1);
1367 wpa_hexdump_ascii(MSG_DEBUG, "EAP-FAST: A-ID", a_id, *id_len);
1369 return a_id;
1374 const u8 *a_id, size_t a_id_len)
1376 data->current_pac = eap_fast_get_pac(data->pac, a_id, a_id_len,
1384 data->pac, a_id, a_id_le
1373 eap_fast_select_pac(struct eap_fast_data *data, const u8 *a_id, size_t a_id_len) argument
1482 const u8 *a_id; local
[all...]
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_fast_pac.h22 u8 *a_id; member in struct:eap_fast_pac
34 const u8 *a_id, size_t a_id_len,
H A Deap_fast_pac.c54 os_free(pac->a_id);
64 * @a_id: A-ID to search for
70 const u8 *a_id, size_t a_id_len,
77 os_memcmp(pac->a_id, a_id, a_id_len) == 0) {
88 const u8 *a_id, size_t a_id_len, u16 pac_type)
97 os_memcmp(pac->a_id, a_id, a_id_len) == 0) {
145 if (entry == NULL || entry->a_id == NULL)
150 entry->a_id, entr
69 eap_fast_get_pac(struct eap_fast_pac *pac_root, const u8 *a_id, size_t a_id_len, u16 pac_type) argument
86 eap_fast_remove_pac(struct eap_fast_pac **pac_root, struct eap_fast_pac **pac_current, const u8 *a_id, size_t a_id_len, u16 pac_type) argument
[all...]
H A Deap_fast.c935 entry->a_id = pos;
1019 if (entry->a_id == NULL || entry->a_id_info == NULL) {
1346 const u8 *a_id; local
1353 a_id = buf;
1363 a_id = (const u8 *) (hdr + 1);
1367 wpa_hexdump_ascii(MSG_DEBUG, "EAP-FAST: A-ID", a_id, *id_len);
1369 return a_id;
1374 const u8 *a_id, size_t a_id_len)
1376 data->current_pac = eap_fast_get_pac(data->pac, a_id, a_id_len,
1384 data->pac, a_id, a_id_le
1373 eap_fast_select_pac(struct eap_fast_data *data, const u8 *a_id, size_t a_id_len) argument
1482 const u8 *a_id; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_fast_pac.h22 u8 *a_id; member in struct:eap_fast_pac
34 const u8 *a_id, size_t a_id_len,
H A Deap_fast_pac.c54 os_free(pac->a_id);
64 * @a_id: A-ID to search for
70 const u8 *a_id, size_t a_id_len,
77 os_memcmp(pac->a_id, a_id, a_id_len) == 0) {
88 const u8 *a_id, size_t a_id_len, u16 pac_type)
97 os_memcmp(pac->a_id, a_id, a_id_len) == 0) {
145 if (entry == NULL || entry->a_id == NULL)
150 entry->a_id, entr
69 eap_fast_get_pac(struct eap_fast_pac *pac_root, const u8 *a_id, size_t a_id_len, u16 pac_type) argument
86 eap_fast_remove_pac(struct eap_fast_pac **pac_root, struct eap_fast_pac **pac_current, const u8 *a_id, size_t a_id_len, u16 pac_type) argument
[all...]
H A Deap_fast.c935 entry->a_id = pos;
1019 if (entry->a_id == NULL || entry->a_id_info == NULL) {
1346 const u8 *a_id; local
1353 a_id = buf;
1363 a_id = (const u8 *) (hdr + 1);
1367 wpa_hexdump_ascii(MSG_DEBUG, "EAP-FAST: A-ID", a_id, *id_len);
1369 return a_id;
1374 const u8 *a_id, size_t a_id_len)
1376 data->current_pac = eap_fast_get_pac(data->pac, a_id, a_id_len,
1384 data->pac, a_id, a_id_le
1373 eap_fast_select_pac(struct eap_fast_data *data, const u8 *a_id, size_t a_id_len) argument
1482 const u8 *a_id; local
[all...]
/external/flatbuffers/src/
H A Didl_parser.cpp1365 auto a_id = atoi(a->attributes.Lookup("id")->constant.c_str()); local
1367 return a_id < b_id;

Completed in 317 milliseconds