/external/chromium_org/third_party/skia/include/core/ |
SkTInternalLList.h | 14 * Helper class to automatically initialize the doubly linked list created pointers. 29 * placed in the private section of any class that will be stored in a double linked list. 39 * This class implements a templated internal doubly linked list data structure.
|
/external/e2fsprogs/e2fsck/ |
region.c | 71 * Search through the linked list. If we find that it 75 * insert a new region element into the linked list. 104 * Insert a new region element structure into the linked list
|
/external/e2fsprogs/lib/ext2fs/ |
kernel-jbd.h | 374 /* Doubly-linked circular list of all inodes owned by this 381 /* Doubly-linked circular list of all buffers reserved but not 385 /* Doubly-linked circular list of all metadata buffers owned by this 390 * Doubly-linked circular list of all data buffers still to be 397 * Doubly-linked circular list of all writepage data buffers 403 /* Doubly-linked circular list of all forget buffers (superceded 409 * Doubly-linked circular list of all buffers still to be 415 /* Doubly-linked circular list of temporary buffers currently 419 /* Doubly-linked circular list of metadata buffers being 425 /* Doubly-linked circular list of control buffers being writte [all...] |
/external/freetype/src/cache/ |
ftccache.h | 226 /* NOTE: _nodcomp() may change the linked list to reduce memory. */ \ 242 /* Update _bucket by possibly modified linked list */ \ 245 /* Update _pnode by possibly modified linked list */ \
|
/external/llvm/include/llvm/Support/ |
TargetSelect.h | 11 // linked into the main application executable, and initialize them as 113 /// for JIT applications to ensure that the target gets linked in correctly. 117 // If we have a native target, initialize it to ensure it is linked in.
|
/external/skia/include/core/ |
SkTInternalLList.h | 14 * Helper class to automatically initialize the doubly linked list created pointers. 29 * placed in the private section of any class that will be stored in a double linked list. 39 * This class implements a templated internal doubly linked list data structure.
|
/external/srtp/crypto/include/ |
crypto_kernel.h | 73 * linked list of cipher types 83 * linked list of auth types 93 * linked list of debug modules
|
/frameworks/base/docs/html/guide/topics/manifest/ |
uses-library-element.jd | 35 Specifies a shared library that the application must be linked against. 41 are in the default library that all applications are automatically linked 43 in separate libraries that are not automatically linked. Consult the
|
/packages/apps/Gallery2/src/com/android/photos/data/ |
SparseArrayBitmapPool.java | 26 * Bitmap pool backed by a sparse array indexing linked lists of bitmaps 43 // Each node is part of two doubly linked lists: 56 * @param nodePool Shared pool to use for recycling linked list nodes, or null.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/ |
search.h | 31 /* Prototype structure for a linked-list data structure. 44 /* Insert ELEM into a doubly-linked list, after PREV. */ 47 /* Unlink ELEM from the doubly-linked list that it is in. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
search.h | 31 /* Prototype structure for a linked-list data structure. 44 /* Insert ELEM into a doubly-linked list, after PREV. */ 47 /* Unlink ELEM from the doubly-linked list that it is in. */
|
/external/chromium_org/third_party/leveldatabase/src/util/ |
cache.cc | 24 // are kept in a circular doubly linked list ordered by access time. 71 // average linked list length (<= 1). 90 // a linked list of cache entries that hash into the bucket. 97 // pointer to the trailing slot in the corresponding linked list. 172 // Make empty circular linked list
|
/external/emma/core/java12/com/vladium/util/ |
ObjectIntMap.java | 95 // traverse the singly-linked list of entries in the bucket: 123 // traverse the singly-linked list of entries in the bucket: 170 // traverse the singly-linked list of entries in the bucket: 216 // traverse the singly-linked list of entries in the bucket: 272 Entry m_next; // singly-linked list link
|
/external/chromium_org/native_client_sdk/doc_generated/reference/ |
nacl-manifest-format.html | 52 application, this is a URL for the statically linked bitcode <code>pexe</code> file. 55 are “arm”, “x86-32”, and “x86-64”). For a dynamically linked executable, 97 </section><section id="example-of-a-program-for-statically-linked-native-client-executables"> 98 <h4 id="example-of-a-program-for-statically-linked-native-client-executables">Example of a <code>program</code> for statically linked Native Client executables</h4> 110 </section><section id="example-of-a-program-for-dynamically-linked-native-client-executables"> 111 <h4 id="example-of-a-program-for-dynamically-linked-native-client-executables">Example of a <code>program</code> for dynamically linked Native Client executables</h4> 136 linked executables, which must load files before PPAPI is initialized. The 192 <a class="reference internal" href="/native-client/devguide/devcycle/dynamic-loading.html#dynamic-loading-manifest"><em>Generating a Native Client manifest file for a dynamically linked application</em></a>.</p [all...] |
/external/zlib/src/win32/ |
DLL_FAQ.txt | 30 * The ZLIB1.DLL binary is linked to MSVCRT.DLL. 123 an implib that will cause the executables linked to it to use 224 Since ZLIB1.DLL is linked to MSVCRT.DLL, the executables that 225 depend on it should also be linked to MSVCRT.DLL. 229 be linked to the same C run-time (CRT) library? I linked my 247 DLL are linked to different CRTs, and both are running in the 320 13. If ZLIB1.DLL cannot be linked to MSVCR70.DLL or MSVCR71.DLL, 338 way to build applications linked to a proper system runtime, 357 For example, in Cygwin, zlib is linked to the Cygwin runtim [all...] |
/external/libcxxabi/include/mach-o/ |
compact_unwind_encoding.h | 24 // When the linker creates a final linked image, it will create a 30 // of the FDE in the __TEXT,__eh_frame section in the final linked image. 133 // linker in final linked images which have only dwarf unwind info for a 263 // linker in final linked images which have only dwarf unwind info for a 321 // linker in final linked images which have only dwarf unwind info for a 395 // Final Linked Images: __TEXT,__unwind_info
|
/external/llvm/docs/ |
Projects.rst | 61 a directory from which they can be linked later. 153 By default, a library is a ``.o`` file that is linked directly into a 174 linked into the program. These libraries must be libraries that come from 179 Note that this works only for statically linked libraries. 184 linked into the program. These libraries must be LLVM libraries. The 191 Note that this works only for statically linked libraries. LLVM is split
|
/hardware/intel/img/psb_video/src/ |
psb_drv_video.h | 395 object_buffer_p buffers_unused[PSB_MAX_BUFFERTYPES]; /* Linked lists (HEAD) of unused buffers for each buffer type */ 396 int buffers_unused_count[PSB_MAX_BUFFERTYPES]; /* Linked lists (HEAD) of unused buffers for each buffer type */ 397 object_buffer_p buffers_unused_tail[PSB_MAX_BUFFERTYPES]; /* Linked lists (TAIL) of unused buffers for each buffer type */ 398 object_buffer_p buffers_active[PSB_MAX_BUFFERTYPES]; /* Linked lists of active buffers for each buffer type */ 566 object_buffer_p ptr_next; /* Generic ptr for linked list */ 567 object_buffer_p *pptr_prev_next; /* Generic ptr for linked list */
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/mach-o/ |
compact_unwind_encoding.h | 24 // When the linker creates a final linked image, it will create a 30 // of the FDE in the __TEXT,__eh_frame section in the final linked image. 133 // linker in final linked images which have only dwarf unwind info for a 263 // linker in final linked images which have only dwarf unwind info for a 321 // linker in final linked images which have only dwarf unwind info for a 395 // Final Linked Images: __TEXT,__unwind_info
|
/prebuilts/misc/common/swig/include/2.0.11/ |
swigrun.swg | 190 struct swig_cast_info *cast; /* linked list of types that can cast into this type */ 199 struct swig_cast_info *next; /* pointer to next cast in linked list */ 205 * all of these structures and stores them in a circularly linked list.*/ 209 struct swig_module_info *next; /* Pointer to next element in circularly linked list */ 272 /* Move iter to the top of the linked list */ 299 /* Move iter to the top of the linked list */
|
/development/ndk/platforms/android-18/samples/gles3jni/jni/ |
gles3jni.cpp | 76 GLint linked = GL_FALSE; local 95 glGetProgramiv(program, GL_LINK_STATUS, &linked); 96 if (!linked) {
|
/external/blktrace/btt/ |
devs.c | 170 iop->linked = dip_rb_ins(dip, iop); 178 if (iop->linked) { 180 iop->linked = 0;
|
/external/chromium_org/cc/resources/ |
prioritized_resource_manager.h | 99 // Returns true if there exist any textures that are linked to backings that 101 // textures linked to evicted backings may we allow drawing. After an 225 // The list of backings that have been evicted, but may still be linked
|
/external/chromium_org/gpu/command_buffer/service/ |
gles2_cmd_copy_texture_chromium.cc | 314 GLint linked; local 315 glGetProgramiv(info->program, GL_LINK_STATUS, &linked); 316 if (!linked)
|
/external/chromium_org/native_client_sdk/src/doc/devguide/devcycle/ |
dynamic-loading.rst | 21 This document describes how to create and deploy dynamically linked and loaded 73 common dynamically linked libraries such as libc.so between applications. 99 licensing restrictions, libstdc++ must be statically linked for commercial 100 uses, even if the rest of an application is dynamically linked. 138 In a desktop environment, when the user launches a dynamically linked 153 a dynamically linked Native Client application, generate a Native Client 156 Building a dynamically linked application 159 Applications built with the glibc toolchain will by dynamically linked by 213 .nmf files for details on how to build dynamically linked applications. 217 Generating a Native Client manifest file for a dynamically linked applicatio [all...] |