Home
last modified time | relevance | path

Searched refs:Relationship (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/pkgconf/tests/lib-sbom-files/
H A Dbomtool-meta_package.txt114 Relationship: SPDXRef-Package-metaC5fpackageC401.0.0 DEPENDS_ON SPDXRef-Package-test1C401.0.0
115 Relationship: SPDXRef-Package-test1C401.0.0 DEPENDENCY_OF SPDXRef-Package-metaC5fpackageC401.0.0
116 Relationship: SPDXRef-Package-metaC5fpackageC401.0.0 DEPENDS_ON SPDXRef-Package-test2C402.0.0
117 Relationship: SPDXRef-Package-test2C402.0.0 DEPENDENCY_OF SPDXRef-Package-metaC5fpackageC401.0.0
118 Relationship: SPDXRef-Package-metaC5fpackageC401.0.0 DEPENDS_ON SPDXRef-Package-test3C403.0.0
119 Relationship: SPDXRef-Package-test3C403.0.0 DEPENDENCY_OF SPDXRef-Package-metaC5fpackageC401.0.0
120 Relationship: SPDXRef-Package-metaC5fpackageC401.0.0 DEPENDS_ON SPDXRef-Package-test4C404.0.0
121 Relationship: SPDXRef-Package-test4C404.0.0 DEPENDENCY_OF SPDXRef-Package-metaC5fpackageC401.0.0
122 Relationship: SPDXRef-Package-metaC5fpackageC401.0.0 DEPENDS_ON SPDXRef-Package-test5C405.0.0
123 Relationship: SPDXRef-Package-test5C405.0.0 DEPENDENCY_OF SPDXRef-Package-metaC5fpackageC401.0.0
[all …]
H A Dbomtool-private_dependency.txt40 Relationship: SPDXRef-Package-priv-parentC401.0.0 DEPENDS_ON SPDXRef-Package-priv-childC401.0.0
41 Relationship: SPDXRef-Package-priv-childC401.0.0 DEV_DEPENDENCY_OF SPDXRef-Package-priv-parentC401.…
44 Relationship: SPDXRef-DOCUMENT DESCRIBES SPDXRef-Package-priv-parentC401.0.0
45 Relationship: SPDXRef-DOCUMENT DESCRIBES SPDXRef-Package-priv-childC401.0.0
H A Dbomtool-with_dependency.txt40 Relationship: SPDXRef-Package-test2C402.0.0 DEPENDS_ON SPDXRef-Package-test3C403.0.0
41 Relationship: SPDXRef-Package-test3C403.0.0 DEPENDENCY_OF SPDXRef-Package-test2C402.0.0
44 Relationship: SPDXRef-DOCUMENT DESCRIBES SPDXRef-Package-test2C402.0.0
45 Relationship: SPDXRef-DOCUMENT DESCRIBES SPDXRef-Package-test3C403.0.0
H A Dbomtool-define_variable_with_dependency.txt40 Relationship: SPDXRef-Package-variable-test2C402.0 DEPENDS_ON SPDXRef-Package-variable-test1C401.0-…
41 Relationship: SPDXRef-Package-variable-test1C401.0-123 DEPENDENCY_OF SPDXRef-Package-variable-test2…
44 Relationship: SPDXRef-DOCUMENT DESCRIBES SPDXRef-Package-variable-test2C402.0
45 Relationship: SPDXRef-DOCUMENT DESCRIBES SPDXRef-Package-variable-test1C401.0-123
H A Dbomtool-multiple_packages.txt40 Relationship: SPDXRef-DOCUMENT DESCRIBES SPDXRef-Package-test5C405.0.0
41 Relationship: SPDXRef-DOCUMENT DESCRIBES SPDXRef-Package-test6C406.0.0
H A Dbomtool-special.txt25 Relationship: SPDXRef-DOCUMENT DESCRIBES SPDXRef-Package-specialC401.0.0
H A Dbomtool-nolicense.txt25 Relationship: SPDXRef-DOCUMENT DESCRIBES SPDXRef-Package-nolicenseC401.0.0
H A Dbomtool-basic.txt25 Relationship: SPDXRef-DOCUMENT DESCRIBES SPDXRef-Package-test3C403.0.0
H A Dbomtool-define_variable.txt25 Relationship: SPDXRef-DOCUMENT DESCRIBES SPDXRef-Package-variable-test1C401.0-123
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp658 void ExtendedModule::addRelationship(Object &&Relationship) { in addRelationship() argument
659 Relationships.emplace_back(std::move(Relationship)); in addRelationship()
731 Object Relationship; in serializeRelationship() local
741 Relationship["!testRelLabel"] = TestRelLabel; in serializeRelationship()
743 Relationship["source"] = Source.USR; in serializeRelationship()
744 Relationship["target"] = Target.USR; in serializeRelationship()
745 Relationship["targetFallback"] = Target.Name; in serializeRelationship()
746 Relationship["kind"] = SymbolGraphSerializer::getRelationshipString(Kind); in serializeRelationship()
749 MainModule.addRelationship(std::move(Relationship)); in serializeRelationship()
751 Into.addRelationship(std::move(Relationship)); in serializeRelationship()
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DThreading.inc140 static bool IterateProcInfo(LOGICAL_PROCESSOR_RELATIONSHIP Relationship, F Fn) {
142 BOOL R = ::GetLogicalProcessorInformationEx(Relationship, NULL, &Len);
147 R = ::GetLogicalProcessorInformationEx(Relationship, Info, &Len);
154 if (Curr->Relationship != Relationship)
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.h60 void addRelationship(Object &&Relationship);
/freebsd/crypto/openssl/doc/HOWTO/
H A Dcertificates.txt24 2. Relationship with keys
/freebsd/crypto/heimdal/lib/wind/
H A Drfc4518.txt94 1.3. Relationship to "stringprep"
136 1.4. Relationship to the LDAP Technical Specification
146 1.5. Relationship to X.500
/freebsd/sys/contrib/zstd/programs/
H A Dutil.c1431 if (ptr->Relationship == RelationProcessorCore) { in UTIL_countCores()