HomeSort by relevance Sort by last modified time
    Searched refs:stick (Results 1 - 12 of 12) sorted by null

  /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/core/java/com/android/internal/app/
PlatLogoActivity.java 90 final View stick = new View(this) { local
126 mLayout.addView(stick, new FrameLayout.LayoutParams((int) (32 * dp),
128 stick.setAlpha(0f);
162 stick.animate()
  /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);
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/bullet/
scenes.js 130 name: 'stick',
165 body.shape = 'stick';
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
ViewportDataGrid.js 57 * @param {boolean} stick
59 setStickToBottom: function(stick)
61 this._stickToBottom = stick;
  /libcore/
NativeCode.mk 30 # and stick them on core_src_files. The submakefiles are
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
keybindingDialog.py 71 self.buttonLevel.grid(row=2,column=0,stick=EW,padx=5,pady=5)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
keybindingDialog.py 71 self.buttonLevel.grid(row=2,column=0,stick=EW,padx=5,pady=5)
  /external/chromium_org/third_party/readability/js/
readability.js 37 * pull content out of a frame and stick it into the parent element, the scrollbar won't appear.
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py     [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids 1115 7721 Memory Stick Reader/Writer
1116 7722 Memory Stick Reader/Writer
    [all...]

Completed in 238 milliseconds