Home
last modified time | relevance | path

Searched refs:ElementInfo (Results 1 – 9 of 9) sorted by relevance

/external/ImageMagick/MagickCore/
Dlinked-list.c66 } ElementInfo; typedef
74 ElementInfo
114 register ElementInfo in AppendValueToLinkedList()
121 next=(ElementInfo *) AcquireMagickMemory(sizeof(*next)); in AppendValueToLinkedList()
122 if (next == (ElementInfo *) NULL) in AppendValueToLinkedList()
125 next->next=(ElementInfo *) NULL; in AppendValueToLinkedList()
127 if (list_info->next == (ElementInfo *) NULL) in AppendValueToLinkedList()
168 ElementInfo in ClearLinkedList()
171 register ElementInfo in ClearLinkedList()
178 while (next != (ElementInfo *) NULL) in ClearLinkedList()
[all …]
Ddraw.c139 } ElementInfo; typedef
/external/clang/lib/AST/
DRecordLayoutBuilder.cpp2212 struct ElementInfo { struct
2249 ElementInfo getAdjustedElementInfo(const ASTRecordLayout &Layout);
2253 ElementInfo getAdjustedElementInfo(const FieldDecl *FD);
2289 ElementInfo PointerInfo;
2329 MicrosoftRecordLayoutBuilder::ElementInfo
2332 ElementInfo Info; in getAdjustedElementInfo()
2349 MicrosoftRecordLayoutBuilder::ElementInfo
2354 ElementInfo Info; in getAdjustedElementInfo()
2574 ElementInfo Info = getAdjustedElementInfo(BaseLayout); in layoutNonVirtualBase()
2613 ElementInfo Info = getAdjustedElementInfo(FD); in layoutField()
[all …]
/external/python/cpython3/Lib/xml/dom/
Dexpatbuilder.py60 class ElementInfo(object): class
428 self._elem_info[name] = ElementInfo(name, model)
436 info = ElementInfo(elem)
Dminidom.py1469 class ElementInfo(object): class
/external/python/cpython2/Lib/xml/dom/
Dexpatbuilder.py62 class ElementInfo(object): class
435 self._elem_info[name] = ElementInfo(name, model)
443 info = ElementInfo(elem)
Dminidom.py1424 class ElementInfo(object): class
/external/expat/tests/
Druntests.c3067 } ElementInfo; typedef
3074 ElementInfo *info = (ElementInfo *)userData; in counting_start_element_handler()
3145 ElementInfo info[] = { in START_TEST()
/external/ImageMagick/coders/
Dsvg.c129 } ElementInfo; typedef
164 ElementInfo