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

  /external/bluetooth/bluedroid/test/suite/support/
adapter.c 25 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/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/ppapi/cpp/dev/
scriptable_object_deprecated.cc 64 uint32_t* property_count,
72 *property_count = static_cast<uint32_t>(props.size());
  /external/chromium_org/content/renderer/pepper/
ppb_var_deprecated_impl.cc 131 uint32_t* property_count,
141 *property_count = 0;
157 *property_count = 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/chromium_org/v8/src/
v8natives.js 83 var property_count = (methods.length >> 1) + (fields ? fields.length : 0);
84 if (property_count >= 4) {
85 %OptimizeObjectForAddingMultipleProperties(prototype, property_count);
    [all...]
parser.h 48 int property_count() { return backing_[kPropertyCountIndex]; } function in class:v8::internal::BASE_EMBEDDED
    [all...]
objects.cc 4181 int property_count = real_size; local
    [all...]
parser.cc     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]

Completed in 439 milliseconds