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

1 2 3 4 5 6 78 91011>>

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
isac_fix_type.h 23 static inline int16_t Control(instance_type* inst,
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
isac_float_type.h 21 static inline int16_t Control(instance_type* inst,
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
SliderHue.java 41 public class SliderHue implements Control {
StyleChooser.java 21 public class StyleChooser implements Control {
TitledSlider.java 31 public class TitledSlider implements Control {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintListDialog.java 39 import org.eclipse.swt.widgets.Control;
91 protected Control createContents(Composite parent) {
92 Control contents = super.createContents(parent);
102 protected Control createDialogArea(Composite parent) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
NdkDebuggerTab.java 38 import org.eclipse.swt.widgets.Control;
100 Shell shell = ((Control) e.getSource()).getShell();
163 Control c = (Control) e.getSource();
  /device/linaro/bootloader/edk2/CorebootModulePkg/SecCore/Ia32/
SecEntry.asm 19 ; It will transfer the control to pei core.
73 ; Pass Control into the PEI Core
  /device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/SataSiI3132Dxe/
SataSiI3132.h 105 UINT8 Control;
112 UINT16 Control;
  /device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/
SerialIo.c 37 Process a control-C break message.
332 Set the control bits on a serial device
335 @param Control Set the bits of Control that are settable.
337 @retval EFI_SUCCESS The new control bits were set on the serial device.
346 IN UINT32 Control
357 @param Control A pointer to return the current Control signals from the serial device.
359 @retval EFI_SUCCESS The control bits were read from the serial device.
367 OUT UINT32 *Control
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/SnpDxe/
Transmit.c 99 Snp->Cdb.Control = PXE_CONTROL_LAST_CDB_IN_LIST;
175 Snp->Cdb.Control = PXE_CONTROL_LAST_CDB_IN_LIST;
  /device/linaro/bootloader/edk2/Nt32Pkg/WinNtSerialIoDxe/
WinNtSerialIo.h 334 IN UINT32 Control
345 Control - TODO: add argument description
358 OUT UINT32 *Control
369 Control - TODO: add argument description
  /device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/FtdiUsbSerialDxe/
FtdiUsbSerialDriver.h 61 // Used in the usb control transfers that issue FTDI commands as the index value.
70 // flow control to none, disables event
190 //struct to describe the control bits of the device
386 Retrieves the status of the control bits on a serial device.
389 @param Control[out] A pointer to return the current Control signals
392 @retval EFI_SUCCESS The control bits were read from the serial
401 OUT UINT32 *Control
405 Set the control bits on a serial device.
408 @param Control[in] Set the bits of Control that are settable.
    [all...]
  /external/nanohttpd/
README.md 134 * by default serves `Access-Control-Allow-Headers: origin,accept,content-type`
135 * possibility to set `Access-Control-Allow-Headers` by setting System property: `AccessControlAllowHeader`
138 * `--cors`: activates CORS support, `Access-Control-Allow-Origin` will be set to `*`
139 * `--cors=some_value`: `Access-Control-Allow-Origin` will be set to `some_value`.
  /external/nanohttpd/src/site/markdown/
index.md 134 * by default serves `Access-Control-Allow-Headers: origin,accept,content-type`
135 * possibility to set `Access-Control-Allow-Headers` by setting System property: `AccessControlAllowHeader`
138 * `--cors`: activates CORS support, `Access-Control-Allow-Origin` will be set to `*`
139 * `--cors=some_value`: `Access-Control-Allow-Origin` will be set to `some_value`.
  /external/v8/src/wasm/
function-body-decoder-impl.h 169 struct Control;
172 Control* target;
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/
unittest.cc 119 ASSERT_EQ(0, T::Control(encdec, bit_rate, frame_size_ms));
129 ASSERT_EQ(0, T::Control(enc, bit_rate, frame_size_ms));
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
copyelim.go 18 // Update block control values.
20 if v := b.Control; v != nil && v.Op == OpCopy {
schedule.go 178 if b.Control != nil && b.Control.Op != OpPhi {
179 // Force the control value to be scheduled at the end,
181 score[b.Control.ID] = ScoreControl
183 // Schedule values dependent on the control value at the end.
185 // all values that depend on the control, just values with a
191 if a == b.Control {
  /prebuilts/go/darwin-x86/src/text/template/
option.go 31 // missingkey: Control the behavior during execution if a map is
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
copyelim.go 18 // Update block control values.
20 if v := b.Control; v != nil && v.Op == OpCopy {
schedule.go 178 if b.Control != nil && b.Control.Op != OpPhi {
179 // Force the control value to be scheduled at the end,
181 score[b.Control.ID] = ScoreControl
183 // Schedule values dependent on the control value at the end.
185 // all values that depend on the control, just values with a
191 if a == b.Control {
  /prebuilts/go/linux-x86/src/text/template/
option.go 31 // missingkey: Control the behavior during execution if a map is
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
FlagXmlPropertyDialog.java 36 import org.eclipse.swt.widgets.Control;
77 protected Control createDialogArea(Composite parent) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
EditableDialogCellEditor.java 38 import org.eclipse.swt.widgets.Control;
80 protected Control createContents(Composite cell) {
259 * Handles a default selection event from the text control by applying the editor
376 // See bug 39074 [CellEditors] [DBCS] canna input mode fires bogus event from Text Control

Completed in 2455 milliseconds

1 2 3 4 5 6 78 91011>>