/AliOS-Things-master/components/py_engine/tests/extmod/ |
A D | websocket_basic.py | 12 return ws.read(sz) 18 ws = uwebsocket.websocket(s) 19 ws.write(msg) 41 ws = uwebsocket.websocket(s) variable 42 print(ws.read(1)) 51 ws = uwebsocket.websocket(uio.BytesIO()) variable 52 ws.close() 56 print(ws.ioctl(8)) # GET_DATA_OPTS 57 print(ws.ioctl(9, 2)) # SET_DATA_OPTS 58 print(ws.ioctl(9)) [all …]
|
/AliOS-Things-master/components/py_engine/engine/extmod/webrepl/ |
A D | webrepl.py | 44 ws = uwebsocket.websocket(cl, True) 45 ws = _webrepl._webrepl(ws) 50 uos.dupterm(ws)
|
/AliOS-Things-master/components/freetype/src/autofit/ |
A D | afpic.c | 48 #define WRITING_SYSTEM( ws, WS ) /* empty */ argument 117 #define WRITING_SYSTEM( ws, WS ) \ in autofit_module_class_pic_init() argument 118 FT_Init_Class_af_ ## ws ## _writing_system_class( \ in autofit_module_class_pic_init() 133 #define STYLE( s, S, d, ws, sc, bss, c ) \ in autofit_module_class_pic_init() argument
|
A D | afglobal.c | 37 #define WRITING_SYSTEM( ws, WS ) /* empty */ argument 56 #define STYLE( s, S, d, ws, sc, ss, c ) \ argument 60 ws, \ 71 #define WRITING_SYSTEM( ws, WS ) \ argument 72 &af_ ## ws ## _writing_system_class, 99 #define STYLE( s, S, d, ws, sc, ss, c ) \ argument 117 #define STYLE( s, S, d, ws, sc, ss, c ) #s, argument
|
A D | afglobal.h | 47 #define STYLE( s, S, d, ws, sc, ss, c ) \ argument
|
A D | aftypes.h | 256 #define WRITING_SYSTEM( ws, WS ) \ argument 423 #define STYLE( s, S, d, ws, sc, ss, c ) \ argument
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/mbed/hal_ext/ |
A D | i2s_api.h | 243 void i2s_init(i2s_t *obj, PinName sck, PinName ws, PinName sd); 261 void i2s_init(i2s_t *obj, PinName sck, PinName ws, PinName sd_tx, PinName sd_rx, PinName mck); 313 void i2s_init(i2s_t *obj, PinName sck, PinName ws, PinName sd_tx0, PinName sd_rx, PinName mck, PinN…
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/mbed/targets/hal/rtl8721d/ |
A D | i2s_api.c | 115 void i2s_init(i2s_t *obj, PinName sck, PinName ws, PinName sd_tx, PinName sd_rx, PinName mck) in i2s_init() argument 135 Pinmux_Config(ws, PINMUX_FUNCTION_I2S); in i2s_init()
|
/AliOS-Things-master/components/websocket/ |
A D | README.md | 81 |scheme |模式,"ws"或者"wss"| 94 |scheme |模式,"ws"或者"wss"|
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/test/ |
A D | Makefile.in | 999 ws='[ ]'; \ 1002 all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ 1003 pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ 1004 fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ 1005 skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ 1006 xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ 1007 xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ 1008 error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/ |
A D | rtl8721d_crypto.h | 138 u32 ws:1; /*Offset 0, Bit[30], Write data source */ member 148 u32 ws:1; /*Offset 0, Bit[30], Write data source */ member
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | Makefile.in | 1485 ws='[ ]'; \ 1488 all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ 1489 pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ 1490 fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ 1491 skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ 1492 xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ 1493 xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ 1494 error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/crypto/ |
A D | rtl8721dhp_crypto_ram.c | 851 dst_desc.auth.ws = 1; in CRYPTO_ProcessAD() 864 dst_cipher_desc.cipher.ws = 1; in CRYPTO_ProcessAD() 877 dst_auth_desc.auth.ws = 1; in CRYPTO_ProcessAD()
|
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | smp.c | 599 u8_t t[16], ws[32]; in smp_f5() local 606 sys_memcpy_swap(ws, w, 32); in smp_f5() 608 err = bt_smp_aes_cmac(salt, ws, 32, t); in smp_f5() 650 u8_t ws[16]; in smp_f6() local 675 sys_memcpy_swap(ws, w, 16); in smp_f6() 871 u8_t ws[16]; in smp_h6() local 878 sys_memcpy_swap(ws, w, 16); in smp_h6() 881 err = bt_smp_aes_cmac(ws, key_id_s, 4, res); in smp_h6() 895 u8_t ws[16]; in smp_h7() local 902 sys_memcpy_swap(ws, w, 16); in smp_h7() [all …]
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/libc/ |
A D | quickjs_libc.c | 1841 struct winsize ws; in js_os_ttyGetWinSize() local 1847 if (ioctl(fd, TIOCGWINSZ, &ws) == 0 && in js_os_ttyGetWinSize() 1848 ws.ws_col >= 4 && ws.ws_row >= 4) { in js_os_ttyGetWinSize() 1853 JS_DefinePropertyValueUint32(ctx, obj, 0, JS_NewInt32(ctx, ws.ws_col), JS_PROP_C_W_E); in js_os_ttyGetWinSize() 1854 JS_DefinePropertyValueUint32(ctx, obj, 1, JS_NewInt32(ctx, ws.ws_row), JS_PROP_C_W_E); in js_os_ttyGetWinSize()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | quickjs-libc.c | 1643 struct winsize ws; in js_os_ttyGetWinSize() local 1648 if (ioctl(fd, TIOCGWINSZ, &ws) == 0 && in js_os_ttyGetWinSize() 1649 ws.ws_col >= 4 && ws.ws_row >= 4) { in js_os_ttyGetWinSize() 1653 JS_DefinePropertyValueUint32(ctx, obj, 0, JS_NewInt32(ctx, ws.ws_col), JS_PROP_C_W_E); in js_os_ttyGetWinSize() 1654 JS_DefinePropertyValueUint32(ctx, obj, 1, JS_NewInt32(ctx, ws.ws_row), JS_PROP_C_W_E); in js_os_ttyGetWinSize()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/ |
A D | test_ref.ppm | 4 …��ƅ��wwt���������������������VTaLIVNN[UUbPP\EEPaalMMVMNThiokjo�����£����ϻ��ws�QPeFJdMTpNUqHLiEHeAE…
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | testimg.ppm | 5 …�۴�ߺ�߾����������������̼�ƻ�Ŵ�����������qqstpqogevhe�nj�`Y�e_�[T�g`�tn�{v�{w�ws�hf�[Z�QK�GB�=6�C=�;4…
|