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

  /external/wpa_supplicant_8/src/ap/
eap_user_db.c 138 char id_str[256], cmd[300]; local
141 if (identity_len >= sizeof(id_str))
143 os_memcpy(id_str, identity, identity_len);
144 id_str[identity_len] = '\0';
146 if (id_str[i] >= 'a' && id_str[i] <= 'z')
148 if (id_str[i] >= 'A' && id_str[i] <= 'Z')
150 if (id_str[i] >= '0' && id_str[i] <= '9'
    [all...]
  /external/qemu/block/
qcow2-snapshot.c 45 /* id_str follows */
56 g_free(s->snapshots[i].id_str);
99 sn->id_str = g_malloc(id_str_size + 1);
100 if (bdrv_pread(bs->file, offset, sn->id_str, id_str_size) != id_str_size)
103 sn->id_str[id_str_size] = '\0';
135 offset += strlen(sn->id_str);
156 id_str_size = strlen(sn->id_str);
164 if (bdrv_pwrite_sync(bs->file, offset, sn->id_str, id_str_size) < 0)
192 char *id_str, int id_str_size)
200 id = strtoul(sn->id_str, NULL, 10)
    [all...]
qcow2.h 73 char *id_str; member in struct:QCowSnapshot
  /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/qemu/android/
snapshot.c 77 char *id_str; member in struct:SnapshotInfo
96 AFREE(info->id_str);
140 info->id_str = android_alloc(id_str_size + 1); // +1: manual null-termination
143 read_or_die(fd, info->id_str, id_str_size);
146 info->id_str[id_str_size] = '\0';
235 info->id_str, info->name, size_buf, date_buf, clock_buf);
  /external/chromium_org/chrome/common/extensions/api/input_ime/
input_components_handler.cc 61 std::string id_str; local
104 if (!module_value->GetString(keys::kId, &id_str)) {
105 id_str = "";
217 info->input_components.back().id = id_str;
  /external/chromium_org/chrome/browser/extensions/api/audio/
audio_service_chromeos.cc 53 uint64 GetIdFromStr(const std::string& id_str);
195 uint64 AudioServiceImpl::GetIdFromStr(const std::string& id_str) {
197 if (!base::StringToUint64(id_str, &device_id))
  /external/chromium_org/components/policy/tools/
generate_policy_source.py 483 id_str = schema['id']
484 if self.id_map.has_key(id_str):
485 raise RuntimeError('Duplicated id: ' + id_str)
486 self.id_map[id_str] = index
543 def GetByID(self, id_str):
544 if not isinstance(id_str, types.StringTypes):
545 return id_str
546 if not self.id_map.has_key(id_str):
547 raise RuntimeError('Invalid $ref: ' + id_str)
548 return self.id_map[id_str]
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config_ssid.h 367 * id_str - Network identifier string for external scripts
373 char *id_str; member in struct:wpa_ssid
wps_supplicant.h 65 int ndef, const char *id_str);
wps_supplicant.c     [all...]
config_winreg.c 932 STR(id_str);
config_file.c 731 STR(id_str);
ctrl_iface.c     [all...]
config.c     [all...]
wpa_supplicant.c 702 MACSTR " completed [id=%d id_str=%s]",
705 ssid && ssid->id_str ? ssid->id_str : "");
    [all...]
  /external/lldb/source/Commands/
CommandObjectBreakpointCommand.cpp 854 StreamString id_str; local
    [all...]
CommandObjectBreakpoint.cpp 1825 StreamString id_str; local
    [all...]
  /external/chromium_org/chrome/browser/net/
http_server_properties_manager.cc 386 const std::string& id_str = dict_it.key(); local
388 if (!base::StringToInt(id_str, &id)) {
  /external/elfutils/0.153/src/
ldscript.y 645 newp->u.id_type = id_str;
714 if (runp->u.id_type == id_str)
ld.h 627 id_str, /* Normal string. */ enumerator in enum:id_list::__anon25107::id_type
    [all...]
  /external/qemu/include/block/
block.h 20 char id_str[128]; /* unique snapshot id */ member in struct:QEMUSnapshotInfo
  /external/qemu/
savevm.c     [all...]
block.c     [all...]
  /external/chromium_org/base/debug/
trace_event_unittest.cc 1299 std::string id_str; local
    [all...]

Completed in 942 milliseconds