/external/skia/include/core/ |
SkPtrRecorder.h | 19 * and decPtr(). incPtr() is called each time a unique ptr is added ot the 48 * incPtr() and decPtr() are not called during this operation. 59 virtual void incPtr(void* ptr) {}
|
SkFlattenable.h | 189 * base class's incPtr() and decPtr() are called. This makes it a valid owner 198 virtual void incPtr(void*);
|
/external/ppp/pppd/ |
eap.c | 690 INCPTR(2, outp); 698 INCPTR(challen, outp); 716 INCPTR(esp->es_challen, outp); 718 INCPTR(esp->es_server.ea_namelen, outp); 728 INCPTR(esp->es_server.ea_namelen, outp); 734 INCPTR(ts->s.len, outp); 741 INCPTR(ts->g.len, outp); 747 INCPTR(ts->n.len, outp); 758 INCPTR(ts->B.len, outp); 768 INCPTR(SHA_DIGESTSIZE, outp) [all...] |
lcp.c | 957 INCPTR(CILEN_VOID, p); \ 967 INCPTR(2, p); \ 979 INCPTR(2, p); \ 990 INCPTR(2, p); \ 1001 INCPTR(2, p); \ 1012 INCPTR(2, p); \ 1025 INCPTR(p[1], p); \ 1070 INCPTR(2, p); [all...] |
ipxcp.c | 1096 INCPTR (sizeof (wo->his_node), p); 1106 INCPTR (sizeof (wo->his_node), p); 1117 INCPTR (sizeof (wo->his_node), p); 1125 INCPTR (sizeof (wo->his_node), p); 1131 INCPTR (sizeof (wo->his_node), p); 1253 INCPTR(cilen, ucp); 1278 INCPTR (sizeof (wo->his_node), ucp); [all...] |
ipcp.c | 992 INCPTR(2, p); \ 1007 INCPTR(2, p); \ 1019 INCPTR(2, p); \ 1032 INCPTR(2, p); \ 1210 INCPTR(2, p); \ 1230 INCPTR(2, p); \ 1253 INCPTR(2, p); \ 1269 INCPTR(2, p); \ [all...] |
upap.c | 414 INCPTR(ruserlen, inp); 568 INCPTR(u->us_userlen, outp);
|
ipv6cp.c | 700 INCPTR(2, p); \ 712 INCPTR(2, p); \ 834 INCPTR(2, p); \ 848 INCPTR(2, p); \ 1040 INCPTR(cilen, ucp); [all...] |
pppd.h | 756 #define INCPTR(n, cp) ((cp) += (n)) [all...] |
/external/skia/src/core/ |
SkPtrRecorder.cpp | 53 this->incPtr(ptr);
|
SkFlattenable.cpp | 352 void SkRefCntSet::incPtr(void* ptr) {
|