Home
last modified time | relevance | path

Searched refs:add (Results 1 – 25 of 41) sorted by relevance

12

/build/rust/tests/test_rust_ut/src/
Dmain.rs18 pub fn add(a: i32, b: i32) -> i32 { in add() function
36 assert_eq!(add(1, 2), 3); in test_add()
/build/ohos/sdk/
Dcopy_sdk_modules.py53 depfile_deps.add(source)
58 depfile_deps.add(source)
60 depfile_deps.add(notice)
124 depfile_deps.add(module_info_file)
Dcheck_sdk_completeness.py130 outside_the_list_set.add(file)
154 missing_set.add(directory)
/build/rust/tests/test_rust_st/test/
Dtest.rs18 assert_eq!(test_rust_st_add::add(3, 2), 5); in test_add()
/build/rust/tests/test_rust_st/src/
Dlib.rs18 pub fn add(a: i32, b: i32) -> i32 { in add() function
/build/ohos/packages/
Dcheck_seccomp_library_name.py40 services_name.add(field['name'])
70 services_name.add(name)
Dsystem_gzip_package.py60 tar.add(f, arcname=os.path.basename(f))
62 tar.add(f, arcname='system')
/build/tools/module_dependence/
Dpart_deps.py75 nodes_sets.add(_part_name)
104 .add(
Dmodule_deps_tree.py154 tree = (Tree(opts.InitOpts(width="1920px", height="1080px")).add(
/build/lite/config/subsystem/
Dlite_subsystem.gni37 # add subsystem packages
56 # add subsystem packages
/build/tools/component_tools/static_check/gn_check/
Dgn_common_tools.py57 result_set.add(file.strip())
/build/ohos/ndk/
Dcreate_ndk_docs_portal.py73 depfile_deps.add(options.doxygen_output)
Dcheck_ndk_header_signature.py76 depfile_deps.add(options.saved_signature)
Darchive_ndk.py106 depfile_deps.add(options.notice_file)
/build/config/clang/
DBUILD.gn33 "-add-plugin",
/build/config/
DBUILD.gn174 # Please don't add more stuff here. We should actually be making this
176 # some extra libraries, please just add a libs = [ "foo.lib" ] to your
308 # need to add ldflags to every binary to make sure they are picked up.
331 # need to add ldflags to every binary to make sure they are picked up.
/build/ohos/images/mkimage/
Djudge_updater_image.py73 available_libs.add(lib_name)
/build/config/linux/
Dpkg_config.gni11 # You can also add defines via the "defines" variable. This can be useful to
12 # add this to the config to pass defines that the library expects to get by
/build/lite/config/component/
Dlite_component.gni95 # add component deps
100 # add component features
/build/scripts/
Dcode_release.py88 tar.add(package_dir, arcname=".")
/build/
Dprint_python_deps.py43 src_paths.add(path)
/build/docs/
D编译配置指导文档.md106 详细规则请参考[新增编译选项](./how-to-add-a-build-parameter.md)
/build/ohos/
Dohos_part.gni28 # add sdk dep
/build/config/ohos/
DBUILD.gn110 # We add this parameter to speed up link process, enable_lto_O0 default is false.
/build/config/sanitizers/
DBUILD.gn21 # to add the ldflags here as well as in default_sanitizer_flags.
387 # Adding -fsanitize=fuzzer-no-link will add -fsanitize-coverage=inline-8bit-counters,
474 # experimental flags, so only add them to non-chromecast ubsan builds.
615 # Debug mode, add no-trap and recover options over release mode

12