HomeSort by relevance Sort by last modified time
    Searched refs:_tail (Results 1 - 15 of 15) sorted by null

  /external/javassist/src/main/javassist/compiler/ast/
AssignExpr.java 28 private AssignExpr(int op, ASTree _head, ASTList _tail) {
29 super(op, _head, _tail);
BinExpr.java 32 private BinExpr(int op, ASTree _head, ASTList _tail) {
33 super(op, _head, _tail);
FieldDecl.java 21 public FieldDecl(ASTree _head, ASTList _tail) {
22 super(_head, _tail);
CallExpr.java 28 private CallExpr(ASTree _head, ASTList _tail) {
29 super(TokenId.CALL, _head, _tail);
MethodDecl.java 23 public MethodDecl(ASTree _head, ASTList _tail) {
24 super(_head, _tail);
Stmnt.java 27 public Stmnt(int op, ASTree _head, ASTList _tail) {
28 super(_head, _tail);
ASTList.java 28 public ASTList(ASTree _head, ASTList _tail) {
30 right = _tail;
66 public void setTail(ASTList _tail) {
67 right = _tail;
Expr.java 33 Expr(int op, ASTree _head, ASTList _tail) {
34 super(_head, _tail);
  /system/core/logd/
LogReader.cpp 52 static const char _tail[] = " tail="; local
53 char *cp = strstr(buffer, _tail);
55 tail = atol(cp + sizeof(_tail) - 1);
  /external/elfutils/0.153/libdw/
libdwP.h 367 ({ struct libdw_memblock *_tail = (dbg)->mem_tail; \
369 type *_result = (type *) (_tail->mem + (_tail->size - _tail->remaining));\
373 if (unlikely (_tail->remaining < _required + _padding)) \
379 _tail->remaining -= _required; \
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/etree/
ElementTree.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/etree/
ElementTree.py     [all...]
  /external/pixman/pixman/
pixman-android-neon.S 190 bilinear_interpolate_four_pixels_&src_fmt&_&dst_fmt&_tail
pixman-arm-neon-asm.S 120 * This is implemented as a pair of macros: '*_head' and '*_tail'. When used
243 * Different instruction streams (originaling from '*_head', '*_tail'
247 * result in exactly the code from '*_head', '*_tail' or 'cache_preload'
    [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 

Completed in 1026 milliseconds