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

1 23 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/html/canvas/
WebGLProgram.h 58 // This is to be called everytime after the program is successfully linked.
60 // will never be linked so many times.
  /external/wpa_supplicant_8/hostapd/
eap_register.c 23 * eap_server_register_methods - Register statically linked EAP server methods
27 * methods that were linked in statically.
  /external/wpa_supplicant_8/src/utils/
list.h 2 * Doubly-linked list
19 * struct dl_list - Doubly-linked list
  /ndk/build/tools/toolchain-patches/gcc/
0001-gcc-prevent-crash-on-Eclair-and-older-platforms.patch 11 When they are statically linked into shared libraries, the
41 + * when a shared object linked statically to these libraries is
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
ifaddrs.h 28 /* The `getifaddrs' function generates a linked list of these structures.
61 /* Create a linked list of `struct ifaddrs' structures, one for each
  /development/host/windows/usb/adb_winapi_test/
SOURCES 24 # Use statically linked atl libraries:
  /device/sample/apps/client/
AndroidManifest.xml 25 application, so that it can be properly loaded and linked
  /external/iproute2/include/
xt-internal.h 56 /* Keeping track of external matches and targets: linked lists. */
  /external/libnl-headers/netlink/genl/
mngt.h 75 /* linked list of all genl cache operations */
  /external/openssl/crypto/des/times/
usparc.cc 7 routines are being linked from a library. I'll record the higher
  /external/proguard/src/proguard/classfile/util/
MethodLinker.java 132 * Finds the last class member in the linked list of related class members.
134 * @return the last class member in the linked list.
150 * Finds the last visitor accepter in the linked list of visitors.
152 * @return the last method in the linked list.
  /external/qemu/android/
cmdline-option.h 15 /* a structure used to model a linked list of parameters
  /external/skia/include/core/
SkTRegistry.h 22 /** Template class that registers itself (in the constructor) into a linked-list
  /external/wpa_supplicant_6/wpa_supplicant/tests/
link_test.c 2 * Dummy functions to allow link_test to be linked. The need for these
  /external/wpa_supplicant_8/src/eap_server/
eap_methods.h 31 /* EAP server method registration calls for statically linked in methods */
  /external/wpa_supplicant_8/wpa_supplicant/tests/
link_test.c 2 * Dummy functions to allow link_test to be linked. The need for these
  /frameworks/media/libvideoeditor/osal/inc/
M4OSA_Export.h 48 #define M4OSAL_LINKED_LIST_EXPORT_TYPE /**< TOOL LINKED LIST */
  /hardware/libhardware_legacy/
Android.mk 47 # legacy_audio builds it's own set of libraries that aren't linked into
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
EnumAttributeDescriptor.java 36 * @return A new {@link UiListAttributeNode} linked to this descriptor.
SeparatorAttributeDescriptor.java 38 * @return A new {@link UiAttributeNode} linked to this descriptor or null if this
  /bionic/libc/include/sys/
queue.h 36 * This file defines five types of data structures: singly-linked lists,
39 * A singly-linked list is headed by a single forward pointer. The
40 * elements are singly linked for minimum space and pointer manipulation
45 * efficiency. A singly-linked list may only be traversed in the forward
46 * direction. Singly-linked lists are ideal for applications with large
50 * pointers for a hash table header). The elements are doubly linked
58 * linked to save space, so elements can only be removed from the
65 * linked so that an arbitrary element can be removed without a need to
72 * linked so that an arbitrary element can be removed without a need to
148 * Singly-linked List definitions
    [all...]
  /development/ndk/platforms/android-3/include/sys/
queue.h 36 * This file defines five types of data structures: singly-linked lists,
39 * A singly-linked list is headed by a single forward pointer. The
40 * elements are singly linked for minimum space and pointer manipulation
45 * efficiency. A singly-linked list may only be traversed in the forward
46 * direction. Singly-linked lists are ideal for applications with large
50 * pointers for a hash table header). The elements are doubly linked
58 * linked to save space, so elements can only be removed from the
65 * linked so that an arbitrary element can be removed without a need to
72 * linked so that an arbitrary element can be removed without a need to
148 * Singly-linked List definitions
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
queue.h 36 * This file defines five types of data structures: singly-linked lists,
39 * A singly-linked list is headed by a single forward pointer. The
40 * elements are singly linked for minimum space and pointer manipulation
45 * efficiency. A singly-linked list may only be traversed in the forward
46 * direction. Singly-linked lists are ideal for applications with large
50 * pointers for a hash table header). The elements are doubly linked
58 * linked to save space, so elements can only be removed from the
65 * linked so that an arbitrary element can be removed without a need to
72 * linked so that an arbitrary element can be removed without a need to
148 * Singly-linked List definitions
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
queue.h 36 * This file defines five types of data structures: singly-linked lists,
39 * A singly-linked list is headed by a single forward pointer. The
40 * elements are singly linked for minimum space and pointer manipulation
45 * efficiency. A singly-linked list may only be traversed in the forward
46 * direction. Singly-linked lists are ideal for applications with large
50 * pointers for a hash table header). The elements are doubly linked
58 * linked to save space, so elements can only be removed from the
65 * linked so that an arbitrary element can be removed without a need to
72 * linked so that an arbitrary element can be removed without a need to
148 * Singly-linked List definitions
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
queue.h 36 * This file defines five types of data structures: singly-linked lists,
39 * A singly-linked list is headed by a single forward pointer. The
40 * elements are singly linked for minimum space and pointer manipulation
45 * efficiency. A singly-linked list may only be traversed in the forward
46 * direction. Singly-linked lists are ideal for applications with large
50 * pointers for a hash table header). The elements are doubly linked
58 * linked to save space, so elements can only be removed from the
65 * linked so that an arbitrary element can be removed without a need to
72 * linked so that an arbitrary element can be removed without a need to
148 * Singly-linked List definitions
    [all...]

Completed in 1330 milliseconds

1 23 4 5 6 7 8 91011>>