/external/dropbear/ |
queue.c | 71 struct Link* newlink; local 74 newlink = (struct Link*)m_malloc(sizeof(struct Link)); 76 newlink->item = item; 77 newlink->link = NULL; 80 queue->tail->link = newlink; 82 queue->tail = newlink; 85 queue->head = newlink;
|
/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...] |
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/ |
VideoEditorAudioEncoder.cpp | 201 MediaBufferChain* newLink = new MediaBufferChain; 202 newLink->buffer = buffer; 203 newLink->nextLink = NULL; 205 mLastBufferLink->nextLink = newLink; 207 mFirstBufferLink = newLink; 209 mLastBufferLink = newLink;
|
VideoEditorVideoEncoder.cpp | 233 MediaBufferChain* newLink = new MediaBufferChain; 234 newLink->buffer = buffer; 235 newLink->nextLink = NULL; 237 mLastBufferLink->nextLink = newLink; 239 mFirstBufferLink = newLink; 241 mLastBufferLink = newLink; [all...] |
/external/chromium_org/chrome/installer/mac/ |
keystone_install.sh | 195 # the existing link refers to a directory, "mv newlink oldlink" will 196 # actually leave oldlink alone and place newlink into the directory. 197 # "mv newlink dirname(oldlink)" works as expected, but in order to replace 198 # 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/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/ |
libc-2.7.so | |
libc.so.6 | |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/ |
libc-2.7.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 | |