Home
last modified time | relevance | path

Searched refs:protect (Results 1 – 11 of 11) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/scripts/
A Doptions.awk82 protect = ""
236 protect = $4
237 if (protect != "") {
238 print start "#ifndef", protect end >out
239 print start "#define", protect end >out
895 if (protect != "") {
896 print start "#endif", "/*", protect, "*/" end >out
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/mbed/hal_ext/
A Dflash_api.h103 void flash_write_protect(flash_t *obj, uint32_t protect);
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/mbed/targets/hal/rtl8721d/
A Dflash_api.c52 void flash_write_protect(flash_t *obj, u32 protect) in flash_write_protect() argument
58 FLASH_SetStatusBits(0x1c, protect); in flash_write_protect()
/AliOS-Things-master/components/littlevgl/src/lv_core/
A Dlv_obj.c203 new_obj->protect = LV_PROTECT_NONE; in lv_obj_create()
287 new_obj->protect = LV_PROTECT_NONE; in lv_obj_create()
337 new_obj->protect = copy->protect; in lv_obj_create()
1300 obj->protect |= prot; in lv_obj_set_protect()
1311 obj->protect &= prot; in lv_obj_clear_protect()
1968 return obj->protect;
1979 return (obj->protect & prot) == 0 ? false : true;
A Dlv_obj.h222 …uint8_t protect; /**< Automatically happening actions can be prevented. 'OR'ed values f… member
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/gregbook/
A DCOPYING28 To protect your rights, we need to make restrictions that forbid
39 We protect your rights with two steps: (1) copyright the software, and
/AliOS-Things-master/components/SDL2/src/hidapi/
A DLICENSE-gpl3.txt29 To protect your rights, we need to prevent others from denying you
40 Developers that use the GNU GPL protect your rights with two steps:
59 of the GPL, as needed to protect the freedom of users.
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DChangeLog298 f8bdc268 Merge "protect against NULL dump_folder[] value in ReadAnimatedImage()"
299 23bfc652 protect against NULL dump_folder[] value in ReadAnimatedImage()
/AliOS-Things-master/components/mbedtls/
A DChangeLog3053 * Modified ssl_parse_client_key_exchange() to protect against
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dlibpng-manual.txt115 Libpng does not protect itself against two threads using the
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A DChangeLog2154 protect against overflow of fixed-size buffers. This responds in

Completed in 32 milliseconds