Home
last modified time | relevance | path

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

1234

/AliOS-Things-master/components/py_engine/engine/py/
A Dcompile.h35 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 Dscope.h78 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 Dscope.c43 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 Dshowbc.c90 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 Dmain.c58 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 Dpackage.yaml53 # source_file: # <可选项> 指定参与编译的源代码文件,支持通配符,采用相对路径
57 source_file:
/AliOS-Things-master/solutions/py_engine_demo/
A Dpackage.yaml51 # source_file: # <可选项> 指定参与编译的源代码文件,支持通配符,采用相对路径
53 source_file:
/AliOS-Things-master/components/py_engine/engine/tools/
A Dmpy-tool.py59 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 Dpackage.yaml55 # source_file: # <可选项> 指定参与编译的源代码文件,支持通配符,采用相对路径
59 source_file:
/AliOS-Things-master/documentation/yaml/
A Dpackage.yaml_user_manual.md61 | 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 Dpackage.yaml58 # source_file: # <可选项> 指定参与编译的源代码文件,支持通配符,采用相对路径
60 source_file:
/AliOS-Things-master/solutions/eduk1_demo/
A Dpackage.yaml67 # source_file: # <可选项> 指定参与编译的源代码文件,支持通配符,采用相对路径
69 source_file:
/AliOS-Things-master/solutions/lora_p2p_demo/
A Dpackage.yaml17 source_file:
/AliOS-Things-master/components/posix/
A Dpackage.yaml19 source_file:
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/
A Dtrace.h67 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 Dpackage.yaml35 source_file:
/AliOS-Things-master/solutions/linksdk_gateway_demo/
A Dpackage.yaml37 source_file:
/AliOS-Things-master/solutions/rfid_demo/
A Dpackage.yaml36 source_file:
/AliOS-Things-master/solutions/miniapp_agent_demo/
A Dpackage.yaml41 source_file:
/AliOS-Things-master/solutions/linksdk_demo/
A Dpackage.yaml41 source_file:
/AliOS-Things-master/solutions/audio_demo/
A Dpackage.yaml42 source_file:
/AliOS-Things-master/solutions/auto_demo/
A Dpackage.yaml47 source_file:
/AliOS-Things-master/components/osal_aos/
A DREADME.md215 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 DREADME.md74 source_file:
/AliOS-Things-master/components/linksdk/
A DREADME.md89 source_file:

Completed in 28 milliseconds

1234