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

  /ndk/tests/device/test-stlport_shared-exception/jni/
p11667.cpp 20 T* newlist = new T[n]; local
22 T* dst = newlist;
28 delete[] newlist;
34 items = newlist;
  /ndk/tests/device/test-stlport_static-exception/jni/
p11667.cpp 20 T* newlist = new T[n]; local
22 T* dst = newlist;
28 delete[] newlist;
34 items = newlist;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_code.c 64 struct rc_constant * newlist; local
70 newlist = malloc(sizeof(struct rc_constant) * c->_Reserved);
71 memcpy(newlist, c->Constants, sizeof(struct rc_constant) * c->Count);
74 c->Constants = newlist;
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_code.c 64 struct rc_constant * newlist; local
70 newlist = malloc(sizeof(struct rc_constant) * c->_Reserved);
71 memcpy(newlist, c->Constants, sizeof(struct rc_constant) * c->Count);
74 c->Constants = newlist;
  /external/elfutils/0.153/libdw/
dwarf_entry_breakpoints.c 69 Dwarf_Addr *newlist = realloc (*bkpts, ++nbkpts * sizeof newlist[0]); local
70 if (newlist == NULL)
77 newlist[nbkpts - 1] = pc;
78 *bkpts = 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/dhcpcd/
if-options.c 134 char **newlist; local
165 newlist = xrealloc(lst, sizeof(char *) * (i + 2));
166 newlist[i] = xstrdup(value);
167 newlist[i + 1] = NULL;
168 ifo->environ = newlist;
170 return newlist[i];
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3tokenstream.c 773 pANTLR3_LIST newlist; local
777 newlist = tokenStream->getTokensSet(tokenStream, start, stop, bitSet);
781 return newlist;
789 pANTLR3_LIST newlist; local
792 newlist = tokenStream->getTokensSet(tokenStream, start, stop, bitSet);
796 return newlist;
  /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);
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 741 SectionData::FragmentListType& newlist = pTo->getFragmentList(); local
743 for (fragTo = newlist.begin(), fragToEnd = newlist.end();
    [all...]
  /external/chromium_org/third_party/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...]
  /external/dnsmasq/src/
option.c 1388 struct server *serv, *newlist = NULL; local
    [all...]
  /external/libmtp/src/
libmtp.c 2684 LIBMTP_devicestorage_t *oldhead, *ptr1, *ptr2, *newlist; local
    [all...]
  /packages/apps/Music/src/com/android/music/
MediaPlaybackService.java 834 long [] newlist = new long[size * 2]; local
    [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 

Completed in 706 milliseconds