HomeSort by relevance Sort by last modified time
    Searched full:stick (Results 1 - 25 of 501) 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/chromium_org/cc/layers/
nine_patch_layer.h 32 // implementation). We split off eight rects surrounding it and stick them
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/manifest/
manifest_version.html 29 stick with version 1 for the moment. We'll give you ample warning before
  /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/base/
measuring_stick.js 11 * on the main document. You must call attach() on the stick before using it,
  /external/chromium_org/chrome_frame/test/
registry_watcher_unittest.cc 18 // Give notifications 30 seconds to stick. Hopefully long enough to avoid
  /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/chromium_org/cc/quads/
render_pass_unittest.cc 54 // Stick a quad in the pass, this should not get copied.
  /external/chromium_org/net/tools/flip_server/
create_listener.h 22 // you just stick to a numeric representation like "80"
  /external/chromium_org/testing/gtest_ios/
run-unittest.sh 29 # Helper to print a divider to make things stick out in a busy output window.
  /external/chromium_org/third_party/iccjpeg/
iccjpeg.h 73 * will prefer to have the data stick around after decompression finishes.)
  /external/chromium_org/third_party/mesa/src/docs/
relnotes-7.7.html 14 People who are concerned with stability and reliability should stick
relnotes-7.8.1.html 16 People who are concerned with stability and reliability should stick
relnotes-7.8.html 14 People who are concerned with stability and reliability should stick

Completed in 857 milliseconds

1 2 3 4 5 6 7 8 91011>>