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

1 2 3 45 6 7 8 91011>>

  /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) {
ParametricEditor.java 35 import com.android.gallery3d.filtershow.controller.Control;
62 protected Control mControl;
145 public Control[] getControls() {
147 return new Control[] {
173 control(param, editControl); method
184 protected void control(Parameter p, View editControl) { method in class:ParametricEditor
191 mControl = (Control) c.newInstance();
195 Log.e(LOGTAG, "Error in loading Control ", e);
  /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/libvpx/libvpx/test/
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);
datarate_test.cc 52 encoder->Control(VP8E_SET_NOISE_SENSITIVITY, denoiser_on_);
53 encoder->Control(VP8E_SET_CPUUSED, set_cpu_used_);
54 encoder->Control(VP8E_SET_GF_CBR_BOOST_PCT, gf_boost_);
64 encoder->Control(VP8E_SET_NOISE_SENSITIVITY, denoiser_on_);
207 // 2 pass cbr datarate control has a bug hidden by the small # of
351 // 2 pass cbr datarate control has a bug hidden by the small # of
551 if (video->frame() == 0) encoder->Control(VP8E_SET_CPUUSED, set_cpu_used_);
562 encoder->Control(VP9E_SET_NOISE_SENSITIVITY, denoiser_on_);
563 encoder->Control(VP9E_SET_TILE_COLUMNS, (cfg_.g_threads >> 1));
567 encoder->Control(VP9E_SET_SVC, 1)
    [all...]
  /external/python/cpython2/Mac/Modules/res/
resedit.py 74 resmethods.append(genresconverter("Control", "Ctl"))
  /external/swiftshader/src/Shader/
PixelProgram.hpp 102 typedef Shader::Control Control;
125 void BREAKC(Vector4f &src0, Vector4f &src1, Control);
143 void IFC(Vector4f &src0, Vector4f &src1, Control);
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
flagalloc.go 22 if b.Control != nil && b.Control.Type.IsFlags() {
23 flag = b.Control
48 // For blocks which have a flags control value, that's the only value
52 v := b.Control
109 if v := b.Control; v != nil && v != flag && v.Type.IsFlags() {
110 // Recalculate control value.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
flagalloc.go 22 if b.Control != nil && b.Control.Type.IsFlags() {
23 flag = b.Control
48 // For blocks which have a flags control value, that's the only value
52 v := b.Control
109 if v := b.Control; v != nil && v != flag && v.Type.IsFlags() {
110 // Recalculate control value.
  /external/v8/src/compiler/
schedule.h 28 // A basic block contains an ordered list of nodes and ends with a control
34 // Possible control nodes that can end a block.
35 enum Control {
36 kNone, // Control not initialized yet.
110 Control control() const { return control_; } function in class:v8::internal::compiler::final
111 void set_control(Control control);
164 Control control_; // Control at the end of the block
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/SataSiI3132Dxe/
SiI3132AtaPassThru.c 62 UINTN Control = PRB_CTRL_ATA;
80 Control = PRB_CTRL_SRST;
83 SataPort->HostPRB->Fis.Control = 0x0F;
125 SataPort->HostPRB->Fis.Control = 1 << 7; // Is a command
127 SataPort->HostPRB->Fis.Control |= PortMultiplierPort & 0xFF;
160 SataPort->HostPRB->Fis.Control = 1 << 7; // Is a command
162 SataPort->HostPRB->Fis.Control |= PortMultiplierPort & 0xFF;
188 SataPort->HostPRB->Control = Control;
    [all...]

Completed in 1055 milliseconds

1 2 3 45 6 7 8 91011>>