/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_PeepEvents.3 | 8 \fBint \fBSDL_PeepEvents\fP\fR(\fBSDL_Event *events, int numevents, SDL_eventaction action, Uint32 mask\fR);
|
/hardware/akm/AK8975_FS/libsensors/ |
InputEventReader.cpp | 35 InputEventCircularReader::InputEventCircularReader(size_t numEvents) 36 : mBuffer(new input_event[numEvents * 2]), 37 mBufferEnd(mBuffer + numEvents), 40 mFreeSpace(numEvents)
|
InputEventReader.h | 38 InputEventCircularReader(size_t numEvents);
|
/device/samsung/manta/libsensors/ |
InputEventReader.cpp | 40 InputEventCircularReader::InputEventCircularReader(size_t numEvents) 41 : mBuffer(new iio_event_data[numEvents]), 42 mBufferEnd(mBuffer + numEvents), 45 mMaxEvents(numEvents), 46 mFreeEvents(numEvents)
|
InputEventReader.h | 41 InputEventCircularReader(size_t numEvents);
|
/cts/hostsidetests/monkey/src/com/android/cts/monkey/ |
SeedTest.java | 38 int numEvents = 0; 44 numEvents++; 49 assertTrue(numEvents > 0);
|
/hardware/invensense/60xx/libsensors_iio/ |
InputEventReader.cpp | 38 InputEventCircularReader::InputEventCircularReader(size_t numEvents)
39 : mBuffer(new input_event[numEvents * 2]),
40 mBufferEnd(mBuffer + numEvents),
43 mFreeSpace(numEvents)
|
InputEventReader.h | 40 InputEventCircularReader(size_t numEvents);
|
/hardware/invensense/65xx/libsensors_iio/ |
InputEventReader.cpp | 37 InputEventCircularReader::InputEventCircularReader(size_t numEvents)
38 : mBuffer(new input_event[numEvents * 2]),
39 mBufferEnd(mBuffer + numEvents),
42 mFreeSpace(numEvents)
|
InputEventReader.h | 41 InputEventCircularReader(size_t numEvents);
|
/frameworks/native/libs/gui/ |
SensorEventQueue.cpp | 58 ASensorEvent const* events, size_t numEvents) { 59 return BitTube::sendObjects(tube, events, numEvents); 62 ssize_t SensorEventQueue::read(ASensorEvent* events, size_t numEvents) { 72 size_t count = numEvents < mAvailable ? numEvents : mAvailable;
|
/external/clang/test/CodeGenCXX/ |
2007-01-06-PtrMethodInit.cpp | 62 int numEvents;
|
/external/qemu/distrib/sdl-1.2.15/docs/html/ |
sdlpeepevents.html | 109 >(SDL_Event *events, int numevents, SDL_eventaction action, Uint32 mask);</CODE 137 >numevents</I 154 >numevents</I 180 >numevents</I
|
/dalvik/vm/jdwp/ |
JdwpPriv.h | 103 int numEvents; /* #of elements in eventList */ 105 pthread_mutex_t eventLock; /* guards numEvents/eventList */
|
JdwpEvent.cpp | 223 state->numEvents++; 270 state->numEvents--; 271 assert(state->numEvents != 0 || state->eventList == NULL); 379 return (JdwpEvent**) malloc(sizeof(JdwpEvent*) * state->numEvents); [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/ |
SDL_dx5events.c | 131 static void handle_keyboard(const int numevents, DIDEVICEOBJECTDATA *events); 132 static void handle_mouse(const int numevents, DIDEVICEOBJECTDATA *events); 139 void (*fun)(const int numevents, DIDEVICEOBJECTDATA *events); 279 static void handle_keyboard(const int numevents, DIDEVICEOBJECTDATA *keybuf) 285 for ( i=0; i<numevents; ++i ) { 360 static void handle_mouse(const int numevents, DIDEVICEOBJECTDATA *ptrbuf) 458 for ( i=0; i<(int)numevents; ++i ) { 691 DWORD numevents; local 695 numevents = INPUT_QSIZE; 698 evtbuf, &numevents, 0) [all...] |
/hardware/libhardware/tests/nusensors/ |
nusensors.cpp | 100 static const size_t numEvents = 16; 101 sensors_event_t buffer[numEvents]; 123 int n = device->poll(device, buffer, numEvents);
|
/external/qemu/distrib/sdl-1.2.15/include/ |
SDL_events.h | 262 * If 'action' is SDL_ADDEVENT, up to 'numevents' events will be added to 264 * If 'action' is SDL_PEEKEVENT, up to 'numevents' events at the front 267 * If 'action' is SDL_GETEVENT, up to 'numevents' events at the front 277 extern DECLSPEC int SDLCALL SDL_PeepEvents(SDL_Event *events, int numevents,
|
/external/qemu/distrib/sdl-1.2.15/src/events/ |
SDL_events.c | 319 int SDL_PeepEvents(SDL_Event *events, int numevents, SDL_eventaction action, 332 for ( i=0; i<numevents; ++i ) { 342 numevents = 1; 346 while ((used < numevents)&&(spot != SDL_EventQ.tail)) {
|
/prebuilts/tools/darwin-x86/sdl/include/SDL/ |
SDL_events.h | 262 * If 'action' is SDL_ADDEVENT, up to 'numevents' events will be added to 264 * If 'action' is SDL_PEEKEVENT, up to 'numevents' events at the front 267 * If 'action' is SDL_GETEVENT, up to 'numevents' events at the front 277 extern DECLSPEC int SDLCALL SDL_PeepEvents(SDL_Event *events, int numevents,
|
/prebuilts/tools/linux-x86/sdl/include/SDL/ |
SDL_events.h | 262 * If 'action' is SDL_ADDEVENT, up to 'numevents' events will be added to 264 * If 'action' is SDL_PEEKEVENT, up to 'numevents' events at the front 267 * If 'action' is SDL_GETEVENT, up to 'numevents' events at the front 277 extern DECLSPEC int SDLCALL SDL_PeepEvents(SDL_Event *events, int numevents,
|
/prebuilts/tools/windows/sdl/include/SDL/ |
SDL_events.h | 262 * If 'action' is SDL_ADDEVENT, up to 'numevents' events will be added to 264 * If 'action' is SDL_PEEKEVENT, up to 'numevents' events at the front 267 * If 'action' is SDL_GETEVENT, up to 'numevents' events at the front 277 extern DECLSPEC int SDLCALL SDL_PeepEvents(SDL_Event *events, int numevents,
|
/frameworks/native/include/gui/ |
SensorEventQueue.h | 62 ASensorEvent const* events, size_t numEvents); 64 ssize_t read(ASensorEvent* events, size_t numEvents);
|
/external/valgrind/main/cachegrind/ |
cg_diff.in | 155 my ($line, $numEvents) = @_; 158 (@CC <= $numEvents) or die("Line $.: too many event counts\n"); 191 my $numEvents = scalar @events; 205 my $CC = line_to_CC($_, $numEvents); 234 $summaryCC = line_to_CC($_, $numEvents);
|
/external/chromium/chrome/browser/resources/gpu_internals/ |
tracing_controller.js | 92 e.numEvents = this.traceEvents_.length;
|