/prebuilts/go/darwin-x86/test/fixedbugs/ |
issue19482.go | 7 // Compiler rejected initialization of structs to composite literals
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
bug098.go | 14 var m *M = &M{0 : 0}; // should be legal to use & here for consistency with other composite constructors (prev. line)
|
bug494.go | 8 // appeared in a composite literal that required a conversion between
|
issue19482.go | 7 // Compiler rejected initialization of structs to composite literals
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
ColumnDialog.java | 28 import org.eclipse.swt.widgets.Composite; 54 protected Control createDialogArea(Composite parent) { 55 Composite container = new Composite(parent, SWT.NONE);
|
/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.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);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/ |
GLCompositeProperty.java | 24 * A composite property is a container for multiple named properties, kind of like a dictionary. 31 /** Construct a composite property given a list of {@link IGLProperty} objects. */ 118 "Values cannot be set for composite properties."); //$NON-NLS-1$ 124 "Values cannot be obtained for composite properties."); //$NON-NLS-1$
|
/sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/views/ |
TreeViewView.java | 37 import org.eclipse.swt.widgets.Composite; 49 public void createPartControl(Composite parent) { 55 Composite treeViewContainer = new Composite(parent, SWT.BORDER);
|
PixelPerfectTreeView.java | 25 import org.eclipse.swt.widgets.Composite; 37 public void createPartControl(Composite parent) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
WrapInWizard.java | 43 import org.eclipse.swt.widgets.Composite; 83 public void createControl(Composite parent) { 84 Composite composite = new Composite(parent, SWT.NONE); local 85 composite.setLayout(new GridLayout(2, false)); 87 Label typeLabel = new Label(composite, SWT.NONE); 91 mTypeCombo = new Combo(composite, SWT.READ_ONLY); 95 Label idLabel = new Label(composite, SWT.NONE); 99 mIdText = new Text(composite, SWT.BORDER) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/ |
NdkDebuggerTab.java | 37 import org.eclipse.swt.widgets.Composite; 67 public void createControl(Composite parent) { 68 Composite comp = new Composite(parent, SWT.NONE); 149 Composite composite = new Composite(grpSharedLibraries, SWT.NONE); local 150 composite.setLayoutData(new GridData(SWT.LEFT, SWT.TOP, false, false, 1, 1)); 151 composite.setLayout(new RowLayout(SWT.VERTICAL)); 153 mAddSolibButton = new Button(composite, SWT.NONE) [all...] |
/external/autotest/frontend/client/src/autotest/common/ui/ |
TableSelectionPanel.java | 6 import com.google.gwt.user.client.ui.Composite; 11 public class TableSelectionPanel extends Composite implements ClickHandler {
|
/external/autotest/frontend/client/src/autotest/tko/ |
WidgetList.java | 6 import com.google.gwt.user.client.ui.Composite; 17 class WidgetList<T extends Widget> extends Composite implements ClickHandler {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
FlagXmlPropertyDialog.java | 35 import org.eclipse.swt.widgets.Composite; 77 protected Control createDialogArea(Composite parent) { 78 Composite container = (Composite) super.createDialogArea(parent); 85 Composite workaround = PropertyFactory.addWorkaround(container); 122 protected void createButtonsForButtonBar(Composite parent) {
|
/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.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/ |
DetailsPage.java | 34 import org.eclipse.swt.widgets.Composite; 48 private Composite mTopComposite; 50 private Composite mBlankComposite; 69 public void createControl(Composite parent) { 70 mTopComposite = new Composite(parent, SWT.NONE); 75 mBlankComposite = new Composite(mTopComposite, SWT.NONE);
|
/external/swiftshader/third_party/LLVM/test/Transforms/ScalarRepl/ |
debuginfo.ll | 7 %llvm.dbg.composite.type = type { i32, { }*, i8*, { }*, i32, i64, i64, i64, i32, { }*, { }* } 27 @llvm.dbg.derivedtype10 = internal constant %llvm.dbg.derivedtype.type { i32 458767, { }* bitcast (%llvm.dbg.compile_unit.type* @llvm.dbg.compile_unit to { }*), i8* null, { }* bitcast (%llvm.dbg.compile_unit.type* @llvm.dbg.compile_unit to { }*), i32 0, i64 32, i64 32, i64 0, i32 0, { }* bitcast (%llvm.dbg.composite.type* @llvm.dbg.composite18 to { }*) }, section "llvm.metadata" ; <%llvm.dbg.derivedtype.type*> [#uses=1] 28 @llvm.dbg.derivedtype11 = internal constant %llvm.dbg.derivedtype.type { i32 458790, { }* bitcast (%llvm.dbg.compile_unit.type* @llvm.dbg.compile_unit to { }*), i8* null, { }* bitcast (%llvm.dbg.compile_unit.type* @llvm.dbg.compile_unit to { }*), i32 0, i64 96, i64 32, i64 0, i32 0, { }* bitcast (%llvm.dbg.composite.type* @llvm.dbg.composite18 to { }*) }, section "llvm.metadata" ; <%llvm.dbg.derivedtype.type*> [#uses=1] 31 @llvm.dbg.composite13 = internal constant %llvm.dbg.composite.type { i32 458773, { }* bitcast (%llvm.dbg.compile_unit.type* @llvm.dbg.compile_unit to { }*), i8* null, { }* bitcast (%llvm.dbg.compile_unit.type* @llvm.dbg.compile_unit to { }*), i32 0, i64 0, i64 0, i64 0, i32 0, { }* null, { }* bitcast ([3 x { }*]* @llvm.dbg.array to { }*) }, section "llvm.metadata" ; <%llvm.dbg.composite.type*> [#uses=1] 33 @llvm.dbg.subprogram = internal constant %llvm.dbg.subprogram.type { i32 458798, { }* bitcast (%llvm.dbg.anchor.type* @llvm.dbg.subprograms to { }*), { }* bitcast (%llvm.dbg.compile_unit.type* @llvm.dbg.compile_unit to { }*), i8* getelementptr ([4 x i8]* @.str3, i32 0, i32 0), i8* getelementptr ([4 x i8]* @.str3, i32 0, i32 0), i8* null, { }* bitcast (%llvm.dbg.compile_unit.type* @llvm.dbg.compile_unit to { }*), i32 2, { }* bitcast (%llvm.dbg.composite.type* @llvm.dbg.composite13 to { }*), i1 false, i1 false }, section "llvm.metadata" ; <%llvm.dbg.subprogram.type*> [#uses=1] 35 @llvm.dbg.composite15 = internal constant %llvm.dbg.composite.type { i32 458773, { }* bitcast (%llvm.dbg.compile_unit.type* @llvm.dbg.compile_unit to { }*), i8* null, { }* bitcast (%llvm.dbg.compile_unit.type* @llvm.dbg.compile_unit to { }*), i32 0, i64 0, i64 0, i64 0, i32 0, { }* null, { }* bitcast ([5 x { }*]* @llvm.dbg.array14 to { }*) }, section "llvm.metadata" ; <%llvm.dbg.composite.type*> [#uses=1] 36 @llvm.dbg.subprogram16 = internal constant %llvm.dbg.subprogram.type { i32 458798, { }* bitcast (%llvm.dbg.anchor.type* @llvm.dbg.subprograms to { }*), { }* bitcast (%llvm.dbg.compile_unit.type* @llvm.dbg.compile_unit to { }*), i8* getelementptr ([4 x i8]* @.str3, i32 0, i32 0), i8* getelementptr ([4 x i8]* @.str3, i32 0, i32 0), i8* null, { }* bitcast (%llvm.dbg.compile_unit.type* @llvm.dbg.compile_unit to { }*), i32 5, { }* bitcast (%llvm.dbg.composite.type* @llvm.dbg.composite15 to { }*), i1 false, i1 false }, section "llvm.metadata" ; <%llvm.dbg.subprogram.type*> [#uses=1] 38 @llvm.dbg.composite18 = internal constant %llvm.dbg.composite.type { i32 458771, { }* bitcast (%llvm.dbg.compile_unit.type* @llvm.dbg.compile_unit to { }*), i8* (…) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/ |
UiManifestPkgAttrNode.java | 51 import org.eclipse.swt.widgets.Composite; 92 public void createUiControl(final Composite parent, final IManagedForm managedForm) { 113 Composite composite = toolkit.createComposite(parent); local 114 composite.setLayoutData(new TableWrapData(TableWrapData.FILL_GRAB, TableWrapData.MIDDLE)); 117 composite.setLayout(gl); 120 toolkit.paintBordersFor(composite); 122 final Text text = toolkit.createText(composite, getCurrentValue()); 124 gd.horizontalIndent = 1; // Needed by the fixed composite borders under GTK 129 Button browseButton = toolkit.createButton(composite, "Browse...", SWT.PUSH) [all...] |
UiPackageAttributeNode.java | 53 import org.eclipse.swt.widgets.Composite; 92 public void createUiControl(final Composite parent, final IManagedForm managedForm) { 113 Composite composite = toolkit.createComposite(parent); local 114 composite.setLayoutData(new TableWrapData(TableWrapData.FILL_GRAB, TableWrapData.MIDDLE)); 117 composite.setLayout(gl); 120 toolkit.paintBordersFor(composite); 122 final Text text = toolkit.createText(composite, getCurrentValue()); 124 gd.horizontalIndent = 1; // Needed by the fixed composite borders under GTK 129 Button browseButton = toolkit.createButton(composite, "Browse...", SWT.PUSH) [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
Grammar.java | 300 /** If this grammar is part of a larger composite grammar via delegate 301 * statement, then this points at the composite. The composite holds 304 public CompositeGrammar composite; field in class:Grammar 515 public Grammar(Tool tool, String fileName, CompositeGrammar composite) { 516 this.composite = composite; 519 // ensure we have the composite set to something 520 if ( composite.delegateGrammarTreeRoot==null ) { 521 composite.setDelegationRoot(this) [all...] |
/external/ImageMagick/utilities/ |
montage.1 | 3 montage \- create a composite image by combining several separate images. The images are tiled on the composite image optionally adorned with a border, frame, image name, and more. 8 The \fBmontage\fP program is a member of the ImageMagick(1) suite of tools. Use it to create a composite image by combining several separate images. The images are tiled on the composite image optionally adorned with a border, frame, image name, and more. 24 \-compose operator composite operator 119 \-composite composite image
|
montage.1.in | 3 montage \- create a composite image by combining several separate images. The images are tiled on the composite image optionally adorned with a border, frame, image name, and more. 8 The \fBmontage\fP program is a member of the ImageMagick(1) suite of tools. Use it to create a composite image by combining several separate images. The images are tiled on the composite image optionally adorned with a border, frame, image name, and more. 24 \-compose operator composite operator 119 \-composite composite image
|
/external/ImageMagick/www/api/ |
composite.php | 9 <title>ImageMagick: MagickCore, C API for ImageMagick: Composite an Image</title> 15 <meta name="keywords" content="magickcore, c, api, for, imagemagick:, composite, an, image, ImageMagick, PerlMagick, image processing, image, photo, software, Magick++, OpenMP, convert"/> 55 <p class="text-center"><a href="composite.php#CompositeImage">CompositeImage</a> • <a href="composite.php#TextureImage">TextureImage</a></p> 59 <p>CompositeImage() returns the second image composited onto the first at the specified offset, using the specified composite method.</p> 86 <dd>This operator affects how the composite is applied to the image. The operators and how they are utilized are listed here http://www.w3.org/TR/SVG12/#compositing. </dd> 146 <p><a href="composite.php#">Back to top</a> ?
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/ |
UiElementDetail.java | 39 import org.eclipse.swt.widgets.Composite; 68 private Composite mCurrentTable; 93 public void createContents(Composite parent) { 206 private Section createMasterSection(Composite parent) { 261 Composite masterTable = SectionHelper.createTableLayout(mMasterSection, 300 Composite table = useSubsections ? null : masterTable; 342 final Composite unknownTable = createSubSectionTable(toolkit, masterTable, 376 private Composite createSubSectionTable(FormToolkit toolkit, 377 Composite masterTable, String title) { 379 // The Section composite seems to ignore colspan when assigned a TableWrapData s [all...] |