Searched refs:property_count (Results 1 - 6 of 6) sorted by relevance

/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/v8/src/
H A Dv8natives.js72 var property_count = (methods.length >> 1) + (fields ? fields.length : 0);
73 if (property_count >= 4) {
74 %OptimizeObjectForAddingMultipleProperties(prototype, property_count);
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);
H A Dparser.cc4512 expected_property_count = entry.property_count();
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp6211 unsigned int property_count) {
6216 Result += utostr(property_count); Result += "];\n";
6210 Write__prop_list_t_TypeDecl(std::string &Result, unsigned int property_count) argument

Completed in 190 milliseconds