/ohos5.0/build/toolchain/ |
H A D | gcc_toolchain.gni | 31 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 D | concurrent_links.gni | 32 } 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 D | generate_code_from_policy.py | 183 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 D | generate_code_from_policy.py | 183 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 D | BUILD.gn | 58 if (is_debug) { 77 if (is_debug) { 103 if (is_debug) {
|
/ohos5.0/base/security/code_signature/services/key_enable/src/ |
H A D | profile_utils.rs | 278 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 D | sanitizers.gni | 212 # 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 D | cxx.gni | 453 # 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 D | allocator.gni | 13 (is_win && !is_component_build && !is_debug)) && !is_asan && !is_lsan &&
|
H A D | BUILDCONFIG.gn | 313 # 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 D | ohos_rust_library.gni | 304 if (defined(is_debug) && !is_debug && enable_debug_components != "") {
|
H A D | rust_template.gni | 957 if (defined(is_debug) && !is_debug && enable_debug_components != "") {
|
/ohos5.0/base/startup/appspawn/modules/module_engine/ |
H A D | BUILD.gn | 29 if (is_debug || build_variant == "root") {
|
/ohos5.0/base/startup/appspawn/modules/common/ |
H A D | BUILD.gn | 25 if (is_debug || build_variant == "root") {
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/targets/simulator/ |
H A D | BUILD.gn | 64 if (is_debug == "debug") {
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/ |
H A D | BUILD.gn | 67 if (is_debug) {
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/ |
H A D | BUILD.gn | 34 if (is_debug) {
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/tools/qt/simulator/jsfwk/ |
H A D | jsfwk.pro | 6 is_debug = debug 44 eval(is_debug == release) {
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-build-all.md | 179 ./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 D | compiler.gni | 128 enable_frame_pointers = using_sanitizer || enable_profiling || is_debug 191 } else if ((!is_nacl && !is_linux) || is_debug || is_official_build) {
|
H A D | BUILD.gn | 160 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 D | ohos_toolchain.gni | 82 if (!is_debug) {
|
/ohos5.0/base/startup/appspawn/standard/ |
H A D | BUILD.gn | 64 if (is_debug || build_variant == "root") {
|
/ohos5.0/build/ohos/images/ |
H A D | BUILD.gn | 264 if (is_debug) {
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-build-all.md | 212 ./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}
|