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

  /frameworks/native/cmds/dumpstate/
utils.c 517 size_t num_props = 0; variable
522 if (num_props < sizeof(props) / sizeof(props[0])) {
525 props[num_props++] = strdup(buf);
536 num_props = 0;
538 qsort(&props, num_props, sizeof(props[0]), compare_prop);
541 for (i = 0; i < num_props; ++i) {
  /system/bt/btif/src/
btif_core.c 693 uint32_t num_props; local
701 num_props = 0;
704 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], BT_PROPERTY_BDADDR,
706 btif_storage_get_adapter_property(&properties[num_props]);
707 num_props++;
710 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], BT_PROPERTY_BDNAME,
712 btif_storage_get_adapter_property(&properties[num_props]);
713 num_props++;
716 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], BT_PROPERTY_ADAPTER_SCAN_MODE,
718 btif_storage_get_adapter_property(&properties[num_props]);
748 uint32_t num_props = 0; local
    [all...]
btif_storage.c 864 uint32_t num_props = 0; local
    [all...]
  /external/v8/test/cctest/
test-api.cc 2874 int num_props = obj->GetPropertyNames()->Length(); local
2964 int num_props = obj->GetPropertyNames()->Length(); local
    [all...]

Completed in 211 milliseconds