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

1 2 3 4 5 6 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
SwtUtils.java 20 import org.eclipse.swt.widgets.Control;
23 public static int getFontWidth(Control c) {
AndroidPreferencePage.java 21 import org.eclipse.swt.widgets.Control;
36 protected Control createContents(Composite parent) {
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/editor/structure/
IPage.java 15 import org.eclipse.swt.widgets.Control;
25 * Creates the {@link Control} for this page.
36 * control may never have been created.
41 * @return the {@link Control} of this page, may be <code>null</code>.
43 Control getControl();
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
SwtUtils.java 20 import org.eclipse.swt.widgets.Control;
27 public static int getApproximateFontWidth(Control c) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/
IDetailProvider.java 21 import org.eclipse.swt.widgets.Control;
32 /** Obtain the top level control used by this detail provider. */
33 Control getControl();
  /device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserProfileManagerDxe/
ModifyAccessPolicy.c 30 EFI_USER_INFO_ACCESS_CONTROL Control;
50 Control.Type = mAccessInfo.AccessRight;
51 Control.Size = (UINT32) Size;
52 CopyMem (mUserInfo.AccessPolicy + OffSet, &Control, sizeof (Control));
53 OffSet += sizeof (Control);
63 Control.Type = EFI_USER_INFO_ACCESS_SETUP;
64 Control.Size = (UINT32) Size;
65 CopyMem (mUserInfo.AccessPolicy + OffSet, &Control, sizeof (Control));
    [all...]
  /external/libvpx/libvpx/test/
borders_test.cc 35 encoder->Control(VP8E_SET_CPUUSED, 1);
36 encoder->Control(VP8E_SET_ENABLEAUTOALTREF, 1);
37 encoder->Control(VP8E_SET_ARNR_MAXFRAMES, 7);
38 encoder->Control(VP8E_SET_ARNR_STRENGTH, 5);
39 encoder->Control(VP8E_SET_ARNR_TYPE, 3);
frame_size_tests.cc 38 encoder->Control(VP8E_SET_CPUUSED, 7);
39 encoder->Control(VP8E_SET_ENABLEAUTOALTREF, 1);
40 encoder->Control(VP8E_SET_ARNR_MAXFRAMES, 7);
41 encoder->Control(VP8E_SET_ARNR_STRENGTH, 5);
42 encoder->Control(VP8E_SET_ARNR_TYPE, 3);
vp9_encoder_parms_get_to_decoder.cc 78 encoder->Control(VP9E_SET_COLOR_SPACE, encode_parms.cs);
79 encoder->Control(VP9E_SET_COLOR_RANGE, encode_parms.color_range);
80 encoder->Control(VP9E_SET_LOSSLESS, encode_parms.lossless);
81 encoder->Control(VP9E_SET_FRAME_PARALLEL_DECODING,
83 encoder->Control(VP9E_SET_TILE_ROWS, encode_parms.tile_rows);
84 encoder->Control(VP9E_SET_TILE_COLUMNS, encode_parms.tile_cols);
85 encoder->Control(VP8E_SET_CPUUSED, kCpuUsed);
86 encoder->Control(VP8E_SET_ENABLEAUTOALTREF, 1);
87 encoder->Control(VP8E_SET_ARNR_MAXFRAMES, 7);
88 encoder->Control(VP8E_SET_ARNR_STRENGTH, 5)
    [all...]
vp9_motion_vector_test.cc 63 encoder->Control(VP8E_SET_CPUUSED, cpu_used_);
64 encoder->Control(VP9E_ENABLE_MOTION_VECTOR_UNIT_TEST, mv_test_mode_);
66 encoder->Control(VP8E_SET_ENABLEAUTOALTREF, 1);
67 encoder->Control(VP8E_SET_ARNR_MAXFRAMES, 7);
68 encoder->Control(VP8E_SET_ARNR_STRENGTH, 5);
69 encoder->Control(VP8E_SET_ARNR_TYPE, 3);
vp9_ethread_test.cc 76 encoder->Control(VP9E_SET_TILE_COLUMNS, tiles_);
77 encoder->Control(VP8E_SET_CPUUSED, set_cpu_used_);
78 encoder->Control(VP8E_SET_ENABLEAUTOALTREF, 1);
79 encoder->Control(VP8E_SET_ARNR_MAXFRAMES, 7);
80 encoder->Control(VP8E_SET_ARNR_STRENGTH, 5);
81 encoder->Control(VP8E_SET_ARNR_TYPE, 3);
82 encoder->Control(VP9E_SET_FRAME_PARALLEL_DECODING, 0);
85 encoder->Control(VP9E_SET_ROW_MT, row_mt_mode_);
264 encoder->Control(VP9E_SET_TILE_COLUMNS, tiles_);
265 encoder->Control(VP8E_SET_CPUUSED, set_cpu_used_)
    [all...]
cpu_speed_test.cc 48 encoder->Control(VP8E_SET_CPUUSED, set_cpu_used_);
49 encoder->Control(VP9E_SET_TUNE_CONTENT, tune_content_);
51 encoder->Control(VP8E_SET_ENABLEAUTOALTREF, 1);
52 encoder->Control(VP8E_SET_ARNR_MAXFRAMES, 7);
53 encoder->Control(VP8E_SET_ARNR_STRENGTH, 5);
54 encoder->Control(VP8E_SET_ARNR_TYPE, 3);
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/PL011Uart/
PL011Uart.c 25 // control bit that is not supported.
172 Assert or deassert the control signals on a serial port.
173 The following control signals are set according their bit settings :
178 @param[in] Control The following bits are taken into account :
180 "Request To Send" control signal if this bit is
183 the "Data Terminal Ready" control signal if this
190 disable the hardware flow control based on CTS (Clear
191 To Send) and RTS (Ready To Send) control signals.
193 @retval RETURN_SUCCESS The new control bits were set on the serial device.
201 IN UINT32 Control
    [all...]
  /external/curl/tests/
http_pipe.py 221 'Cache-Control: no-store'], body)
228 'Cache-Control: no-store'], body)
233 '200 OK', ['Content-Length: 26', 'Cache-Control: no-store'], body)
242 '200 OK', ['Transfer-Encoding: chunked', 'Cache-Control: no-store'],
248 '200 OK', ['Content-Length: 26', 'Cache-Control: max-age=60'], body)
253 '200 OK', ['Content-Length: 26', 'Cache-Control: max-age=60', 'Connection: close'], body)
261 'Cache-Control: max-age=60'], body)
268 'Cache-Control: max-age=60'], body)
276 'Cache-Control: max-age=60'],
285 '200 OK', ['Transfer-Encoding: chunked', 'Cache-Control: no-store'], body
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/Library/DxeEmuSerialPortLib/
DxeEmuSerialPortLib.c 120 Sets the control bits on a serial device.
122 @param Control Sets the bits of Control that are settable.
124 @retval RETURN_SUCCESS The new control bits were set on the serial device.
132 IN UINT32 Control
139 Retrieve the status of the control bits on a serial device.
141 @param Control A pointer to return the current control signals from the serial device.
143 @retval RETURN_SUCCESS The control bits were read from the serial device.
151 OUT UINT32 *Control
    [all...]
  /external/drm_hwcomposer/tests/
worker_test.cpp 37 void Control(bool enable) {
78 worker.Control(true);
92 worker.Control(false);
106 worker.Control(true);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
Control.java 24 public interface Control {
Parameter.java 28 public void setController(Control c);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
ControlTest.java 37 import java.util.ResourceBundle.Control;
39 import static java.util.ResourceBundle.Control.*;
42 * Test cases for java.util.ResourceBundle.Control
49 * Control with format:FORMAT_PROPERTIES
51 private Control controlP;
54 * Control with format:FORMAT_CLASS
56 private Control controlC;
59 * Control with format:FORMAT_DEFAULT
61 private Control control; field in class:ControlTest
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/
ExportFieldsPart.java 21 import org.eclipse.swt.widgets.Control;
73 HashMap<String, Control> map = getNameToField();
84 protected void setFieldModifyListener(Control field, ModifyListener markDirtyListener) {
90 protected String getFieldText(Control field) {
96 protected void setFieldText(Control field, String value) {
  /device/linaro/bootloader/edk2/PcAtChipsetPkg/Library/SerialIoLib/
SerialPortLib.c 229 Sets the control bits on a serial device.
231 @param Control Sets the bits of Control that are settable.
233 @retval RETURN_SUCCESS The new control bits were set on the serial device.
241 IN UINT32 Control
249 if ((Control & (~(EFI_SERIAL_REQUEST_TO_SEND | EFI_SERIAL_DATA_TERMINAL_READY))) != 0) {
254 // Read the Modem Control Register.
259 if ((Control & EFI_SERIAL_DATA_TERMINAL_READY) == EFI_SERIAL_DATA_TERMINAL_READY) {
263 if ((Control & EFI_SERIAL_REQUEST_TO_SEND) == EFI_SERIAL_REQUEST_TO_SEND) {
268 // Write the Modem Control Register.
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
check.go 37 if b.Control == nil {
38 f.Fatalf("exit block %s has no control value", b)
40 if !b.Control.Type.IsMemory() {
41 f.Fatalf("exit block %s has non-memory control value %s", b, b.Control.LongString())
47 if b.Control == nil {
48 f.Fatalf("ret block %s has nil control", b)
50 if !b.Control.Type.IsMemory() {
51 f.Fatalf("ret block %s has non-memory control value %s", b, b.Control.LongString()
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
check.go 37 if b.Control == nil {
38 f.Fatalf("exit block %s has no control value", b)
40 if !b.Control.Type.IsMemory() {
41 f.Fatalf("exit block %s has non-memory control value %s", b, b.Control.LongString())
47 if b.Control == nil {
48 f.Fatalf("ret block %s has nil control", b)
50 if !b.Control.Type.IsMemory() {
51 f.Fatalf("ret block %s has non-memory control value %s", b, b.Control.LongString()
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
SerialPortLib.h 105 Sets the control bits on a serial device.
107 @param Control Sets the bits of Control that are settable.
109 @retval RETURN_SUCCESS The new control bits were set on the serial device.
117 IN UINT32 Control
121 Retrieve the status of the control bits on a serial device.
123 @param Control A pointer to return the current control signals from the serial device.
125 @retval RETURN_SUCCESS The control bits were read from the serial device.
133 OUT UINT32 *Control
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseSerialPortLibNull/
BaseSerialPortLibNull.c 114 Sets the control bits on a serial device.
116 @param Control Sets the bits of Control that are settable.
118 @retval RETURN_SUCCESS The new control bits were set on the serial device.
126 IN UINT32 Control
133 Retrieve the status of the control bits on a serial device.
135 @param Control A pointer to return the current control signals from the serial device.
137 @retval RETURN_SUCCESS The control bits were read from the serial device.
145 OUT UINT32 *Control
    [all...]

Completed in 550 milliseconds

1 2 3 4 5 6 7 8 91011>>