Home
last modified time | relevance | path

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

12

/ohos5.0/build/toolchain/
H A Dgcc_toolchain.gni31 is_ohos && !is_debug &&
410 if (full_mini_debug && !is_debug) {
583 if (full_mini_debug && !is_debug) {
628 if (full_mini_debug && !is_debug) {
695 if (full_mini_debug && !is_debug) {
725 if (full_mini_debug && !is_debug) {
756 if (full_mini_debug && !is_debug) {
788 if (full_mini_debug && !is_debug) {
H A Dconcurrent_links.gni32 } else if (is_win && symbol_level == 1 && !is_debug) {
41 } else if (is_ohos && !is_debug && !using_sanitizer && symbol_level < 2) {
/ohos5.0/base/startup/init/services/modules/seccomp/scripts/
H A Dgenerate_code_from_policy.py183 def __init__(self, arch, function_name_nr_table, is_debug): argument
198 self.is_debug = is_debug
275 if self.is_debug == 'false' and return_str == 'LOG':
847 self.is_debug = False
849 def update_is_debug(self, is_debug): argument
850 if is_debug == 'false':
851 self.is_debug = False
853 self.is_debug = True
952 if 'SECCOMP_RET_LOG' in line and self.is_debug == False:
1016 … {arch: SeccompPolicyParam(arch, function_name_nr_table_dict.get(arch), args.is_debug)})
[all …]
/ohos5.0/build/config/components/init/seccomp/scripts/
H A Dgenerate_code_from_policy.py183 def __init__(self, arch, function_name_nr_table, is_debug): argument
198 self.is_debug = is_debug
275 if self.is_debug == 'false' and return_str == 'LOG':
847 self.is_debug = False
849 def update_is_debug(self, is_debug): argument
850 if is_debug == 'false':
851 self.is_debug = False
853 self.is_debug = True
952 if 'SECCOMP_RET_LOG' in line and self.is_debug == False:
1016 … {arch: SeccompPolicyParam(arch, function_name_nr_table_dict.get(arch), args.is_debug)})
[all …]
/ohos5.0/build/config/security/
H A DBUILD.gn58 if (is_debug) {
77 if (is_debug) {
103 if (is_debug) {
/ohos5.0/base/security/code_signature/services/key_enable/src/
H A Dprofile_utils.rs278 fn get_profile_paths(is_debug: bool) -> Vec<String> { in get_profile_paths()
280 let profile_prefixes = match is_debug { in get_profile_paths()
320 is_debug: bool, in process_profile()
324 let profiles_paths = get_profile_paths(is_debug); in process_profile()
/ohos5.0/build/config/sanitizers/
H A Dsanitizers.gni212 # Running in debug mode probably indicates you forgot to set the "is_debug =
222 assert(!is_debug || !(is_msan || is_ubsan || is_ubsan_null || is_ubsan_vptr),
223 "Sanitizers should generally be used in release (set is_debug=false).")
232 assert(!is_win || !is_debug || !is_asan,
233 "ASan on Windows doesn't work in debug (set is_debug=false).")
/ohos5.0/build/templates/cxx/
H A Dcxx.gni453 # We don't need to change config when "is_debug==true"
455 if (defined(is_debug) && !is_debug && enable_debug_components != "") {
1147 if (defined(is_debug) && !is_debug && enable_debug_components != "") {
1472 if (defined(is_debug) && !is_debug && enable_debug_components != "") {
1751 if (defined(is_debug) && !is_debug && enable_debug_components != "") {
/ohos5.0/build/config/
H A Dallocator.gni13 (is_win && !is_component_build && !is_debug)) && !is_asan && !is_lsan &&
H A DBUILDCONFIG.gn313 # release (!is_debug). This might be better expressed as a tri-state
387 # Debug build. Enabling official builds automatically sets is_debug to false.
388 is_debug = false
417 # It should be used with "is_debug"
454 assert(!(is_debug && is_official_build), "Can't do official debug builds")
773 if (is_debug) {
/ohos5.0/build/templates/rust/
H A Dohos_rust_library.gni304 if (defined(is_debug) && !is_debug && enable_debug_components != "") {
H A Drust_template.gni957 if (defined(is_debug) && !is_debug && enable_debug_components != "") {
/ohos5.0/base/startup/appspawn/modules/module_engine/
H A DBUILD.gn29 if (is_debug || build_variant == "root") {
/ohos5.0/base/startup/appspawn/modules/common/
H A DBUILD.gn25 if (is_debug || build_variant == "root") {
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/targets/simulator/
H A DBUILD.gn64 if (is_debug == "debug") {
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/
H A DBUILD.gn67 if (is_debug) {
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/
H A DBUILD.gn34 if (is_debug) {
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/tools/qt/simulator/jsfwk/
H A Djsfwk.pro6 is_debug = debug
44 eval(is_debug == release) {
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-build-all.md179 ./build.sh --product-name {product_name} --gn-args is_debug=true
186 > ./build.sh --product-name {product_name} --gn-args is_debug=true --build-target {target_name}
/ohos5.0/build/config/compiler/
H A Dcompiler.gni128 enable_frame_pointers = using_sanitizer || enable_profiling || is_debug
191 } else if ((!is_nacl && !is_linux) || is_debug || is_official_build) {
H A DBUILD.gn160 use_debug_fission = is_debug && !(is_ohos || is_android) && !is_win &&
279 if (!is_debug) {
548 if (!is_debug && use_thin_lto &&
999 if (!is_debug && !using_sanitizer &&
1167 if (!is_debug && !is_component_build) {
1298 # if (!is_debug) {
1344 } else if (is_debug) {
/ohos5.0/build/toolchain/ohos/
H A Dohos_toolchain.gni82 if (!is_debug) {
/ohos5.0/base/startup/appspawn/standard/
H A DBUILD.gn64 if (is_debug || build_variant == "root") {
/ohos5.0/build/ohos/images/
H A DBUILD.gn264 if (is_debug) {
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-build-all.md212 ./build.sh --product-name {product_name} --gn-args is_debug=true
220 > ./build.sh --product-name {product_name} --gn-args is_debug=true --build-target {target_name}

12