HomeSort by relevance Sort by last modified time
    Searched full:strlist (Results 1 - 25 of 36) sorted by null

1 2

  /external/linux-tools-perf/util/
strlist.h 19 struct strlist { struct
25 struct strlist *strlist__new(bool dupstr, const char *slist);
26 void strlist__delete(struct strlist *self);
28 void strlist__remove(struct strlist *self, struct str_node *sn);
29 int strlist__load(struct strlist *self, const char *filename);
30 int strlist__add(struct strlist *self, const char *str);
32 struct str_node *strlist__entry(const struct strlist *self, unsigned int idx);
33 struct str_node *strlist__find(struct strlist *self, const char *entry);
35 static inline bool strlist__has_entry(struct strlist *self, const char *entry)
40 static inline bool strlist__empty(const struct strlist *self
    [all...]
strlist.c 7 #include "strlist.h"
40 int strlist__add(struct strlist *self, const char *new_entry)
72 int strlist__load(struct strlist *self, const char *filename)
99 void strlist__remove(struct strlist *self, struct str_node *sn)
105 struct str_node *strlist__find(struct strlist *self, const char *entry)
129 static int strlist__parse_list_entry(struct strlist *self, const char *s)
137 int strlist__parse_list(struct strlist *self, const char *s)
154 struct strlist *strlist__new(bool dupstr, const char *slist)
156 struct strlist *self = malloc(sizeof(*self));
172 void strlist__delete(struct strlist *self
    [all...]
probe-event.h 5 #include "strlist.h"
97 struct strlist *vars; /* Available variables */
125 extern int del_perf_probe_events(struct strlist *dellist);
sort.h 22 #include "strlist.h"
129 void sort_entry__setup_elide(struct sort_entry *self, struct strlist *list,
symbol.h 80 struct strlist;
105 struct strlist *dso_list,
probe-event.c 40 #include "strlist.h"
1433 static struct strlist *get_probe_trace_command_rawlist(int fd)
1439 struct strlist *sl;
    [all...]
sort.c 336 void sort_entry__setup_elide(struct sort_entry *self, struct strlist *list,
event.c 15 #include "strlist.h"
symbol.c 18 #include "strlist.h"
    [all...]
  /system/core/sh/
expand.h 37 struct strlist { struct
38 struct strlist *next;
44 struct strlist *list;
45 struct strlist **lastp;
expand.c 105 STATIC void expandmeta(struct strlist *, int);
108 STATIC struct strlist *expsort(struct strlist *);
109 STATIC struct strlist *msort(struct strlist *, int);
136 struct strlist *sp;
161 sp = (struct strlist *)stalloc(sizeof (struct strlist));
947 struct strlist *sp;
961 sp = (struct strlist *)stalloc(sizeof *sp)
    [all...]
var.h 115 struct strlist;
116 void listsetvar(struct strlist *, int);
125 void listmklocal(struct strlist *, int);
eval.h 40 extern struct strlist *cmdenviron; /* environment for builtin command */
var.c 320 listsetvar(struct strlist *list, int flags)
322 struct strlist *lp;
332 listmklocal(struct strlist *list, int flags)
334 struct strlist *lp;
367 struct strlist *sp;
eval.c 99 struct strlist *cmdenviron;
353 struct strlist *sp;
684 struct strlist *sp;
1201 struct strlist *sp;
  /external/libmtp/examples/
hotplug.c 139 printf(" <append key=\"info.capabilities\" type=\"strlist\">portable_audio_player</append>\n");
146 printf(" <append key=\"portable_audio_player.access_method.protocols\" type=\"strlist\">mtp</append>\n");
148 printf(" <append key=\"portable_audio_player.access_method.drivers\" type=\"strlist\">libmtp</append>\n");
151 printf(" <append key=\"portable_audio_player.output_formats\" type=\"strlist\">audio/mpeg</append>\n");
154 printf(" <append key=\"portable_audio_player.output_formats\" type=\"strlist\">audio/x-ms-wma</append>\n");
161 printf(" <append key=\"portable_audio_player.output_formats\" type=\"strlist\">application/ogg</append>\n");
  /external/linux-tools-perf/
builtin-buildid-cache.c 15 #include "util/strlist.h"
77 struct strlist *list;
builtin-probe.c 38 #include "util/strlist.h"
62 struct strlist *dellist;
Android.mk 74 util/strlist.c \
android.patch 224 #include "util/strlist.h"
330 #include "util/strlist.h"
    [all...]
builtin-report.c 27 #include "util/strlist.h"
Makefile 271 LIB_H += util/strlist.h
316 LIB_OBJS += $(OUTPUT)util/strlist.o
builtin-timechart.c 33 #include "util/strlist.h"
  /frameworks/base/core/java/android/widget/
AppSecurityPermissions.java 127 ArrayList<String> strList = pkg.requestedPermissions;
128 int size = strList.size();
130 extractPerms(strList.toArray(new String[size]), permSet);
186 private void extractPerms(String strList[], Set<PermissionInfo> permSet) {
187 if((strList == null) || (strList.length == 0)) {
190 for(String permName:strList) {
  /external/icu4c/test/intltest/
rbbitst.cpp 3962 static const char *strlist[] = local
4038 static const char *strlist[] = local
4118 static const char *strlist[] = local
    [all...]

Completed in 595 milliseconds

1 2