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

1 2 3 4 5 6 7 8 91011>>

  /external/qemu/distrib/sdl-1.2.15/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...]
  /frameworks/base/data/keyboards/
Vendor_054c_Product_0268.kl 40 # Left Analog Stick
44 # Right Analog Stick
Vendor_045e_Product_028e.kl 31 # Left and right stick.
  /external/chromium/chrome/browser/printing/cloud_print/
cloud_print_setup_handler.h 15 // completes, but don't have to stick around until the end. Lifetime should be
  /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/core/
notice_files.mk 34 # Stick the static libraries with the dynamic libraries.
41 # Stick the static java libraries with the regular java libraries.
  /external/jmonkeyengine/engine/src/core/com/jme3/input/
Joystick.java 80 * <p>E.g. for most gamepads, the left control stick X axis will be returned.
93 * <p>E.g. for most gamepads, the left control stick Y axis will be returned.
  /external/chromium-trace/trace-viewer/src/
measuring_stick.js 9 * on the main document. You must call attach() on the stick before using it,
  /external/eigen/unsupported/Eigen/
NumericalDiff 39 * differentiation software that exist, but should rather stick with those
  /external/kernel-headers/original/asm-arm/
glue.h 11 * This file provides the glue to stick the processor-specific bits
  /external/libpcap/
TODO 11 should stick to the standard.
  /frameworks/base/core/java/android/ddm/
DdmRegister.java 23 * Just a place to stick handler registrations, instead of scattering
  /external/qemu/distrib/sdl-1.2.15/src/joystick/linux/
SDL_sysjoystick.c 457 * This happens when we see a stick via symlink.
927 void HandleHat(SDL_Joystick *stick, Uint8 hat, int axis, int value)
938 if (stick->nhats <= hat) {
942 the_hat = &stick->hwdata->hats[hat];
958 if (SDL_joylist[stick->index].map != NULL) {
962 hats = SDL_joylist[stick->index].map->hatmap+hat;
963 logicaljoy = FindLogicalJoystick(stick, hats);
967 stick = logicaljoy;
972 SDL_PrivateJoystickHat(stick, hat,
978 void HandleBall(SDL_Joystick *stick, Uint8 ball, int axis, int value
    [all...]
  /development/ndk/platforms/android-4/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)
  /development/samples/ApiDemos/src/com/example/android/apis/content/
ReadAsset.java 64 // Finally stick the string into the text view.
  /external/chromium/net/tools/flip_server/
create_listener.h 23 // you just stick to a numeric representation like "80"
  /external/llvm/docs/HistoricalNotes/
2001-02-06-TypeNotationDebateResp2.txt 50 you sent, where you recommend that we stick to C syntax....
  /external/llvm/test/CodeGen/X86/
2009-08-06-inlineasm.ll 9 ; so I've disabled it with a bigger stick.
  /external/protobuf/src/google/protobuf/compiler/
test_plugin.cc 44 // Don't print a silly message or stick a modal dialog box in my face,
  /external/webkit/Source/WebKit/mac/Storage/
WebDatabaseQuotaManager.mm 69 // "stick" but no data will be purged to meet the new quota. This will simply
  /frameworks/native/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)
  /packages/apps/Email/res/layout/
message_compose.xml 39 Empty container for storing attachments. We'll stick
  /external/qemu/distrib/sdl-1.2.15/src/joystick/
SDL_joystick.c 412 SDL_Joystick *stick = SDL_joysticks[i]; local
413 if (stick && (stick->ref_count >= 1)) {
414 stick->ref_count = 1;
415 SDL_JoystickClose(stick);
  /dalvik/vm/interp/
InterpDefs.h 96 * Hide the translations and stick with the interpreter as long as one of the

Completed in 1485 milliseconds

1 2 3 4 5 6 7 8 91011>>