Searched refs:add (Results 1 – 25 of 41) sorted by relevance
12
/build/rust/tests/test_rust_ut/src/ |
D | main.rs | 18 pub fn add(a: i32, b: i32) -> i32 { in add() function 36 assert_eq!(add(1, 2), 3); in test_add()
|
/build/ohos/sdk/ |
D | copy_sdk_modules.py | 53 depfile_deps.add(source) 58 depfile_deps.add(source) 60 depfile_deps.add(notice) 124 depfile_deps.add(module_info_file)
|
D | check_sdk_completeness.py | 130 outside_the_list_set.add(file) 154 missing_set.add(directory)
|
/build/rust/tests/test_rust_st/test/ |
D | test.rs | 18 assert_eq!(test_rust_st_add::add(3, 2), 5); in test_add()
|
/build/rust/tests/test_rust_st/src/ |
D | lib.rs | 18 pub fn add(a: i32, b: i32) -> i32 { in add() function
|
/build/ohos/packages/ |
D | check_seccomp_library_name.py | 40 services_name.add(field['name']) 70 services_name.add(name)
|
D | system_gzip_package.py | 60 tar.add(f, arcname=os.path.basename(f)) 62 tar.add(f, arcname='system')
|
/build/tools/module_dependence/ |
D | part_deps.py | 75 nodes_sets.add(_part_name) 104 .add(
|
D | module_deps_tree.py | 154 tree = (Tree(opts.InitOpts(width="1920px", height="1080px")).add(
|
/build/lite/config/subsystem/ |
D | lite_subsystem.gni | 37 # add subsystem packages 56 # add subsystem packages
|
/build/tools/component_tools/static_check/gn_check/ |
D | gn_common_tools.py | 57 result_set.add(file.strip())
|
/build/ohos/ndk/ |
D | create_ndk_docs_portal.py | 73 depfile_deps.add(options.doxygen_output)
|
D | check_ndk_header_signature.py | 76 depfile_deps.add(options.saved_signature)
|
D | archive_ndk.py | 106 depfile_deps.add(options.notice_file)
|
/build/config/clang/ |
D | BUILD.gn | 33 "-add-plugin",
|
/build/config/ |
D | BUILD.gn | 174 # 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/ |
D | judge_updater_image.py | 73 available_libs.add(lib_name)
|
/build/config/linux/ |
D | pkg_config.gni | 11 # 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/ |
D | lite_component.gni | 95 # add component deps 100 # add component features
|
/build/scripts/ |
D | code_release.py | 88 tar.add(package_dir, arcname=".")
|
/build/ |
D | print_python_deps.py | 43 src_paths.add(path)
|
/build/docs/ |
D | 编译配置指导文档.md | 106 详细规则请参考[新增编译选项](./how-to-add-a-build-parameter.md)
|
/build/ohos/ |
D | ohos_part.gni | 28 # add sdk dep
|
/build/config/ohos/ |
D | BUILD.gn | 110 # We add this parameter to speed up link process, enable_lto_O0 default is false.
|
/build/config/sanitizers/ |
D | BUILD.gn | 21 # 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