Searched refs:test (Results 1 - 8 of 8) sorted by relevance
/build/rust/tests/test_rust_ut/src/ |
H A D | main.rs | 29 #[cfg(test)] 34 #[test] 39 #[test] 41 // This assert would fire and test will fail. in test_bad_add()
|
/build/rust/tests/test_rlib_cargo_crate/crate/src/ |
H A D | lib.rs | 41 #[cfg(test)] 43 /// Test features are passed through from BUILD.gn correctly. This test is the target configuration. 44 #[test] 53 #[test]
|
/build/rust/tests/test_rust_st/test/ |
H A D | test.rs | 16 #[test]
|
/build/tools/component_tools/static_check/ |
H A D | csct_online_entry.py | 63 def test(): function 65 sys.stderr.write("test error: pr_list is empty.\n") 74 sys.exit(test())
|
H A D | csct_online_prehandle.py | 190 def test(): function 192 sys.stderr.write("test error: pr_list is empty.\n") 207 sys.exit(test())
|
/build/indep_configs/scripts/ |
H A D | generate_target_build_gn.py | 37 "-t", "--test", 39 help="whether the target contains test type. default 0 , choices: 0 or 1 2", 111 if ele not in ['inner_kits', 'test', 'inner_api']: 117 if _test_check == 1 and ele == 'test': 126 _test_check = args.test 140 inner_kits_list = build_data.get('test')
|
H A D | generate_components.py | 56 "-t", "--test", 58 help="whether the target contains test type. default 0 , choices: 0 or 1 2", 296 test_check = args.test
|
/build/test/example/ |
H A D | test_build_option.py | 567 test target_cpu parameter 578 test ccache_para parameter 589 test rename_last_log parameter 613 test build_target parameter 624 test ninja_args parameter 635 test full_compilation parameter 646 test strict_mode parameter 657 test scalable_build parameter 668 test build_example parameter 679 test build_platform_nam [all...] |
Completed in 4 milliseconds