HomeSort by relevance Sort by last modified time
    Searched defs:FLOW (Results 1 - 6 of 6) sorted by null

  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ElemDesc.java 47 /** Bit position if this element type is a flow. */
48 private static final int FLOW = (1 << 2);
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_optimize.c 370 FLOW,
379 * Return READ, WRITE, FLOW or END to indicate the next usage or an indicator
404 return FLOW;
433 * Is the given instruction opcode a flow-control opcode?
527 * rewritten or we get into some flow-control, eliminating the use of
599 * with a proper control flow graph
    [all...]
  /external/mesa3d/src/mesa/program/
prog_optimize.c 370 FLOW,
379 * Return READ, WRITE, FLOW or END to indicate the next usage or an indicator
404 return FLOW;
433 * Is the given instruction opcode a flow-control opcode?
527 * rewritten or we get into some flow-control, eliminating the use of
599 * with a proper control flow graph
    [all...]
  /external/chromium_org/third_party/libxml/src/
HTMLparser.c 507 * Humm this is bad, do an automatic flow conversion
635 #define FLOW BLOCK,INLINE
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 } ;
    [all...]
  /external/libxml2/
HTMLparser.c 507 * Humm this is bad, do an automatic flow conversion
635 #define FLOW BLOCK,INLINE
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 } ;
    [all...]
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 174 milliseconds