HomeSort by relevance Sort by last modified time
    Searched refs:Control (Results 101 - 125 of 535) sorted by null

1 2 3 45 6 7 8 91011>>

  /device/linaro/bootloader/edk2/ArmVirtPkg/Library/FdtPL011SerialPortLib/
FdtPL011SerialPortLib.c 201 Sets the control bits on a serial device.
203 @param Control Sets the bits of Control that are settable.
205 @retval RETURN_SUCCESS The new control bits were set on the serial device.
213 IN UINT32 Control
220 Retrieve the status of the control bits on a serial device.
222 @param Control A pointer to return the current control signals from the serial device.
224 @retval RETURN_SUCCESS The control bits were read from the serial device.
232 OUT UINT32 *Control
    [all...]
  /external/arm-neon-tests/
InitCache.s 30 MRC p15, 0, r0, c1, c0, 1 ; Read Auxiliary Control Register
36 MCR p15, 0, r0, c1, c0, 1 ; Write Auxiliary Control Register
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/string/
StringPropertyDialog.java 18 import org.eclipse.swt.widgets.Control;
73 protected Control createDialogArea(Composite parent) {
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/dialogs/
TextDialog.java 17 import org.eclipse.swt.widgets.Control;
81 protected Control createDialogArea(Composite parent) {
  /external/icu/icu4c/source/test/testdata/break_rules/
grapheme.txt 20 Control = [[\p{Grapheme_Cluster_Break = Control}]];
48 GB4: (Control | CR | LF) ÷;
49 GB5: . ÷ (Control | CR | LF);
  /external/libvpx/libvpx/test/
cq_test.cc 70 encoder->Control(VP8E_SET_CQ_LEVEL, cq_level_);
72 encoder->Control(VP8E_SET_CPUUSED, 3);
user_priv_test.cc 79 decoder.Control(VP9_GET_REFERENCE, &ref);
vp8_decrypt_test.cc 63 decoder.Control(VPXD_SET_DECRYPTOR, &di);
vp9_decrypt_test.cc 63 decoder.Control(VPXD_SET_DECRYPTOR, &di);
  /external/syslinux/efi32/include/efi/protocol/
efidbg.h 57 BOOLEAN RtsCtsEnable; // RTS, CTS control
162 // Debugport UART16550 control protocol {628EA978-4C26-4605-BC02-A42A496917DD}
187 IN UINT32 Control
194 OUT UINT32 *Control
  /external/syslinux/efi64/include/efi/protocol/
efidbg.h 57 BOOLEAN RtsCtsEnable; // RTS, CTS control
162 // Debugport UART16550 control protocol {628EA978-4C26-4605-BC02-A42A496917DD}
187 IN UINT32 Control
194 OUT UINT32 *Control
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/protocol/
efidbg.h 57 BOOLEAN RtsCtsEnable; // RTS, CTS control
162 // Debugport UART16550 control protocol {628EA978-4C26-4605-BC02-A42A496917DD}
187 IN UINT32 Control
194 OUT UINT32 *Control
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
BasicEditor.java 22 import com.android.gallery3d.filtershow.controller.Control;
126 public void setController(Control c) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutCanvasViewer.java 33 import org.eclipse.swt.widgets.Control;
70 public Control getControl() {
76 * This is the same control as returned by {@link #getControl()} but clients
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
InputDensityDialog.java 28 import org.eclipse.swt.widgets.Control;
48 protected Control createDialogArea(Composite parent) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
WorkingSetGroup.java 21 import org.eclipse.swt.widgets.Control;
57 // *before* we construct the control. However the control is created when the
96 for (Control control : parent.getChildren()) {
97 if (control instanceof Button && (control.getStyle() & SWT.CHECK) == SWT.CHECK) {
98 return (Button) control;
99 } else if (control instanceof Composite) {
100 Button found = findCheckbox((Composite) control);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.base/src/com/android/ide/eclipse/base/internal/preferences/
UsagePreferencePage.java 30 import org.eclipse.swt.widgets.Control;
51 protected Control createContents(Composite parent) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/SnpDxe/
Reset.c 41 Snp->Cdb.Control = PXE_CONTROL_LAST_CDB_IN_LIST;
Stop.c 41 Snp->Cdb.Control = PXE_CONTROL_LAST_CDB_IN_LIST;
WaitForPacket.c 64 ((SNP_DRIVER *) SnpPtr)->Cdb.Control = PXE_CONTROL_LAST_CDB_IN_LIST;
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/DxeSmm/SmmPowerManagement/
Ppm.h 83 UINT32 Control;
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Include/
CEATA.h 70 UINT8 Control;
  /device/linaro/bootloader/edk2/StdLib/LibC/Main/X64/
fpu_rmode.asm 34 fnstcw [rsp + 8] ; save 16-bit FPU Control Word
35 mov eax, [rsp + 8] ; get the saved FPU Control Word
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/IndustryStandard/
CeAta.h 82 UINT8 Control;
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
PropertyEditor.java 19 import org.eclipse.swt.widgets.Control;
57 * create here any {@link Control}'s required to edit {@link Property}.
75 * Sets the new bounds for editor's control.
82 * {@link Control}'s created before in {@link #activate(PropertyTable, Property, Point)}.

Completed in 643 milliseconds

1 2 3 45 6 7 8 91011>>