Searched refs:FLOW (Results 1 - 2 of 2) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DElemDesc.java48 private static final int FLOW = (1 << 2); field in class:ElemDesc
/external/libxml2/
H A DHTMLparser.c635 #define FLOW BLOCK,INLINE macro
640 static const char* const html_flow[] = { FLOW, NULL } ;
681 static const char* const flow_param[] = { FLOW, "param", NULL } ;
690 static const char* const body_contents[] = { FLOW, "ins", "del", NULL } ;
705 static const char* const fieldset_contents[] = { FLOW, "legend" } ;
733 static const char* const noframes_content[] = { "body", FLOW MODIFIER, NULL } ;
734 static const char* const object_contents[] = { FLOW, "param", NULL } ;

Completed in 73 milliseconds