Searched refs:dependencies (Results 1 – 13 of 13) sorted by relevance
/build/ohos/sa_profile/sa_info_process/ |
D | sort_sa_by_bootphase.py | 102 def check_depend(cur_systemability, deps_count, dependencies, depend_path): argument 105 cur_dependency = dependencies[index] 130 dependencies = systemability_deps_dict.get(cur_systemability) 131 if dependencies is None: 132 dependencies = [] 133 deps_count = len(dependencies) 137 check_depend(cur_systemability, deps_count, dependencies, depend_path) 225 dependencies = self.systemability_deps_dict.get(systemability) 226 for dependency in dependencies:
|
/build/tests/unittest/part_replace/testpart/origin_component_override/feature1/ |
D | BUILD.gn | 29 …er will pass the 'external_deps=[ "{component_name:target_name}" ] method to establish dependencies
|
/build/ohos/app/ |
D | app.gni | 49 # deps: dependencies of this target. 76 # deps: dependencies of this target. 114 # deps: dependencies of this target. 369 # deps: dependencies of this target.
|
/build/hb/ |
D | README_zh.md | 95 … Default:True. Help:check that the current running environment contains all dependencies 216 …--path [PATH ...] Default:[]. Help:Finds paths of dependencies between two targets. You … 218 …--refs [REFS ...] Default:[]. Help:Finds reverse dependencies (which targets reference s…
|
D | README.md | 95 … Default:True. Help:check that the current running environment contains all dependencies 215 …--path [PATH ...] Default:[]. Help:Finds paths of dependencies between two targets. You … 217 …--refs [REFS ...] Default:[]. Help:Finds reverse dependencies (which targets reference s…
|
/build/config/ |
D | python.gni | 70 # - The .pydeps file contains a list of python dependencies (imports really)
|
D | BUILDCONFIG.gn | 954 # Sets default dependencies for executable and shared_library targets. 957 # no_default_deps: If true, no standard dependencies will be added.
|
/build/config/sanitizers/ |
D | BUILD.gn | 12 # Contains the dependencies needed for sanitizers to link into executables and 559 # :deps if any of their dependencies have not opted out of sanitizers.
|
/build/docs/ |
D | 编译构建调试文档.md | 211 Direct dependencies (try also "--all", "--tree", or even "--all --tree") 405 Direct dependencies (try also "--all", "--tree", or even "--all --tree")
|
/build/toolchain/mac/ |
D | BUILD.gn | 224 # dependencies should be recompiled.
|
/build/config/compiler/ |
D | BUILD.gn | 245 # Assume UTF-8 by default to avoid code page dependencies. 335 # Compiler instrumentation can introduce dependencies in DSOs to symbols in 1168 # 1. Set complete_static_lib so that all dependencies of the library make it
|
/build/lite/ndk/doc/config/ |
D | Doxyfile_CPP | 2119 # dependencies (inheritance, containment, and class references variables) of the 2127 # groups, showing the direct groups dependencies. 2164 # direct and indirect include dependencies of the file with other documented 2173 # the direct and indirect include dependencies of the file with other documented 2210 # dependencies a directory has on other directories in a graphical way. The
|
D | Doxyfile_C | 2117 # dependencies (inheritance, containment, and class references variables) of the 2125 # groups, showing the direct groups dependencies. 2162 # direct and indirect include dependencies of the file with other documented 2171 # the direct and indirect include dependencies of the file with other documented 2208 # dependencies a directory has on other directories in a graphical way. The
|