HomeSort by relevance Sort by last modified time
    Searched full:controller (Results 1126 - 1150 of 1585) sorted by null

<<41424344454647484950>>

  /external/grub/stage2/
shared.h 429 /* VBE controller information. */
765 /* Get VBE controller information. */
766 int get_vbe_controller_info (struct vbe_controller *controller);
  /external/quake/quake/src/QW/client/
in_win.c 80 // this means that advanced controller configuration needs to be executed
82 // or when changing from one controller to another. this way at least something
913 // notify user of advanced controller
  /external/quake/quake/src/WinQuake/
in_win.cpp 81 // this means that advanced controller configuration needs to be executed
83 // or when changing from one controller to another. this way at least something
920 // notify user of advanced controller
  /external/webkit/Source/WebCore/dom/
DocumentMarkerController.cpp 702 void showDocumentMarkers(const WebCore::DocumentMarkerController* controller)
704 if (controller)
705 controller->showMarkers();
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebChromeClient.mm 897 ContextMenuController* controller = page->contextMenuController();
898 Node* node = controller->hitTestResult().innerNonSharedNode();
909 IntPoint point = frameView->contentsToWindow(controller->hitTestResult().point());
    [all...]
  /external/webkit/Tools/DumpRenderTree/chromium/
LayoutTestController.h 277 // the layout test controller object.
434 WorkQueue(LayoutTestController* controller) : m_frozen(false), m_controller(controller) {}
  /frameworks/base/core/java/android/widget/
Editor.java 207 // No need to create the controller.
208 // The get method will add the listener on controller creation.
461 * Hides the insertion controller and stops text selection mode, hiding the selection controller
476 // Should be done before hide insertion point controller since it triggers a show of it
577 * a selection controller (see {@link #prepareCursorControllers()}), but this is not sufficient.
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
MediaEnvReverbTest.java 53 // Implementor UUID for volume controller effect defined in
365 // creating a volume controller on output mix ensures that ro.audio.silent mutes
438 // creating a volume controller on output mix ensures that ro.audio.silent mutes
  /packages/apps/Browser/src/com/android/browser/
BrowserBookmarksPage.java 72 LoaderManager.LoaderCallbacks<Cursor>, BreadCrumbView.Controller,
202 Controller.sharePage(activity,
568 * BreadCrumb controller callback
Tab.java     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
firewire-cdev.h 55 * @local_node_id: Node ID of the local node, i.e. of the controller
136 * This event is sent when the controller has completed an &fw_cdev_iso_packet
267 * (the controller). This allows userspace to listen for requests with an
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
firewire-cdev.h 55 * @local_node_id: Node ID of the local node, i.e. of the controller
136 * This event is sent when the controller has completed an &fw_cdev_iso_packet
267 * (the controller). This allows userspace to listen for requests with an
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
firewire-cdev.h 55 * @local_node_id: Node ID of the local node, i.e. of the controller
136 * This event is sent when the controller has completed an &fw_cdev_iso_packet
267 * (the controller). This allows userspace to listen for requests with an
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_gtk.cc 154 AutocompleteEditController* controller,
174 model_(new AutocompleteEditModel(this, controller, profile)),
175 controller_(controller),
    [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios.c 44 // $efc7 ; Diskette Controller Parameter Table
    [all...]
  /external/sonivox/arm-fm-22k/lib_src/
eas_vm_protos.h 404 * Change the controller (or mode) for the given channel.
408 * nControllerNumber - the controller number
409 * nControlValue - the controller number for this control change
415 * gsSynthObject.m_sChannel[nChannel] controller is changed
419 void VMControlChange (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 controller, EAS_U8 value);
435 * nControllerNumber - the RPN controller number
446 EAS_RESULT VMUpdateRPNStateMachine (S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 controller, EAS_U8 value);
453 * a controller change values
465 * are updated for channels whose controller values have changed
    [all...]
eas_voicemgt.c     [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_vm_protos.h 404 * Change the controller (or mode) for the given channel.
408 * nControllerNumber - the controller number
409 * nControlValue - the controller number for this control change
415 * gsSynthObject.m_sChannel[nChannel] controller is changed
419 void VMControlChange (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 controller, EAS_U8 value);
435 * nControllerNumber - the RPN controller number
446 EAS_RESULT VMUpdateRPNStateMachine (S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 controller, EAS_U8 value);
453 * a controller change values
465 * are updated for channels whose controller values have changed
    [all...]
eas_voicemgt.c     [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_vm_protos.h 404 * Change the controller (or mode) for the given channel.
408 * nControllerNumber - the controller number
409 * nControlValue - the controller number for this control change
415 * gsSynthObject.m_sChannel[nChannel] controller is changed
419 void VMControlChange (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 controller, EAS_U8 value);
435 * nControllerNumber - the RPN controller number
446 EAS_RESULT VMUpdateRPNStateMachine (S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 controller, EAS_U8 value);
453 * a controller change values
465 * are updated for channels whose controller values have changed
    [all...]
eas_voicemgt.c     [all...]
  /external/chromium/chrome/browser/tab_contents/
tab_contents.h 173 // Gets the controller for this tab contents.
174 NavigationController& controller() { return controller_; } function in class:TabContents
175 const NavigationController& controller() const { return controller_; } function in class:TabContents
    [all...]
  /external/qemu-pc-bios/vgabios/
ChangeLog 408 - write character in planar graphics modes: graphics controller values fixed
667 (underscore added) - functions accessing the CRT controller
718 - fixed a few functions accessing the attribute controller
725 - re-enable video after programming the attribute controller -
960 - biosfn_set_video_mode(): reset attribute controller flip-flop
961 before setting up the controller's registers (bug found with
    [all...]
  /external/sonivox/docs/
JET_Creator_User_Manual.html     [all...]
  /external/chromium/chrome/browser/ui/gtk/
browser_titlebar.cc 823 EncodingMenuController controller; local
824 if (controller.DoesCommandBelongToEncodingMenu(command_id)) {
    [all...]

Completed in 772 milliseconds

<<41424344454647484950>>