Searched refs:add (Results 1 - 24 of 24) sorted by relevance
/build/rust/tests/test_rust_ut/src/ |
H A D | main.rs | 17 /// pub add 18 pub fn add(a: i32, b: i32) -> i32 { in add() functions 36 assert_eq!(add(1, 2), 3); in test_add()
|
/build/rust/tests/test_rust_st/test/ |
H A D | test.rs | 18 assert_eq!(test_rust_st_add::add(3, 2), 5); in test_add()
|
/build/rust/tests/test_rust_st/src/ |
H A D | lib.rs | 17 /// pub add 18 pub fn add(a: i32, b: i32) -> i32 { in add() functions
|
/build/ohos/sdk/ |
H A D | copy_sdk_modules.py | 53 depfile_deps.add(source) 58 depfile_deps.add(source) 60 depfile_deps.add(notice) 123 depfile_deps.add(module_info_file)
|
H A D | check_sdk_completeness.py | 140 outside_the_list_set.add(file) 164 missing_set.add(directory)
|
/build/ohos/packages/ |
H A D | check_seccomp_library_name.py | 40 services_name.add(field['name']) 70 services_name.add(name)
|
H A D | system_gzip_package.py | 60 tar.add(f, arcname=os.path.basename(f)) 62 tar.add(f, arcname='system')
|
/build/tools/module_dependence/ |
H A D | part_deps.py | 75 nodes_sets.add(_part_name) 104 .add(
|
H A D | module_deps_tree.py | 154 tree = (Tree(opts.InitOpts(width="1920px", height="1080px")).add(
|
/build/ohos/ndk/ |
H A D | create_ndk_docs_portal.py | 73 depfile_deps.add(options.doxygen_output)
|
H A D | check_ndk_header_signature.py | 76 depfile_deps.add(options.saved_signature)
|
H A D | archive_ndk.py | 66 # Create an empty zipfile first, then add stuff to it. 106 depfile_deps.add(options.notice_file)
|
/build/tools/component_tools/static_check/gn_check/ |
H A D | gn_common_tools.py | 57 result_set.add(file.strip())
|
/build/config/components/init/seccomp/scripts/ |
H A D | generate_code_from_policy.py | 223 to_update_list.add(function_name) 240 self.priority_with_args.add(function_name_with_args) 248 self.allow_list_with_args.add(function_name_with_args) 255 self.head_files.add(head_files) 263 self.self_define_syscall.add(nr) 834 self.reduced_block_list.add(function_name) 857 self.arches.add(target_cpu) 859 self.arches.add("arm") 860 self.arches.add(target_cpu) 862 self.arches.add(target_cp [all...] |
/build/ohos/images/mkimage/ |
H A D | judge_updater_image.py | 57 available_libs.add(lib_name) 73 print("Solution: add updater in install_images field when compiling {}".format(lib_chain[-1]))
|
/build/ |
H A D | print_python_deps.py | 43 src_paths.add(path)
|
/build/scripts/ |
H A D | code_release.py | 113 tar.add(package_dir, arcname=".") 129 # add optional extended parameters
|
H A D | cargo2gn.py | 449 out_files.add(file_name) 911 # Otherwise we would add and merge tests before seeing they're empty. 929 self.empty_tests.add(name) 966 self.warning_files.add(file_path) 992 self.gn_files.add(name) 1052 argparser.add_argument('--add-workspace', action='store_true', default=False, 1066 'add a genrule to copy ./out/*.'))
|
/build/config/components/hc_gen/ |
H A D | hcs_build_info.py | 217 self.all_hcs_files.add(cur_hcs_file)
|
/build/templates/metadata/ |
H A D | write_meta_data.py | 44 all_deps.add(n)
|
/build/config/components/hdi/ |
H A D | build_hdi_files_info.py | 360 idl_sources_set.add(cur_idl_file) 485 ModuleInfo.include_dirs.add(Option.gen_dir) 489 ModuleInfo.include_dirs.add(
|
/build/scripts/util/ |
H A D | build_utils.py | 30 # Some clients do not add //build/scripts/util to PYTHONPATH. 236 execute_args.append("--add-test-runner") 355 zip_file: ZipFile instance to add the file to. 472 output: Path or ZipFile instance to add files to. 521 added_names.add(dst_name)
|
/build/hb/resolver/ |
H A D | build_args_resolver.py | 173 target_set.add(csv_row['repoistory'])
|
/build/hb/services/ |
H A D | loader.py | 752 _src_set.add(_origin_name) 977 "{}:{} is not configured in product, \new add component will be installed!".format(
|
Completed in 13 milliseconds