Home
last modified time | relevance | path

Searched refs:count_objects (Results 1 – 5 of 5) sorted by relevance

/third_party/jerryscript/tests/unit-core/
Dtest-objects-foreach.c20 count_objects (jerry_value_t object, void *user_arg) in count_objects() function
73 jerry_objects_foreach (count_objects, &start_count); in test_container()
83 jerry_objects_foreach (count_objects, &end_count); in test_container()
103 jerry_objects_foreach (count_objects, &before_object_count); in test_internal_prop()
110 jerry_objects_foreach (count_objects, &after_object_count); in test_internal_prop()
126 jerry_objects_foreach (count_objects, &after_internal_count); in test_internal_prop()
/third_party/grpc/src/core/lib/iomgr/
Diomgr.cc71 static size_t count_objects(void) { in count_objects() function
80 size_t grpc_iomgr_count_objects_for_testing(void) { return count_objects(); } in grpc_iomgr_count_objects_for_testing()
108 count_objects()); in grpc_iomgr_shutdown()
126 count_objects()); in grpc_iomgr_shutdown()
141 count_objects()); in grpc_iomgr_shutdown()
/third_party/libdrm/include/drm/
Ddrm_mode.h873 __u32 count_objects; member
/third_party/mesa3d/include/drm-uapi/
Ddrm_mode.h1170 __u32 count_objects; member
/third_party/libdrm/
Dxf86drmMode.c1560 count = get.count_objects; in drmModeGetLease()