Home
last modified time | relevance | path

Searched refs:controllers (Results 1 – 25 of 33) sorted by relevance

12

/external/bluetooth/bluez/plugins/
Dmgmtops.c71 } *controllers = NULL; variable
107 controllers = g_realloc(controllers, size); in add_controller()
110 memset(&controllers[index], 0, sizeof(struct controller_info)); in add_controller()
112 controllers[index].valid = TRUE; in add_controller()
154 if (!controllers[index].valid) in remove_controller()
159 memset(&controllers[index], 0, sizeof(struct controller_info)); in remove_controller()
218 info = &controllers[index]; in mgmt_update_powered()
295 info = &controllers[index]; in mgmt_discoverable()
333 info = &controllers[index]; in mgmt_connectable()
370 info = &controllers[index]; in mgmt_pairable()
[all …]
/external/chromium/chrome/browser/chromeos/login/
Dviews_login_display.cc45 const std::vector<chromeos::UserController*>& controllers) { in EnableTooltipsIfNeeded() argument
47 for (size_t i = 0; i + 1 < controllers.size(); ++i) { in EnableTooltipsIfNeeded()
49 controllers[i]->user().GetDisplayName(); in EnableTooltipsIfNeeded()
52 for (size_t i = 0; i < controllers.size(); ++i) { in EnableTooltipsIfNeeded()
54 controllers[i]->user().GetDisplayName(); in EnableTooltipsIfNeeded()
55 bool show_tooltip = controllers[i]->is_new_user() || in EnableTooltipsIfNeeded()
56 controllers[i]->is_guest() || in EnableTooltipsIfNeeded()
58 controllers[i]->EnableNameTooltip(show_tooltip); in EnableTooltipsIfNeeded()
/external/chromium/chrome/browser/sync/glue/
Ddata_type_manager_impl.h25 const DataTypeController::TypeMap& controllers);
31 virtual const DataTypeController::TypeMap& controllers();
Ddata_type_manager_impl.cc62 const DataTypeController::TypeMap& controllers) in DataTypeManagerImpl() argument
64 controllers_(controllers), in DataTypeManagerImpl()
365 const DataTypeController::TypeMap& DataTypeManagerImpl::controllers() { in controllers() function in browser_sync::DataTypeManagerImpl
Ddata_type_manager_mock.h39 MOCK_METHOD0(controllers, const DataTypeController::TypeMap&());
Ddata_type_manager.h96 virtual const DataTypeController::TypeMap& controllers() = 0;
/external/sonivox/jet_tools/JetCreator/
Dmidifile.py721 self.controllers = []
724 self.controllers.append({})
725 self.controllers[channel] = copy.deepcopy(DEFAULT_CONTROLLER_VALUES)
740 for controller in self.controllers[channel].keys():
741 output.append(' %03d: %03d' % (controller, self.controllers[channel][controller]))
774 self.controllers[channel][controller] = event.value
776 rpn = (self.controllers[channel][CTRL_RPN_MSB] << 7) + self.controllers[channel][CTRL_RPN_LSB]
778 …value = (self.controllers[channel][CTRL_RPN_DATA_MSB] << 7) + self.controllers[channel][CTRL_RPN_D…
791 self.controllers[channel] = DEFAULT_CONTROLLER_VALUES
816 for controller in self.controllers[channel].keys():
[all …]
DJetCreatorhlp.dat74 chase controllers = This option will force JET to chase controllers up to the beginning of a given …
94 chase controllers = If on, MIDI CC messages and program changes will be read from the beginning of …
109 chase controllers = If on, MIDI CC messages and program changes will be read from the beginning of …
/external/chromium/chrome/browser/sync/
Dprofile_sync_factory_impl.cc161 const DataTypeController::TypeMap& controllers) { in CreateDataTypeManager() argument
162 return new DataTypeManagerImpl(backend, controllers); in CreateDataTypeManager()
Dprofile_sync_factory_impl.h28 const browser_sync::DataTypeController::TypeMap& controllers);
Dprofile_sync_factory.h61 const browser_sync::DataTypeController::TypeMap& controllers) = 0;
/external/quake/quake/src/WinQuake/kit/
DJOYSTICK.TXT11 …ntly enhanced. Standard joysticks, digital joysticks and new advanced controllers like the FPgami…
13controllers, you will additionally need to run a config file (or run it from your autoexec.cfg) pr…
/external/chromium/chrome/browser/ui/cocoa/download/
Ddownload_shelf_controller.mm159 // The controllers will unregister themselves as observers when they are
240 // We need to explicitly release our download controllers here since they need
/external/webkit/Tools/DumpRenderTree/mac/
DFrameLoadDelegate.mm269 // Make Old-Style controllers
/external/chromium/chrome/browser/ui/cocoa/tabs/
Dtab_strip_controller.mm312 // views and controllers. This is also true when new tabs are created (even
320 // point would be to remove the views and controllers as well, however once
597 // these controllers to a tab) less the number of closing tabs.
605 // the process of closing (i.e., whose controllers are in
Dtab_view.mm165 // Returns an array of controllers that could be a drop target, ordered front to
/external/chromium/chrome/browser/ui/cocoa/toolbar/
Dtoolbar_controller.mm273 // Create the controllers for the back/forward menus.
/external/qemu/
DChangelog9 - Fix backcompat for hotplug of SCSI controllers (Daniel P. Berrange)
/external/jpeg/
Dstructure.doc307 In theory, we might be able to make all of the data buffer controllers
693 be prepared to stop at arbitrary times. In turn, the controllers that call
/external/qemu/distrib/jpeg-6b/
Dstructure.doc307 In theory, we might be able to make all of the data buffer controllers
693 be prepared to stop at arbitrary times. In turn, the controllers that call
/external/qemu-pc-bios/bochs/bios/
Drombios.c10358 ;; first reset the DMA controllers
10362 ;; then initialize the DMA controllers
10710 ; b6: 1=2 interrupt controllers present
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_bar_folder_controller.mm1751 // Folder controller, like many window controllers, owns itself.
Dbookmark_bar_controller.mm2510 // Folder controller, like many window controllers, owns itself.
/external/chromium/chrome/browser/ui/cocoa/
Dbrowser_window_controller.mm1590 // Handle the editBookmarkNode: action sent from bookmark bubble controllers.
/external/grub/docs/
Dgrub.texi3130 kernel how many BIOS drive numbers are on controllers before the current

12