/external/chromium_org/net/quic/ |
quic_spdy_compressor.cc | 53 char id_str[sizeof(header_sequence_id_)]; local 54 memcpy(&id_str, &header_sequence_id_, sizeof(header_sequence_id_)); 60 priority_len + arraysize(id_str) + arraysize(len_str) + serialized_len); 64 compressed.append(id_str, arraysize(id_str));
|
/external/wpa_supplicant_8/src/ap/ |
eap_user_db.c | 136 char id_str[256], cmd[300]; local 139 if (identity_len >= sizeof(id_str)) 141 os_memcpy(id_str, identity, identity_len); 142 id_str[identity_len] = '\0'; 144 if (id_str[i] >= 'a' && id_str[i] <= 'z') 146 if (id_str[i] >= 'A' && id_str[i] <= 'Z') 148 if (id_str[i] >= '0' && id_str[i] <= '9' [all...] |
/external/chromium_org/chrome/common/extensions/api/input_ime/ |
input_components_handler.cc | 61 std::string id_str; local 103 if (!module_value->GetString(keys::kId, &id_str)) { 104 id_str = ""; 200 info->input_components.back().id = id_str;
|
/external/qemu/android/ |
snapshot.c | 82 char *id_str; member in struct:SnapshotInfo 101 AFREE(info->id_str); 145 info->id_str = android_alloc(id_str_size + 1); // +1: manual null-termination 148 read_or_die(fd, info->id_str, id_str_size); 151 info->id_str[id_str_size] = '\0'; 234 info->id_str, info->name, size_buf, date_buf, clock_buf);
|
/cts/tools/dasm/src/java_cup/ |
production.java | 285 * @param id_str the name of the id to be translated. 291 String id_str, /* the id string we are (possibly) translating */ 301 label_pos = (Integer)label_map.get(id_str); 304 if (label_pos == null) return id_str; 307 label_type = (String)label_types.get(id_str); 322 System.err.println("*** Label \"" + id_str + 329 return id_str; 337 return "(/*"+id_str+"*/("+label_type+")" + 360 String id_str; local 391 id_str = new String(buffer, id_start, pos - id_start) [all...] |
/external/chromium_org/chrome/browser/net/ |
http_server_properties_manager.cc | 346 const std::string& id_str = dict_it.key(); local 348 if (!base::StringToInt(id_str, &id)) {
|
/external/qemu/block/ |
qcow2.h | 73 char *id_str; member in struct:QCowSnapshot
|
/external/qemu/ |
block.h | 20 char id_str[128]; /* unique snapshot id */ member in struct:QEMUSnapshotInfo
|
/external/chromium_org/sync/internal_api/ |
sync_manager_impl.cc | 1066 std::string id_str; local [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
config_ssid.h | 359 * id_str - Network identifier string for external scripts 365 char *id_str; member in struct:wpa_ssid
|
/external/chromium_org/base/debug/ |
trace_event_unittest.cc | 1251 std::string id_str; local [all...] |
/external/chromium/chrome/browser/sync/engine/ |
syncapi.cc | 2658 std::string id_str; local [all...] |
/external/elfutils/src/ |
ld.h | 627 id_str, /* Normal string. */ enumerator in enum:id_list::__anon18206::id_type [all...] |