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

  /external/chromium_org/ppapi/c/dev/
ppp_class_deprecated.h 73 * to set |*property_count| to 0 and |properties| to NULL in all failure
79 * PPB_Core.MemAlloc(sizeof(PP_Var) * property_count) and add a reference
84 uint32_t* property_count,
ppb_var_deprecated.h 115 * On failure, |*properties| will be set to NULL and |*property_count| will be
139 uint32_t* property_count,
  /external/qemu/android/
boot-properties.c 246 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/content/renderer/pepper/
plugin_object.cc 177 uint32_t property_count = 0;
181 &property_count, &properties,
187 if (property_count > 0) {
189 malloc(sizeof(NPIdentifier) * property_count));
191 for (uint32_t i = 0; i < property_count; ++i) {
218 for (uint32_t i = 0; i < property_count; ++i)
ppb_var_deprecated_impl.cc 213 uint32_t* property_count,
217 *property_count = 0;
234 *property_count = count;
  /external/chromium_org/ppapi/cpp/dev/
scriptable_object_deprecated.cc 64 uint32_t* property_count,
72 *property_count = static_cast<uint32_t>(props.size());
  /external/chromium_org/ppapi/proxy/
ppb_var_deprecated_proxy.cc 124 uint32_t* property_count,
130 *property_count = 0;
136 property_count, properties);
ppp_class_proxy.cc 89 uint32_t* property_count,
  /external/v8/src/
parser.h 87 int property_count() { return backing_[kPropertyCountIndex]; } function in class:v8::internal::BASE_EMBEDDED
v8natives.js 72 var property_count = (methods.length >> 1) + (fields ? fields.length : 0);
73 if (property_count >= 4) {
74 %OptimizeObjectForAddingMultipleProperties(prototype, property_count);
    [all...]
objects.cc 3335 int property_count = map_of_this->NumberOfDescribedProperties(); local
    [all...]
parser.cc     [all...]
  /external/chromium_org/v8/src/
v8natives.js 92 var property_count = (methods.length >> 1) + (fields ? fields.length : 0);
93 if (property_count >= 4) {
94 %OptimizeObjectForAddingMultipleProperties(prototype, property_count);
    [all...]
parser.h 87 int property_count() { return backing_[kPropertyCountIndex]; } function in class:v8::internal::BASE_EMBEDDED
objects.cc 4500 int property_count = real_size; local
    [all...]
parser.cc     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]

Completed in 1559 milliseconds