HomeSort by relevance Sort by last modified time
    Searched full:newlink (Results 1 - 12 of 12) sorted by null

  /libcore/luni/src/main/java/java/util/
LinkedList.java 92 Link<ET> newLink = new Link<ET>(object, link, next);
93 link.next = newLink;
94 next.previous = newLink;
95 link = newLink;
291 Link<E> newLink = new Link<E>(object, previous, link);
292 previous.next = newLink;
293 link.previous = newLink;
315 Link<E> newLink = new Link<E>(object, oldLast, voidLink);
316 voidLink.previous = newLink;
317 oldLast.next = newLink;
    [all...]
  /external/jsoncpp/src/lib_json/
json_internalmap.inl 450 ValueInternalLink *newLink = mapAllocator()->allocateMapLink();
452 link->next_ = newLink;
453 previousLink = newLink;
454 link = newLink;
  /external/chromium_org/chrome/installer/mac/
keystone_install.sh 196 # the existing link refers to a directory, "mv newlink oldlink" will
197 # actually leave oldlink alone and place newlink into the directory.
198 # "mv newlink dirname(oldlink)" works as expected, but in order to replace
199 # oldlink, newlink must have the same basename, hence the temporary
    [all...]
  /external/chromium_org/third_party/sqlite/src/tool/
lemon.c 2667 struct plink *newlink; local
2689 struct plink *newlink; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/lib32/
libc-2.11.1.so 
libc.so.6 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libc-2.11.1.so 
libc.so.6 
  /external/chromium_org/third_party/libxml/src/
xmlschemas.c     [all...]
  /external/libxml2/
xmlschemas.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
  /prebuilts/sdk/tools/linux/
aapt 

Completed in 376 milliseconds