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

  /external/toybox/toys/android/
getprop.c 45 if (property_list((void *)add_property, 0)) error_exit("property_list");
  /external/v8/src/
json.js 194 var property_list = new InternalArray();
207 property_list.push(item);
212 replacer = property_list;
objects-printer.cc 953 os << "\n - property_list: " << Brief(property_list());
974 os << "\n - property_list: " << Brief(property_list());
    [all...]
execution.cc 618 if (data->property_list()->IsUndefined() &&
objects-debug.cc 919 VerifyPointer(property_list());
    [all...]
objects-inl.h     [all...]
api.cc 786 i::Handle<i::Object> list(Utils::OpenHandle(templ)->property_list(), isolate);
    [all...]
objects.h     [all...]
  /system/core/libcutils/
properties.c 150 int property_list( function
  /system/core/include/cutils/
properties.h 110 int property_list(void (*propfn)(const char *key, const char *value, void *cookie), void *cookie);
  /external/lldb/source/Host/macosx/
Host.mm 1019 CFCReleaser<CFPropertyListRef> property_list;
1033 property_list = CFPropertyListCreateFromXMLData (kCFAllocatorDefault,
1037 if (CFGetTypeID(property_list.get()) == CFDictionaryGetTypeID())
1039 CFDictionaryRef property_dict = (CFDictionaryRef) property_list.get();
    [all...]
  /frameworks/native/cmds/dumpstate/
utils.c 537 property_list(print_prop, NULL);
  /bootable/recovery/
recovery.cpp     [all...]

Completed in 2879 milliseconds