HomeSort by relevance Sort by last modified time
    Searched full:composite (Results 51 - 75 of 1856) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/go/linux-x86/test/fixedbugs/
bug300.go 14 // legal composite literals
22 // illegal composite literals: parentheses not allowed around literal type
bug475.go 8 // composite literal confused gccgo.
bug505.go 8 // alias type when constructing the composite literal.
issue7590.go 7 // Issue 7590: gccgo incorrectly traverses nested composite literals.
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/Composition/
VecMath.g3 21 : 'DUMMY' // 1. If the parser or the composite grammar does not contain a token, no lexer is generated.
  /prebuilts/go/darwin-x86/test/
compos.go 23 panic("not allocating & composite literals")
convlit1.go 7 // Verify that illegal uses of composite literals are detected.
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug475.go 8 // composite literal confused gccgo.
bug505.go 8 // alias type when constructing the composite literal.
issue7590.go 7 // Issue 7590: gccgo incorrectly traverses nested composite literals.
  /prebuilts/go/linux-x86/test/
compos.go 23 panic("not allocating & composite literals")
convlit1.go 7 // Verify that illegal uses of composite literals are detected.
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
filterbank_tables.c 17 /* The composite all-pass filter factors */
29 /* The matrix for transforming the backward composite state to upper channel state */
34 /* The matrix for transforming the backward composite state to lower channel state */
  /frameworks/support/
include-support-library.gradle 17 // This file enables using Support Library in a Composite Build. More information about Composite
30 apply(from:new File(buildScriptDir, 'include-composite-deps.gradle'))
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiFlagAttributeNode.java 39 import org.eclipse.swt.widgets.Composite;
82 public void createUiControl(Composite parent, IManagedForm managedForm) {
91 Composite composite = toolkit.createComposite(parent); local
92 composite.setLayoutData(new TableWrapData(TableWrapData.FILL_GRAB, TableWrapData.MIDDLE));
95 composite.setLayout(gl);
98 toolkit.paintBordersFor(composite);
100 final Text text = toolkit.createText(composite, getCurrentValue());
102 gd.horizontalIndent = 1; // Needed by the fixed composite borders under GTK
104 final Button selectButton = toolkit.createButton(composite, "Select...", SWT.PUSH)
222 Composite composite= new Composite(parent, SWT.NONE); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeLayoutWizard.java 40 import org.eclipse.swt.widgets.Composite;
76 public void createControl(Composite parent) {
77 Composite composite = new Composite(parent, SWT.NONE); local
78 composite.setLayout(new GridLayout(2, false));
80 Label fromLabel = new Label(composite, SWT.NONE);
85 Label typeLabel = new Label(composite, SWT.NONE);
89 mTypeCombo = new Combo(composite, SWT.READ_ONLY);
104 mFlatten = new Button(composite, SWT.CHECK)
    [all...]
  /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/editors/draw9patch/ui/
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...]
  /external/ImageMagick/PerlMagick/
MANIFEST 7 demo/composite.pl
41 t/composite.t
154 t/reference/composite/Add.miff
155 t/reference/composite/Atop.miff
156 t/reference/composite/Bumpmap.miff
157 t/reference/composite/Clear.miff
158 t/reference/composite/CopyAlpha.miff
159 t/reference/composite/CopyBlue.miff
160 t/reference/composite/CopyGreen.miff
161 t/reference/composite/Copy.mif
    [all...]
  /external/ImageMagick/utilities/
composite.1 1 .TH composite 1 "Date: 2009/01/10 01:00:00" "ImageMagick"
3 composite \- overlaps one image over another.
10 For more information about the composite command, point your browser to file:///usr/local/share/doc/ImageMagick-7/www/composite.html or http://www.imagemagick.org/script/composite.php.
20 \-compose operator composite operator
62 \-tile repeat composite operation across and down image
79 \-geometry geometry location of the composite image
composite.1.in 1 .TH composite 1 "Date: 2009/01/10 01:00:00" "ImageMagick"
3 composite \- overlaps one image over another.
10 For more information about the composite command, point your browser to file://@DOCUMENTATION_PATH@/www/composite.html or http://www.imagemagick.org/script/composite.php.
20 \-compose operator composite operator
62 \-tile repeat composite operation across and down image
79 \-geometry geometry location of the composite image
  /external/skia/src/sfnt/
SkOTTable_glyf.h 67 SK_OT_SHORT numberOfContours; //== -1 Composite, > 0 Simple
108 struct Composite {
180 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
186 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
192 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
198 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
  /external/skqp/src/sfnt/
SkOTTable_glyf.h 67 SK_OT_SHORT numberOfContours; //== -1 Composite, > 0 Simple
108 struct Composite {
180 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
186 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
192 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
198 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
AccordionControl.java 38 import org.eclipse.swt.widgets.Composite;
53 * composite which is created to hold the children items, to for example allow multiple
65 public abstract class AccordionControl extends Composite {
85 protected Composite createChildContainer(Composite parent, Object header, int style) {
86 Composite composite = new Composite(parent, style); local
90 composite.setLayout(layout);
100 composite.setLayout(layout)
339 Composite composite = createChildContainer(scrolledComposite, header, SWT.NONE); local
    [all...]
  /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) {

Completed in 389 milliseconds

1 23 4 5 6 7 8 91011>>