/external/qemu/android/ |
D | boot-properties.c | 246 uint32_t property_count = 0; in boot_property_save_count() local 248 property_count++; in boot_property_save_count() 251 qemu_put_be32(f, property_count); in boot_property_save_count() 281 uint32_t i, property_count = qemu_get_be32(f); in boot_property_load() local 282 for (i = 0; i < property_count; i++) { in boot_property_load()
|
/external/chromium_org/content/renderer/pepper/ |
D | plugin_object.cc | 177 uint32_t property_count = 0; in WrapperClass_Enumerate() local 181 &property_count, &properties, in WrapperClass_Enumerate() 187 if (property_count > 0) { in WrapperClass_Enumerate() 189 malloc(sizeof(NPIdentifier) * property_count)); in WrapperClass_Enumerate() 191 for (uint32_t i = 0; i < property_count; ++i) { in WrapperClass_Enumerate() 218 for (uint32_t i = 0; i < property_count; ++i) in WrapperClass_Enumerate()
|
D | ppb_var_deprecated_impl.cc | 213 uint32_t* property_count, in EnumerateProperties() argument 217 *property_count = 0; in EnumerateProperties() 234 *property_count = count; in EnumerateProperties()
|
/external/chromium_org/base/mac/ |
D | objc_property_releaser.mm | 104 unsigned int property_count = 0; 105 objc_property_t* properties = class_copyPropertyList(class_, &property_count); 108 property_index < property_count;
|
/external/chromium_org/ppapi/cpp/dev/ |
D | scriptable_object_deprecated.cc | 64 uint32_t* property_count, in GetAllPropertyNames() argument 72 *property_count = static_cast<uint32_t>(props.size()); in GetAllPropertyNames()
|
/external/chromium_org/ppapi/c/dev/ |
D | ppp_class_deprecated.h | 84 uint32_t* property_count,
|
D | ppb_var_deprecated.h | 139 uint32_t* property_count,
|
/external/chromium_org/ppapi/proxy/ |
D | ppb_var_deprecated_proxy.cc | 124 uint32_t* property_count, in EnumerateProperties() argument 130 *property_count = 0; in EnumerateProperties() 136 property_count, properties); in EnumerateProperties()
|
D | ppp_class_proxy.cc | 89 uint32_t* property_count, in GetAllPropertyNames() argument
|
/external/v8/src/ |
D | v8natives.js | 72 var property_count = (methods.length >> 1) + (fields ? fields.length : 0); 73 if (property_count >= 4) { 74 %OptimizeObjectForAddingMultipleProperties(prototype, property_count);
|
D | parser.h | 87 int property_count() { return backing_[kPropertyCountIndex]; } in property_count() function
|
D | objects.cc | 3335 int property_count = map_of_this->NumberOfDescribedProperties(); in NormalizeProperties() local 3337 property_count += expected_additional_properties; in NormalizeProperties() 3339 property_count += 2; // Make space for two more properties. in NormalizeProperties() 3342 { MaybeObject* maybe_dictionary = StringDictionary::Allocate(property_count); in NormalizeProperties()
|
D | parser.cc | 4512 expected_property_count = entry.property_count(); in ParseFunctionLiteral()
|
/external/chromium_org/v8/src/ |
D | v8natives.js | 91 var property_count = (methods.length >> 1) + (fields ? fields.length : 0); 92 if (property_count >= 4) { 93 %OptimizeObjectForAddingMultipleProperties(prototype, property_count);
|
D | parser.h | 69 int property_count() { return backing_[kPropertyCountIndex]; } in property_count() function
|
D | objects.cc | 4582 int property_count = real_size; in NormalizeProperties() local 4584 property_count += expected_additional_properties; in NormalizeProperties() 4586 property_count += 2; // Make space for two more properties. in NormalizeProperties() 4589 isolate->factory()->NewNameDictionary(property_count); in NormalizeProperties()
|
D | parser.cc | 4203 expected_property_count = entry.property_count(); in ParseFunctionLiteral()
|
/external/clang/lib/Rewrite/Frontend/ |
D | RewriteModernObjC.cpp | 6480 unsigned int property_count) { in Write__prop_list_t_TypeDecl() argument 6485 Result += utostr(property_count); Result += "];\n"; in Write__prop_list_t_TypeDecl()
|