Searched defs:_head (Results 1 - 12 of 12) sorted by relevance

/external/javassist/src/main/javassist/compiler/ast/
H A DAssignExpr.java28 private AssignExpr(int op, ASTree _head, ASTList _tail) { argument
29 super(op, _head, _tail);
H A DBinExpr.java32 private BinExpr(int op, ASTree _head, ASTList _tail) { argument
33 super(op, _head, _tail);
H A DCallExpr.java28 private CallExpr(ASTree _head, ASTList _tail) { argument
29 super(TokenId.CALL, _head, _tail);
H A DFieldDecl.java21 public FieldDecl(ASTree _head, ASTList _tail) { argument
22 super(_head, _tail);
H A DMethodDecl.java23 public MethodDecl(ASTree _head, ASTList _tail) { argument
24 super(_head, _tail);
H A DExpr.java33 Expr(int op, ASTree _head, ASTList _tail) { argument
34 super(_head, _tail);
38 Expr(int op, ASTree _head) { argument
39 super(_head);
H A DStmnt.java27 public Stmnt(int op, ASTree _head, ASTList _tail) { argument
28 super(_head, _tail);
32 public Stmnt(int op, ASTree _head) { argument
33 super(_head);
H A DASTList.java28 public ASTList(ASTree _head, ASTList _tail) { argument
29 left = _head;
33 public ASTList(ASTree _head) { argument
34 left = _head;
57 public void setHead(ASTree _head) { argument
58 left = _head;
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DCircularBuffer.cs21 private int _head; field in class:DotZLib.CircularBuffer
32 _head = 0;
65 destination[offset + i] = _buffer[(_head+i) % _capacity];
66 _head += trueCount;
67 _head %= _capacity;
77 int result = (int)_buffer[_head++ % _capacity];
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 623 milliseconds