HomeSort by relevance Sort by last modified time
    Searched refs:newlist (Results 1 - 7 of 7) sorted by null

  /external/markdown/markdown/extensions/
toc.py 68 newlist = etree.Element("ul")
70 last_li.append(newlist)
72 list_stack[-1].append(newlist)
73 list_stack.append(newlist)
  /external/e2fsprogs/e2fsck/
profile_helpers.c 90 char **newlist; local
95 newlist = realloc(list->list, newmax * sizeof(char *));
96 if (newlist == 0)
99 list->list = newlist;
  /external/dnsmasq/src/
option.c 1388 struct server *serv, *newlist = NULL; local
    [all...]
  /external/javassist/src/main/javassist/bytecode/
AnnotationsAttribute.java 209 Annotation[] newlist = new Annotation[annotations.length + 1]; local
210 System.arraycopy(annotations, 0, newlist, 0, annotations.length);
211 newlist[annotations.length] = annotation;
212 setAnnotations(newlist);
  /external/dhcpcd/
if-options.c 130 char **newlist; local
161 newlist = xrealloc(lst, sizeof(char *) * (i + 2));
162 newlist[i] = xstrdup(value);
163 newlist[i + 1] = NULL;
164 ifo->environ = newlist;
166 return newlist[i];
  /packages/apps/Music/src/com/android/music/
MediaPlaybackService.java 814 long [] newlist = new long[size * 2]; local
    [all...]
  /external/libxslt/libxslt/
pattern.c 545 xmlXPathObjectPtr newlist; local
560 newlist = xmlXPathEval(comp->pattern, ctxt->xpathCtxt);
565 if (newlist == NULL)
567 if (newlist->type != XPATH_NODESET) {
568 xmlXPathFreeObject(newlist);
579 list = newlist;
590 list = newlist;
    [all...]

Completed in 345 milliseconds