HomeSort by relevance Sort by last modified time
    Searched full:linked (Results 51 - 75 of 3718) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/mdnsresponder/mDNSShared/
GenLinkedList.c 19 Contains: implementation of generic linked lists.
38 /* Initialize the block of memory pointed to by pList as a linked list. */
47 /* Add a linked list element to the tail of the list. */
60 /* Add a linked list element to the head of the list. */
71 /* Remove a linked list element from the list. Return 0 if it was not found. */
131 /* Initialize the block of memory pointed to by pList as a double linked list. */
141 /* Add a linked list element to the head of the list. */
161 /* Remove a linked list element from the list. */
227 /* Initialize the block of memory pointed to by pList as a linked list. */
236 /* Add a linked list element to the tail of the list. *
    [all...]
  /developers/build/
build.iml 2 <module external.linked.project.path="$USER_HOME$/src/android/developers-dev/developers/samples/android/common/build" external.system.id="GRADLE" type="JAVA_MODULE" version="4">
  /external/chromium_org/content/test/data/accessibility/
a-no-text.html 2 @WIN-ALLOW:LINKED
  /external/chromium_org/net/url_request/
websocket_handshake_userdata_key.h 6 // net/url_request because net/websockets is not linked in on iOS.
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglsync.h 96 * Unlink a linked sync from its display.
106 * Lookup a handle to find the linked sync.
107 * Return NULL if the handle has no corresponding linked sync.
120 * Return the handle of a linked sync, or EGL_NO_SYNC_KHR.
  /external/chromium_org/third_party/tcmalloc/chromium/src/
free_list.h 34 // linked lists and definitions of functions that implement singly
35 // linked lists. It also contains macros to tell the SizeMap class
47 // Remove to enable singly linked lists (the default for open source tcmalloc).
123 // Pops the top element off the linked list whose first element is at
126 // linked list. |list| must not be NULL.
137 // Makes the element at |t| a singleton doubly linked list.
143 // Pushes element to a linked list whose first element is at
145 // of the linked list.
182 // Removes |N| elements from a linked list to which |head| points.
  /external/chromium_org/third_party/zlib/
gzclose.c 8 /* gzclose() is in a separate file so that it is linked in only if it is used.
  /external/clang/test/CodeGen/
union-init.c 25 /* linked lists of container objects */
  /external/eigen/Eigen/
PardisoSupport 21 * In order to use this module, the MKL headers must be accessible from the include paths, and your binary must be linked to the MKL library and its dependencies.
  /external/iptables/libxtables/
Makefile.am 11 # With --enable-static, shipped extensions are linked into the main executable,
  /external/llvm/test/Linker/
2005-12-06-AppendingZeroLengthArrays.ll 7 ; When linked, the globals should be merged, and the result should still
transitive-lazy-link.ll 1 ; @f and @g are lazily linked. @f requires @g - ensure @g is correctly linked.
  /external/mesa3d/src/egl/main/
eglsync.h 96 * Unlink a linked sync from its display.
106 * Lookup a handle to find the linked sync.
107 * Return NULL if the handle has no corresponding linked sync.
120 * Return the handle of a linked sync, or EGL_NO_SYNC_KHR.
  /external/okhttp/okio/src/main/java/okio/
Segment.java 21 * <p>Each segment in an OkBuffer is a circularly-linked list node referencing
24 * <p>Each segment in the pool is a singly-linked list node referencing the rest
42 /** Next segment in a linked or circularly-linked list. */
45 /** Previous segment in a circularly-linked list. */
49 * Removes this segment of a circularly-linked list and returns its successor.
62 * Appends {@code segment} after this segment in the circularly-linked list.
74 * Splits this head of a circularly-linked list into two segments. The first
79 * <p>Returns the new head of the circularly-linked list.
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
gzclose.c 8 /* gzclose() is in a separate file so that it is linked in only if it is used.
  /external/qemu/distrib/zlib-1.2.8/
gzclose.c 8 /* gzclose() is in a separate file so that it is linked in only if it is used.
  /external/zlib/src/
gzclose.c 8 /* gzclose() is in a separate file so that it is linked in only if it is used.
  /hardware/intel/img/psb_video/src/hwdefs/
dma_api.h 229 Set word 0 in a dmac linked list entry.
231 @Input pList : pointer to start of linked list entry
257 Set word 1 in a dmac linked list entry.
259 @Input pList : pointer to start of linked list entry
284 Set word 2 in a dmac linked list entry.
286 @Input pList : pointer to start of linked list entry
305 Set word 3 in a dmac linked list entry.
307 @Input pList : pointer to start of linked list entry
330 Set word 4 in a dmac linked list entry.
332 @Input pList : pointer to start of linked list entr
    [all...]
  /ndk/sources/android/libthread_db/
README 2 linked against our gdbserver binary. These are uses automatically by the
  /external/chromium_org/base/containers/
linked_list.h 11 // To use, start by declaring the class which will be contained in the linked
33 // Lastly, to iterate through the linked list forwards:
42 // Or to iterate the linked list backwards:
71 // A. Doubly-linked lists are made up of nodes that contain "next" and
89 // Insert |this| into the linked list, before |e|.
97 // Insert |this| into the linked list, after |e|.
105 // Remove |this| from the linked list.
141 // Appends |e| to the end of the linked list.
  /external/chromium_org/content/public/app/
startup_helper_win.h 23 // must be *statically* linked into the executable (along with the static
25 // DLL and linked in.
  /external/chromium_org/third_party/freetype2/
README.chromium 33 This code is not considered security critical since it is only to be linked
34 into test binaries! This should never be linked into chrome or any production
  /external/icu/icu4c/source/samples/ufortune/
fortunedefs.mk 6 # dll - will create a dynamically linked library
24 # Don't call udata_setAppData unless we are linked with the data
  /external/libpng/contrib/arm-neon/
android-ndk.c 22 * NOTE: this requires that libpng is built against the Android NDK and linked
24 * has been compiled only, not linked: no version of the library has been found,
  /external/valgrind/main/drd/tests/
run_openmp_test 11 # Do not accept any statically linked executable.
12 if /usr/bin/file "$1" | grep -q 'statically linked'; then

Completed in 816 milliseconds

1 23 4 5 6 7 8 91011>>