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

/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.cc213 uint32_t* property_count,
217 *property_count = 0;
234 *property_count = count;
212 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.h87 int property_count() { return backing_[kPropertyCountIndex]; } function in class:v8::internal::BASE_EMBEDDED
H A Dobjects.cc4500 int property_count = real_size; local
4502 property_count += expected_additional_properties;
4504 property_count += 2; // Make space for two more properties.
4508 NameDictionary::Allocate(GetHeap(), property_count);
/external/v8/src/
H A Dparser.h87 int property_count() { return backing_[kPropertyCountIndex]; } function in class:v8::internal::BASE_EMBEDDED
H A Dobjects.cc3335 int property_count = map_of_this->NumberOfDescribedProperties(); local
3337 property_count += expected_additional_properties;
3339 property_count += 2; // Make space for two more properties.
3342 { MaybeObject* maybe_dictionary = StringDictionary::Allocate(property_count);
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp6480 unsigned int property_count) {
6485 Result += utostr(property_count); Result += "];\n";
6479 Write__prop_list_t_TypeDecl(std::string &Result, unsigned int property_count) argument

Completed in 2304 milliseconds