HomeSort by relevance Sort by last modified time
    Searched refs:Next (Results 126 - 140 of 140) sorted by null

1 2 3 4 56

  /external/chromium/third_party/libevent/
evdns.c 178 struct request *next, *prev; member in struct:request
219 struct nameserver *next, *prev; member in struct:nameserver
221 /* when we next probe this server. */
247 struct server_reply_item *next; /* next item in sequence. */ member in struct:server_reply_item
260 /* Pointers to the next and previous entries on the list of replies */
439 req = req->next;
459 /* and wait longer to send the next probe packet. */
527 req = req->next;
556 if (req->next == req)
1777 struct server_reply_item *victim, *next, **list; local
2062 struct nameserver *next = server->next; local
2077 struct request *next = req->next; local
2379 struct search_domain *next; member in struct:search_domain
2397 struct search_domain *next, *dom; local
2454 struct search_domain *cur, *prev = NULL, *next; local
    [all...]
  /external/webkit/WebKit/win/
WebFrame.cpp 752 virtual HRESULT STDMETHODCALLTYPE Next(ULONG celt, VARIANT *rgVar, ULONG *pCeltFetched)
    [all...]
WebView.cpp     [all...]
  /ndk/build/core/
definitions.mk 51 # Returns : the penultimate (next-to-last) element of a list
59 # Returns : the antepenultimate (second-next-to-last) element of a list
    [all...]
  /external/blktrace/btt/doc/
btt.tex 236 -- issued} IOs. The next two sections provides some rudimentary
266 by underlying drivers. The next section shows how often the request
530 \item Next comes per-device activity information -- for each device
756 \emph{end} of the previous IO and the beginning of the next, or the
757 end of this IO and the start of the next.
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 464 Essentially, it will round the input keysize in \textit{keysize} down to the next appropriate key size. This function
    [all...]
  /external/dropbear/libtommath/
bn.tex     [all...]
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 
  /external/dropbear/
configure     [all...]
  /external/e2fsprogs/
configure     [all...]
  /external/protobuf/
configure     [all...]
  /prebuilt/common/ecj/
ecj.jar 
  /external/sqlite/dist/
sqlite3.c 6276 HashElem *next, *prev; \/* Next and previous elements in the table *\/ member in struct:HashElem
13209 u32 next; \/* Index in mem3.aPool[] of next free chunk *\/ member in struct:Mem3Block::__anon7529::__anon7531
13269 u32 next = mem3.aPool[i].u.list.next; local
13879 int next; \/* Index of next free chunk *\/ member in struct:Mem5Link
13958 int next, prev; local
39222 u16 next, size; local
41354 Pgno next = 0; local
98672 Fts3HashElem *next, *prev; \/* Next and previous elements in the table *\/ member in struct:Fts3HashElem
    [all...]
sqlite3.c.orig     [all...]

Completed in 995 milliseconds

1 2 3 4 56