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

<<21222324252627282930>>

  /external/skia/src/gpu/
GrAtlas.h 33 GrAtlas* next = atlas->fNext; local
35 atlas = next;
  /external/skia/src/pathops/
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:__anon28837::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;
wrap8.c 20 struct _Lard* next; member in struct:_Lard
33 p->next = lard;
97 p_next = p->next;
  /external/webp/src/enc/
token.c 56 const VP8Tokens* const next = p->next_; local
58 p = next;
222 const VP8Tokens* const next = p->next_; local
223 const int N = (next == NULL) ? b->left_ : 0;
235 p = next;
  /external/wpa_supplicant_8/src/ap/
preauth_auth.c 33 struct rsn_preauth_interface *next; member in struct:rsn_preauth_interface
121 piface->next = hapd->preauth_iface;
141 piface = piface->next;
241 piface = piface->next;
  /external/wpa_supplicant_8/src/drivers/
driver_ndis.h 21 struct ndis_pmkid_entry *next; member in struct:ndis_pmkid_entry
  /external/wpa_supplicant_8/src/eap_server/
eap_sim_db.h 68 struct eap_sim_reauth *next; member in struct:eap_sim_reauth
  /external/wpa_supplicant_8/src/rsn_supp/
pmksa_cache.h 16 struct rsn_pmksa_cache_entry *next; member in struct:rsn_pmksa_cache_entry
  /external/wpa_supplicant_8/wpa_supplicant/
ibss_rsn.h 30 struct ibss_rsn_peer *next; member in struct:ibss_rsn_peer
  /external/zlib/src/contrib/infback9/
inftree9.c 27 on return points to the next available entry's address. bits is the
54 code FAR *next; /* next available space in table */ local
145 filled is at next and has curr index bits. The code being used is huff
197 next = *table; /* current table to fill in */
231 next[(huff >> drop) + fill] = this;
245 /* go to next symbol, update count, len */
259 next += 1U << curr;
261 /* determine length of next table */
281 (*table)[low].val = (unsigned short)(next - *table)
    [all...]
  /external/zlib/src/
inftrees.c 27 on return points to the next available entry's address. bits is the
54 code FAR *next; /* next available space in table */ local
151 filled is at next and has curr index bits. The code being used is huff
203 next = *table; /* current table to fill in */
235 min = fill; /* save offset to next table */
238 next[(huff >> drop) + fill] = here;
252 /* go to next symbol, update count, len */
266 next += min; /* here min is 1 << curr */
268 /* determine length of next table *
    [all...]

Completed in 2008 milliseconds

<<21222324252627282930>>