/external/libselinux/src/ |
callbacks.h | 14 /* callback pointers */
|
/external/llvm/test/Linker/ |
2003-04-26-NullPtrLinkProblem.ll | 1 ; This one fails because the LLVM runtime is allowing two null pointers of
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_GL_LoadLibrary.3 | 11 If you wish, you may load the OpenGL library at runtime, this must be done before \fI\fBSDL_SetVideoMode\fP\fR is called\&. The \fBpath\fR of the GL library is passed to \fBSDL_GL_LoadLibrary\fP and it returns \fB0\fR on success, or \fB-1\fR on an error\&. You must then use \fI\fBSDL_GL_GetProcAddress\fP\fR to retrieve function pointers to GL functions\&.
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
ptr1.cpp | 2 // Bug: catching pointers by reference doesn't work right.
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
ptr1.cpp | 2 // Bug: catching pointers by reference doesn't work right.
|
/external/chromium_org/ui/resources/ |
ui_resources.grd | 42 <structure type="chrome_scaled_image" name="IDR_AURA_CURSOR_BIG_ALIAS" file="common/pointers/alias_big.png" /> 43 <structure type="chrome_scaled_image" name="IDR_AURA_CURSOR_BIG_CELL" file="common/pointers/cell_big.png" /> 44 <structure type="chrome_scaled_image" name="IDR_AURA_CURSOR_BIG_COL_RESIZE" file="common/pointers/sb_h_double_arrow_big.png" /> 45 <structure type="chrome_scaled_image" name="IDR_AURA_CURSOR_BIG_CONTEXT_MENU" file="common/pointers/context_menu_big.png" /> 46 <structure type="chrome_scaled_image" name="IDR_AURA_CURSOR_BIG_COPY" file="common/pointers/copy_big.png" /> 47 <structure type="chrome_scaled_image" name="IDR_AURA_CURSOR_BIG_CROSSHAIR" file="common/pointers/crosshair_big.png" /> 48 <structure type="chrome_scaled_image" name="IDR_AURA_CURSOR_BIG_EAST_RESIZE" file="common/pointers/sb_h_double_arrow_big.png" /> 49 <structure type="chrome_scaled_image" name="IDR_AURA_CURSOR_BIG_EAST_WEST_RESIZE" file="common/pointers/sb_h_double_arrow_big.png" /> 50 <structure type="chrome_scaled_image" name="IDR_AURA_CURSOR_BIG_FLEUR" file="common/pointers/fleur_big.png" /> 51 <structure type="chrome_scaled_image" name="IDR_AURA_CURSOR_BIG_HAND" file="common/pointers/hand2_big.png" / [all...] |
/external/bison/darwin-lib/ |
unitypes.h | 28 (not pointers!) and which has no side effects. */ 38 (possibly pointers) and global memory, and which has no side effects. */
|
/external/bison/lib/ |
unitypes.in.h | 27 (not pointers!) and which has no side effects. */ 37 (possibly pointers) and global memory, and which has no side effects. */
|
/external/bison/linux-lib/ |
unitypes.h | 28 (not pointers!) and which has no side effects. */ 38 (possibly pointers) and global memory, and which has no side effects. */
|
/external/chromium_org/base/debug/ |
leak_annotations.h | 13 // objects will be treated as a source of live pointers, i.e. any heap objects 14 // reachable by following pointers from an annotated object will not be
|
/external/chromium_org/chrome/browser/ |
native_window_notification_source.h | 14 // HWNDs rather than pointers, and since the Source class expects a pointer 15 // type, this is necessary. On Mac/Linux, these are pointers, so this is
|
/external/chromium_org/native_client_sdk/src/libraries/sdk_util/ |
ref_object.h | 39 * pointers to the object are scoped pointers (ScopedRef), and the value
|
/external/chromium_org/ppapi/tests/ |
test_struct_sizes.c | 9 * 64-bit and 32-bit (e.g. pointers or long). By convention, we require other 18 as 32-bit. This means pointers are always 4 bytes in native client, and it
|
/external/chromium_org/third_party/sqlite/src/src/ |
mem0.c | 42 ** Populate the low-level memory allocation function pointers in 43 ** sqlite3GlobalConfig.m with pointers to the routines in this file.
|
/external/llvm/docs/HistoricalNotes/ |
2002-06-25-MegaPatchInfo.txt | 18 wrapper around a vector of pointers to the sub-objects. 20 Now, instead of having a vector to pointers of objects, the objects are 25 formed directly from pointers to the LLVM value, and invalidation is much 66 of pointers, and that Pass subclasses now all receive references to Values 67 instead of pointers, because they may never be null.
|
2001-02-13-Reference-MemoryResponse.txt | 9 > references: constrained pointers that cannot be manipulated: added and 14 > C++ pointers could be promoted to references in the LLVM 19 compiler could generate references instead of pointers with fairly
|
/external/llvm/include/llvm/Support/ |
PointerLikeTypeTraits.h | 11 // structures to reason about pointers and other things that are pointer sized. 23 /// pointer types and things that are just wrappers for pointers as a uniform 32 // Provide PointerLikeTypeTraits for non-cvr pointers. 42 /// However, this may be wrong, or pointers may be from something other than 50 // Provide PointerLikeTypeTraits for const pointers.
|
/external/qemu/ |
dynlink.h | 27 * It is used to define function pointers to symbols in external 48 * name of a generated function used to initialize the function pointers. 63 /* define pointers to dynamic library functions as static pointers. 75 * pointers. returns 0 on success, or -1 on error (i.e. if any of
|
/frameworks/base/docs/html/training/gestures/ |
multi.jd | 17 <li><a href="#track">Track Multiple Pointers</a></li> 44 <p>A multi-touch gesture is when multiple pointers (fingers) touch the screen 46 multiple pointers.</p> 48 <h2 id="track">Track Multiple Pointers</h2> 50 <p>When multiple pointers touch the screen at the same time, the system generates the 58 extra pointers that enter the screen beyond the first. The pointer data for this 65 <p>You keep track of individual pointers within a {@link 72 android.view.MotionEvent} methods you use to interact with pointers take the 82 <p>The order in which individual pointers appear within a motion event is 118 multiple pointers. It returns the masked action [all...] |
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
free_list.cc | 35 // use raw pointers to link neighboring elements, and these pointers 37 // elements's size. Because pointers are stored within each element, 38 // each element must be large enough to store two raw pointers if 40 // linked lists are employed. On machines with 64 bit pointers, this 46 // Given a machine with pointers of size N (on a 64bit machine N=8, on 47 // a 32bit machine, N=4), the list pointers are stored in the
|
/external/tremolo/Tremolo/ |
misc.c | 42 static void **pointers=NULL; variable 72 if(pointers){ 73 pointers=(void **)realloc(pointers,sizeof(void **)*palloced); 76 pointers=(void **)malloc(sizeof(void **)*palloced); 81 pointers[pinsert]=ptr; 186 if(pointers[insert]==NULL){ 195 pointers[insert]=NULL; 201 head *ptr=pointers[i];
|
/external/llvm/lib/Target/PowerPC/ |
PPCTargetObjectFile.cpp | 37 // necessary because of this ABI's handling of pointers to functions in 41 // other ABIs do, which means that initialized function pointers must 43 // pointers to functions in shared libraries into dynamic relocations,
|
/external/chromium/base/ |
hash_tables.h | 15 // function for pointers. If you want to hash a pointers to a particular class, 17 // header file) and keep it specific to just pointers to that class. This is 19 // in containers as pointers.
|
/external/chromium/crypto/ |
scoped_nss_types.h | 32 // Define some convenient scopers around NSS pointers.
|
/external/chromium_org/content/gpu/ |
in_process_gpu_thread.h | 28 // Deleted in CleanUp() on the gpu thread, so don't use smart pointers.
|