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

  /external/bluetooth/bluedroid/btif/src/
btif_core.c 893 uint32_t num_props; local
901 num_props = 0;
904 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], BT_PROPERTY_BDADDR,
906 btif_storage_get_adapter_property(&properties[num_props]);
907 num_props++;
910 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], BT_PROPERTY_BDNAME,
912 btif_storage_get_adapter_property(&properties[num_props]);
913 num_props++;
916 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], BT_PROPERTY_ADAPTER_SCAN_MODE,
918 btif_storage_get_adapter_property(&properties[num_props]);
948 uint32_t num_props = 0; local
    [all...]
btif_storage.c 841 uint32_t num_props = 0; local
    [all...]
  /frameworks/native/cmds/dumpstate/
utils.c 372 size_t num_props = 0; variable
377 if (num_props < sizeof(props) / sizeof(props[0])) {
380 props[num_props++] = strdup(buf);
391 num_props = 0;
393 qsort(&props, num_props, sizeof(props[0]), compare_prop);
396 for (i = 0; i < num_props; ++i) {
  /external/chromium_org/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 163 milliseconds