Searched defs:bottomup (Results 1 - 4 of 4) sorted by relevance

/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DTreeFilter.java126 bottomup();
134 public void bottomup() throws RecognitionException {;} method in class:TreeFilter
H A DTreeRewriter.java112 public Object rule() throws RecognitionException { return bottomup(); }
119 public Object bottomup() throws RecognitionException { return null; } method in class:TreeRewriter
/external/chromium_org/third_party/libjpeg_turbo/
H A Dbmp.c102 int dstpf, int bottomup)
166 if(bottomup) outbuf=&(*buf)[((*h)-row-1)*(*w)*dstps];
168 pixelconvert(src->buffer[i], srcpf, 0, outbuf, dstpf, bottomup, *w,
185 int bottomup)
254 if(bottomup) inbuf=&buf[(h-row-1)*w*srcps];
256 pixelconvert(inbuf, srcpf, bottomup, dst->buffer[i], dstpf, 0, w,
101 loadbmp(char *filename, unsigned char **buf, int *w, int *h, int dstpf, int bottomup) argument
184 savebmp(char *filename, unsigned char *buf, int w, int h, int srcpf, int bottomup) argument
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 157 milliseconds