Searched defs:property_count (Results 1 - 9 of 9) sorted by relevance

/external/bluetooth/bluedroid/test/suite/support/
H A Dadapter.c25 static int property_count = 0; variable
34 return property_count;
38 for (int i = 0; i < property_count; ++i) {
61 property_free_array(properties, property_count);
63 property_count = num_properties;
/external/chromium_org/ppapi/cpp/dev/
H A Dscriptable_object_deprecated.cc64 uint32_t* property_count,
72 *property_count = static_cast<uint32_t>(props.size());
63 GetAllPropertyNames(void* object, uint32_t* property_count, PP_Var** properties, PP_Var* exception) argument
/external/chromium_org/content/renderer/pepper/
H A Dppb_var_deprecated_impl.cc131 uint32_t* property_count,
141 *property_count = 0;
157 *property_count = size;
130 EnumerateProperties(PP_Var var, uint32_t* property_count, PP_Var** properties, PP_Var* exception) argument
/external/chromium_org/ppapi/proxy/
H A Dppb_var_deprecated_proxy.cc124 uint32_t* property_count,
130 *property_count = 0;
136 property_count, properties);
123 EnumerateProperties(PP_Var var, uint32_t* property_count, PP_Var** properties, PP_Var* exception) argument
H A Dppp_class_proxy.cc89 uint32_t* property_count,
88 GetAllPropertyNames(void* object, uint32_t* property_count, PP_Var** properties, PP_Var* exception) argument
/external/qemu/android/
H A Dboot-properties.c246 uint32_t property_count = 0; local
248 property_count++;
251 qemu_put_be32(f, property_count);
281 uint32_t i, property_count = qemu_get_be32(f); local
282 for (i = 0; i < property_count; i++) {
/external/chromium_org/v8/src/
H A Dparser.h48 int property_count() { return backing_[kPropertyCountIndex]; } function in class:v8::internal::BASE_EMBEDDED
H A Dobjects.cc4181 int property_count = real_size; local
4183 property_count += expected_additional_properties;
4185 property_count += 2; // Make space for two more properties.
4188 NameDictionary::New(isolate, property_count);
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp6414 unsigned int property_count) {
6419 Result += utostr(property_count); Result += "];\n";
6413 Write__prop_list_t_TypeDecl(std::string &Result, unsigned int property_count) argument

Completed in 6648 milliseconds