HomeSort by relevance Sort by last modified time
    Searched full:controller (Results 101 - 125 of 3632) sorted by null

1 2 3 45 6 7 8 91011>>

  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/
IsaBus.c 6 Controller found. This driver is designed to manage a PCI-to-ISA bridge Device
69 Tests to see if a controller can be managed by the ISA Bus Driver. If a child device is provided,
76 @param[in] Controller The handle of the controller to test.
90 IN EFI_HANDLE Controller,
119 // Try to open EFI DEVICE PATH protocol on the controller
122 Controller,
126 Controller,
143 Controller,
146 Controller
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/HiKeyMmcDxe/
HiKeyMmcDxe.c 55 IN EFI_HANDLE Controller,
63 if (DwMmcCapability[0].Controller == 0) {
64 DwMmcCapability[0].Controller = Controller;
66 } else if (DwMmcCapability[0].Controller == Controller) {
68 } else if (DwMmcCapability[1].Controller == 0) {
69 DwMmcCapability[1].Controller = Controller;
71 } else if (DwMmcCapability[1].Controller == Controller)
    [all...]
  /external/libchrome/base/files/
file_descriptor_watcher_posix.h 29 class Controller {
32 ~Controller();
40 Controller(MessageLoopForIO::Mode mode, int fd, const Closure& callback);
60 // on the sequence on which the Controller was instantiated. When the
61 // Controller is deleted, ownership of |watcher_| is transfered to a delete
66 // Validates that the Controller is used on the sequence on which it was
70 WeakPtrFactory<Controller> weak_factory_;
72 DISALLOW_COPY_AND_ASSIGN(Controller);
84 // returned Controller is deleted (deletion must happen on the current
88 static std::unique_ptr<Controller> WatchReadable(int fd
    [all...]
  /external/ltp/testcases/kernel/controllers/
README 7 The cpu controller test creates the cpu controller device as /dev/cpuctl. In
11 The cpuset controller also creates the device as /dev/cpuset, so please do the
37 Directory containing the cpu controller testcases. A similar directory will
38 be created for any new controller.
42 Directory containing the memory controller testcases. A similar directory will
43 be created for any new controller.
47 Directory containing the cpuset controller testcases. A similar directory will
48 be created for any new controller.
56 Directory containing the cpu accounting controller testcases
    [all...]
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/controller/
IntentServiceControllerTest.java 1 package org.robolectric.android.controller;
25 private final IntentServiceController<MyService> controller = Robolectric.buildIntentService(MyService.class, new Intent()); field in class:IntentServiceControllerTest
34 MyService myService = controller.create().bind().get();
41 MyService myService = controller.create().startCommand(3, 4).get();
62 controller.create();
70 controller.create();
80 controller.create().bind().unbind();
86 controller.create().bind().unbind().bind().rebind();
92 controller.create().destroy();
98 controller.create().bind()
    [all...]
ActivityControllerTest.java 1 package org.robolectric.android.controller;
37 private final ActivityController<MyActivity> controller = Robolectric.buildActivity(MyActivity.class); field in class:ActivityControllerTest
87 MyActivity myActivity = controller.create().get();
108 controller.create();
116 controller.create();
126 controller.create().visible();
127 assertEquals(controller.get().getWindow().getDecorView().getParent().getClass().getName(), "android.view.ViewRootImpl");
132 controller.create().start();
138 controller.create().start().stop();
144 controller.create().start().stop().restart()
    [all...]
  /frameworks/base/core/tests/coretests/src/com/android/internal/inputmethod/
InputMethodSubtypeSwitchingControllerTest.java 162 private void assertNextInputMethod(final ControllerImpl controller,
169 final ImeSubtypeListItem nextIme = controller.getNextInputMethod(onlyCurrentIme,
172 final ImeSubtypeListItem prevIme = controller.getNextInputMethod(onlyCurrentIme,
177 private void assertRotationOrder(final ControllerImpl controller,
189 assertNextInputMethod(controller, onlyCurrentIme, currentItem, nextItem, prevItem);
193 private void onUserAction(final ControllerImpl controller,
199 controller.onUserActionLocked(subtypeListItem.mImi, subtype);
219 final ControllerImpl controller = ControllerImpl.createFrom( local
223 assertRotationOrder(controller, false /* onlyCurrentIme */,
227 assertRotationOrder(controller, false /* onlyCurrentIme */
273 final ControllerImpl controller = ControllerImpl.createFrom( local
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/wm/
AppWindowContainerControllerTests.java 52 final WindowTestUtils.TestAppWindowContainerController controller = local
56 assertNotNull(mDisplayContent.getWindowToken(controller.mToken.asBinder()));
58 assertNotNull(controller.mContainer);
60 controller.removeContainer(mDisplayContent.getDisplayId());
63 assertNull(mDisplayContent.getWindowToken(controller.mToken.asBinder()));
65 assertNull(controller.mContainer);
70 final WindowTestUtils.TestAppWindowContainerController controller = local
74 assertEquals(SCREEN_ORIENTATION_UNSPECIFIED, controller.getOrientation());
76 controller.setOrientation(SCREEN_ORIENTATION_LANDSCAPE, mDisplayContent.getDisplayId(),
78 assertEquals(SCREEN_ORIENTATION_LANDSCAPE, controller.getOrientation())
105 final WindowTestUtils.TestAppWindowContainerController controller = local
123 final WindowTestUtils.TestAppWindowContainerController controller = local
    [all...]
  /packages/apps/Settings/tests/robotests/src/com/android/settings/development/
DevelopmentSettingsDashboardFragmentTest.java 184 final OemUnlockPreferenceController controller = mock(OemUnlockPreferenceController.class); local
185 doReturn(controller).when(mDashboard)
188 verify(controller).onOemUnlockConfirmed();
193 final OemUnlockPreferenceController controller = mock(OemUnlockPreferenceController.class); local
194 doReturn(controller).when(mDashboard)
197 verify(controller).onOemUnlockDismissed();
202 final AdbPreferenceController controller = mock(AdbPreferenceController.class); local
203 doReturn(controller).when(mDashboard)
207 verify(controller).onAdbDialogConfirmed();
212 final AdbPreferenceController controller = mock(AdbPreferenceController.class) local
222 final ClearAdbKeysPreferenceController controller = local
233 final LogPersistPreferenceController controller = local
244 final LogPersistPreferenceController controller = local
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaIoDxe/
IsaIoDxe.uni 2 // Produces an instance of the ISA I/O Protocol for every SIO controller.
4 // Produces an instance of the ISA I/O Protocol for every SIO controller. The ISA
21 #string STR_MODULE_ABSTRACT #language en-US "Produces an instance of the ISA I/O Protocol for every SIO controller"
23 #string STR_MODULE_DESCRIPTION #language en-US "Produces an instance of the ISA I/O Protocol for every SIO controller. The ISA I/O protocols are installed based off of the information provided by each instance of the SIO Protocol found."
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Ppi/
UfsHostController.h 33 Get the MMIO base address of UFS host controller.
36 @param[in] ControllerId The ID of the UFS host controller.
37 @param[out] MmioBar Pointer to the UFS host controller MMIO base address.
52 /// This PPI contains a set of services to interact with the UFS host controller.
  /external/dtc/tests/
test01.stderr 4 Warning: /chosen has no "interrupt-controller" property
  /external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/output/
IAgentOutput.java 26 * Configure the agent controller with the supplied options and connect it
30 * Options used to configure the agent controller
40 * Shutdown the agent controller and clean up any resources it has created.
49 * agent controller. This method should only be called by the Agent
  /external/ltp/testcases/kernel/controllers/cpuctl_fj/
README 4 The directory cpuctl_fj contains the tests related to the cpu controller.
6 Cpu controller is a mechanism for assigning cpu resource (in percent) to
11 controller.
17 The aim of the tests is to test the functionality of cpu controller.
  /frameworks/base/core/java/com/android/internal/app/
MediaRouteControllerDialogFragment.java 25 * Media route controller dialog fragment.
28 * this dialog fragment to customize the media route controller dialog.
35 * Creates a media route controller dialog fragment.
45 * Called when the controller dialog is being created.
  /packages/apps/Settings/res/xml/
app_info_settings.xml 43 settings:controller="com.android.settings.applications.appinfo.AppNotificationPreferenceController" />
50 settings:controller="com.android.settings.applications.appinfo.AppPermissionPreferenceController" />
56 settings:controller="com.android.settings.applications.appinfo.AppStoragePreferenceController" />
62 settings:controller="com.android.settings.applications.appinfo.InstantAppDomainsPreferenceController" />
68 settings:controller="com.android.settings.applications.appinfo.AppDataUsagePreferenceController" />
73 settings:controller="com.android.settings.applications.appinfo.TimeSpentInAppPreferenceController" />
85 settings:controller="com.android.settings.applications.appinfo.AppOpenByDefaultPreferenceController" />
123 settings:controller="com.android.settings.applications.appinfo.AdvancedAppInfoPreferenceCategoryController">
129 settings:controller="com.android.settings.applications.appinfo.DrawOverlayDetailPreferenceController" />
135 settings:controller="com.android.settings.applications.appinfo.WriteSystemSettingsPreferenceController" /
    [all...]
  /packages/apps/Settings/tests/robotests/src/com/android/settings/datetime/timezone/
RegionPreferenceControllerTest.java 44 RegionPreferenceController controller = new RegionPreferenceController(mActivity); local
45 controller.setRegionId("US");
46 controller.updateState(preference);
47 assertThat(controller.getSummary()).isEqualTo("United States");
  /device/linaro/bootloader/arm-trusted-firmware/plat/nvidia/tegra/include/t210/
tegra_def.h 42 * Tegra Memory Select Switch Controller constants
65 * Tegra Clock and Reset Controller constants
72 * Tegra Flow Controller constants
77 * Tegra Secure Boot Controller constants
93 * Tegra UART controller base addresses
102 * Tegra Power Mgmt Controller constants
107 * Tegra Memory Controller constants
  /device/linaro/bootloader/edk2/EmulatorPkg/EmuBlockIoDxe/
DriverConfiguration.c 66 Allows the user to set controller specific options for a controller that a
71 ControllerHandle - The handle of the controller to set options on.
72 ChildHandle - The handle of the child controller to set options on. This
75 options for the bus controller. It will not be NULL for a
91 configuration options for the controller specified
97 configuration options for the controller specified by
102 configuration options for the controller specified
105 configuration options for the controller specified
147 // Validate controller handle
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/I2c/I2cDxe/
I2cBus.c 3 I2C device independent of the host controller and I2C design.
49 // Template for controller device path node.
161 Retrieves a Unicode string that is the user readable name of the controller
164 This function retrieves the user readable name of the controller specified by
167 Language, then a pointer to the controller name is returned in ControllerName,
169 managing the controller specified by ControllerHandle and ChildHandle,
176 @param ControllerHandle[in] The handle of a controller that the driver
178 specifies the controller whose name is to be
181 @param ChildHandle[in] The handle of the child controller to retrieve
186 controller. It will not be NULL for a bus
    [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/WinNtBlockIoDxe/
DriverConfiguration.c 80 Allows the user to set controller specific options for a controller that a
85 ControllerHandle - The handle of the controller to set options on.
86 ChildHandle - The handle of the child controller to set options on. This
89 options for the bus controller. It will not be NULL for a
105 configuration options for the controller specified
111 configuration options for the controller specified by
116 configuration options for the controller specified
119 configuration options for the controller specified
152 // Validate controller handle
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
UsbHcMem.h 3 This file contains the definination for host controller memory management routines.
40 // host controller. EHCI requires the control memory and transfer
75 Initialize the memory management pool for the host controller.
77 @param PciIo The PciIo that can be used to access the host controller.
78 @param Check4G Whether the host controller requires allocated memory
110 Allocate some memory from the host controller's memory pool
111 which can be used to communicate with host controller.
113 @param Pool The host controller's memory pool.
129 @param Pool The memory pool of the host controller.
144 @param Pool The memory pool of the host controller.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
UsbHcMem.h 3 This file contains the definination for host controller memory management routines
41 // host controller. EHCI requires the control memory and transfer
75 Initialize the memory management pool for the host controller.
77 @param PciIo The PciIo that can be used to access the host controller.
78 @param Check4G Whether the host controller requires allocated memory
111 Allocate some memory from the host controller's memory pool
112 which can be used to communicate with host controller.
114 @param Pool The host controller's memory pool.
131 @param Pool The memory pool of the host controller.
148 @param Pool The memory pool of the host controller.
    [all...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
UsbHcMem.h 2 This file contains the definination for host controller memory
41 // host controller. EHCI requires the control memory and transfer
76 Initialize the memory management pool for the host controller.
78 @param PciIo The PciIo that can be used to access the host controller.
79 @param Check4G Whether the host controller requires allocated memory
111 Allocate some memory from the host controller's memory pool
112 which can be used to communicate with host controller.
114 @param Pool The host controller's memory pool.
130 @param Pool The memory pool of the host controller.
145 @param Pool The memory pool of the host controller.
    [all...]
  /external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/output/
TcpServerOutputTest.java 50 private TcpServerOutput controller; field in class:TcpServerOutputTest
59 controller = new TcpServerOutput(logger) {
67 controller.startup(options, data);
73 controller.shutdown();
81 controller.shutdown();
101 controller.writeExecutionData(false);
116 controller.shutdown();
130 controller.shutdown();
135 final InetAddress addr = controller.getInetAddress(null);
141 final InetAddress addr = controller.getInetAddress("*")
    [all...]

Completed in 733 milliseconds

1 2 3 45 6 7 8 91011>>