Home
last modified time | relevance | path

Searched refs:property_id (Results 1 - 5 of 5) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-error-prototype.c54 lit_magic_string_id_t property_id, /**< property id */ in ecma_builtin_error_prototype_object_to_string_helper()
57 ecma_value_t prop_value = ecma_op_object_get_by_magic_id (obj_p, property_id); in ecma_builtin_error_prototype_object_to_string_helper()
53 ecma_builtin_error_prototype_object_to_string_helper(ecma_object_t *obj_p, lit_magic_string_id_t property_id, lit_magic_string_id_t default_value) ecma_builtin_error_prototype_object_to_string_helper() argument
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-objects.h44 ecma_value_t ecma_op_object_get_by_magic_id (ecma_object_t *object_p, lit_magic_string_id_t property_id);
46 ecma_string_t *ecma_op_get_global_symbol (lit_magic_string_id_t property_id);
47 ecma_value_t ecma_op_object_get_by_symbol_id (ecma_object_t *object_p, lit_magic_string_id_t property_id);
H A Decma-objects.c929 lit_magic_string_id_t property_id) /**< property magic string id */ in ecma_op_object_get_by_magic_id()
931 return ecma_op_object_get (object_p, ecma_get_magic_string (property_id)); in ecma_op_object_get_by_magic_id()
941 ecma_op_get_global_symbol (lit_magic_string_id_t property_id) /**< property symbol id */ in ecma_op_get_global_symbol() argument
944 property_id); in ecma_op_get_global_symbol()
958 lit_magic_string_id_t property_id) /**< property symbol id */ in ecma_op_object_get_by_symbol_id()
960 ecma_string_t *symbol_p = ecma_op_get_global_symbol (property_id); in ecma_op_object_get_by_symbol_id()
928 ecma_op_object_get_by_magic_id(ecma_object_t *object_p, lit_magic_string_id_t property_id) ecma_op_object_get_by_magic_id() argument
957 ecma_op_object_get_by_symbol_id(ecma_object_t *object_p, lit_magic_string_id_t property_id) ecma_op_object_get_by_symbol_id() argument
/third_party/libdrm/
H A Dxf86drmMode.c635 drm_public drmModePropertyPtr drmModeGetProperty(int fd, uint32_t property_id) in drmModeGetProperty() argument
641 prop.prop_id = property_id; in drmModeGetProperty()
848 uint32_t property_id, in drmModeConnectorSetProperty()
855 osp.prop_id = property_id; in drmModeConnectorSetProperty()
1308 uint32_t property_id, uint64_t value) in drmModeObjectSetProperty()
1314 prop.prop_id = property_id; in drmModeObjectSetProperty()
1325 uint32_t property_id; member
1429 uint32_t property_id, in drmModeAtomicAddProperty()
1435 if (object_id == 0 || property_id == 0) in drmModeAtomicAddProperty()
1452 req->items[req->cursor].property_id in drmModeAtomicAddProperty()
847 drmModeConnectorSetProperty(int fd, uint32_t connector_id, uint32_t property_id, uint64_t value) drmModeConnectorSetProperty() argument
1307 drmModeObjectSetProperty(int fd, uint32_t object_id, uint32_t object_type, uint32_t property_id, uint64_t value) drmModeObjectSetProperty() argument
1427 drmModeAtomicAddProperty(drmModeAtomicReqPtr req, uint32_t object_id, uint32_t property_id, uint64_t value) drmModeAtomicAddProperty() argument
[all...]
H A Dxf86drmMode.h401 extern int drmModeConnectorSetProperty(int fd, uint32_t connector_id, uint32_t property_id,
429 uint32_t object_type, uint32_t property_id,
444 uint32_t property_id,

Completed in 8 milliseconds