HomeSort by relevance Sort by last modified time
    Searched refs:Control (Results 1 - 25 of 579) 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) {
  /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();
  /hardware/libhardware/modules/camera/3_4/metadata/
control.h 32 // A Control is a PartialMetadata with values that can be gotten/set.
34 class Control : public PartialMetadataInterface {
37 Control(std::unique_ptr<TaggedControlDelegate<T>> delegate,
59 DISALLOW_COPY_AND_ASSIGN(Control);
65 Control<T>::Control(std::unique_ptr<TaggedControlDelegate<T>> delegate,
70 std::vector<int32_t> Control<T>::StaticTags() const {
79 std::vector<int32_t> Control<T>::ControlTags() const {
84 std::vector<int32_t> Control<T>::DynamicTags() const {
89 int Control<T>::PopulateStaticFields(android::CameraMetadata* metadata) const
    [all...]
partial_metadata_factory.h 21 #include "control.h"
41 // NoEffectOptionlessControl: A control that accepts any value,
44 static std::unique_ptr<Control<T>> NoEffectOptionlessControl(
49 static std::unique_ptr<Control<T>> NoEffectMenuControl(
57 static std::unique_ptr<Control<T>> NoEffectSliderControl(
64 // NoEffectControl: A control with no effect and only a single allowable
67 static std::unique_ptr<Control<T>> NoEffectControl(
74 // V4L2Control: A control corresponding to a V4L2 control.
76 static std::unique_ptr<Control<T>> V4L2Control
    [all...]
  /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 75 encoder->Control(VP9E_SET_TILE_COLUMNS, tiles_);
76 encoder->Control(VP8E_SET_CPUUSED, set_cpu_used_);
77 encoder->Control(VP8E_SET_ENABLEAUTOALTREF, 1);
78 encoder->Control(VP8E_SET_ARNR_MAXFRAMES, 7);
79 encoder->Control(VP8E_SET_ARNR_STRENGTH, 5);
80 encoder->Control(VP8E_SET_ARNR_TYPE, 3);
81 encoder->Control(VP9E_SET_FRAME_PARALLEL_DECODING, 0);
84 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 28 // control bit that is not supported.
236 Assert or deassert the control signals on a serial port.
237 The following control signals are set according their bit settings :
242 @param[in] Control The following bits are taken into account :
244 "Request To Send" control signal if this bit is
247 the "Data Terminal Ready" control signal if this
254 disable the hardware flow control based on CTS (Clear
255 To Send) and RTS (Ready To Send) control signals.
257 @retval RETURN_SUCCESS The new control bits were set on the device.
265 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) {
  /external/python/cpython2/Demo/tix/samples/
NoteBook.py 63 a = Tix.Control(f, value=12, label='Access time: ')
64 w = Tix.Control(f, value=400, label='Write Throughput: ')
65 r = Tix.Control(f, value=400, label='Read Throughput: ')
66 c = Tix.Control(f, value=1021, label='Capacity: ')
88 a = Tix.Control(f, value=12, label='Access time: ')
89 w = Tix.Control(f, value=400, label='Write Throughput: ')
90 r = Tix.Control(f, value=400, label='Read Throughput: ')
91 c = Tix.Control(f, value=1021, label='Capacity: ')
92 u = Tix.Control(f, value=10, label='Users: ')
  /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...]
  /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 479 milliseconds

1 2 3 4 5 6 7 8 91011>>