/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/ |
SectionHelper.java | 31 import org.eclipse.swt.widgets.Control; 279 * Associates a tooltip with a control. 283 * @param control The control to which associate the tooltip. 286 static public void addControlTooltip(final Control control, String tooltip) { 287 if (control == null || tooltip == null || tooltip.length() == 0) { 292 if (control instanceof Button) { 293 control.setToolTipText(tooltip); 297 control.setToolTipText(null) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
RunLintAction.java | 41 import org.eclipse.swt.widgets.Control; 109 public Menu getMenu(Control parent) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/ |
AndroidPropertyPage.java | 38 import org.eclipse.swt.widgets.Control; 63 protected Control createContents(Composite parent) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/ |
ResourcePreviewHelper.java | 40 import org.eclipse.swt.widgets.Control; 100 protected Control createContents(Composite parent) { 101 // This creates a centered image control
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/ |
VboDetailProvider.java | 33 import org.eclipse.swt.widgets.Control; 127 public Control getControl() {
|
/device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772b/ |
Ax88772.c | 218 UINT16 Control;
233 Control = BMCR_AUTONEGOTIATION_ENABLE
236 Control |= BMCR_100MBPS;
239 Control |= BMCR_FULL_DUPLEX;
241 Status = Ax88772PhyWrite ( pNicDevice, PHY_BMCR, Control );
773 // Update the receiver control
790 DEBUG (( EFI_D_ERROR, "ERROR - Failed to set receiver control, Status: %r\r\n",
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/ |
prove.go | 490 c := parent.Control 492 if tr, has := domainRelationTable[parent.Control.Op]; has { 614 m := ft.get(nil, b.Control, boolean) 618 b.Func.Config.Warnl(b.Line, "Proved boolean %s (%s)", b.Control.Op, b.Control) 620 b.Func.Config.Warnl(b.Line, "Proved boolean %s", b.Control.Op) 628 b.Func.Config.Warnl(b.Line, "Disproved boolean %s (%s)", b.Control.Op, b.Control) 630 b.Func.Config.Warnl(b.Line, "Disproved boolean %s", b.Control.Op) 637 c := b.Control [all...] |
/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/ |
prove.go | 490 c := parent.Control 492 if tr, has := domainRelationTable[parent.Control.Op]; has { 614 m := ft.get(nil, b.Control, boolean) 618 b.Func.Config.Warnl(b.Line, "Proved boolean %s (%s)", b.Control.Op, b.Control) 620 b.Func.Config.Warnl(b.Line, "Proved boolean %s", b.Control.Op) 628 b.Func.Config.Warnl(b.Line, "Disproved boolean %s (%s)", b.Control.Op, b.Control) 630 b.Func.Config.Warnl(b.Line, "Disproved boolean %s", b.Control.Op) 637 c := b.Control [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
DeviceChooserDialog.java | 54 import org.eclipse.swt.widgets.Control; 320 protected Control createContents(Composite parent) { 321 Control content = super.createContents(parent); 335 protected Control createButtonBar(Composite parent) { 364 protected Control createDialogArea(Composite parent) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
NewTemplatePage.java | 78 import org.eclipse.swt.widgets.Control; 109 private Control mFirst; 176 Control[] children = parent.getChildren(); 178 for (Control c : parent.getChildren()) { 279 parameter.control = text; 331 parameter.control = checkBox; 410 // with some visual artifacts from the control decorations in the upper left corner 411 // (outside the parent widget itself) from the initial control decoration placement 413 // delay creation of the control decorations until layout has been performed. 478 parameter.control = combo 927 Control control = (Control) source; local [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
winldap.h | 557 WINLDAPAPI ULONG LDAPAPI ldap_controls_freeW (LDAPControlW **Control); 558 WINLDAPAPI ULONG LDAPAPI ldap_control_freeW (LDAPControlW *Control); 572 WINLDAPAPI ULONG LDAPAPI ldap_control_free (LDAPControlA *Control); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
PaletteControl.java | 92 import org.eclipse.swt.widgets.Control; 114 * A palette control for the {@link GraphicalEditorPart}. 147 public Control getControl() { 195 /** The palette modes control various ways to visualize and lay out the views */ 412 for (Control c : getChildren()) { 571 for (Control c : parent.getChildren()) { 586 Control item = createItem(parent, desc); 588 // Add control-click listener on custom view items to you can warp to 613 private Control createItem(Composite parent, ViewElementDescriptor desc) { 614 Control item = null 870 Control control = ((DragSource) event.widget).getControl(); local [all...] |
/hardware/libhardware/modules/camera/3_4/metadata/ |
control_test.cpp | 17 #include "control.h" 42 // Nullify control so an error will be thrown if a test doesn't call 59 new Control<uint8_t>(std::move(delegate), std::move(options))); 61 control_.reset(new Control<uint8_t>(std::move(delegate))); 100 std::unique_ptr<Control<uint8_t>> control_; 338 // Not having any explicit options does not exempt a control
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
ResourceBundleTest.java | 37 ResourceBundle.Control c = ResourceBundle.Control.getControl(ResourceBundle.Control.FORMAT_DEFAULT);
|
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/ |
PeiCoreEntry.S | 128 # Pass Control into the PEI Core
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/ |
UsbMassBoot.h | 202 UINT8 Control;
355 Use the USB clear feature control transfer to clear the endpoint stall condition.
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/SnpDxe/ |
Get_status.c | 78 Snp->Cdb.Control = PXE_CONTROL_LAST_CDB_IN_LIST;
|
Initialize.c | 96 Snp->Cdb.Control = PXE_CONTROL_LAST_CDB_IN_LIST;
|
Receive.c | 80 Snp->Cdb.Control = PXE_CONTROL_LAST_CDB_IN_LIST;
|
Statistics.c | 127 Snp->Cdb.Control = PXE_CONTROL_LAST_CDB_IN_LIST;
|
/external/libvpx/libvpx/test/ |
byte_alignment_test.cc | 81 decoder_->Control(VP9_SET_BYTE_ALIGNMENT, byte_alignment, expected_value);
|
vp9_skip_loopfilter_test.cc | 52 // Set the VP9 skipLoopFilter control value. 54 decoder_->Control(VP9_SET_SKIP_LOOP_FILTER, value, expected_value);
|
/external/sonivox/arm-wt-22k/lib_src/ |
ARM-E_mastergain_gnu.s | 5 @ with saturated gain control
18 @ Revision Control:
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/ |
audio_encoder_isac_t_impl.h | 171 RTC_CHECK_EQ(0, T::Control(isac_state_, bit_rate, config.frame_size_ms));
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/ |
TextAttributeDescriptor.java | 32 import org.eclipse.swt.widgets.Control; 147 * {@link Control}.
|