HomeSort by relevance Sort by last modified time
    Searched full:pointers (Results 276 - 300 of 6207) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
toshiba.h 5 * Thanks to Juergen Heinzl <juergen@monocerus.demon.co.uk> for the pointers
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
toshiba.h 5 * Thanks to Juergen Heinzl <juergen@monocerus.demon.co.uk> for the pointers
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_ptrs_specialize.h 28 // Important pointers specializations
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_ptrs_specialize.h 28 // Important pointers specializations
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_ptrs_specialize.h 28 // Important pointers specializations
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_ptrs_specialize.h 28 // Important pointers specializations
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_ptrs_specialize.h 28 // Important pointers specializations
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyexpat.h 16 /* pointers to selected expat functions. add new functions at
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyexpat.h 16 /* pointers to selected expat functions. add new functions at
  /external/chromium_org/third_party/skia/include/gpu/gl/
GrGLInterface.h 38 * the client to provide a struct of GL function pointers. This struct can be
64 * pointers for GL extensions (e.g. windows) the returned interface is only
103 * pointers must be valid for the OpenGL context associated with the GrContext.
104 * On some platforms, such as Windows, function pointers for OpenGL extensions
132 // the necessary function pointers have been initialized. The interface is
237 // So we have separate function pointers for GL_IMG/EXT_multisampled_to_texture,
242 // assume the function pointers for the standard (or equivalent GL_ARB) version have
  /external/skia/include/gpu/gl/
GrGLInterface.h 38 * the client to provide a struct of GL function pointers. This struct can be
64 * pointers for GL extensions (e.g. windows) the returned interface is only
103 * pointers must be valid for the OpenGL context associated with the GrContext.
104 * On some platforms, such as Windows, function pointers for OpenGL extensions
132 // the necessary function pointers have been initialized. The interface is
237 // So we have separate function pointers for GL_IMG/EXT_multisampled_to_texture,
242 // assume the function pointers for the standard (or equivalent GL_ARB) version have
  /frameworks/base/services/java/com/android/server/accessibility/
TouchExplorer.java 80 // pointers so they can be considered moving in the same direction.
83 // Constant referring to the ids bits of all pointers.
98 // the two dragging pointers as opposed to use the location of the primary one.
150 // the two dragging pointers as opposed to use the location of the primary one.
162 // Helper class to track received pointers.
165 // Helper class to track injected pointers.
269 // Send exit to all pointers that we have delivered.
273 // Send exit to all pointers that we have delivered.
471 // It is *important* to use the distance traveled by the pointers
549 // It is *important* to use the distance traveled by the pointers
    [all...]
  /external/clang/lib/AST/
MicrosoftCXXABI.cpp 48 // In the Microsoft ABI, classes can have one or two vtable pointers.
99 // Member function pointers have the following general form; however, fields
131 // Member function pointers are a struct of a function pointer followed by a
146 // Data pointers are an aggregate of ints. The first int is an offset
168 // The nominal struct is laid out with pointers followed by ints and aligned
  /frameworks/native/include/input/
VelocityTracker.h 73 // Resets the velocity tracker state for specific pointers.
74 // Call this method when some pointers have changed and may be reusing
78 // Adds movement information for a set of pointers.
79 // The idBits bitfield specifies the pointer ids of the pointers whose positions
85 // Adds movement information for all pointers in a MotionEvent, including historical samples.
  /external/e2fsprogs/ext2ed/
ext2.descriptors 88 __u32 i_block[0]; /* Pointers to blocks */
89 __u32 i_block[1]; /* Pointers to blocks */
90 __u32 i_block[2]; /* Pointers to blocks */
91 __u32 i_block[3]; /* Pointers to blocks */
92 __u32 i_block[4]; /* Pointers to blocks */
93 __u32 i_block[5]; /* Pointers to blocks */
94 __u32 i_block[6]; /* Pointers to blocks */
95 __u32 i_block[7]; /* Pointers to blocks */
96 __u32 i_block[8]; /* Pointers to blocks */
97 __u32 i_block[9]; /* Pointers to blocks *
    [all...]
  /external/v8/src/
store-buffer.cc 133 // pointers.
204 // than 1 in 8 pointers are to new space.
406 // checks that pointers which satisfy predicate point into
507 // This function iterates over all the pointers in a paged space in the heap,
508 // looking for pointers into new space. Within the pages there may be dead
510 // lazy sweeping. These dead objects may not contain pointers to new space.
609 // all duplicates and pointers to old space.
617 // We are done scanning all the pointers that were in the store buffer, but
618 // there may be some pages marked scan_on_scavenge that have pointers to new
620 // scan, the surviving pointers to new space will be added to the stor
    [all...]
  /external/qemu/android/
multitouch-screen.c 41 /* Maximum number of pointers, supported by multi-touch emulation. */
66 /* Number of tracked pointers. */
74 /* Array of multi-touch pointers. */
99 /* Gets an index in the MTS's tracking pointers array MTS for the given
102 * Index of a matching entry in the MTS's tracking pointers array, or -1 if
117 /* Gets an index of the first untracking pointer in the MTS's tracking pointers
120 * An index of the first untracking pointer, or -1 if all pointers are tracked.
171 * slot_index - Pointer's index in the MTS's array of tracked pointers.
201 * slot_index - Pointer's index in the MTS's array of tracked pointers.
  /external/chromium_org/gpu/command_buffer/client/
fenced_allocator_test.cc 501 void *pointers[kAllocCount]; local
503 pointers[i] = allocator_->Alloc(kSize);
504 EXPECT_TRUE(pointers[i]);
514 allocator_->Free(pointers[0]);
516 pointers[0] = allocator_->Alloc(kSize/2);
517 EXPECT_TRUE(pointers[0]);
527 allocator_->Free(pointers[i]);
541 void *pointers[kAllocCount]; local
543 pointers[i] = allocator_->Alloc(kSize);
544 EXPECT_TRUE(pointers[i])
    [all...]
  /external/chromium_org/v8/src/
store-buffer.cc 186 // than 1 in 8 pointers are to new space.
389 // checks that pointers which satisfy predicate point into
502 // This function iterates over all the pointers in a paged space in the heap,
503 // looking for pointers into new space. Within the pages there may be dead
505 // lazy sweeping. These dead objects may not contain pointers to new space.
623 // all duplicates and pointers to old space.
631 // We are done scanning all the pointers that were in the store buffer, but
632 // there may be some pages marked scan_on_scavenge that have pointers to new
634 // scan, the surviving pointers to new space will be added to the store
635 // buffer. If there are still a lot of pointers to new space then we wil
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avclib_common.h 494 This function sorts array of pointers to AVCPictureData in descending order of
496 \param "data" "Array of pointers to AVCPictureData."
503 This function sorts array of pointers to AVCPictureData in ascending order of
505 \param "data" "Array of pointers to AVCPictureData."
512 This function sorts array of pointers to AVCFrameStore in descending order of
514 \param "data" "Array of pointers to AVCFrameStore."
521 This function sorts array of pointers to AVCFrameStore in ascending order of
523 \param "data" "Array of pointers to AVCFrameStore."
530 This function sorts array of pointers to AVCPictureData in descending order of
532 \param "data" "Array of pointers to AVCPictureData.
    [all...]
  /external/clang/tools/scan-build/
scan-build.1 173 the caller expects (e.g., from calls through function pointers).
175 Check for null pointers passed as arguments to a function whose arguments are marked with the
179 Check for logical errors for function calls and Objective-C message expressions (e.g., uninitialized arguments, null function pointers).
183 Check for dereferences of null pointers.
238 Check for null pointers used as mutexes for @synchronized.
326 Check for null pointers being passed as arguments to C string functions.
  /external/clang/www/analyzer/
available_checks.html 30 <td><b>core.AdjustedReturnValue</b></td><td>Check to see if the return value of a function call is different than the caller expects (e.g., from calls through function pointers).</td>
33 <td><b>core.CallAndMessage</b></td><td>Check for logical errors for function calls and Objective-C message expressions (e.g., uninitialized arguments, null function pointers).</td>
39 <td><b>core.NonNullParamChecker</b></td><td>Check for null pointers passed as arguments to a function whose arguments are known to be non-null.</td>
42 <td><b>core.NullDereference</b></td><td>Check for dereferences of null pointers.</td>
92 <td><b>osx.cocoa.AtSync</b></td><td>Check for nil pointers used as mutexes for @synchronized.</td>
179 <td><b>unix.cstring.NullArg</b></td><td>Check for null pointers being passed as arguments to C string functions.</td>
  /external/jpeg/
jcprepct.c 41 * arrays are made five row groups high, with the extra pointers above and
250 /* Advance pointers with wraparound as necessary. */
275 /* Grab enough space for fake row pointers for all the components;
276 * we need five row groups' worth of pointers for each component.
294 /* Copy true buffer row pointers into the middle of the fake row array */
297 /* Fill in the above and below wraparound pointers */
  /external/llvm/test/Analysis/ScalarEvolution/
scev-aa.ll 12 ; CHECK: Function: loop: 3 pointers, 0 call sites
38 ; CHECK: Function: nestedloop: 4 pointers, 0 call sites
96 ; CHECK: Function: nestedloop_more: 4 pointers, 0 call sites
152 ; CHECK: Function: foo: 7 pointers, 0 call sites
173 ; CHECK: Function: bar: 7 pointers, 0 call sites
193 ; CHECK: Function: nonnegative: 2 pointers, 0 call sites
  /external/qemu/distrib/jpeg-6b/
jcprepct.c 41 * arrays are made five row groups high, with the extra pointers above and
250 /* Advance pointers with wraparound as necessary. */
275 /* Grab enough space for fake row pointers for all the components;
276 * we need five row groups' worth of pointers for each component.
294 /* Copy true buffer row pointers into the middle of the fake row array */
297 /* Fill in the above and below wraparound pointers */

Completed in 1466 milliseconds

<<11121314151617181920>>