Home
last modified time | relevance | path

Searched refs:add (Results 1 - 24 of 24) sorted by relevance

/build/rust/tests/test_rust_ut/src/
H A Dmain.rs17 /// 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 Dtest.rs18 assert_eq!(test_rust_st_add::add(3, 2), 5); in test_add()
/build/rust/tests/test_rust_st/src/
H A Dlib.rs17 /// pub add
18 pub fn add(a: i32, b: i32) -> i32 { in add() functions
/build/ohos/sdk/
H A Dcopy_sdk_modules.py53 depfile_deps.add(source)
58 depfile_deps.add(source)
60 depfile_deps.add(notice)
123 depfile_deps.add(module_info_file)
H A Dcheck_sdk_completeness.py140 outside_the_list_set.add(file)
164 missing_set.add(directory)
/build/ohos/packages/
H A Dcheck_seccomp_library_name.py40 services_name.add(field['name'])
70 services_name.add(name)
H A Dsystem_gzip_package.py60 tar.add(f, arcname=os.path.basename(f))
62 tar.add(f, arcname='system')
/build/tools/module_dependence/
H A Dpart_deps.py75 nodes_sets.add(_part_name)
104 .add(
H A Dmodule_deps_tree.py154 tree = (Tree(opts.InitOpts(width="1920px", height="1080px")).add(
/build/ohos/ndk/
H A Dcreate_ndk_docs_portal.py73 depfile_deps.add(options.doxygen_output)
H A Dcheck_ndk_header_signature.py76 depfile_deps.add(options.saved_signature)
H A Darchive_ndk.py66 # 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 Dgn_common_tools.py57 result_set.add(file.strip())
/build/config/components/init/seccomp/scripts/
H A Dgenerate_code_from_policy.py223 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 Djudge_updater_image.py57 available_libs.add(lib_name)
73 print("Solution: add updater in install_images field when compiling {}".format(lib_chain[-1]))
/build/
H A Dprint_python_deps.py43 src_paths.add(path)
/build/scripts/
H A Dcode_release.py113 tar.add(package_dir, arcname=".")
129 # add optional extended parameters
H A Dcargo2gn.py449 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 Dhcs_build_info.py217 self.all_hcs_files.add(cur_hcs_file)
/build/templates/metadata/
H A Dwrite_meta_data.py44 all_deps.add(n)
/build/config/components/hdi/
H A Dbuild_hdi_files_info.py360 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 Dbuild_utils.py30 # 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 Dbuild_args_resolver.py173 target_set.add(csv_row['repoistory'])
/build/hb/services/
H A Dloader.py752 _src_set.add(_origin_name)
977 "{}:{} is not configured in product, \new add component will be installed!".format(

Completed in 13 milliseconds