Searched refs:dependency (Results 1 – 12 of 12) sorted by relevance
45 while read -r dependency; do46 echo "${dependency}"47 depends_on_pr="$(echo "${dependency}" | tr -d '\r\n' | cut -d# -f2)"
379 def validate_dependency(dependency): argument385 dependency = dependency.strip()386 if not re.match(CONDITION_REGEX, dependency, re.I):387 raise GeneratorInputError('Invalid dependency %s' % dependency)388 return dependency736 dependency = re.match(CONDITION_REGEX, dep, re.I)737 if not dependency:740 _defined = '' if dependency.group(2) else 'defined'741 _cond = dependency.group(2) if dependency.group(2) else ''742 _value = dependency.group(3) if dependency.group(3) else ''[all …]
32 # such code, the compilar will create some form dependency graph between
34 dependency CMake module to resolve external libraries and header73 The directory containing include files for dependency 075 The path to the library containing symbols for dependency 077 The directory containing include files for dependency 179 The path to the library containing symbols for dependency 1
106 * \brief Checks if the dependency i.e. the compile flag is set.107 * For optimizing space for embedded targets each dependency
3482 * doesn't support alternation in dependency statements, just depend on
75 # then adding the dependency:
223 was disabled. Fix the dependency. Fixes #4472.829 coutermeasures. If side channels are not a concern, this dependency can2189 undeclared dependency of the RSA module on the ASN.1 module.2267 created a dependency on external libraries. #7082430 * Fix unlisted DES configuration dependency in some pkparse test cases. Found2470 * Fix for platform time abstraction to avoid dependency issues where a build2473 * Fix dependency issue in Makefile to allow parallel builds.3015 * Add missing dependency on SHA-256 in some x509 programs (reported by3038 * Remove dependency on sscanf() in X.509 parsing modules.3359 * Fixed dependency issues in test suite[all …]
38 …st on its documented behavior, add a comment in the code that explains the dependency. For example:
1805 # doxygen will generate a call dependency graph for every global function1813 # doxygen will generate a caller dependency graph for every global function1827 # in a graphical way. The dependency relations are determined by the #include
2228 # dependency graph for every global function or class method.2239 # dependency graph for every global function or class method.2258 # dependency relations are determined by the #include relations between the
2242 # dependency graph for every global function or class method.2253 # dependency graph for every global function or class method.2272 # dependency relations are determined by the #include relations between the