Home
last modified time | relevance | path

Searched refs:update (Results 1 – 25 of 143) sorted by relevance

123456

/AliOS-Things-master/components/SDL2/src/video/raspberry/
A DSDL_rpimouse.c116 DISPMANX_UPDATE_HANDLE_T update; in RPI_ShowCursor() local
136 SDL_assert(update); in RPI_ShowCursor()
175 SDL_assert(update); in RPI_ShowCursor()
205 DISPMANX_UPDATE_HANDLE_T update; in RPI_FreeCursor() local
214 SDL_assert(update); in RPI_FreeCursor()
247 DISPMANX_UPDATE_HANDLE_T update; in RPI_WarpMouseGlobal() local
266 if (!update) { in RPI_WarpMouseGlobal()
280 update, in RPI_WarpMouseGlobal()
306 DISPMANX_UPDATE_HANDLE_T update; in RPI_WarpMouseGlobalGraphicOnly() local
322 if (!update) { in RPI_WarpMouseGlobalGraphicOnly()
[all …]
/AliOS-Things-master/components/py_engine/tests/basics/
A Ddict_update.py3 d.update(["ab"])
8 d.update([(1,4)])
13 d.update(a=5)
15 d.update([(1,5)], b=6)
A Dset_update.py2 s.update()
4 s.update([2])
6 s.update([1,3], [2,2,4])
A Dfrozenset_add.py14 print(s.update([5]))
A Ddict_fixed.py29 uerrno.errorcode.update([(1, 2)])
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dsettings.c1384 clear_app_key(update->key_idx, update->p_key); in store_pending_keys()
1386 clear_net_key(update->key_idx, update->p_key); in store_pending_keys()
1427 update->valid = 0; in store_pending_keys()
1711 if (update) { in bt_mesh_store_subnet()
1712 update->clear = 0; in bt_mesh_store_subnet()
1739 if (update) { in bt_mesh_store_app_key()
1740 update->clear = 0; in bt_mesh_store_app_key()
1783 if (update) { in bt_mesh_clear_subnet()
1784 update->clear = 1; in bt_mesh_clear_subnet()
1810 if (update) { in bt_mesh_clear_app_key()
[all …]
/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/source/
A Dhmac_prng.c78 static void update(TCHmacPrng_t prng, const uint8_t *e, unsigned int len) in update() function
130 update(prng, personalization, plen); in tc_hmac_prng_init()
163 update(prng, seed, seedlen); in tc_hmac_prng_reseed()
164 update(prng, additional_input, additionallen); in tc_hmac_prng_reseed()
168 update(prng, seed, seedlen); in tc_hmac_prng_reseed()
209 update(prng, prng->v, TC_SHA256_DIGEST_SIZE); in tc_hmac_prng_generate()
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/advanced/aiot/
A Dmodule_aiot_activeinfo.c112 devinfo->data.update.params = amp_malloc(msg_len); in amp_app_devinfo_report()
117 memset(devinfo->data.update.params, 0, msg_len); in amp_app_devinfo_report()
122 memcpy(devinfo->data.update.params, msg, msg_len); in amp_app_devinfo_report()
139 if (devinfo->data.update.params) { in amp_app_devinfo_report()
140 amp_free(devinfo->data.update.params); in amp_app_devinfo_report()
/AliOS-Things-master/components/py_engine/modules/aliyunIoT/
A Dmodule_aiot_activeinfo.c90 devinfo->data.update.params = aos_malloc(msg_len); in pyamp_amp_app_devinfo_report()
97 memset(devinfo->data.update.params, 0, msg_len); in pyamp_amp_app_devinfo_report()
102 memcpy(devinfo->data.update.params, msg, msg_len); in pyamp_amp_app_devinfo_report()
110 aos_free(devinfo->data.update.params); in pyamp_amp_app_devinfo_report()
119 aos_free(devinfo->data.update.params); in pyamp_amp_app_devinfo_report()
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/advanced/aiot/
A Dmodule_aiot_activeinfo.c93 devinfo->data.update.params = aos_malloc(msg_len); in amp_app_devinfo_report()
100 memset(devinfo->data.update.params, 0, msg_len); in amp_app_devinfo_report()
105 memcpy(devinfo->data.update.params, msg, msg_len); in amp_app_devinfo_report()
113 aos_free(devinfo->data.update.params); in amp_app_devinfo_report()
122 aos_free(devinfo->data.update.params); in amp_app_devinfo_report()
/AliOS-Things-master/components/py_engine/engine/py/
A Dobjset.c196 if (update) { in set_diff_int()
232 if (update) { in set_intersect_int()
253 if (update) { in set_intersect_int()
260 return update ? mp_const_none : MP_OBJ_FROM_PTR(out); in set_intersect_int()
458 bool update = mp_obj_is_type(lhs, &mp_type_set); in set_binary_op() local
460 bool update = true; in set_binary_op() local
476 if (update) { in set_binary_op()
483 if (update) { in set_binary_op()
490 rhs = set_intersect_int(lhs, rhs, update); in set_binary_op()
491 if (update) { in set_binary_op()
[all …]
/AliOS-Things-master/components/py_engine/tests/extmod/
A Duhashlib_sha256.py17 h.update(b"123")
21 h.update(b"abcd" * 1000)
A Duhashlib_sha1.py20 sha1.update(b"world")
A Duhashlib_md5.py20 md5.update(b"world")
/AliOS-Things-master/components/py_engine/engine/tools/
A Dci.sh46 sudo apt-get update
88 git -C esp-idf submodule update --init \
95 git -C esp-idf submodule update --init \
99 git -C esp-idf submodule update --init \
204 sudo apt-get update
218 sudo apt-get update
270 git submodule update --init lib/btstack
271 git submodule update --init lib/mynewt-nimble
440 sudo apt-get update
546 sudo apt-get update
[all …]
/AliOS-Things-master/hardware/chip/haas1000/drivers/utils/secure_boot/mincrypt/
A Dhash-internal.h40 void (* const update)(struct HASH_CTX*, const void*, uint32_t); member
57 #define HASH_update(ctx, data, len) (ctx)->f->update(ctx, data, len)
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Drun-test262.c1466 update(malloc_size); in update_stats()
1469 update(atom_count); in update_stats()
1470 update(atom_size); in update_stats()
1471 update(str_count); in update_stats()
1472 update(str_size); in update_stats()
1473 update(obj_count); in update_stats()
1474 update(obj_size); in update_stats()
1475 update(prop_count); in update_stats()
1476 update(prop_size); in update_stats()
1478 update(shape_size); in update_stats()
[all …]
/AliOS-Things-master/components/amp/modules/
A Dsh1106.js224 rotate(flag, update) {
225 if (update === undefined) {
226 update = true
236 if (update) {
/AliOS-Things-master/components/py_engine/engine/tools/autobuild/
A Dautobuild.sh48 git -C ${MICROPY_AUTOBUILD_MICROPYTHON_REPO} submodule update --init
49 git -C ${MICROPY_AUTOBUILD_MICROPYTHON_REPO}/lib/pico-sdk submodule update --init
/AliOS-Things-master/components/ota/2ndboot/updater/
A Dlibc.c366 unsigned short update(unsigned short crcIn, unsigned char byte) in update() function
393 inContext->crc = update(inContext->crc, *src++); in crc16_update()
399 inContext->crc = update(inContext->crc, 0); in crc16_final()
400 inContext->crc = update(inContext->crc, 0); in crc16_final()
/AliOS-Things-master/components/amp-utility/python/
A Duhashlib.py20 def update(self,data): member in sha256
/AliOS-Things-master/components/py_engine/external/app_mgr/
A Dapp_message.c529 devinfo->data.update.params = aos_malloc(msg_len); in pyamp_devinfo_report_service()
536 memset(devinfo->data.update.params, 0, msg_len); in pyamp_devinfo_report_service()
541 memcpy(devinfo->data.update.params, msg, msg_len); in pyamp_devinfo_report_service()
549 aos_free(devinfo->data.update.params); in pyamp_devinfo_report_service()
558 aos_free(devinfo->data.update.params); in pyamp_devinfo_report_service()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/ras/
A DREADME4 I've tried to update them to reflect changes to the library, but
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoaopengl.m68 … /* We call the real underlying update here, since -[SDLOpenGLContext update] just calls us. */
74 - (void)update
76 /* This ensures that regular 'update' calls clear the atomic dirty flag. */
136 [super update];
138 dispatch_sync(dispatch_get_main_queue(), ^{ [super update]; });
/AliOS-Things-master/components/linksdk/components/shadow/
A Daiot_shadow_api.c337 if (NULL == msg->data.update.reported) { in aiot_shadow_send()
342 _shadow_int642str(msg->data.update.version, version_string, NULL); in aiot_shadow_send()
344 src[1] = msg->data.update.reported; in aiot_shadow_send()
383 src[1] = msg->data.update.reported; in aiot_shadow_send()

Completed in 35 milliseconds

123456