/AliOS-Things-master/components/py_engine/engine/extmod/ |
A D | modure.c | 316 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 D | pyexec.c | 287 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 D | README.md | 24 * babel转换工具(web):https://babeljs.io/repl
|
/AliOS-Things-master/components/py_engine/engine/tools/mpremote/ |
A D | README.md | 25 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 D | bluepill_nontest.resc | 18 machine LoadPlatformDescription @platforms/cpus/stm32f103.repl
|
A D | bluepill.resc | 19 machine LoadPlatformDescription @platforms/cpus/stm32f103.repl
|
A D | stm32f4.resc | 19 machine LoadPlatformDescription @platforms/cpus/stm32f4.repl
|
A D | sifive_fe310.resc | 23 machine LoadPlatformDescription @platforms/cpus/sifive-fe310.repl
|
/AliOS-Things-master/components/py_engine/modules/driver/ |
A D | board_mgr.c | 701 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 D | gen_bytecode_linux.sh | 8 ./qjsc_linux -c -m src/repl.js -o bytecode/jslib_repl.c -N jslib_repl -M REPL -M os -M std
|
A D | gen_bytecode_macos.sh | 8 ./qjsc_macos -c -m -M REPL -M os -M std -N jslib_repl -o bytecode/jslib_repl.c src/repl.js
|
A D | gen_bytecode.bat | 8 .\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 D | README.md | 93 连接串口,通过python命令进入python repl模式
|
/AliOS-Things-master/components/amp/services/board_mgr/ |
A D | board_mgr.c | 1264 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 D | README.md | 113 连接串口,通过python命令进入python repl模式
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | release.sh | 94 qjs.c qjsc.c qjscalc.js repl.js \
|
A D | TODO | 72 - close all predefined methods in repl.js and jscalc.js
|
/AliOS-Things-master/components/amp/engine/duktape_engine/ |
A D | Makefile | 56 repl.c \
|
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | py.cmake | 111 ${MICROPY_PY_DIR}/repl.c
|
/AliOS-Things-master/components/amp/ampsim/ |
A D | CMakeLists.txt | 32 aux_source_directory(../engine/quickjs_engine/addons/repl DIR_ADDON_REPL_SRCS)
|
/AliOS-Things-master/components/py_engine/ |
A D | aos.mk | 169 engine/py/repl.c engine/py/unicode.c \
|
/AliOS-Things-master/components/SDL2/src/image/autom4te.cache/ |
A D | output.0 | 14627 :repl 14628 t repl 14638 b repl
|
A D | output.1 | 14627 :repl 14628 t repl 14638 b repl
|
A D | output.2 | 15650 :repl 15651 t repl 15661 b repl
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | configure | 14638 b repl
|