Searched refs:getter (Results 1 – 15 of 15) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | objproperty.c | 59 STATIC mp_obj_t property_getter(mp_obj_t self_in, mp_obj_t getter) { in property_getter() argument 62 p2->proxy[0] = getter; in property_getter()
|
/AliOS-Things-master/components/SDL2/src/video/uikit/ |
A D | SDL_uikitviewcontroller.h | 78 @property (nonatomic, assign, getter=isKeyboardVisible) BOOL keyboardVisible;
|
/AliOS-Things-master/components/py_engine/tests/basics/ |
A D | builtin_property.py | 14 p.getter(1)
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | quickjs.h | 436 JSValue getter; member 457 JSValueConst getter, JSValueConst setter, 785 JSValueConst getter, JSValueConst setter, int flags); 793 JSAtom prop, JSValue getter, JSValue setter, 917 JSValue (*getter)(JSContext *ctx, JSValueConst this_val); member 995 …e, JS_PROP_CONFIGURABLE, JS_DEF_CGETSET, 0, .u = { .getset = { .get = { .getter = fgetter }, .set …
|
A D | quickjs.c | 8860 pr->u.getset.getter = NULL; in JS_CreateProperty() 8862 pr->u.getset.getter = in JS_CreateProperty() 9313 JS_FreeValue(ctx, getter); in JS_DefinePropertyGetSet() 35392 JSValue getter, setter; in JS_InstantiateFunctionListItem() local 35395 getter = JS_UNDEFINED; in JS_InstantiateFunctionListItem() 35664 JSValue val, getter, setter; in js_obj_to_desc() local 35673 getter = JS_UNDEFINED; in js_obj_to_desc() 35709 !(JS_IsUndefined(getter) || JS_IsFunction(ctx, getter))) { in js_obj_to_desc() 35730 d->getter = getter; in js_obj_to_desc() 35735 JS_FreeValue(ctx, getter); in js_obj_to_desc() [all …]
|
/AliOS-Things-master/components/py_engine/engine/tools/ |
A D | uncrustify.cfg | 2858 # (OC) Weight of getter type ('getter=') when organizing properties.
|
/AliOS-Things-master/components/SDL2/docs/ |
A D | doxyfile | 253 # For Microsoft's IDL there are propget and propput attributes to indicate getter
|
/AliOS-Things-master/components/SDL2/src/hidapi/doxygen/ |
A D | Doxyfile | 242 # For Microsoft's IDL there are propget and propput attributes to indicate getter
|
/AliOS-Things-master/components/SDL2/src/gfx/Docs/ |
A D | html.doxyfile | 282 # For Microsoft's IDL there are propget and propput attributes to indicate getter
|
/AliOS-Things-master/components/jsoncpp/doc/ |
A D | doxyfile.in | 329 # getter and setter methods for a property. Setting this option to YES will make
|
A D | web_doxyfile.in | 329 # getter and setter methods for a property. Setting this option to YES will make
|
/AliOS-Things-master/components/littlevgl/scripts/ |
A D | Doxyfile | 348 # getter and setter methods for a property. Setting this option to YES will make
|
/AliOS-Things-master/documentation/doxygen/ |
A D | Doxyfile-AOS | 385 # getter and setter methods for a property. Setting this option to YES will make
|
/AliOS-Things-master/components/mbedtls/ |
A D | ChangeLog | 2752 * Added mpi_get_bit() and mpi_set_bit() individual bit setter/getter
|
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/ |
A D | duktape.c | 12646 #define DUK__TVAL_ACCESSOR(getter,setter) { (const duk_hobject *) (getter), (const duk_hobject *) (… argument 67552 duk_hobject *getter = NULL; local 67595 DUK_ASSERT(getter == NULL); 67605 getter = h_get; 67655 *out_getter = getter;
|
Completed in 413 milliseconds