HomeSort by relevance Sort by last modified time
    Searched refs:Composite (Results 26 - 50 of 343) sorted by null

12 3 4 5 6 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
ResourceValueCellEditor.java 22 import org.eclipse.swt.widgets.Composite;
29 * {@link UiFlagAttributeNode#createUiControl(Composite, org.eclipse.ui.forms.IManagedForm)}
35 public ResourceValueCellEditor(Composite parent) {
UiElementPart.java 28 import org.eclipse.swt.widgets.Composite;
50 private Composite mTable;
52 public UiElementPart(Composite body, FormToolkit toolkit, ManifestEditor editor,
140 protected void setTable(Composite table) {
147 protected Composite getTable() {
157 Composite table = getTable();
177 * {@link #insertUiAttributes(UiElementNode, Composite, IManagedForm)} to actually
185 protected void fillTable(Composite table, IManagedForm managedForm) {
204 protected int insertUiAttributes(UiElementNode uiNode, Composite table, IManagedForm managedForm) {
ListValueCellEditor.java 24 import org.eclipse.swt.widgets.Composite;
35 public ListValueCellEditor(Composite parent) {
40 protected Control createControl(Composite parent) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
UpdateToolsPage.java 25 import org.eclipse.swt.widgets.Composite;
37 public void createControl(Composite parent) {
38 Composite container = new Composite(parent, SWT.NULL);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
MainFrame.java 23 import org.eclipse.swt.widgets.Composite;
28 public class MainFrame extends Composite implements ImageViewer.StatusChangedListener {
41 public MainFrame(Composite parent, int style) {
StatusPanel.java 35 import org.eclipse.swt.widgets.Composite;
42 public class StatusPanel extends Composite implements KeyListener {
96 public StatusPanel(Composite parent, int style) {
100 final Composite container = new Composite(this, SWT.NULL);
112 Composite zoomPanels = new Composite(container, SWT.NULL);
118 Composite checkPanel = new Composite(container, SWT.NULL);
158 private void buildPosition(Composite parent)
    [all...]
ImageEditorPanel.java 29 import org.eclipse.swt.widgets.Composite;
34 public class ImageEditorPanel extends Composite implements ImageViewer.UpdateListener,
47 public ImageEditorPanel(Composite parent, int style) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
InputDensityDialog.java 27 import org.eclipse.swt.widgets.Composite;
48 protected Control createDialogArea(Composite parent) {
49 Composite container = (Composite) super.createDialogArea(parent);
85 protected void createButtonsForButtonBar(Composite parent) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
ConvertSwitchDialog.java 31 import org.eclipse.swt.widgets.Composite;
67 protected Control createDialogArea(Composite parent) {
84 Composite area = (Composite) super.createDialogArea(parent);
85 Composite container = new Composite(area, SWT.NONE);
100 protected void createButtonsForButtonBar(Composite parent) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLTraceOptionsDialog.java 36 import org.eclipse.swt.widgets.Composite;
103 protected Control createDialogArea(Composite shell) {
107 Composite parent = (Composite) super.createDialogArea(shell);
108 Composite c = new Composite(parent, SWT.BORDER);
148 protected void createButtonsForButtonBar(Composite parent) {
158 private void createSeparator(Composite c) {
165 private void createSaveToField(Composite parent) {
166 Composite c = new Composite(parent, SWT.NONE)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
EditorsPage.java 34 import org.eclipse.swt.widgets.Composite;
63 Composite parent = getFieldEditorParent();
139 Composite parent = getFieldEditorParent();
152 public MyBooleanFieldEditor(String name, String label, Composite parent) {
156 protected Button getChangeControl(Composite parent) {
167 public DensityFieldEditor(String name, String labelText, Composite parent) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
LogCatMonitorDialog.java 31 import org.eclipse.swt.widgets.Composite;
61 protected Control createDialogArea(Composite parent) {
65 parent = (Composite) super.createDialogArea(parent);
66 Composite c = new Composite(parent, SWT.BORDER);
105 protected void createButtonsForButtonBar(Composite parent) {
  /external/swiftshader/third_party/LLVM/include/llvm/
Linker.h 28 /// Module object which is the composite of the modules and libraries linked
29 /// into it. The composite Module can be retrieved via the getModule() method.
92 /// This method gets the composite module into which linking is being
93 /// done. The Composite module starts out empty and accumulates modules
98 /// @brief Get the linked/composite module.
99 Module* getModule() const { return Composite; }
101 /// This method releases the composite Module into which linking is being
102 /// done. Ownership of the composite Module is transferred to the caller who
108 /// @brief Release the linked/composite module.
171 /// This function links the bitcode \p Files into the composite module
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/
ExportFieldsPart.java 20 import org.eclipse.swt.widgets.Composite;
33 public ExportFieldsPart(Composite body, FormToolkit toolkit, ExportEditor editor) {
40 Composite table = createTableLayout(toolkit, 2 /* numColumns */);
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/preferences/
NdkPreferencePage.java 25 import org.eclipse.swt.widgets.Composite;
49 public NdkDirectoryFieldEditor(String name, String labelText, Composite parent) {
71 public Text getTextControl(Composite parent) {
  /external/drm_hwcomposer/
drmcompositor.h 40 int Composite();
  /sdk/eclipse/plugins/com.android.ide.eclipse.base/src/com/android/ide/eclipse/base/internal/preferences/
UsagePreferencePage.java 29 import org.eclipse.swt.widgets.Composite;
51 protected Control createContents(Composite parent) {
52 Composite top = new Composite(parent, SWT.NONE);
  /external/autotest/frontend/client/src/autotest/common/ui/
ToggleLink.java 9 import com.google.gwt.user.client.ui.Composite;
11 public class ToggleLink extends Composite implements ClickHandler, ToggleControl {
  /external/autotest/frontend/client/src/autotest/tko/embedded_spreadsheet/
EmbeddedSpreadsheetDisplay.java 7 import com.google.gwt.user.client.ui.Composite;
13 public class EmbeddedSpreadsheetDisplay extends Composite
  /external/llvm/include/llvm/Linker/
IRMover.h 49 // The set of opaque types is the composite module.
52 // The set of identified but non opaque structures in the composite module.
76 Module &getModule() { return Composite; }
79 Module &Composite;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Linker/
IRMover.h 49 // The set of opaque types is the composite module.
52 // The set of identified but non opaque structures in the composite module.
79 Module &getModule() { return Composite; }
82 Module &Composite;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Linker/
IRMover.h 49 // The set of opaque types is the composite module.
52 // The set of identified but non opaque structures in the composite module.
79 Module &getModule() { return Composite; }
82 Module &Composite;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Linker/
IRMover.h 49 // The set of opaque types is the composite module.
52 // The set of identified but non opaque structures in the composite module.
79 Module &getModule() { return Composite; }
82 Module &Composite;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Linker/
IRMover.h 49 // The set of opaque types is the composite module.
52 // The set of identified but non opaque structures in the composite module.
79 Module &getModule() { return Composite; }
82 Module &Composite;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Linker/
IRMover.h 49 // The set of opaque types is the composite module.
52 // The set of identified but non opaque structures in the composite module.
79 Module &getModule() { return Composite; }
82 Module &Composite;

Completed in 1924 milliseconds

12 3 4 5 6 7 8 91011>>