Home
last modified time | relevance | path

Searched full:relationships (Results 1 – 25 of 389) sorted by relevance

12345678910>>...16

/external/armnn/src/timelineDecoder/
DJSONTimelineDecoder.cpp80 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/
Ddescribed_elements_test.go17 // 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 …]
Ddescribed_elements.go35 // 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 …]
Ddocuments_test.go17 // 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 …]
Ddocuments.go14 // 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 {
Drelationships_test.go16 // 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{
Drelationships.go17 for _, relationship := range doc.Relationships {
31 for _, relationship := range doc.Relationships {
45 for _, relationship := range doc.Relationships {
/external/spdx-tools/examples/sample-docs/xml/
DSPDXXMLExample-v2.2.spdx.xml398 <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/
Dhealthcare_v1.projects.locations.services.nlp.html79 …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 …&quot;relationships&quot;: [ # relationships contains all the binary relationships that were ident…
Dhealthcare_v1beta1.projects.locations.services.nlp.html79 …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 …&quot;relationships&quot;: [ # relationships contains all the binary relationships that were ident…
/external/spdx-tools/tvsaver/saver2v2/
Dsave_document.go80 if len(doc.Relationships) > 0 {
81 fmt.Fprintf(w, "##### Relationships\n\n")
82 for _, rln := range doc.Relationships {
/external/spdx-tools/tvsaver/saver2v1/
Dsave_document.go80 if len(doc.Relationships) > 0 {
81 fmt.Fprintf(w, "##### Relationships\n\n")
82 for _, rln := range doc.Relationships {
/external/spdx-tools/tvsaver/saver2v3/
Dsave_document.go80 if len(doc.Relationships) > 0 {
81 fmt.Fprintf(w, "##### Relationships\n\n")
82 for _, rln := range doc.Relationships {
/external/gfxstream-protocols/registry/vulkan/scripts/
Drubygenerator.py22 relationships."""
83 # Dictionary containing the relationships of a type
87 # Not actually including the relationships yet
/external/spdx-tools/tvloader/parser2v2/
Dparse_other_license_test.go134 // 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)
Dparse_other_license.go29 parser.doc.Relationships = append(parser.doc.Relationships, parser.rln)
Dparse_review.go41 parser.doc.Relationships = append(parser.doc.Relationships, parser.rln)
/external/spdx-tools/tvloader/parser2v1/
Dparse_other_license_test.go134 // 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)
Dparse_other_license.go29 parser.doc.Relationships = append(parser.doc.Relationships, parser.rln)
Dparse_review.go41 parser.doc.Relationships = append(parser.doc.Relationships, parser.rln)
/external/spdx-tools/tvloader/parser2v3/
Dparse_other_license_test.go134 // 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)
Dparse_other_license.go29 parser.doc.Relationships = append(parser.doc.Relationships, parser.rln)
Dparse_review.go41 parser.doc.Relationships = append(parser.doc.Relationships, parser.rln)
/external/spdx-tools/rdfloader/parser2v2/
Dparse_relationship.go18 // Relationships Slice.
86 parser.doc.Relationships = append(parser.doc.Relationships, &reln)
/external/spdx-tools/rdfloader/parser2v3/
Dparse_relationship.go18 // Relationships Slice.
86 parser.doc.Relationships = append(parser.doc.Relationships, &reln)

12345678910>>...16