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

  /external/cldr/tools/java/org/unicode/cldr/draft/
CharacterListCompressor.java 191 public static List<List<Integer>> getValueTypePairsFromStrRangeList(List<Interval> ilist) {
195 for (int i = 0; i < ilist.size(); i++) {
197 int first = ilist.get(i).first;
198 int last = ilist.get(i).last;
275 public static String strRangeList2string(List<Interval> ilist) {
278 for (int i = 0; i < ilist.size(); i++) {
279 int first = ilist.get(i).first;
280 int last = ilist.get(i).last;
369 List<Interval> ilist = getStrRangeListFromRangeStr(str); local
371 String encodedStr = base88EncodeList(ilist);
    [all...]
  /external/swiftshader/third_party/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...]
  /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
73 /// strategy. The sentinel is stored in the prev field of ilist's Head.
83 /// provideInitialHead - when constructing an ilist, provide a starting
244 assert(NodePtr && "--'d off the beginning of an ilist!");
448 // an ilist (and potentially deleted) with iterators still pointing at it.
666 struct ilist : public iplist<NodeTy> { struct in namespace:llvm
670 ilist() {} function in struct:llvm::ilist
671 ilist(const ilist &right) function in struct:llvm::ilist
674 explicit ilist(size_type count) { function in struct:llvm::ilist
677 ilist(size_type count, const NodeTy &val) { function in struct:llvm::ilist
680 template<class InIt> ilist(InIt first, InIt last) { function in struct:llvm::ilist
    [all...]
  /external/ltp/testcases/kernel/fs/fsstress/
fsstress.c 217 int *ilist; variable
346 ilist = realloc(ilist, ++ilistlen * sizeof(*ilist));
347 ilist[ilistlen - 1] = strtol(optarg, &p, 16);
852 if (ilist[j] == id) {
896 if (ilist[j] == fep->id) {
    [all...]
  /external/e2fsprogs/contrib/
fsstress.c 244 int *ilist; variable
373 ilist = realloc(ilist, ++ilistlen * sizeof(*ilist));
374 ilist[ilistlen - 1] = strtol(optarg, &p, 16);
879 if (ilist[j] == id) {
923 if (ilist[j] == fep->id) {
    [all...]
  /dalvik/dx/etc/
jasmin.jar 

Completed in 1201 milliseconds