Searched full:relationships (Results 1 – 25 of 389) sorted by relevance
12345678910>>...16
| /external/armnn/src/timelineDecoder/ |
| 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 …]
|
| /external/spdx-tools/spdxlib/ |
| 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 …]
|
| 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 …]
|
| 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 …]
|
| 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 {
|
| D | relationships_test.go | 16 // set up document and some packages and relationships 29 Relationships: []*v2_1.Relationship{ 84 // set up document and some packages and relationships 97 Relationships: []*v2_2.Relationship{
|
| D | relationships.go | 17 for _, relationship := range doc.Relationships { 31 for _, relationship := range doc.Relationships { 45 for _, relationship := range doc.Relationships {
|
| /external/spdx-tools/examples/sample-docs/xml/ |
| 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 …]
|
| /external/python/google-api-python-client/docs/dyn/ |
| 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…
|
| 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…
|
| /external/spdx-tools/tvsaver/saver2v2/ |
| D | save_document.go | 80 if len(doc.Relationships) > 0 { 81 fmt.Fprintf(w, "##### Relationships\n\n") 82 for _, rln := range doc.Relationships {
|
| /external/spdx-tools/tvsaver/saver2v1/ |
| D | save_document.go | 80 if len(doc.Relationships) > 0 { 81 fmt.Fprintf(w, "##### Relationships\n\n") 82 for _, rln := range doc.Relationships {
|
| /external/spdx-tools/tvsaver/saver2v3/ |
| D | save_document.go | 80 if len(doc.Relationships) > 0 { 81 fmt.Fprintf(w, "##### Relationships\n\n") 82 for _, rln := range doc.Relationships {
|
| /external/gfxstream-protocols/registry/vulkan/scripts/ |
| D | rubygenerator.py | 22 relationships.""" 83 # Dictionary containing the relationships of a type 87 # Not actually including the relationships yet
|
| /external/spdx-tools/tvloader/parser2v2/ |
| D | parse_other_license_test.go | 134 // and the relationship should be in the Document's Relationships 135 if len(parser.doc.Relationships) != 1 { 136 t.Fatalf("expected doc.Relationships to have len 1, got %d", len(parser.doc.Relationships)) 138 deID := parser.doc.Relationships[0].RefA 140 t.Errorf("expected RefA to be %s, got %s", "blah", parser.doc.Relationships[0].RefA)
|
| D | parse_other_license.go | 29 parser.doc.Relationships = append(parser.doc.Relationships, parser.rln)
|
| D | parse_review.go | 41 parser.doc.Relationships = append(parser.doc.Relationships, parser.rln)
|
| /external/spdx-tools/tvloader/parser2v1/ |
| D | parse_other_license_test.go | 134 // and the relationship should be in the Document's Relationships 135 if len(parser.doc.Relationships) != 1 { 136 t.Fatalf("expected doc.Relationships to have len 1, got %d", len(parser.doc.Relationships)) 138 deID := parser.doc.Relationships[0].RefA 140 t.Errorf("expected RefA to be %s, got %s", "blah", parser.doc.Relationships[0].RefA)
|
| D | parse_other_license.go | 29 parser.doc.Relationships = append(parser.doc.Relationships, parser.rln)
|
| D | parse_review.go | 41 parser.doc.Relationships = append(parser.doc.Relationships, parser.rln)
|
| /external/spdx-tools/tvloader/parser2v3/ |
| D | parse_other_license_test.go | 134 // and the relationship should be in the Document's Relationships 135 if len(parser.doc.Relationships) != 1 { 136 t.Fatalf("expected doc.Relationships to have len 1, got %d", len(parser.doc.Relationships)) 138 deID := parser.doc.Relationships[0].RefA 140 t.Errorf("expected RefA to be %s, got %s", "blah", parser.doc.Relationships[0].RefA)
|
| D | parse_other_license.go | 29 parser.doc.Relationships = append(parser.doc.Relationships, parser.rln)
|
| D | parse_review.go | 41 parser.doc.Relationships = append(parser.doc.Relationships, parser.rln)
|
| /external/spdx-tools/rdfloader/parser2v2/ |
| D | parse_relationship.go | 18 // Relationships Slice. 86 parser.doc.Relationships = append(parser.doc.Relationships, &reln)
|
| /external/spdx-tools/rdfloader/parser2v3/ |
| D | parse_relationship.go | 18 // Relationships Slice. 86 parser.doc.Relationships = append(parser.doc.Relationships, &reln)
|
12345678910>>...16