/build/lite/ |
H A D | run_shell_cmd.py | 22 def main(): function 27 sys.exit(main())
|
/build/scripts/ |
H A D | run_shell_cmd.py | 22 def main(): function 27 sys.exit(main())
|
H A D | check_file_exist.py | 26 def main(): function 31 sys.exit(main())
|
H A D | dir_exists.py | 13 def main() -> int: function 30 sys.exit(main())
|
H A D | check_mac_system_and_cpu.py | 53 def main(): function 62 sys.exit(main())
|
H A D | collect_publicity.py | 34 def main(args): function 54 sys.exit(main(sys.argv[1:]))
|
/build/toolchain/ |
H A D | get_cpu_count.py | 13 def main(): function 24 sys.exit(main())
|
H A D | clang_static_analyzer_wrapper.py | 47 def main(): function 72 sys.exit(main())
|
/build/hb/hb/ |
H A D | __main__.py | 36 def main(): function 40 ohos_root_path, os.path.curdir)), 'build', 'hb', 'main.py') 41 spec = importlib.util.spec_from_file_location('main', entry_path) 45 main_api.main() 52 sys.exit(main())
|
/build/hb/test/unitTest/services/ |
H A D | test.py | 45 def main(): function 51 sys.exit(main())
|
/build/ohos/ |
H A D | version.py | 20 def main(args): function 31 sys.exit(main(sys.argv[1:]))
|
H A D | file_exists.py | 30 def main(): function 41 sys.exit(main())
|
/build/hb/ |
H A D | main.py | 89 def main(): member in Main 90 main = Main() 92 'build': main._init_indep_build_module if main._is_indep_build() else main._init_build_module, 93 'init': main._init_hb_init_module, 94 'indep_build': main._init_indep_build_module, 95 'set': main._init_set_module, 96 'env': main._init_env_module, 97 'clean': main [all...] |
/build/ohos/sdk/ |
H A D | generate_hap_build_sdk_config.py | 23 def main(): function 45 sys.exit(main()
|
/build/ |
H A D | zip.py | 16 def main(): function 41 sys.exit(main())
|
/build/ohos/ndk/ |
H A D | parse_ndk_targets.py | 36 def main(argv): function 47 sys.exit(main(sys.argv[1:]))
|
/build/ohos/sa_profile/ |
H A D | sa_profile.py | 36 def main(): function 49 sys.exit(main())
|
/build/templates/bpf/ |
H A D | gen_bpf_uapi.py | 23 def main(): function 43 sys.exit(main())
|
/build/templates/common/ |
H A D | get_subsystem_name.py | 25 def main(): function 52 sys.exit(main())
|
/build/toolchain/mac/ |
H A D | filter_libtool.py | 34 def main(cmd_list): function 55 sys.exit(main(sys.argv[1:]))
|
/build/rust/tests/test_cdylib_crate/src/ |
H A D | main.c | 18 int main(void) in main() function
|
/build/rust/tests/test_static_link/src/ |
H A D | main.rs | 18 fn main() { in main() functions
|
/build/rust/tests/test_staticlib_crate/src/ |
H A D | main.c | 18 int main(void) in main() function
|
/build/rust/tests/test_bin_crate/src/ |
H A D | main.rs | 18 fn main() { in main() functions
|
/build/rust/tests/test_rlib_cargo_crate/crate/src/ |
H A D | main.rs | 17 /// test_rlib_cargo_crate main 18 pub fn main() { in main() functions
|