Searched refs:EDM (Results 1 – 4 of 4) sorted by relevance
35 EDM = "{http://docs.oasis-open.org/odata/ns/edm}" variable81 for schema in ds.findall(EDM + "Schema"):82 for entity_type in schema.findall(EDM + "EntityType"):86 for nav_prop in entity_type.findall(EDM + "NavigationProperty"):99 for complex_type in schema.findall(EDM + "ComplexType"):103 for nav_prop in complex_type.findall(EDM + "NavigationProperty"):120 if element.tag != (EDM + "NavigationProperty"):124 for annotation in element.findall(EDM + "Annotation"):
21 EDM = "{http://docs.oasis-open.org/odata/ns/edm}" variable39 if schema_element.tag == EDM + "EnumType":41 for member in schema_element.findall(EDM + "Member"):55 if element.tag == EDM + "Schema":
50 - Embedded debug module (EDM).
13 bcm2835_sdhost_edm_change(const char *why, uint32_t edm) "(%s) EDM now 0x%x"