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

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
strlist.h 14 struct strlist { struct
19 struct strlist *strlist__new(bool dupstr, const char *slist);
20 void strlist__delete(struct strlist *slist);
22 void strlist__remove(struct strlist *slist, struct str_node *sn);
23 int strlist__load(struct strlist *slist, const char *filename);
24 int strlist__add(struct strlist *slist, const char *str);
26 struct str_node *strlist__entry(const struct strlist *slist, unsigned int idx);
27 struct str_node *strlist__find(struct strlist *slist, const char *entry);
29 static inline bool strlist__has_entry(struct strlist *slist, const char *entry)
34 static inline bool strlist__empty(const struct strlist *slist
    [all...]
strlist.c 7 #include "strlist.h"
18 struct strlist *strlist = container_of(rblist, struct strlist, rblist); local
22 if (strlist->dupstr) {
48 struct strlist *slist = container_of(rblist, struct strlist, rblist);
62 int strlist__add(struct strlist *slist, const char *new_entry)
67 int strlist__load(struct strlist *slist, const char *filename)
94 void strlist__remove(struct strlist *slist, struct str_node *snode
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
rbbitst.cpp 3503 static const char *strlist[] = local
3579 static const char *strlist[] = local
3659 static const char *strlist[] = local
    [all...]
  /external/icu/icu4c/source/test/intltest/
rbbitst.cpp 3503 static const char *strlist[] = local
3579 static const char *strlist[] = local
3659 static const char *strlist[] = local
    [all...]

Completed in 119 milliseconds