Home
last modified time | relevance | path

Searched refs:ac (Results 1 – 25 of 103) sorted by relevance

12345

/AliOS-Things-master/components/freetype/src/autofit/
A Daftypes.h584 FT_Init_Class_ ## script_class( AF_ScriptClassRec* ac );
594 FT_Init_Class_ ## script_class( AF_ScriptClassRec* ac ) \
596 ac->script = script_; \
597 ac->script_uni_ranges = ranges; \
606 FT_Init_Class_ ## style_class( AF_StyleClassRec* ac );
616 FT_Init_Class_ ## style_class( AF_StyleClassRec* ac ) \
618 ac->style = style_; \
619 ac->writing_system = writing_system_; \
620 ac->script = script_; \
621 ac->blue_stringset = blue_stringset_; \
[all …]
/AliOS-Things-master/components/py_engine/tests/haas/HaaS100/python-apps/driver/i2c/
A Dtest_mpu6050.py30 ac = [] variable
31 ac = mpu6050Dev.get_Accelerometer() variable
32 print("mpu6050 acc is: " , ac[0], ac[1], ac[2])
/AliOS-Things-master/components/py_engine/tests/haas/HaaSEdu/python-apps/driver/i2c/
A Dtest_mpu6050.py30 ac = [] variable
31 ac = mpu6050Dev.get_Accelerometer() variable
32 print("mpu6050 acc is: " , ac[0], ac[1], ac[2])
/AliOS-Things-master/components/amp/test/
A Dtest_mpu6050.js25 var ac = mpu6050.get_Accelerometer(); variable
26 console.log("mpu6050 acc is: " , ac[0], ac[1], ac[2]);
/AliOS-Things-master/components/py_engine/tests/haas/HaaSEdu/python-apps/driver/gyroscope/
A Dmain.py23 ac = [] variable
25 ac = mpu6050Dev.get_Accelerometer() variable
31 display.fill_circle(int(66 - ac[0] / 250), int(32 + ac[1] / 500), 8, 1)
/AliOS-Things-master/components/linkkit/dev_model/alcs/
A Dalcs_localsetup.c199 char *ac = NULL, *as = NULL, *pk = NULL, *dn = dn; in alcs_service_cb_setup() local
237 ac = json_get_value_by_name(entry, entry_len, "authCode", &aclen, in alcs_service_cb_setup()
249 if (!ac || !aclen || !as || !aslen || !pk || !pklen || !dn || !dnlen) { in alcs_service_cb_setup()
255 backup_json_str_last_char(ac, aclen, acBack); in alcs_service_cb_setup()
258 __alcs_localsetup_ac_as_save(pk, pklen, dn, dnlen, ac, aclen, as, in alcs_service_cb_setup()
261 alcs_add_svr_key(g_coap_handle, ac, as, LOCALSETUP); in alcs_service_cb_setup()
263 restore_json_str_last_char(ac, aclen, acBack); in alcs_service_cb_setup()
/AliOS-Things-master/components/py_engine/tests/basics/
A Dasync_with.py21 async with AContext() as ac:
22 print(ac)
/AliOS-Things-master/components/SDL2/src/test/
A DSDL_test_md5.c84 #define FF(a, b, c, d, x, s, ac) \ argument
85 {(a) += F ((b), (c), (d)) + (x) + (MD5UINT4)(ac); \
89 #define GG(a, b, c, d, x, s, ac) \ argument
90 {(a) += G ((b), (c), (d)) + (x) + (MD5UINT4)(ac); \
94 #define HH(a, b, c, d, x, s, ac) \ argument
95 {(a) += H ((b), (c), (d)) + (x) + (MD5UINT4)(ac); \
99 #define II(a, b, c, d, x, s, ac) \ argument
100 {(a) += I ((b), (c), (d)) + (x) + (MD5UINT4)(ac); \
/AliOS-Things-master/components/SDL2/src/gfx/
A Dmissing39 if test -f configure.ac; then
40 configure_ac=configure.ac
/AliOS-Things-master/components/SDL2/src/gfx/Test/
A Dmissing39 if test -f configure.ac; then
40 configure_ac=configure.ac
/AliOS-Things-master/components/trace/SEGGER/
A DSEGGER_RTT.c490 unsigned char ac[2]; in _PostTerminalSwitch() local
492 ac[0] = 0xFFu; in _PostTerminalSwitch()
493ac[1] = _aTerminalId[TerminalId]; // Caller made already sure that TerminalId does not exceed our… in _PostTerminalSwitch()
494 _WriteBlocking(pRing, (const char*)ac, 2u); in _PostTerminalSwitch()
1900 unsigned char ac[2]; in SEGGER_RTT_SetTerminal() local
1907 ac[0] = 0xFFu; in SEGGER_RTT_SetTerminal()
1909 ac[1] = _aTerminalId[TerminalId]; in SEGGER_RTT_SetTerminal()
1914 _WriteBlocking(pRing, (const char*)ac, 2u); in SEGGER_RTT_SetTerminal()
1919 _WriteNoCheck(pRing, (const char*)ac, 2u); in SEGGER_RTT_SetTerminal()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A DHOWTO-RELEASE35 5. Increment the release version in configure.ac. Put 'alpha' or
45 6. Update library ELF versioning in configure.ac (LIBTIFF_CURRENT,
50 please follow the rules listed in configure.ac. At a bare minimum,
/AliOS-Things-master/components/SDL2/acinclude/
A Dpkg_config.m431 # only at the first occurence in configure.ac, so if the first place
76 # explicit call to PKG_PROG_PKG_CONFIG in your configure.ac
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/cmake/
A Ddeps.cmake144 # Read from configure.ac.
145 file(READ ${CMAKE_CURRENT_SOURCE_DIR}/configure.ac CONFIGURE_AC)
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/iostream3/
A DREADME30 <schwardt@sun.ac.za>
/AliOS-Things-master/components/SDL2/src/image/autom4te.cache/
A Drequests15 '/usr/share/aclocal-1.15/internal/ac-config-macro-dirs.m4',
313 '/usr/share/aclocal-1.15/internal/ac-config-macro-dirs.m4',
/AliOS-Things-master/components/SDL2/docs/
A DREADME-porting.md16 If you have a GNUish system, then you might try this. Edit configure.ac,
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/ada/
A Dreadme.txt65 Contributors: Pascal Obry <pascal@obry.org>, Steve Sangwine <sjs@essex.ac.uk>
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/
A DREADME.contrib44 iostream3/ by Ludwig Schwardt <schwardt@sun.ac.za>
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dconfig.h.in1 /* config.h.in. Generated from configure.ac by autoheader. */
/AliOS-Things-master/solutions/eduk1_demo/k1_apps/homepage/
A Dhomepage.md229 1. 802.11a/n/ac中规定Wi-Fi无线电可以在5GHz频带中传输,共有25个可用信道。中心频率范围5.150GHz-5.850GMz,中国可以使用的信道有低信道36,40, 44, 48…
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/webp/
A Dconfig.h.in1 /* src/webp/config.h.in. Generated from configure.ac by autoheader. */
/AliOS-Things-master/components/SDL2/src/image/acinclude/
A Dpkg.m4100 # explicit call to PKG_PROG_PKG_CONFIG in your configure.ac
/AliOS-Things-master/components/SDL2/src/hidapi/m4/
A Dpkg.m4100 # explicit call to PKG_PROG_PKG_CONFIG in your configure.ac
/AliOS-Things-master/components/jsoncpp/
A DAUTHORS46 ds283 <D.Seery@sussex.ac.uk>

Completed in 96 milliseconds

12345