HomeSort by relevance Sort by last modified time
    Searched defs:id_str (Results 1 - 14 of 14) 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)) {
144 (int) (sizeof(id_str)));
147 os_memcpy(id_str, identity, identity_len);
148 id_str[identity_len] = '\0';
150 if (id_str[i] >= 'a' && id_str[i] <= 'z')
152 if (id_str[i] >= 'A' && id_str[i] <= 'Z')
154 if (id_str[i] >= '0' && id_str[i] <= '9'
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
validate.cpp 201 auto id_str = ss.str(); local
204 << id_str.substr(0, id_str.size() - 1);
  /external/google-benchmark/src/
sysinfo.cc 199 const char* id_str = strchr(line, ':'); local
200 if (id_str) {
201 const long cpu_id = strtol(id_str + 1, &err, 10);
202 if (id_str[1] != '\0' && *err == '\0' && max_cpu_id < cpu_id)
  /external/libcxx/utils/google-benchmark/src/
sysinfo.cc 199 const char* id_str = strchr(line, ':'); local
200 if (id_str) {
201 const long cpu_id = strtol(id_str + 1, &err, 10);
202 if (id_str[1] != '\0' && *err == '\0' && max_cpu_id < cpu_id)
  /external/strace/tests/
quotactl.h 98 const char *id_str = NULL; local
112 id_str = va_arg(ap, const char *);
133 printf(", %s", id_str);
  /external/strace/tests-m32/
quotactl.h 98 const char *id_str = NULL; local
112 id_str = va_arg(ap, const char *);
133 printf(", %s", id_str);
  /external/strace/tests-mx32/
quotactl.h 98 const char *id_str = NULL; local
112 id_str = va_arg(ap, const char *);
133 printf(", %s", id_str);
  /device/google/dragon/recovery/updater/
fwtool.cpp 178 const char *id_str; member in struct:__anon3391
207 part_list[cur_index].id_str, &cur_id_size, NULL));
218 part_list[old_index].id_str, &old_id_size, NULL));
  /external/google-breakpad/src/client/windows/crash_generation/
minidump_generator.cc 573 wstring id_str = GUIDString::GUIDToWString(&id); local
575 *file_path = dump_path_ + TEXT("\\") + id_str + TEXT(".dmp");
  /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/wpa_supplicant_8/wpa_supplicant/
config_ssid.h 406 * id_str - Network identifier string for external scripts
412 char *id_str; member in struct:wpa_ssid
  /external/libchrome/base/trace_event/
trace_event_unittest.cc 1504 std::string id_str; local
    [all...]
  /system/core/logcat/
logcat.cpp 868 static const char id_str[] = "id"; local
    [all...]
  /external/elfutils/src/
ld.h 619 id_str, /* Normal string. */ enumerator in enum:id_list::__anon18825::id_type
    [all...]

Completed in 431 milliseconds