/aosp_15_r20/external/spdx-tools/spdxlib/ |
H A D | described_elements_test.go | 17 // set up document and some packages and relationships 30 Relationships: []*v2_1.Relationship{ 56 // request IDs for DESCRIBES / DESCRIBED_BY relationships 77 // set up document and one package, but no relationships 89 // request IDs for DESCRIBES / DESCRIBED_BY relationships 104 // set up document and multiple packages, but no DESCRIBES relationships 117 Relationships: []*v2_1.Relationship{ 134 // set up document and multiple packages, but no relationships slice 186 // set up document and some packages and relationships 199 Relationships: []*v2_2.Relationship{ [all …]
|
H A D | described_elements.go | 35 // two or more packages, so we need to go through the relationships, 38 if doc.Relationships == nil { 39 return nil, fmt.Errorf("multiple Packages in Document but Relationships slice is nil") 58 return nil, fmt.Errorf("no DESCRIBES or DESCRIBED_BY relationships found for this Document") 86 // two or more packages, so we need to go through the relationships, 89 if doc.Relationships == nil { 90 return nil, fmt.Errorf("multiple Packages in Document but Relationships slice is nil") 109 return nil, fmt.Errorf("no DESCRIBES or DESCRIBED_BY relationships found for this Document") 137 // two or more packages, so we need to go through the relationships, 140 if doc.Relationships == nil { [all …]
|
H A D | documents_test.go | 17 // set up document and some packages and relationships 30 Relationships: []*v2_1.Relationship{ 63 // set up document and some packages and relationships 74 Relationships: []*v2_1.Relationship{ 103 // set up document and some packages and relationships 116 Relationships: []*v2_2.Relationship{ 149 // set up document and some packages and relationships 160 Relationships: []*v2_2.Relationship{ 189 // set up document and some packages and relationships 202 Relationships: []*v2_3.Relationship{ [all …]
|
H A D | documents.go | 14 // Currently, this only verifies that all Element IDs mentioned in Relationships exist in the Docum… 30 for _, relationship := range doc.Relationships { 44 // Currently, this only verifies that all Element IDs mentioned in Relationships exist in the Docum… 60 for _, relationship := range doc.Relationships { 74 // Currently, this only verifies that all Element IDs mentioned in Relationships exist in the Docum… 90 for _, relationship := range doc.Relationships {
|
/aosp_15_r20/external/armnn/src/timelineDecoder/ |
H A D | JSONTimelineDecoder.cpp | 80 m_Model.relationships.insert({relationship.m_Guid, relationship}); in CreateRelationship() 98 m_Model.relationships.insert({relationship.m_Guid, relationship}); in HandleExecutionLink() 105 m_Model.relationships.insert({relationship.m_Guid, relationship}); in HandleExecutionLink() 134 m_Model.relationships.insert({relationship.m_Guid, relationship}); in HandleLabelLink() 141 m_Model.relationships.insert({relationship.m_Guid, relationship}); in HandleLabelLink() 147 if (m_Model.relationships.count(relationship.m_HeadGuid) != 0) in HandleTypeLabel() 149 Relationship labelRelation = m_Model.relationships.at(relationship.m_HeadGuid); in HandleTypeLabel() 162 m_Model.relationships.insert({relationship.m_Guid, relationship}); in HandleTypeLabel() 168 if (m_Model.relationships.count(relationship.m_HeadGuid) != 0) in HandleNameLabel() 170 Relationship labelRelation = m_Model.relationships.at(relationship.m_HeadGuid); in HandleNameLabel() [all …]
|
/aosp_15_r20/external/spdx-tools/examples/sample-docs/xml/ |
H A D | SPDXXMLExample-v2.2.spdx.xml | 398 <relationships> 402 </relationships> 403 <relationships> 407 </relationships> 408 <relationships> 412 </relationships> 413 <relationships> 417 </relationships> 418 <relationships> 422 </relationships> [all …]
|
/aosp_15_r20/external/google-cloud-java/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/ |
H A D | SearchAllResourcesRequest.java | 175 * * `relationships:instance-group-1` to find Google Cloud resources that have 176 * relationships with "instance-group-1" in the related resource name. 177 * * `relationships:INSTANCE_TO_INSTANCEGROUP` to find Compute Engine 178 * instances that have relationships of type "INSTANCE_TO_INSTANCEGROUP". 179 * * `relationships.INSTANCE_TO_INSTANCEGROUP:instance-group-1` to find 180 * Compute Engine instances that have relationships with "instance-group-1" 247 * * `relationships:instance-group-1` to find Google Cloud resources that have 248 * relationships with "instance-group-1" in the related resource name. 249 * * `relationships:INSTANCE_TO_INSTANCEGROUP` to find Compute Engine 250 * instances that have relationships of type "INSTANCE_TO_INSTANCEGROUP". [all …]
|
H A D | SearchAllResourcesRequestOrBuilder.java | 97 * * `relationships:instance-group-1` to find Google Cloud resources that have 98 * relationships with "instance-group-1" in the related resource name. 99 * * `relationships:INSTANCE_TO_INSTANCEGROUP` to find Compute Engine 100 * instances that have relationships of type "INSTANCE_TO_INSTANCEGROUP". 101 * * `relationships.INSTANCE_TO_INSTANCEGROUP:instance-group-1` to find 102 * Compute Engine instances that have relationships with "instance-group-1" 158 * * `relationships:instance-group-1` to find Google Cloud resources that have 159 * relationships with "instance-group-1" in the related resource name. 160 * * `relationships:INSTANCE_TO_INSTANCEGROUP` to find Compute Engine 161 * instances that have relationships of type "INSTANCE_TO_INSTANCEGROUP". [all …]
|
H A D | BatchGetAssetsHistoryRequest.java | 337 * it outputs specified relationships' history on the [asset_names]. It 343 * it outputs the supported relationships' history on the [asset_names] or 366 * it outputs specified relationships' history on the [asset_names]. It 372 * it outputs the supported relationships' history on the [asset_names] or 395 * it outputs specified relationships' history on the [asset_names]. It 401 * it outputs the supported relationships' history on the [asset_names] or 425 * it outputs specified relationships' history on the [asset_names]. It 431 * it outputs the supported relationships' history on the [asset_names] or 1634 * it outputs specified relationships' history on the [asset_names]. It 1640 * it outputs the supported relationships' history on the [asset_names] or [all …]
|
H A D | ListAssetsRequest.java | 433 * it snapshots specified relationships. It returns an error if 438 * it snapshots the supported relationships for all [asset_types] or returns 461 * it snapshots specified relationships. It returns an error if 466 * it snapshots the supported relationships for all [asset_types] or returns 489 * it snapshots specified relationships. It returns an error if 494 * it snapshots the supported relationships for all [asset_types] or returns 518 * it snapshots specified relationships. It returns an error if 523 * it snapshots the supported relationships for all [asset_types] or returns 1986 * it snapshots specified relationships. It returns an error if 1991 * it snapshots the supported relationships for all [asset_types] or returns [all …]
|
H A D | ExportAssetsRequest.java | 415 * it snapshots specified relationships. It returns an error if 420 * it snapshots the supported relationships for all [asset_types] or returns 443 * it snapshots specified relationships. It returns an error if 448 * it snapshots the supported relationships for all [asset_types] or returns 471 * it snapshots specified relationships. It returns an error if 476 * it snapshots the supported relationships for all [asset_types] or returns 500 * it snapshots specified relationships. It returns an error if 505 * it snapshots the supported relationships for all [asset_types] or returns 1987 * it snapshots specified relationships. It returns an error if 1992 * it snapshots the supported relationships for all [asset_types] or returns [all …]
|
H A D | BatchGetAssetsHistoryRequestOrBuilder.java | 223 * it outputs specified relationships' history on the [asset_names]. It 229 * it outputs the supported relationships' history on the [asset_names] or 250 * it outputs specified relationships' history on the [asset_names]. It 256 * it outputs the supported relationships' history on the [asset_names] or 277 * it outputs specified relationships' history on the [asset_names]. It 283 * it outputs the supported relationships' history on the [asset_names] or 305 * it outputs specified relationships' history on the [asset_names]. It 311 * it outputs the supported relationships' history on the [asset_names] or
|
H A D | ExportAssetsRequestOrBuilder.java | 290 * it snapshots specified relationships. It returns an error if 295 * it snapshots the supported relationships for all [asset_types] or returns 316 * it snapshots specified relationships. It returns an error if 321 * it snapshots the supported relationships for all [asset_types] or returns 342 * it snapshots specified relationships. It returns an error if 347 * it snapshots the supported relationships for all [asset_types] or returns 369 * it snapshots specified relationships. It returns an error if 374 * it snapshots the supported relationships for all [asset_types] or returns
|
H A D | ListAssetsRequestOrBuilder.java | 291 * it snapshots specified relationships. It returns an error if 296 * it snapshots the supported relationships for all [asset_types] or returns 317 * it snapshots specified relationships. It returns an error if 322 * it snapshots the supported relationships for all [asset_types] or returns 343 * it snapshots specified relationships. It returns an error if 348 * it snapshots the supported relationships for all [asset_types] or returns 370 * it snapshots specified relationships. It returns an error if 375 * it snapshots the supported relationships for all [asset_types] or returns
|
/aosp_15_r20/build/make/tools/compliance/cmd/sbom/ |
H A D | sbom_test.go | 116 Relationships: []*spdx.Relationship{ 223 Relationships: []*spdx.Relationship{ 323 Relationships: []*spdx.Relationship{ 423 Relationships: []*spdx.Relationship{ 475 Relationships: []*spdx.Relationship{ 557 Relationships: []*spdx.Relationship{ 691 Relationships: []*spdx.Relationship{ 804 Relationships: []*spdx.Relationship{ 882 Relationships: []*spdx.Relationship{ 940 Relationships: []*spdx.Relationship{ [all …]
|
H A D | sbom.go | 366 relationships := []*spdx.Relationship{} 426 relationships = append(relationships, rln) 439 relationships = append(relationships, rln) 448 relationships = append(relationships, rln) 457 relationships = append(relationships, rln) 538 Relationships: relationships,
|
/aosp_15_r20/build/make/tools/sbom/ |
H A D | sbom_writers.py | 147 rel = next((r for r in sbom_doc.relationships if 202 sorted_rels = sorted(sbom_doc.relationships, key=lambda r: r.id2 + r.id1) 280 RELATIONSHIPS = 'relationships' variable in PropNames 383 relationships = [] 384 sorted_rels = sorted(sbom_doc.relationships, key=lambda r: r.relationship + r.id2 + r.id1) 391 relationships.append(rel) 393 return {PropNames.RELATIONSHIPS: relationships}
|
/aosp_15_r20/external/google-cloud-java/java-asset/proto-google-cloud-asset-v1p7beta1/src/main/java/com/google/cloud/asset/v1p7beta1/ |
H A D | ExportAssetsRequest.java | 414 * specified relationships, or give errors if any relationship_types' 416 * snapshot all [asset_types]' supported relationships. An unspecified 437 * specified relationships, or give errors if any relationship_types' 439 * snapshot all [asset_types]' supported relationships. An unspecified 460 * specified relationships, or give errors if any relationship_types' 462 * snapshot all [asset_types]' supported relationships. An unspecified 484 * specified relationships, or give errors if any relationship_types' 486 * snapshot all [asset_types]' supported relationships. An unspecified 1970 * specified relationships, or give errors if any relationship_types' 1972 * snapshot all [asset_types]' supported relationships. An unspecified [all …]
|
H A D | ExportAssetsRequestOrBuilder.java | 289 * specified relationships, or give errors if any relationship_types' 291 * snapshot all [asset_types]' supported relationships. An unspecified 310 * specified relationships, or give errors if any relationship_types' 312 * snapshot all [asset_types]' supported relationships. An unspecified 331 * specified relationships, or give errors if any relationship_types' 333 * snapshot all [asset_types]' supported relationships. An unspecified 353 * specified relationships, or give errors if any relationship_types' 355 * snapshot all [asset_types]' supported relationships. An unspecified
|
/aosp_15_r20/external/leakcanary2/shark-cli/src/main/java/shark/ |
H A D | Neo4JCommand.kt | 733 private val relationships by lazy { in <lambda>() constant 734 // TODO Here we'll map a subset of relationships as one of not leaking, leak suspect, leaking. in <lambda>() 738 // The mapping of relationships here can be down dy duplicating the logic in in <lambda>() 739 // shark.HeapAnalyzer.computeLeakStatuses which goes through relationships and splits in <lambda>() 741 delegate.relationships().toList() in <lambda>() 744 override fun relationships(): Iterable<Relationship> { in <lambda>() method 745 return relationships in <lambda>() 749 return relationships.asReversed() in <lambda>() 754 val relationshipsList = relationships in <lambda>()
|
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Help/cpack_gen/ |
D | deb.rst | 402 See http://www.debian.org/doc/debian-policy/ch-relationships.html#s-binarydeps 422 See http://www.debian.org/doc/debian-policy/ch-relationships.html#s-binarydeps 445 See https://www.debian.org/doc/debian-policy/ch-relationships.html#s-breaks 465 See https://www.debian.org/doc/debian-policy/ch-relationships.html#s-conflicts 492 See https://www.debian.org/doc/debian-policy/ch-relationships.html#s-virtual 511 See http://www.debian.org/doc/debian-policy/ch-relationships.html#s-binarydeps 530 See http://www.debian.org/doc/debian-policy/ch-relationships.html#s-binarydeps 548 See http://www.debian.org/doc/debian-policy/ch-relationships.html#s-binarydeps
|
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/ |
D | healthcare_v1beta1.projects.locations.services.nlp.html | 79 …ocument. Its response includes the recognized entity mentions and the relationships between them. … 86 …ocument. Its response includes the recognized entity mentions and the relationships between them. … 108 { # Includes recognized entity mentions and relationships between them. 146 …"relationships": [ # relationships contains all the binary relationships that were ident…
|
D | healthcare_v1.projects.locations.services.nlp.html | 79 …ocument. Its response includes the recognized entity mentions and the relationships between them. … 86 …ocument. Its response includes the recognized entity mentions and the relationships between them. … 108 { # Includes recognized entity mentions and relationships between them. 146 …"relationships": [ # relationships contains all the binary relationships that were ident…
|
/aosp_15_r20/packages/modules/AdServices/adservices/apk/assets/classifier/ |
D | topic_id_to_name.csv | 335 10334 /People & Society/Family & Relationships 336 10335 /People & Society/Family & Relationships/Ancestry & Genealogy 337 10336 /People & Society/Family & Relationships/Marriage 338 10337 /People & Society/Family & Relationships/Parenting 339 10338 /People & Society/Family & Relationships/Parenting/Adoption 340 10339 /People & Society/Family & Relationships/Parenting/Babies & Toddlers 341 10340 /People & Society/Family & Relationships/Parenting/Child Internet Safety 342 10341 /People & Society/Family & Relationships/Romance
|
/aosp_15_r20/external/spdx-tools/builder/ |
H A D | build_test.go | 330 if doc.Relationships == nil { 331 t.Fatalf("expected non-nil Relationships section, got nil") 333 if len(doc.Relationships) == 0 { 334 t.Fatalf("expected %v, got %v", 0, len(doc.Relationships)) 336 rln := doc.Relationships[0] 735 if doc.Relationships == nil { 736 t.Fatalf("expected non-nil Relationships section, got nil") 738 if len(doc.Relationships) == 0 { 739 t.Fatalf("expected %v, got %v", 0, len(doc.Relationships)) 741 rln := doc.Relationships[0]
|