HomeSort by relevance Sort by last modified time
    Searched defs:id_str (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/net/quic/
quic_spdy_compressor.cc 37 char id_str[sizeof(header_sequence_id_)]; local
38 memcpy(&id_str, &header_sequence_id_, sizeof(header_sequence_id_));
42 compressed.reserve(arraysize(id_str) + arraysize(len_str) + serialized_len);
43 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
102 if (!module_value->GetString(keys::kId, &id_str)) {
103 id_str = "";
186 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/base/debug/
trace_event_unittest.cc 1205 std::string id_str; local
    [all...]
  /external/chromium_org/sync/internal_api/
sync_manager_impl.cc 1070 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/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::__anon20008::id_type
    [all...]

Completed in 465 milliseconds