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

<<11121314151617181920>>

  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
ProtocolConstants.java 14 /** Signature of a packet sent via SDK controller socket ('SDKC') */
18 * Header sizes for packets sent / received by SDK controller emulator.
59 * Types of packets transferred via SDK Controller channel.
76 * When emulator connects to SDK controller, the first thing that goes
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
EmptyLaunchAction.java 41 // return false so launch controller will not wait for debugger to attach
IAndroidLaunchAction.java 33 * @returns true if launch was successfully, and controller should wait for debugger to attach
  /external/chromium/chrome/browser/ui/cocoa/extensions/
extension_installed_bubble_controller.mm 32 // to |controller|.
36 ExtensionInstalledBubbleController* controller, Profile* profile)
37 : controller_(controller) {
45 // NotificationObserver implementation. Tells the controller to start showing
135 // The controller is the delegate of the window, so it receives "did resign
188 BrowserActionsController* controller =
191 arrowPoint = [controller popupPointForBrowserAction:extension_];
  /external/jpeg/
filelist.doc 66 jcmainct.c Main buffer controller (preprocessor => JPEG compressor).
67 jcprepct.c Preprocessor buffer controller.
68 jccoefct.c Buffer controller for DCT coefficient buffer.
83 jdinput.c Input controller: controls input processing modules.
84 jdmainct.c Main buffer controller (JPEG decompressor => postprocessor).
85 jdcoefct.c Buffer controller for DCT coefficient buffer.
86 jdpostct.c Postprocessor buffer controller.
  /external/qemu/distrib/jpeg-6b/
filelist.doc 66 jcmainct.c Main buffer controller (preprocessor => JPEG compressor).
67 jcprepct.c Preprocessor buffer controller.
68 jccoefct.c Buffer controller for DCT coefficient buffer.
83 jdinput.c Input controller: controls input processing modules.
84 jdmainct.c Main buffer controller (JPEG decompressor => postprocessor).
85 jdcoefct.c Buffer controller for DCT coefficient buffer.
86 jdpostct.c Postprocessor buffer controller.
  /external/quake/quake/src/WinQuake/kit/
JOYSTICK.TXT 13 To make it work, just verify that your joystick or game controller is selected in the Joystick control panel applet and has been calibrated and tested, then launch Windows 95 Quake (WinQuake.exe or glquake.exe). For standard and new digital joysticks, WinQuake will detect the joystick and automatically configure it. For advanced controllers, you will additionally need to run a config file (or run it from your autoexec.cfg) prior to the device operating. This will set the advanced features for your particular device. This config file should be obtained from your game controller company. The config files for the comman game controllers are included below. If you don't want your joystick or game controller enabled, add '-nojoy' to your command-line.
46 Advanced Controller Support
56 To make an advanced controller operate, you will need to get a config file from your game controller company. This file is typically placed in your quake\id1 directory and then it is called within your autoexec.cfg file. For example, if your config file is named gamectrl.cfg, place that file within your quake\id1 directory and add 'exec gamectrl.cfg' in your autoexec.cfg file. If you don't have an autoexec.cfg file, you can create one and just place this one line in it.
59 NOTE: The information below is for game controller companies to integrate their device and for anyone wanting to create a custom setup.
  /external/chromium/chrome/browser/ui/cocoa/
browser_window_controller.h 9 // A class acting as the Objective-C controller for the Browser
137 // given view. This is the controller for the window containing |view|, if it
138 // is a BWC, or the first controller in the parent-window chain that is a
153 // Return a weak pointer to the toolbar controller.
156 // Return a weak pointer to the tab strip controller.
159 // Access the ObjC controller that contains the infobars.
183 // Brings this controller's window to the front.
231 // Returns the (lazily created) window sheet controller of this window. Used
289 // Determines whether this controller's window supports a given feature (i.e.,
312 // Called to check if this controller's window is a normal window (e.g., not
    [all...]
html_dialog_window_controller.mm 27 HtmlDialogWindowDelegateBridge(HtmlDialogWindowController* controller,
66 // ChromeEventProcessingWindow expects its controller to implement the
86 HtmlDialogWindowController* controller, Profile* profile,
89 controller_(controller), delegate_(delegate) {
274 tabContents_->controller().LoadURL(delegate_->GetDialogContentURL(),
  /frameworks/av/cmds/stagefright/
sf2.cpp 45 struct Controller : public AHandler {
46 Controller(const char *uri, bool decodeAudio,
62 virtual ~Controller() {
547 DISALLOW_EVIL_CONSTRUCTORS(Controller);
636 sp<Controller> controller = local
637 new Controller(argv[0], decodeAudio, surface, renderToSurface);
639 looper->registerHandler(controller);
641 controller->startAsync();
645 looper->unregisterHandler(controller->id())
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ForegroundService.java 175 new Intent(this, Controller.class), 0);
201 public static class Controller extends Activity {
220 intent.setClass(Controller.this, ForegroundService.class);
228 intent.setClass(Controller.this, ForegroundService.class);
235 stopService(new Intent(Controller.this,
  /external/chromium/chrome/browser/policy/
cloud_policy_controller_unittest.cc 170 // If a device token is present when the controller starts up, it should
183 // If no device token is present when the controller starts up, it should
236 // If the backend reports that the device token was invalid, the controller
252 // controller should instruct the token fetcher to fetch a new token.
266 // If the backend reports that the device is no longer managed, the controller
  /external/kernel-headers/original/asm-mips/
jazz.h 95 * i8042 keyboard controller for JAZZ and PICA chipsets.
127 * i8042 keyboard controller for most other Mips machines.
220 * JAZZ R4030 MCT_ADR chip (DMA controller)
256 * Virtual (E)ISA controller address
261 * Access the R4030 DMA and I/O Controller
  /external/webkit/Tools/DumpRenderTree/chromium/
TestNavigationController.h 122 // Causes the controller to reload the current (or pending) entry.
125 // Causes the controller to go to the specified offset from current. Does
129 // Causes the controller to go to the specified index.
132 // Causes the controller to load the specified entry.
133 // NOTE: Do not pass an entry that the controller already owns!
  /frameworks/base/services/jni/
com_android_server_input_InputManagerService.cpp 239 // Sprite controller singleton, created on first use.
242 // Pointer controller singleton, created and destroyed as needed.
246 void updateInactivityTimeoutLocked(const sp<PointerController>& controller);
319 sp<PointerController> controller = mLocked.pointerController.promote(); local
320 if (controller != NULL) {
321 controller->setDisplayViewport(
417 sp<PointerController> controller = mLocked.pointerController.promote(); local
418 if (controller == NULL) {
421 controller = new PointerController(this, mLooper, mLocked.spriteController);
422 mLocked.pointerController = controller;
685 sp<PointerController> controller = mLocked.pointerController.promote(); local
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_editor_base_controller.mm 30 // Notifies the controller that the bookmark model has changed.
35 // Notifies the controller that a node has been removed.
62 BookmarkEditorBaseController* controller = nil;
64 controller = [[BookmarkAllTabsController alloc]
70 controller = [[BookmarkEditorController alloc]
77 [controller runAsModalSheet];
83 BookmarkEditorBaseControllerBridge(BookmarkEditorBaseController* controller)
84 : controller_(controller),
215 // that I, the controller, am also the window's delegate.
  /external/chromium/chrome/browser/ui/views/tabs/
side_tab_strip.cc 38 explicit SideTabNewTabButton(TabStripController* controller);
51 SideTabNewTabButton::SideTabNewTabButton(TabStripController* controller)
53 controller_(controller) {
123 SideTabStrip::SideTabStrip(TabStripController* controller)
124 : BaseTabStrip(controller, BaseTabStrip::VERTICAL_TAB_STRIP),
125 newtab_button_(new SideTabNewTabButton(controller)),
181 if (controller()->IsActiveTab(new_model_index))
421 for (int i = 0; i < controller()->GetCount(); ++i) {
422 if (controller()->IsActiveTab(i)) {
browser_tab_strip_controller.cc 38 BrowserTabStripController* controller)
41 controller->model_,
42 controller->tabstrip_->GetModelIndexOfBaseTab(tab))),
44 controller_(controller),
115 // A pointer back to our hosting controller, for command state information.
288 static_cast<BrowserTabStripController*>(other->controller())->profile();
  /external/protobuf/src/google/protobuf/compiler/java/
java_service.cc 125 " impl.$method$(controller, request, done);\n"
170 " com.google.protobuf.RpcController controller,\n"
192 " this.$method$(controller, ($input$)request,\n"
216 " com.google.protobuf.RpcController controller,\n"
237 " return impl.$method$(controller, ($input$)request);\n");
333 " controller,\n"
397 " controller,\n"
421 " com.google.protobuf.RpcController controller,\n"
436 " com.google.protobuf.RpcController controller,\n"
  /external/chromium/chrome/browser/chromeos/login/
wizard_controller.cc 122 WizardController* controller = WizardController::default_controller(); local
123 if (!controller)
129 controller->CancelOOBEUpdate();
132 controller->ShowAccountScreen();
134 controller->ShowLoginScreen();
136 controller->ShowNetworkScreen();
138 controller->ShowUpdateScreen();
140 controller->ShowUserImageScreen();
142 controller->ShowEulaScreen();
144 controller->ShowRegistrationScreen()
    [all...]
  /packages/apps/Email/src/com/android/email/service/
MailService.java 37 import com.android.email.Controller;
90 Controller mController;
91 private final Controller.Result mControllerCallback = new ControllerResults();
98 * Access must be synchronized, because there are accesses from the Controller callback
148 // TODO this needs to be passed through the controller and back to us
153 mController = Controller.getInstance(this);
284 Controller.getInstance(getApplication()).removeResultCallback(mControllerCallback);
412 * Start a controller sync for a specific account
414 * @param controller The controller to do the sync wor
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_view.mm 156 NSWindowController* controller = [sourceWindow_ windowController];
157 if ([controller isKindOfClass:[TabWindowController class]]) {
159 static_cast<TabWindowController*>(controller);
188 NSWindowController* controller = [window windowController];
189 if ([controller isKindOfClass:[TabWindowController class]]) {
191 static_cast<TabWindowController*>(controller);
193 [targets addObject:controller];
299 // If the tab gets torn off, the tab controller will be removed from the tab
302 // controller.
303 scoped_nsobject<TabController> controller([controller_ retain])
    [all...]
tab_strip_controller.h 36 // The interface for the tab strip controller's delegate.
161 // Initialize the controller with a view and browser that contains
247 // Returns the (lazily created) window sheet controller of this window. Used
251 // Destroys the window sheet controller of this window, if it exists. The sheet
252 // controller can be recreated by a subsequent call to |-sheetController|. Must
271 // controller.
  /development/samples/Support4Demos/src/com/example/android/supportv4/media/
MediaController.java 65 public void onPlayingChanged(TransportController controller) {
69 public void onTransportControlsChanged(TransportController controller) {
94 public void setMediaPlayer(TransportController controller) {
99 if (controller != null) {
100 controller.registerStateListener(mStateListener);
103 mController = controller;
  /external/bluetooth/bluedroid/hci/src/
bt_hci_bdroid.c 23 * Description: Bluedroid Bluetooth Host/Controller interface library
84 /* Host/Controller lib thread control block */
176 ** BLUETOOTH HOST/CONTROLLER INTERFACE LIBRARY FUNCTIONS
453 /* Got HCI Cmd Credits from Controller.
512 * if we have used up controller's outstanding HCI command
515 * The pending command packets will be sent once controller

Completed in 296 milliseconds

<<11121314151617181920>>