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

  /external/chromium_org/content/renderer/
skia_benchmarking_extension_unittest.cc 24 const SkString* info_str = (*info)[i]; local
25 if (info_str == NULL)
30 if (strstr(info_str->c_str(), field) != NULL)
skia_benchmarking_extension.cc 243 const SkString* info_str = (*info)[j]; local
244 DCHECK(info_str);
245 v8_info->Set(j, v8::String::NewFromUtf8(isolate, info_str->c_str()));
  /external/qemu/net/
net-android.c 314 snprintf(vc->info_str, sizeof(vc->info_str),
841 slirp_vc->info_str[0] = '\0';
1240 snprintf(s->vc->info_str, sizeof(s->vc->info_str), "fd=%d", fd);
    [all...]
net.c 306 snprintf(vc->info_str, sizeof(vc->info_str),
738 slirp_vc->info_str[0] = '\0';
1137 snprintf(s->vc->info_str, sizeof(s->vc->info_str), "fd=%d", fd);
    [all...]
  /external/qemu/include/net/
net.h 29 char info_str[256]; member in struct:VLANClientState
  /external/qemu/
tap-win32.c 683 snprintf(s->vc->info_str, sizeof(s->vc->info_str),

Completed in 517 milliseconds