HomeSort by relevance Sort by last modified time
    Searched defs:ilist (Results 1 - 6 of 6) sorted by null

  /system/netd/
CommandListener.cpp 577 InterfaceCollection *ilist = sTetherCtrl->getTetheredInterfaceList(); local
580 for (it = ilist->begin(); it != ilist->end(); ++it) {
    [all...]
  /external/llvm/include/llvm/ADT/
ilist.h 1 //==-- llvm/ADT/ilist.h - Intrusive Linked List Template ---------*- C++ -*-==//
19 // The ilist class itself, should be a plug in replacement for list, assuming
24 // The ilist class is implemented by allocating a 'tail' node when the list is
72 /// strategy. The sentinel is stored in the prev field of ilist's Head.
82 /// provideInitialHead - when constructing an ilist, provide a starting
214 assert(NodePtr && "--'d off the beginning of an ilist!");
448 // an ilist (and potentially deleted) with iterators still pointing at it.
622 struct ilist : public iplist<NodeTy> { struct in namespace:llvm
626 ilist() {} function in struct:llvm::ilist
627 ilist(const ilist &right) function in struct:llvm::ilist
630 explicit ilist(size_type count) { function in struct:llvm::ilist
633 ilist(size_type count, const NodeTy &val) { function in struct:llvm::ilist
636 template<class InIt> ilist(InIt first, InIt last) { function in struct:llvm::ilist
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
opl3.h 301 struct snd_seq_kinstr_list *ilist; member in struct:snd_opl3
gus.h 385 struct snd_seq_kinstr_list *ilist; member in struct:snd_gf1
trident.h 358 struct snd_seq_kinstr_list *ilist; member in struct:snd_4dwave
  /dalvik/dx/etc/
jasmin.jar 

Completed in 482 milliseconds