HomeSort by relevance Sort by last modified time
    Searched refs:pointers (Results 1 - 25 of 43) sorted by null

1 2

  /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/qemu/distrib/sdl-1.2.12/src/audio/mint/
SDL_mintaudio.c 44 Uint8 *SDL_MintAudio_audiobuf[2]; /* Pointers to buffers */
167 SndBufPtr pointers; local
172 if (Buffptr(&pointers)!=0)
175 if (( (unsigned long)pointers.play>=(unsigned long)SDL_MintAudio_audiobuf[0])
176 && ( (unsigned long)pointers.play<=(unsigned long)SDL_MintAudio_audiobuf[1]))
  /external/chromium/base/
shared_memory_unittest.cc 139 EXPECT_NE(memory1.memory(), memory2.memory()); // Compare the pointers.
240 scoped_array<int*> pointers(new int*[count]);
242 ASSERT_TRUE(pointers.get());
251 pointers[i] = ptr;
258 pointers[j][0] = 100;
260 pointers[j][0] = 0;
262 // make sure there is no bleeding of the 100 into the other pointers
265 EXPECT_EQ(100, pointers[j][0]);
267 EXPECT_EQ(0, pointers[j][0]);
  /frameworks/base/libs/ui/
InputReader.cpp 19 // Log debug messages about pointers.
    [all...]
  /bionic/libc/arch-sh/bionic/
crtbegin_dynamic.S 71 # the .ctors section contains a list of pointers to "constructor"
  /bionic/libdl/arch-sh/
sobegin.S 60 # the .ctors section contains a list of pointers to "constructor"
  /frameworks/base/include/ui/
InputReader.h 556 // Raw data for a collection of pointers including a pointer id mapping table.
559 PointerData pointers[MAX_POINTERS]; member in struct:android::TouchInputMapper::TouchData
568 pointers[i] = other.pointers[i];
570 int id = pointers[i].id;
792 } pointers[MAX_POINTERS]; member in struct:android::TouchInputMapper::AveragingTouchFilterState::__anon8932
912 } pointers[MAX_POINTERS + 1]; // + 1 to remove the need for extra range checks member in struct:android::MultiTouchInputMapper::Accumulator
916 pointers[0].clear();
  /frameworks/base/core/java/android/view/
MotionEvent.java 45 * Motion events always report movements for all pointers at once. The number
46 * of pointers only ever changes by one as individual pointers go up and down,
49 * The order in which individual pointers appear within a motion event can change
51 * pointer id to track pointers across motion events in a gesture. Then for
65 * Example: Consuming all samples for all pointers in a motion event in time order.
306 * Minimum number of pointers for which to reserve space when allocating new
307 * motion events. This is explicitly not a bound on the maximum number of pointers.
405 * @param pointers The number of points that will be in this event.
406 * @param pointerIds An array of <em>pointers</em> values providin
    [all...]
  /bionic/libc/arch-x86/bionic/
crtbegin_dynamic.S 71 # the .ctors section contains a list of pointers to "constructor"
  /dalvik/vm/arch/arm/
CallOldABI.S 98 @ the stack pointers.
  /external/libvpx/vp8/encoder/arm/neon/
shortfdct_neon.asm 103 ; output or pitch because those pointers are not
  /external/v8/test/mjsunit/
fuzz-natives.js 116 // These functions use pseudo-stack-pointers and are not robust
  /external/stlport/stlport/stl/pointers/
_vector.h 24 # include <stl/pointers/_tools.h>
_deque.h 24 # include <stl/pointers/_tools.h>
_list.h 24 # include <stl/pointers/_tools.h>
_slist.h 24 # include <stl/pointers/_tools.h>
  /ndk/sources/android/stlport/stlport/stl/pointers/
_vector.h 24 # include <stl/pointers/_tools.h>
_deque.h 24 # include <stl/pointers/_tools.h>
_list.h 24 # include <stl/pointers/_tools.h>
_slist.h 24 # include <stl/pointers/_tools.h>
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinKeyboardBaseView.java 1277 final ArrayList<PointerTracker> pointers = mPointerTrackers; local
    [all...]
  /external/libpng/
CHANGES 132 fixed order of error function pointers to match documentation
273 Added pointers to "note on libpng versions" in makefile.lnx and README
432 Removed ansi2knr.c and left pointers to the latest source for ansi2knr.c
    [all...]
  /external/bison/data/
glr.c 458 dnl pointers onto yyconfl are taken, which type is "short int *".
619 stack is expanded, thus insuring that all necessary pointers get
1184 /** If STACK is expandable, extend it. WARNING: Pointers into the
1187 allocation, so that we can avoid having external pointers exist
    [all...]
  /external/stlport/stlport/stl/
_set.h 381 # include <stl/pointers/_set.h>
  /ndk/sources/android/stlport/stlport/stl/
_set.h 381 # include <stl/pointers/_set.h>

Completed in 2882 milliseconds

1 2