/external/mesa3d/src/gallium/drivers/rbug/ |
rbug_screen.h | 15 * next paragraph) shall be included in all copies or substantial portions 37 struct rbug_list *next; member in struct:rbug_list
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_quad_pipe.c | 15 * next paragraph) shall be included in all copies or substantial portions 37 quad->next = sp->quad.first;
|
sp_quad_pipe.h | 15 * next paragraph) shall be included in all copies or substantial portions 47 struct quad_stage *next; member in struct:quad_stage
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
stw_framebuffer.h | 15 * next paragraph) shall be included in all copies or substantial portions 107 struct stw_framebuffer *next; member in struct:stw_framebuffer
|
/external/mockito/src/org/mockito/internal/configuration/injection/filter/ |
FinalMockCandidateFilter.java | 25 final Object matchingMock = mocks.iterator().next();
|
/external/mockito/src/org/mockito/internal/matchers/ |
And.java | 38 it.next().describeTo(description);
|
Or.java | 38 it.next().describeTo(description);
|
/external/nist-sip/java/gov/nist/core/ |
LexerCore.java | 141 /** Peek the next id but dont move the buffer pointer forward. 152 /** Get the next id. 238 char next = lookAhead(0); local 240 if (!isDigit(next)) 244 String.valueOf(next); 249 if (!isAlpha(next)) 253 String.valueOf(next); 262 char next = lookAhead(0); local 263 if (next == ch) { 272 + next + "<<<", ptr) 531 char next = getNextChar(); local 556 char next = getNextChar(); local 585 char next = lookAhead(0); local 609 char next = lookAhead(0); local 632 char next = lookAhead(0); local 671 char next = lookAhead(0); local 714 char next = lookAhead(0); local [all...] |
/external/nist-sip/java/gov/nist/javax/sip/header/ |
ExtensionHeaderList.java | 66 ExtensionHeaderImpl eh = (ExtensionHeaderImpl) it.next();
|
Server.java | 66 tokens.append((String) it.next());
|
/external/openssl/crypto/pqueue/ |
pqueue.h | 73 struct _pitem *next; member in struct:_pitem
|
/external/openssl/include/openssl/ |
pqueue.h | 73 struct _pitem *next; member in struct:_pitem
|
/external/oprofile/opjitconv/ |
parse_dump.c | 40 entry->next = NULL; 57 entry->next = jitentry_list; 100 for (entry = jitentry_list; entry; entry = entry->next) { 128 debug_line->next = jitentry_debug_line_list; 184 /* advance to next record (incl. possible padding bytes) */
|
/external/ppp/pppd/plugins/radius/ |
radattr.c | 82 for (; vp; vp=vp->next) {
|
/external/qemu/android/ |
config.h | 24 AConfig* next; member in struct:AConfig
|
/external/qemu/android/skin/ |
image.c | 214 SkinImage* next; member in struct:SkinImage 265 image->next = image->prev = image; 365 cache->mru_head.next = cache->mru_head.prev = &cache->mru_head; 393 image->prev->next = image->next; 394 image->next->prev = image->prev; 405 if (image != cache->mru_head.next) { 407 SkinImage* next = image->next; local 410 prev->next = next [all...] |
/external/qemu/ |
disas.h | 36 struct syminfo *next; member in struct:syminfo
|
keymaps.c | 42 for (kr = *krp; kr; kr = kr->next) { 57 kr->next = *krp; 200 for (kr = k->keypad_range; kr; kr = kr->next) 211 for (kr = k->numlock_range; kr; kr = kr->next)
|
/external/qemu/distrib/zlib-1.2.3/ |
inflate.h | 111 code FAR *next; /* next available space in codes[] */ member in struct:inflate_state
|
/external/qemu/slirp/ |
ip_input.c | 65 ipq.ip_link.next = ipq.ip_link.prev = &ipq.ip_link; 73 * try to reassemble. Process options. Pass to next level. 174 * goto next; 192 for (l = ipq.ip_link.next; l != &ipq.ip_link; l = l->next) { 273 int i, next; local 299 fp->frag_link.next = fp->frag_link.prev = &fp->frag_link; 309 for (q = fp->frag_link.next; q != (struct ipasfrag *)&fp->frag_link; 355 next = 0; 356 for (q = fp->frag_link.next; q != (struct ipasfrag*)&fp->frag_link [all...] |
/external/qemu/slirp-android/ |
ip_input.c | 65 ipq.ip_link.next = ipq.ip_link.prev = &ipq.ip_link; 73 * try to reassemble. Process options. Pass to next level. 174 * goto next; 192 for (l = ipq.ip_link.next; l != &ipq.ip_link; l = l->next) { 273 int i, next; local 299 fp->frag_link.next = fp->frag_link.prev = &fp->frag_link; 309 for (q = fp->frag_link.next; q != (struct ipasfrag *)&fp->frag_link; 355 next = 0; 356 for (q = fp->frag_link.next; q != (struct ipasfrag*)&fp->frag_link [all...] |
/external/skia/src/core/ |
SkDeviceLooper.h | 53 * Call next to setup the looper to return a valid coordinate chunk. 58 * When next() returns false, the list of chunks is done, and mapRect() 61 bool next();
|
SkEdgeClipper.h | 16 and then next() is called until it returns kDone_Verb. 23 SkPath::Verb next(SkPoint pts[]);
|
/external/skia/src/effects/ |
Sk2DPathEffect.cpp | 36 for (; !iter.done(); iter.next()) { 59 this->next(dst, x++, y, path); 65 void Sk2DPathEffect::next(const SkPoint& loc, int u, int v, SkPath* dst) const {} function in class:Sk2DPathEffect 129 void SkPath2DPathEffect::next(const SkPoint& loc, int u, int v, function in class:SkPath2DPathEffect
|
/external/skia/src/images/ |
SkScaledBitmapSampler.h | 44 bool next(const uint8_t* SK_RESTRICT src); 46 // Like next(), but specifies the y value of the source row, so the 48 // sample, it will be skipped. Only sampleInterlaced OR next should 67 // Keep track of whether the caller is using next or sampleInterlaced.
|