HomeSort by relevance Sort by last modified time
    Searched defs:next (Results 726 - 750 of 3921) sorted by null

<<21222324252627282930>>

  /external/qemu/slirp-android/
misc.h 63 struct emu_t *next; member in struct:emu_t
  /external/qemu/
vl-android-ui.c 73 struct IOHandlerRecord *next; member in struct:IOHandlerRecord
111 pioh = &ioh->next;
116 *pioh = ioh->next;
121 for(ioh = first_io_handler; ioh != NULL; ioh = ioh->next) {
126 ioh->next = first_io_handler;
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSQLiteStatement.java 39 if (resultSet.next()) {
54 rs.next();
67 rs.next();
  /external/skia/include/core/
SkTDStack.h 27 Rec* next = rec->fNext; local
29 rec = next;
SkTDict.h 121 const char* next(T* value) function in class:SkTDict::Iter
  /external/skia/src/core/
SkChunkAlloc.cpp 32 Block* next = block->fNext; local
34 block = next;
SkGlyphCache_Globals.h 46 SkGlyphCache* next = cache->fNext; local
48 cache = next;
  /external/skia/src/effects/
SkLayerDrawLooper.cpp 34 Rec* next = rec->fNext; local
36 rec = next;
172 bool SkLayerDrawLooper::next(SkCanvas* canvas, SkPaint* paint) { function in class:SkLayerDrawLooper
  /external/skia/src/gpu/
GrAllocPool.cpp 20 static Block* Create(size_t size, Block* next) {
24 block->fNext = next;
71 Block* next = block->fNext; local
73 block = next;
96 Block* next = fBlock->fNext; local
98 fBlock = next;
  /external/skia/src/pathops/
SkAddIntersections.cpp 177 bool AddIntersectTs(SkOpContour* test, SkOpContour* next) {
178 if (test != next) {
179 if (AlmostLessUlps(test->bounds().fBottom, next->bounds().fTop)) {
183 if (!SkPathOpsBounds::Intersects(test->bounds(), next->bounds())) {
189 bool foundCommonContour = test == next;
192 wn.init(next);
193 if (test == next && !wn.startAfter(wt)) {
358 test->addCross(next);
359 next->addCross(test);
385 const SkDPoint& next = ts.pt(pt + 1) local
    [all...]
SkPathOpsSimplify.cpp 47 SkOpSegment* next = current->findNextWinding(&chaseArray, &nextStart, &nextEnd, local
49 if (!next) {
64 current = next;
112 SkOpSegment* next = current->findNextXor(&nextStart, &nextEnd, &unsortable); local
113 if (!next) {
128 current = next;
180 SkOpContour* next; local
182 next = *nextPtr++;
183 } while (AddIntersectTs(current, next) && nextPtr != listEnd);
  /external/skia/src/utils/
SkOSFile.cpp 139 bool SkOSFile::Iter::next(SkString* name, bool getDir) function in class:SkOSFile::Iter
211 bool SkOSFile::Iter::next(SkString* name, bool getDir) function in class:SkOSFile::Iter
  /external/skia/src/views/win/
skia_win.cpp 140 TCHAR exename[1024], *next; local
145 TCHAR* arg = _tcstok_s(lpCmdLine, _T(" "), &next);
148 arg = _tcstok_s(NULL, _T(" "), &next);
  /external/smack/src/org/jivesoftware/smackx/workgroup/packet/
QueueUpdate.java 99 parser.next();
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
PackedSwitchDataPseudoInstruction.java 138 public PackedSwitchTarget next() { method
SparseSwitchDataPseudoInstruction.java 157 public SparseSwitchTarget next() { method
  /external/srec/srec/Semproc/include/
SR_ExpressionParser.h 53 * Equal sign required next
58 * Identifier (const or rule property reference) required next
63 * Any operand other than equal sign required next
119 * pointer to the appropriate buffer (above) for storing the next token encountered
140 * Pointer to the next available function callback slot in the array
142 FunctionCallback *next; member in struct:ExpressionParser_t
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
compat.cpp 112 char* next = full; local
113 while((next = strsep(&full, delim)) != NULL) {
114 if (omit_empty_strings && next[0] == '\0') continue;
115 vec->push_back(next);
  /external/svox/pico/lib/
picorsrc.h 160 picorsrc_Voice next; member in struct:picorsrc_voice
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
Element.java 61 Return the next element in an element stack or queue.
62 @return The next element
65 public Element next() { return theNext; } method in class:Element
68 Change the next element in an element stack or queue.
69 @param next The new next element
72 public void setNext(Element next) { theNext = next; }
  /external/v8/src/
d8-debug.h 71 // Read next debugger event from the list.
144 RemoteDebuggerEvent* next() { return next_; } function in class:v8::RemoteDebuggerEvent
  /external/v8/test/cctest/
test-liveedit.cc 68 len1(len1_param), len2(len2_param), next(NULL) {}
73 DiffChunkStruct* next; member in class:__anon27006::DiffChunkStruct
86 next_chunk_pointer_ = &current_chunk_->next;
115 chunk = chunk->next) {
  /external/valgrind/main/memcheck/tests/
leak-pool.c 11 struct cell *next; member in struct:cell
mempool.c 15 struct _level_list *next; member in struct:_level_list
64 l->next = p->levels;
73 p->levels = l->next;
mempool2.c 18 struct _level_list *next; member in struct:_level_list
67 l->next = p->levels;
76 p->levels = l->next;

Completed in 781 milliseconds

<<21222324252627282930>>