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

  /frameworks/base/core/jni/
android_bluetooth_common.cpp 565 int max_num_properties, int *prop_index, property_value *value, int *len) {
583 *prop_index = i;
588 type = properties[*prop_index].type;
591 dbus_message_iter_get_arg_type(&prop_val), type, *prop_index);
683 int len = 0, prop_type = DBUS_TYPE_INVALID, prop_index = -1, type; local
708 if (!get_property(dict_entry, properties, max_num_properties, &prop_index,
711 if (properties[prop_index].type == DBUS_TYPE_ARRAY)
713 values[prop_index].value = value;
714 values[prop_index].len = len;
715 values[prop_index].used = true
752 int len = 0, prop_index = -1; local
    [all...]
  /external/chromium/chrome/browser/importer/
firefox_importer_utils.cc 265 size_t prop_index = content.find(pref_key + "=");
266 if (prop_index == std::string::npos)
269 size_t start = prop_index + pref_key.length();
439 size_t prop_index = content.find(search_for); local
440 if (prop_index == std::string::npos)
443 size_t start = prop_index + search_for.length();

Completed in 4946 milliseconds