Home
last modified time | relevance | path

Searched refs:is_debug (Results 1 – 21 of 21) sorted by relevance

/arkcompiler/ets_frontend/test/scripts/sdk_test/
Dexecution.py37 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/
Dperformance_build.py135 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 …]
Dperformance_entry.py104 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/
DBUILD.gn123 if (!is_debug) {
230 if (!is_debug) {
328 if (!is_debug) {
/arkcompiler/ets_runtime/test/aottest/aot_multi_constantpool_test/
DBUILD.gn18 if (!is_debug) {
/arkcompiler/runtime_core/gn/build/config/
DBUILDCONFIG.gn28 is_debug = true
/arkcompiler/ets_runtime/test/quickfix/
DBUILD.gn31 if (!is_debug) {
/arkcompiler/toolchain/build/toolchain/aosp/
DBUILD.gn35 if (!is_debug) {
/arkcompiler/toolchain/build/config/
DBUILDCONFIG.gn29 # Debug build. Enabling official builds automatically sets is_debug to false.
30 is_debug = false
/arkcompiler/toolchain/build/toolchain/ark/
Dark_toolchain.gni49 if (!is_debug) {
/arkcompiler/runtime_core/
DBUILD.gn158 if (!is_debug) {
186 if (is_debug) {
/arkcompiler/toolchain/
DBUILD.gn78 if (is_debug) {
/arkcompiler/ets_runtime/test/aottest/
DBUILD.gn229 if (is_debug) {
/arkcompiler/toolchain/build/toolchain/
Dgcc_toolchain.gni447 if (!is_debug) {
/arkcompiler/runtime_core/libpandabase/
DBUILD.gn148 if (is_debug) {
/arkcompiler/ets_frontend/ts2panda/
DBUILD.gn207 if (is_debug) {
/arkcompiler/toolchain/build/third_party_gn/musl/
Dmusl_template.gni281 if (is_debug || musl_secure_level > 1) {
443 if (is_debug || musl_secure_level >= 3) {
/arkcompiler/toolchain/build/third_party_gn/protobuf/
DBUILD.gn55 if (!is_asan && !is_debug) {
218 if (!is_asan && !is_debug) {
/arkcompiler/toolchain/build/config/compiler/
DBUILD.gn107 if (is_debug) {
/arkcompiler/ets_runtime/
DBUILD.gn385 if (is_debug) {
1119 if (is_ohos && is_standard_system && !is_debug) {
/arkcompiler/ets_runtime/docs/
DREADME_zh.md69 **说明**:上述编译命令为release版本,编译debug版本需增加编译选项:--gn-args is_debug=true。