HomeSort by relevance Sort by last modified time
    Searched full:stick (Results 1 - 25 of 149) sorted by null

1 2 3 4 5 6

  /external/qemu/distrib/sdl-1.2.12/src/joystick/beos/
SDL_bejoystick.cc 47 BJoystick *stick; member in struct:joystick_hwdata
99 BJoystick *stick; local
109 stick = new BJoystick;
110 joystick->hwdata->stick = stick;
113 if ( stick->Open(SDL_joyport[joystick->index]) == B_ERROR ) {
120 stick->EnableCalibration();
123 joystick->nbuttons = stick->CountButtons();
124 joystick->naxes = stick->CountAxes();
125 joystick->nhats = stick->CountHats()
161 BJoystick *stick; local
    [all...]
  /build/core/
notice_files.mk 19 # Stick the static libraries with the dynamic libraries.
26 # Stick the static java libraries with the regular java libraries.
  /external/quake/quake/src/QW/client/
input.h 27 // oportunity for devices to stick commands on the script buffer
  /external/quake/quake/src/WinQuake/
input.h 27 // oportunity for devices to stick commands on the script buffer
  /build/target/product/
full.mk 37 # Pick up some sounds - stick with the short list to save space
  /external/kernel-headers/original/asm-arm/
glue.h 11 * This file provides the glue to stick the processor-specific bits
termbits.h 135 #define CMSPAR 010000000000 /* mark or space (stick) parity */
  /external/libpcap/
TODO 11 should stick to the standard.
  /frameworks/base/core/java/android/ddm/
DdmRegister.java 24 * Just a place to stick handler registrations, instead of scattering
  /development/samples/ApiDemos/src/com/example/android/apis/content/
ReadAsset.java 64 // Finally stick the string into the text view.
  /external/webkit/WebKit/mac/Storage/
WebSecurityOriginPrivate.h 48 // If the quota is set to a value lower than the current usage, that quota will "stick" but no data will be purged to meet the new quota.
WebSecurityOrigin.mm 91 // If the quota is set to a value lower than the current usage, that quota will "stick" but no data will be purged to meet the new quota.
  /frameworks/base/opengl/tests/angeles/
demo.c 90 static long sTick = 0;
426 const int beginFade = sTick - sCurrentCamTrackStartTick;
427 const int endFade = sNextCamTrackStartTick - sTick;
595 const int offs100 = x * shipScale100 + (sTick % shipScale100);
711 if (sNextCamTrackStartTick <= sTick)
720 currentCamTick = sTick - sCurrentCamTrackStartTick;
761 sTick = (sTick + tick - sStartTick) >> 1;
764 if (sTick >= RUN_LENGTH)
  /ndk/samples/san-angeles/jni/
demo.c 90 static long sTick = 0;
426 const int beginFade = sTick - sCurrentCamTrackStartTick;
427 const int endFade = sNextCamTrackStartTick - sTick;
595 const int offs100 = x * shipScale100 + (sTick % shipScale100);
711 if (sNextCamTrackStartTick <= sTick)
720 currentCamTick = sTick - sCurrentCamTrackStartTick;
761 sTick = (sTick + tick - sStartTick) >> 1;
764 if (sTick >= RUN_LENGTH)
  /external/qemu/distrib/sdl-1.2.12/src/joystick/linux/
SDL_sysjoystick.c 443 * This happens when we see a stick via symlink.
915 void HandleHat(SDL_Joystick *stick, Uint8 hat, int axis, int value)
926 the_hat = &stick->hwdata->hats[hat];
942 if (SDL_joylist[stick->index].map != NULL) {
946 hats = SDL_joylist[stick->index].map->hatmap+hat;
947 logicaljoy = FindLogicalJoystick(stick, hats);
951 stick = logicaljoy;
956 SDL_PrivateJoystickHat(stick, hat,
962 void HandleBall(SDL_Joystick *stick, Uint8 ball, int axis, int value)
964 stick->hwdata->balls[ball].axis[axis] += value
    [all...]
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/
DERUTCTime.java 111 * may lead to unexpected results. If you want to stick the normal
  /dalvik/libcore/xml/src/test/java/org/kxml2/io/
KXmlSerializerTest.java 110 // Adjacent CDATA sections aren't merged, so let's stick them together ourselves...
  /external/clearsilver/java-jni/
Makefile 76 # I guess we'll just stick the .jar file in the lib directory
  /external/kernel-headers/original/asm-x86/
termbits.h 160 #define CMSPAR 010000000000 /* mark or space (stick) parity */
  /packages/apps/Calendar/src/com/android/calendar/
LaunchActivity.java 44 // stick around until we can figure out what to do next based on
  /bootable/recovery/minzip/
DirUtil.c 69 /* Allocate a path that we can modify; stick a slash on
  /dalvik/libcore/
NativeCode.mk 36 # and stick them on core_src_files. The submakefiles are
  /dalvik/vm/alloc/
HeapTable.c 116 /* Stick it at the head.
  /external/expat/bcb5/
README.txt 43 following kludge will make the change stick. Close and save the file
  /external/webkit/WebCore/workers/
WorkerThread.cpp 198 // Stick a shutdown command at the end of the queue, so that we deal

Completed in 487 milliseconds

1 2 3 4 5 6