/arkcompiler/ets_frontend/test/scripts/sdk_test/ |
D | execution.py | 37 def validate_module_name_change(task, inc_task, is_debug, stdout, stderr, new_module_name): argument 38 output_file = get_compile_output_file_path(task, is_debug) 50 passed = validate(inc_task, task, is_debug, stdout, 56 if is_debug: 104 def validate_compile_incremental_file(task, inc_task, is_debug, modified_files): argument 121 if is_debug: 169 def compile_incremental_no_modify(task, is_debug): argument 174 [stdout, stderr] = compile_project(task, is_debug) 175 passed = validate(inc_task, task, is_debug, stdout, stderr) 178 task, inc_task, is_debug, []) [all …]
|
/arkcompiler/ets_frontend/test/scripts/performance_test/ |
D | performance_build.py | 135 def get_bytecode_size(self, is_debug): argument 143 … package_path = self.config.debug_package_path if is_debug else self.config.release_package_path 153 def start_build(self, is_debug): argument 160 cmd_suffix = self.config.cmd_debug_suffix if is_debug else self.config.cmd_release_suffix 303 def add_time_pic_data(self, dic, is_debug): argument 309 self.mail_helper.add_pic_data(self.prj_name, is_debug, [full_time, incremental_time]) 311 def add_size_pic_data(self, dic, is_debug): argument 315 self.mail_helper.add_pic_data(self.prj_name, is_debug, [full_size]) 318 def write_mail_files(first_line, dic, mail_table_title="", is_debug=""): argument 355 def generate_full_and_incremental_results(self, is_debug, aot_mode): argument [all …]
|
D | performance_entry.py | 104 def add_pic_data(self, prj_name, is_debug, data_list): argument 105 …build_mode = performance_config.BuildMode.DEBUG if is_debug else performance_config.BuildMode.RELE…
|
/arkcompiler/ets_runtime/test/moduletest/ |
D | BUILD.gn | 123 if (!is_debug) { 230 if (!is_debug) { 328 if (!is_debug) {
|
/arkcompiler/ets_runtime/test/aottest/aot_multi_constantpool_test/ |
D | BUILD.gn | 18 if (!is_debug) {
|
/arkcompiler/runtime_core/gn/build/config/ |
D | BUILDCONFIG.gn | 28 is_debug = true
|
/arkcompiler/ets_runtime/test/quickfix/ |
D | BUILD.gn | 31 if (!is_debug) {
|
/arkcompiler/toolchain/build/toolchain/aosp/ |
D | BUILD.gn | 35 if (!is_debug) {
|
/arkcompiler/toolchain/build/config/ |
D | BUILDCONFIG.gn | 29 # Debug build. Enabling official builds automatically sets is_debug to false. 30 is_debug = false
|
/arkcompiler/toolchain/build/toolchain/ark/ |
D | ark_toolchain.gni | 49 if (!is_debug) {
|
/arkcompiler/runtime_core/ |
D | BUILD.gn | 158 if (!is_debug) { 186 if (is_debug) {
|
/arkcompiler/toolchain/ |
D | BUILD.gn | 78 if (is_debug) {
|
/arkcompiler/ets_runtime/test/aottest/ |
D | BUILD.gn | 229 if (is_debug) {
|
/arkcompiler/toolchain/build/toolchain/ |
D | gcc_toolchain.gni | 447 if (!is_debug) {
|
/arkcompiler/runtime_core/libpandabase/ |
D | BUILD.gn | 148 if (is_debug) {
|
/arkcompiler/ets_frontend/ts2panda/ |
D | BUILD.gn | 207 if (is_debug) {
|
/arkcompiler/toolchain/build/third_party_gn/musl/ |
D | musl_template.gni | 281 if (is_debug || musl_secure_level > 1) { 443 if (is_debug || musl_secure_level >= 3) {
|
/arkcompiler/toolchain/build/third_party_gn/protobuf/ |
D | BUILD.gn | 55 if (!is_asan && !is_debug) { 218 if (!is_asan && !is_debug) {
|
/arkcompiler/toolchain/build/config/compiler/ |
D | BUILD.gn | 107 if (is_debug) {
|
/arkcompiler/ets_runtime/ |
D | BUILD.gn | 385 if (is_debug) { 1119 if (is_ohos && is_standard_system && !is_debug) {
|
/arkcompiler/ets_runtime/docs/ |
D | README_zh.md | 69 **说明**:上述编译命令为release版本,编译debug版本需增加编译选项:--gn-args is_debug=true。
|