Searched refs:switch (Results 1 – 5 of 5) sorted by relevance
/build/docs/ |
D | 编译选项规范.md | 17 | -Wswitch-default | 打开"-Wswitch-default"选项,确保switch语句有default分支|
|
/build/test/example/ |
D | performance_test.py | 197 def generate_content(self, table_name, data_rows, switch=False): argument 225 if switch: 581 self.generate_content("Gn Trace Exec File", self.gn_exec_res, switch=True) 582 self.generate_content("Gn Trace Script File ", self.gn_script_res, switch=True) 583 self.generate_content("Ninjia Trace File", self.ninjia_trace_list, switch=True)
|
/build/config/ohos/ |
D | abi.gni | 18 # profiling information. When false, the same delay is used to switch from
|
/build/config/sanitizers/ |
D | sanitizers.gni | 114 # The global switch of cfi. Disable it to improve compiling efficiency while
|
/build/config/compiler/ |
D | BUILD.gn | 956 cflags += [ "-Wno-enum-compare-switch" ] 1027 # Warn on missing break statements at the end of switch cases.
|