/external/chromium_org/chrome/browser/sessions/ |
H A D | session_command.h | 28 typedef uint8 id_type; typedef in class:SessionCommand 35 SessionCommand(id_type id, size_type size); 39 SessionCommand(id_type id, const Pickle& pickle); 46 id_type id() const { return id_; } 62 const id_type id_;
|
H A D | session_backend.h | 35 typedef SessionCommand::id_type id_type; typedef in class:SessionBackend
|
H A D | session_backend.cc | 40 typedef SessionCommand::id_type id_type; typedef in class:__anon4657::SessionFileReader 151 const id_type command_id = buffer_[buffer_position_]; 155 new SessionCommand(command_id, command_size - sizeof(id_type)); 156 if (command_size > sizeof(id_type)) { 158 &(buffer_[buffer_position_ + sizeof(id_type)]), 159 command_size - sizeof(id_type)); 310 const size_type total_size = content_size + sizeof(id_type); 321 id_type command_id = (*i)->id();
|
/external/chromium_org/components/sessions/ |
H A D | session_id.h | 14 typedef int32 id_type; typedef in class:SessionID 20 void set_id(id_type id) { id_ = id; } 21 id_type id() const { return id_; } 24 id_type id_;
|
/external/llvm/include/llvm/Support/ |
H A D | Process.h | 63 typedef pid_t id_type; typedef in class:llvm::sys::process 65 typedef unsigned long id_type; // Must match the type of DWORD. typedef in class:llvm::sys::process 71 virtual id_type get_id() = 0; 113 id_type get_id() override;
|
/external/ipsec-tools/src/racoon/ |
H A D | admin.h | 106 int id_type; member in struct:admin_com_psk
|
/external/wpa_supplicant_8/hostapd/src/eap_peer/ |
H A D | ikev2.c | 460 u8 id_type; local 472 id_type = idi[0]; 476 wpa_printf(MSG_DEBUG, "IKEV2: IDi ID Type %d", id_type); 484 data->IDi_type = id_type;
|
/external/wpa_supplicant_8/hostapd/src/eap_server/ |
H A D | ikev2.c | 516 u8 id_type; local 528 id_type = idr[0]; 532 wpa_printf(MSG_DEBUG, "IKEV2: IDr ID Type %d", id_type); 535 if (id_type != data->IDr_type || idr_len != data->IDr_len || 540 id_type); 552 data->IDr_type = id_type;
|
/external/wpa_supplicant_8/src/eap_peer/ |
H A D | ikev2.c | 460 u8 id_type; local 472 id_type = idi[0]; 476 wpa_printf(MSG_DEBUG, "IKEV2: IDi ID Type %d", id_type); 484 data->IDi_type = id_type;
|
/external/wpa_supplicant_8/src/eap_server/ |
H A D | ikev2.c | 516 u8 id_type; local 528 id_type = idr[0]; 532 wpa_printf(MSG_DEBUG, "IKEV2: IDr ID Type %d", id_type); 535 if (id_type != data->IDr_type || idr_len != data->IDr_len || 540 id_type); 552 data->IDr_type = id_type;
|
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/ |
H A D | ikev2.c | 460 u8 id_type; local 472 id_type = idi[0]; 476 wpa_printf(MSG_DEBUG, "IKEV2: IDi ID Type %d", id_type); 484 data->IDi_type = id_type;
|
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/ |
H A D | ikev2.c | 516 u8 id_type; local 528 id_type = idr[0]; 532 wpa_printf(MSG_DEBUG, "IKEV2: IDr ID Type %d", id_type); 535 if (id_type != data->IDr_type || idr_len != data->IDr_len || 540 id_type); 552 data->IDr_type = id_type;
|
/external/chromium_org/media/formats/webm/ |
H A D | webm_parser.cc | 804 ElementType id_type = local 808 if (id_type == UNKNOWN) { 836 if (id_type == LIST) { 849 int bytes_parsed = ParseNonListElement(id_type, id, element_size,
|
/external/tcpdump/ |
H A D | isakmp.h | 251 u_int8_t id_type; /* ID Type */ member in union:ikev1_pl_id::__anon31450
|
/external/bluetooth/bluedroid/bta/include/ |
H A D | bta_gatt_api.h | 236 tBTA_GATT_ID_TYPE id_type; member in struct:__anon770
|
/external/elfutils/0.153/src/ |
H A D | ld.h | 625 enum id_type enum in union:id_list::__anon21298 630 } id_type; member in union:id_list::__anon21298
|