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

  /external/freetype/src/sfnt/
ttbdf.c 111 FT_UInt num_items = FT_PEEK_USHORT( p + 2 ); local
117 strike += 10 * num_items;
  /external/qemu/android/skin/
keyset.c 331 int num_items; member in struct:SkinKeyset
341 SkinKeyItem* end = item + kset->num_items;
364 if (kset->num_items >= kset->max_items) {
374 item = kset->items + kset->num_items++;
456 kset->num_items = 0;
471 SkinKeyItem* end = item + kset->num_items;
496 SkinKeyItem* end = item + kset->num_items;
  /external/wpa_supplicant/
ctrl_iface_dbus_handlers.c 470 size_t num_items; local
486 eap_methods = eap_get_names_as_string_array(&num_items);
493 num_items);
    [all...]
  /external/chromium/net/disk_cache/
rankings.cc 795 int num_items = 0; local
812 num_items++;
814 return num_items;
  /external/openssl/crypto/lhash/
lhash.h 149 unsigned long num_items; member in struct:lhash_st
  /external/openssl/include/openssl/
lhash.h 149 unsigned long num_items; member in struct:lhash_st
  /external/wpa_supplicant_6/wpa_supplicant/
ctrl_iface_dbus_handlers.c 528 size_t num_items; local
544 eap_methods = eap_get_names_as_string_array(&num_items);
551 num_items);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_old_handlers.c 506 size_t num_items; local
522 eap_methods = eap_get_names_as_string_array(&num_items);
529 num_items);
    [all...]
dbus_new_handlers.c 865 size_t num_items = 0; local
867 eap_methods = eap_get_names_as_string_array(&num_items);
875 eap_methods, num_items);
877 while (num_items)
878 os_free(eap_methods[--num_items]);
    [all...]
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc 3308 int num_items = import_items_list->GetSize(); local
    [all...]

Completed in 215 milliseconds