/AliOS-Things-master/components/py_engine/engine/py/ |
A D | compile.h | 35 mp_obj_t mp_compile(mp_parse_tree_t *parse_tree, qstr source_file, bool is_repl); 39 mp_raw_code_t *mp_compile_to_raw_code(mp_parse_tree_t *parse_tree, qstr source_file, bool is_repl);
|
A D | scope.h | 78 uint16_t source_file; // a qstr member 93 scope_t *scope_new(scope_kind_t kind, mp_parse_node_t pn, qstr source_file, mp_uint_t emit_options);
|
A D | scope.c | 43 scope_t *scope_new(scope_kind_t kind, mp_parse_node_t pn, qstr source_file, mp_uint_t emit_options)… in scope_new() argument 55 scope->source_file = source_file; in scope_new()
|
A D | showbc.c | 90 qstr source_file = code_info[2] | (code_info[3] << 8); in mp_bytecode_print() local 94 qstr source_file = mp_decode_uint(&code_info); in mp_bytecode_print() local 97 qstr_str(source_file), qstr_str(block_name), descr, mp_showbc_code_start, len); in mp_bytecode_print()
|
/AliOS-Things-master/components/py_engine/engine/mpy-cross/ |
A D | main.c | 58 STATIC int compile_and_save(const char *file, const char *output_file, const char *source_file) { in compile_and_save() argument 64 if (source_file == NULL) { in compile_and_save() 67 source_name = qstr_from_str(source_file); in compile_and_save() 226 const char *source_file = NULL; in main_() local 258 source_file = argv[a]; in main_() 324 int ret = compile_and_save(input_file, output_file, source_file); in main_()
|
/AliOS-Things-master/solutions/kws_demo/ |
A D | package.yaml | 53 # source_file: # <可选项> 指定参与编译的源代码文件,支持通配符,采用相对路径 57 source_file:
|
/AliOS-Things-master/solutions/py_engine_demo/ |
A D | package.yaml | 51 # source_file: # <可选项> 指定参与编译的源代码文件,支持通配符,采用相对路径 53 source_file:
|
/AliOS-Things-master/components/py_engine/engine/tools/ |
A D | mpy-tool.py | 59 return "error while freezing %s: %s" % (self.rawcode.source_file, self.msg) 255 self.source_file = self._unpack_qstr(self.ip2 + 2) 407 print(" .qstr_source_file = %s," % self.source_file.qstr_id) 441 % (self.source_file.str, parent_name, self.simple_name.str) 452 print(" ", self.source_file.qstr_id, "& 0xff,", self.source_file.qstr_id, ">> 8,") 568 % (self.source_file.str, parent_name, self.simple_name.str) 610 print(" ", self.source_file.qstr_id, "& 0xff,", self.source_file.qstr_id, ">> 8,") 906 rc.freeze(rc.source_file.str.replace("/", "_")[:-3] + "_") 911 module_name = rc.source_file.str 923 module_name = rc.source_file.str
|
/AliOS-Things-master/solutions/tflite_micro_speech_demo/ |
A D | package.yaml | 55 # source_file: # <可选项> 指定参与编译的源代码文件,支持通配符,采用相对路径 59 source_file:
|
/AliOS-Things-master/documentation/yaml/ |
A D | package.yaml_user_manual.md | 61 | source_file<br /> - src/*.c | N | 指定参与编译的源代码文件,支持通配符,采用相对路径 | 62 | source_file<br /> - src/xx.c ? <COND> | N | 根据条件,引入源代码文件<br />仅包含一个条件,但是可使用not逻辑,即!COND,当COND为0时… 247 source_file: 257 source_file: 267 source_file: 279 source_file:
|
/AliOS-Things-master/solutions/ucloud_ai_demo/ |
A D | package.yaml | 58 # source_file: # <可选项> 指定参与编译的源代码文件,支持通配符,采用相对路径 60 source_file:
|
/AliOS-Things-master/solutions/eduk1_demo/ |
A D | package.yaml | 67 # source_file: # <可选项> 指定参与编译的源代码文件,支持通配符,采用相对路径 69 source_file:
|
/AliOS-Things-master/solutions/lora_p2p_demo/ |
A D | package.yaml | 17 source_file:
|
/AliOS-Things-master/components/posix/ |
A D | package.yaml | 19 source_file:
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/ |
A D | trace.h | 67 const char* source_file = nullptr; member 86 void set_current_source_file(const char* source_file) { in set_current_source_file() argument 87 current_source_file_ = source_file; in set_current_source_file() 101 entry.source_file = current_source_file_; in Write() 264 const char* base_name = GetBaseName(entry.source_file); in Print() 356 RuyTraceScope(const char* source_file, int source_line, in RuyTraceScope() argument 358 : source_file_(source_file), in RuyTraceScope()
|
/AliOS-Things-master/solutions/flower_demo/ |
A D | package.yaml | 35 source_file:
|
/AliOS-Things-master/solutions/linksdk_gateway_demo/ |
A D | package.yaml | 37 source_file:
|
/AliOS-Things-master/solutions/rfid_demo/ |
A D | package.yaml | 36 source_file:
|
/AliOS-Things-master/solutions/miniapp_agent_demo/ |
A D | package.yaml | 41 source_file:
|
/AliOS-Things-master/solutions/linksdk_demo/ |
A D | package.yaml | 41 source_file:
|
/AliOS-Things-master/solutions/audio_demo/ |
A D | package.yaml | 42 source_file:
|
/AliOS-Things-master/solutions/auto_demo/ |
A D | package.yaml | 47 source_file:
|
/AliOS-Things-master/components/osal_aos/ |
A D | README.md | 215 source_file: 396 source_file: 590 source_file: 721 source_file: 866 source_file: 1002 source_file: 1126 source_file: 1261 source_file:
|
/AliOS-Things-master/components/ramfs/ |
A D | README.md | 74 source_file:
|
/AliOS-Things-master/components/linksdk/ |
A D | README.md | 89 source_file:
|