Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmodure.c316 while (*repl != '\0') { in re_sub_helper()
317 if (*repl == '\\') { in re_sub_helper()
318 ++repl; in re_sub_helper()
320 if (*repl == 'g' && repl[1] == '<') { in re_sub_helper()
322 repl += 2; in re_sub_helper()
326 if ('0' <= *repl && *repl <= '9') { in re_sub_helper()
331 } while ('0' <= *repl && *repl <= '9'); in re_sub_helper()
332 if (is_g_format && *repl == '>') { in re_sub_helper()
333 ++repl; in re_sub_helper()
346 } else if (*repl == '\\') { in re_sub_helper()
[all …]
/AliOS-Things-master/components/py_engine/engine/shared/runtime/
A Dpyexec.c287 repl_t repl; variable
294 repl.cont_line = false; in pyexec_event_repl_init()
295 repl.paste_mode = false; in pyexec_event_repl_init()
321 repl.cont_line = false; in pyexec_raw_repl_process_char()
322 repl.paste_mode = false; in pyexec_raw_repl_process_char()
360 if (repl.paste_mode) { in pyexec_friendly_repl_process_char()
388 if (!repl.cont_line) { in pyexec_friendly_repl_process_char()
417 repl.paste_mode = true; in pyexec_friendly_repl_process_char()
430 repl.cont_line = true; in pyexec_friendly_repl_process_char()
464 repl.cont_line = false; in pyexec_friendly_repl_process_char()
[all …]
/AliOS-Things-master/components/amp/libjs/
A DREADME.md24 * babel转换工具(web):https://babeljs.io/repl
/AliOS-Things-master/components/py_engine/engine/tools/mpremote/
A DREADME.md25 mpremote repl -- enter REPL
60 mpremote connect /dev/ttyUSB0 repl
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/testing/
A Dbluepill_nontest.resc18 machine LoadPlatformDescription @platforms/cpus/stm32f103.repl
A Dbluepill.resc19 machine LoadPlatformDescription @platforms/cpus/stm32f103.repl
A Dstm32f4.resc19 machine LoadPlatformDescription @platforms/cpus/stm32f4.repl
A Dsifive_fe310.resc23 machine LoadPlatformDescription @platforms/cpus/sifive-fe310.repl
/AliOS-Things-master/components/py_engine/modules/driver/
A Dboard_mgr.c701 cJSON *repl = NULL; in board_parse_json_buff() local
771 if ((repl = cJSON_GetObjectItem(root, APP_CONFIG_REPL)) != NULL) { in board_parse_json_buff()
773 if (!cJSON_IsString(repl)) { in board_parse_json_buff()
778 LOGD(LOG_TAG, "get app repl config is:%s", repl->valuestring); in board_parse_json_buff()
779 if (strcmp(repl->valuestring, "disable") == 0) { in board_parse_json_buff()
781 } else if (strcmp(repl->valuestring, "enable") == 0) { in board_parse_json_buff()
/AliOS-Things-master/components/amp/jslib/
A Dgen_bytecode_linux.sh8 ./qjsc_linux -c -m src/repl.js -o bytecode/jslib_repl.c -N jslib_repl -M REPL -M os -M std
A Dgen_bytecode_macos.sh8 ./qjsc_macos -c -m -M REPL -M os -M std -N jslib_repl -o bytecode/jslib_repl.c src/repl.js
A Dgen_bytecode.bat8 .\qjsc.exe -c -m -M REPL -M os -M std -N jslib_repl -o bytecode\jslib_repl.c src\repl.js
/AliOS-Things-master/solutions/py_engine_demo/
A DREADME.md93 连接串口,通过python命令进入python repl模式
/AliOS-Things-master/components/amp/services/board_mgr/
A Dboard_mgr.c1264 cJSON *repl = NULL; in board_parse_json_buff() local
1350 if((repl = cJSON_GetObjectItem(root, APP_CONFIG_REPL)) != NULL) { in board_parse_json_buff()
1352 if (!cJSON_IsString(repl)) { in board_parse_json_buff()
1357 amp_debug(MOD_STR, "get app repl config is:%s", repl->valuestring); in board_parse_json_buff()
1358 if (strcmp(repl->valuestring, "disable") == 0) { in board_parse_json_buff()
1360 } else if (strcmp(repl->valuestring, "enable") == 0) { in board_parse_json_buff()
/AliOS-Things-master/solutions/haas_dev_demo/
A DREADME.md113 连接串口,通过python命令进入python repl模式
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Drelease.sh94 qjs.c qjsc.c qjscalc.js repl.js \
A DTODO72 - close all predefined methods in repl.js and jscalc.js
/AliOS-Things-master/components/amp/engine/duktape_engine/
A DMakefile56 repl.c \
/AliOS-Things-master/components/py_engine/engine/py/
A Dpy.cmake111 ${MICROPY_PY_DIR}/repl.c
/AliOS-Things-master/components/amp/ampsim/
A DCMakeLists.txt32 aux_source_directory(../engine/quickjs_engine/addons/repl DIR_ADDON_REPL_SRCS)
/AliOS-Things-master/components/py_engine/
A Daos.mk169 engine/py/repl.c engine/py/unicode.c \
/AliOS-Things-master/components/SDL2/src/image/autom4te.cache/
A Doutput.014627 :repl
14628 t repl
14638 b repl
A Doutput.114627 :repl
14628 t repl
14638 b repl
A Doutput.215650 :repl
15651 t repl
15661 b repl
/AliOS-Things-master/components/SDL2/src/image/
A Dconfigure14638 b repl

Completed in 65 milliseconds