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

  /system/core/include/cutils/
properties.h 110 int property_list(void (*propfn)(const char *key, const char *value, void *cookie), void *cookie);
  /external/chromium-trace/catapult/dashboard/dashboard/
load_from_prod.py 85 for prop in pb.property_list():
  /external/toybox/toys/android/
getprop.c 91 if (property_list((void *)add_property, 0)) error_exit("property_list");
  /system/core/libcutils/
properties.c 150 int property_list( function
  /external/v8/src/
api-natives.cc 228 auto property_list = handle(data->property_list(), isolate); local
229 if (property_list->IsUndefined(isolate)) return obj;
231 NeanderArray properties(property_list);
452 auto list = handle(templ->property_list(), isolate);
objects-printer.cc     [all...]
objects-debug.cc 967 VerifyPointer(property_list());
    [all...]
objects.h     [all...]
objects-inl.h     [all...]
  /frameworks/native/cmds/dumpstate/
utils.cpp 908 property_list(print_prop, NULL);
    [all...]
  /frameworks/native/vulkan/libvulkan/
api.cpp 123 property_list(ParseDebugVulkanLayer, this);
    [all...]
  /bootable/recovery/
recovery.cpp     [all...]

Completed in 252 milliseconds