Home
last modified time | relevance | path

Searched refs:property (Results 1 – 25 of 79) sorted by relevance

1234

/AliOS-Things-master/components/py_engine/tests/basics/
A Dbuiltin_property.py3 property
9 property()
10 property(1, 2, 3)
13 p = property()
23 @property
52 x = property(xget, xset, xdel)
65 @property
87 prop = property()
104 p = property(lambda self: 42, doc="This is truth.")
112 self.prop_member = property()
A Dbuiltin_property_inherit.py3 property
10 @property
30 F.foo = property(lambda self: print('foo get'))
37 F.bar = property(lambda self: print('bar get'))
52 I.baz = property(lambda self: print('baz get'))
/AliOS-Things-master/components/jsoncpp/
A DCMakeCache.txt221 //ADVANCED property for variable: CMAKE_ADDR2LINE
223 //ADVANCED property for variable: CMAKE_AR
247 //ADVANCED property for variable: CMAKE_CXX_FLAGS
257 //ADVANCED property for variable: CMAKE_DLLTOOL
290 //ADVANCED property for variable: CMAKE_LINKER
304 //ADVANCED property for variable: CMAKE_NM
308 //ADVANCED property for variable: CMAKE_OBJCOPY
310 //ADVANCED property for variable: CMAKE_OBJDUMP
314 //ADVANCED property for variable: CMAKE_RANLIB
316 //ADVANCED property for variable: CMAKE_READELF
[all …]
/AliOS-Things-master/components/SDL2/src/video/uikit/
A DSDL_uikitopenglview.h46 @property (nonatomic, readonly, weak) EAGLContext *context;
49 @property (nonatomic, readonly) int backingWidth;
50 @property (nonatomic, readonly) int backingHeight;
52 @property (nonatomic, readonly) GLuint drawableRenderbuffer;
53 @property (nonatomic, readonly) GLuint drawableFramebuffer;
54 @property (nonatomic, readonly) GLuint msaaResolveFramebuffer;
A DSDL_uikitviewcontroller.h42 @property (nonatomic, assign) SDL_Window *window;
64 @property (nonatomic, assign) int homeIndicatorHidden;
78 @property (nonatomic, assign, getter=isKeyboardVisible) BOOL keyboardVisible;
79 @property (nonatomic, assign) SDL_Rect textInputRect;
80 @property (nonatomic, assign) int keyboardHeight;
A DSDL_uikitmodes.h32 @property (nonatomic, strong) UIScreen *uiscreen;
33 @property (nonatomic) float screenDPI;
39 @property (nonatomic, strong) UIScreenMode *uiscreenmode;
A DSDL_uikitwindow.h46 @property (nonatomic, strong) UIWindow *uiwindow;
47 @property (nonatomic, strong) SDL_uikitviewcontroller *viewcontroller;
50 @property (nonatomic, copy) NSMutableArray *views;
A DSDL_uikitvideo.h32 @property (nonatomic, assign) id pasteboardObserver;
A DSDL_uikitappdelegate.h43 @property (nonatomic) UIWindow *window;
/AliOS-Things-master/components/freetype/src/gxvalid/
A Dgxvprop.c110 gxv_prop_property_validate( FT_UShort property, in gxv_prop_property_validate() argument
114 if ( glyph != 0 && ( property & GXV_PROP_FLOATER ) ) in gxv_prop_property_validate()
117 if ( property & GXV_PROP_USE_COMPLEMENTARY_BRACKET ) in gxv_prop_property_validate()
123 offset = (FT_UShort)( property & GXV_PROP_COMPLEMENTARY_BRACKET_OFFSET ); in gxv_prop_property_validate()
153 if ( property & GXV_PROP_COMPLEMENTARY_BRACKET_OFFSET ) in gxv_prop_property_validate()
159 if ( property & GXV_PROP_ATTACHING_TO_RIGHT ) in gxv_prop_property_validate()
168 if ( property & GXV_PROP_RESERVED ) in gxv_prop_property_validate()
174 if ( ( property & GXV_PROP_DIRECTIONALITY_CLASS ) > 11 ) in gxv_prop_property_validate()
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoametalview.h53 @property (assign, readonly) NSInteger tag;
55 @property (nonatomic) BOOL highDPI;
56 @property (nonatomic) Uint32 sdlWindowID;
/AliOS-Things-master/components/py_engine/tests/cpydiff/
A Dcore_class_superproperty.py10 @property
16 @property
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dtest262.conf72 computed-property-names
129 regexp-unicode-property-escapes
177 test262/test/built-ins/Function/prototype/restricted-property-caller.js
178 test262/test/built-ins/Function/prototype/restricted-property-arguments.js
A Dtest262_errors.txt5 test262/test/built-ins/RegExp/named-groups/non-unicode-property-names-valid.js:46: SyntaxError: inv…
6 test262/test/built-ins/RegExp/named-groups/non-unicode-property-names-valid.js:46: strict mode: Syn…
23 …ional-chaining/optional-call-preserves-this.js:21: TypeError: cannot read property 'c' of undefined
24 …/optional-call-preserves-this.js:15: strict mode: TypeError: cannot read property '_b' of undefined
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/speech_commands/
A Drecognize_commands.py42 @property
50 @property
58 @property
/AliOS-Things-master/components/SDL2/src/video/raspberry/
A DSDL_rpivideo.c73 HDMI_PROPERTY_PARAM_T property; in RPI_GetRefreshRate() local
74 property.property = HDMI_PROPERTY_PIXEL_CLOCK_TYPE; in RPI_GetRefreshRate()
75 vc_tv_hdmi_get_property(&property); in RPI_GetRefreshRate()
76 return property.param1 == HDMI_PIXEL_CLOCK_TYPE_NTSC ? in RPI_GetRefreshRate()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/acceleration/compatibility/
A Dandroid_info.cc27 std::string GetPropertyValue(const std::string& property) { in GetPropertyValue() argument
30 __system_property_get(property.c_str(), value); in GetPropertyValue()
/AliOS-Things-master/components/amp-utility/tftp/
A Dhaasdevice.py121 @property
130 @property
139 @property
143 @property
152 @property
/AliOS-Things-master/components/SDL2/src/core/linux/
A DSDL_dbus.h87 …(const char *node, const char *path, const char *interface, const char *property, const int expect…
92 … const char *node, const char *path, const char *interface, const char *property, const int expect…
A DSDL_dbus.c298 … const char *node, const char *path, const char *interface, const char *property, const int expect… in SDL_DBus_QueryPropertyOnConnection() argument
305 …ssage_append_args(msg, DBUS_TYPE_STRING, &interface, DBUS_TYPE_STRING, &property, DBUS_TYPE_INVALI… in SDL_DBus_QueryPropertyOnConnection()
328 …(const char *node, const char *path, const char *interface, const char *property, const int expect… in SDL_DBus_QueryProperty() argument
330 …return SDL_DBus_QueryPropertyOnConnection(dbus.session_conn, node, path, interface, property, expe… in SDL_DBus_QueryProperty()
/AliOS-Things-master/components/linkkit/dev_model/deprecated/
A Dlinkkit_gateway_export.h364 int linkkit_gateway_post_property_json_sync(int devid, char *property,
381 int linkkit_gateway_post_property_json(int devid, char *property,
/AliOS-Things-master/components/linkkit/dev_model/
A Ddm_shadow.c848 property == NULL || *property != NULL) { in dm_shw_get_property_by_index()
2110 dm_shw_data_t *property = NULL; in dm_shw_assemble_property() local
2118 property = shadow->properties + index; in dm_shw_assemble_property()
2366 dm_shw_data_t *property = NULL; in _dm_shw_struct_free() local
2373 _dm_shw_property_free(property); in _dm_shw_struct_free()
2393 if (property->identifier) { in _dm_shw_property_free()
2394 DM_free(property->identifier); in _dm_shw_property_free()
2396 _dm_shw_data_free(&property->data_value); in _dm_shw_property_free()
2403 dm_shw_data_t *property = NULL; in _dm_shw_properties_free() local
2406 property = properties + index; in _dm_shw_properties_free()
[all …]
A Ddm_manager.h145 int dm_mgr_deprecated_get_data_type(_IN_ void *property,
151 _OU_ void **property);
162 int dm_mgr_deprecated_get_property_identifier(_IN_ void *property,
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11events.c584 sevent.xselection.property = None; /* tell them no by default */ in X11_HandleClipboardEvent()
598 X11_XChangeProperty(display, req->requestor, req->property, in X11_HandleClipboardEvent()
601 sevent.xselection.property = req->property; in X11_HandleClipboardEvent()
604 X11_XChangeProperty(display, req->requestor, req->property, in X11_HandleClipboardEvent()
608 sevent.xselection.property = req->property; in X11_HandleClipboardEvent()
1321 unsigned char *property; in X11_DispatchEvent() local
1324 data->border_left = (int) ((long*)property)[0]; in X11_DispatchEvent()
1325 data->border_right = (int) ((long*)property)[1]; in X11_DispatchEvent()
1326 data->border_top = (int) ((long*)property)[2]; in X11_DispatchEvent()
1327 data->border_bottom = (int) ((long*)property)[3]; in X11_DispatchEvent()
[all …]
/AliOS-Things-master/components/SDL2/src/render/metal/
A DSDL_render_metal.m118 @property (nonatomic, retain) id<MTLDevice> mtldevice;
122 @property (nonatomic, retain) id<MTLLibrary> mtllibrary;
128 @property (nonatomic, assign) SDL_MetalView mtlview;
129 @property (nonatomic, retain) CAMetalLayer *mtllayer;
133 @property (nonatomic, assign) int pipelinescount;
158 @property (nonatomic, retain) id<MTLTexture> mtltexture;
162 @property (nonatomic, assign) BOOL yuv;
163 @property (nonatomic, assign) BOOL nv12;
165 @property (nonatomic, assign) BOOL hasdata;
167 @property (nonatomic, retain) id<MTLBuffer> lockedbuffer;
[all …]

Completed in 30 milliseconds

1234