HomeSort by relevance Sort by last modified time
    Searched refs:newlist (Results 1 - 24 of 24) 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/libmtp/src/
playlist-spl.h 33 LIBMTP_playlist_t * const newlist);
playlist-spl.c 263 LIBMTP_playlist_t * const newlist)
265 IF_DEBUG() printf("pl->name='%s'\n",newlist->name);
268 LIBMTP_playlist_t * old = LIBMTP_Get_Playlist(device, newlist->playlist_id);
277 if(old->no_tracks != newlist->no_tracks)
279 for(i=0;i<newlist->no_tracks && delta==0;i++) {
280 if(old->tracks[i] != newlist->tracks[i])
293 if(strcmp(old->name,newlist->name) == 0)
296 printf("name is changing too -> %s\n",newlist->name);
299 return LIBMTP_Create_New_Playlist(device, newlist);
304 if(strcmp(old->name,newlist->name) != 0)
    [all...]
libmtp.c 2684 LIBMTP_devicestorage_t *oldhead, *ptr1, *ptr2, *newlist; local
    [all...]
  /external/elfutils/libdw/
dwarf_entry_breakpoints.c 41 Dwarf_Addr *newlist = realloc (*bkpts, ++(*pnbkpts) * sizeof newlist[0]); local
42 if (newlist == NULL)
49 newlist[*pnbkpts - 1] = pc;
50 *bkpts = newlist;
  /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/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/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 1372 struct server *serv, *newlist = NULL; local
    [all...]
  /external/curl/src/
tool_paramhlp.c 435 struct curl_slist *newlist = curl_slist_append(*list, ptr); local
436 if(newlist)
437 *list = 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);
  /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/autotest/site_utils/
lab_inventory.py 789 newlist = []
791 newlist.extend([email.strip() for email in arg.split(',')])
792 return newlist
    [all...]
  /external/libvncserver/libvncserver/
rfbregion.c 129 sraSpanList *newlist; local
133 newlist = sraSpanListCreate();
137 sraSpanInsertBefore(newspan, &(newlist->back));
141 return newlist;
  /packages/apps/Music/src/com/android/music/
MediaPlaybackService.java 834 long [] newlist = new long[size * 2]; local
    [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 732 SectionData::FragmentListType& newlist = pTo->getFragmentList(); local
734 for (fragTo = newlist.begin(), fragToEnd = newlist.end();
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
EasyDialogs.py 550 newlist = []
568 newlist.append(item)
569 return newlist
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
EasyDialogs.py 550 newlist = []
568 newlist.append(item)
569 return newlist
  /external/dhcpcd-6.8.2/
if-options.c 206 char **newlist; local
265 newlist = realloc(lst, sizeof(char *) * (i + 2));
266 if (newlist == NULL) {
271 newlist[i] = n;
272 newlist[i + 1] = NULL;
273 ifo->environ = newlist;
274 return newlist[i];
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 
  /external/guice/extensions/persist/lib/
javassist.jar 
  /external/guice/extensions/struts2/lib/
javassist.jar 
  /external/robolectric/v1/lib/main/
javassist-3.14.0-GA.jar 

Completed in 1446 milliseconds