/external/bluetooth/bluez/plugins/ |
D | mgmtops.c | 71 } *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/ |
D | views_login_display.cc | 45 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/ |
D | data_type_manager_impl.h | 25 const DataTypeController::TypeMap& controllers); 31 virtual const DataTypeController::TypeMap& controllers();
|
D | data_type_manager_impl.cc | 62 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
|
D | data_type_manager_mock.h | 39 MOCK_METHOD0(controllers, const DataTypeController::TypeMap&());
|
D | data_type_manager.h | 96 virtual const DataTypeController::TypeMap& controllers() = 0;
|
/external/sonivox/jet_tools/JetCreator/ |
D | midifile.py | 721 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 …]
|
D | JetCreatorhlp.dat | 74 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/ |
D | profile_sync_factory_impl.cc | 161 const DataTypeController::TypeMap& controllers) { in CreateDataTypeManager() argument 162 return new DataTypeManagerImpl(backend, controllers); in CreateDataTypeManager()
|
D | profile_sync_factory_impl.h | 28 const browser_sync::DataTypeController::TypeMap& controllers);
|
D | profile_sync_factory.h | 61 const browser_sync::DataTypeController::TypeMap& controllers) = 0;
|
/external/quake/quake/src/WinQuake/kit/ |
D | JOYSTICK.TXT | 11 …ntly enhanced. Standard joysticks, digital joysticks and new advanced controllers like the FPgami… 13 …controllers, you will additionally need to run a config file (or run it from your autoexec.cfg) pr…
|
/external/chromium/chrome/browser/ui/cocoa/download/ |
D | download_shelf_controller.mm | 159 // 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/ |
D | FrameLoadDelegate.mm | 269 // Make Old-Style controllers
|
/external/chromium/chrome/browser/ui/cocoa/tabs/ |
D | tab_strip_controller.mm | 312 // 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
|
D | tab_view.mm | 165 // Returns an array of controllers that could be a drop target, ordered front to
|
/external/chromium/chrome/browser/ui/cocoa/toolbar/ |
D | toolbar_controller.mm | 273 // Create the controllers for the back/forward menus.
|
/external/qemu/ |
D | Changelog | 9 - Fix backcompat for hotplug of SCSI controllers (Daniel P. Berrange)
|
/external/jpeg/ |
D | structure.doc | 307 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/ |
D | structure.doc | 307 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/ |
D | rombios.c | 10358 ;; 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/ |
D | bookmark_bar_folder_controller.mm | 1751 // Folder controller, like many window controllers, owns itself.
|
D | bookmark_bar_controller.mm | 2510 // Folder controller, like many window controllers, owns itself.
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | browser_window_controller.mm | 1590 // Handle the editBookmarkNode: action sent from bookmark bubble controllers.
|
/external/grub/docs/ |
D | grub.texi | 3130 kernel how many BIOS drive numbers are on controllers before the current
|