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

1 2 3 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/
composite-netbeans.zip 
  /external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/
package.html 5 <p>Fundamental matchers of objects and values, and composite matchers.</p>
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/wizards/
AddNativeWizardPage.java 26 import org.eclipse.swt.widgets.Composite;
55 public void createControl(Composite parent) {
56 Composite container = new Composite(parent, SWT.NULL);
63 Composite composite = new Composite(container, SWT.NONE); local
64 composite.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, true, false, 1, 1));
65 composite.setLayout(new GridLayout(3, false));
67 Label lblLib = new Label(composite, SWT.NONE)
    [all...]
  /external/ImageMagick/MagickCore/
composite-private.h 16 MagickCore image composite private methods.
33 ImageMagick Alpha Composite Inline Methods (special export)
53 const double alpha,const Quantum *q,const double beta,Quantum *composite)
86 composite[i]=ClampToQuantum(gamma*MagickOver_((double) p->red,alpha,
92 composite[i]=ClampToQuantum(gamma*MagickOver_((double) p->green,alpha,
98 composite[i]=ClampToQuantum(gamma*MagickOver_((double) p->blue,alpha,
104 composite[i]=ClampToQuantum(gamma*MagickOver_((double) p->black,alpha,
110 composite[i]=ClampToQuantum(QuantumRange*RoundToUnity(Sa+Da-Sa*Da));
115 composite[i]=q[i];
123 const double alpha,const PixelInfo *q,const double beta,PixelInfo *composite)
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/issue15572.dir/
a.go 15 return []T{{}} // element with implicit composite literal type
23 return []*T{{}} // element with implicit composite literal type
31 return map[int]*T{0: {}} // element with implicit composite literal type
39 return map[*T]int{{}: 0} // key with implicit composite literal type
  /prebuilts/go/linux-x86/test/fixedbugs/issue15572.dir/
a.go 15 return []T{{}} // element with implicit composite literal type
23 return []*T{{}} // element with implicit composite literal type
31 return map[int]*T{0: {}} // element with implicit composite literal type
39 return map[*T]int{{}: 0} // key with implicit composite literal type
  /prebuilts/go/darwin-x86/src/cmd/vet/
composite.go 17 var compositeWhiteList = flag.Bool("compositewhitelist", true, "use composite white list; for testing only")
21 "check that composite literals used field-keyed elements",
26 // checkUnkeyedLiteral checks if a composite literal is a struct literal with
33 // cannot determine composite literals' type, skip it
42 // skip non-struct composite literals
46 // allow unkeyed locally defined composite literal
59 // all the composite literal fields are keyed
63 f.Badf(cl.Pos(), "%s composite literal uses unkeyed fields", typeName)
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue18231.go 7 // Test that error message for composite literals with
17 f: { // ERROR "missing type in composite literal"
issue8183.go 21 e // ERROR "array bound must be non-negative" "const initializer len\(composite literal\) is not a constant"
22 f // ERROR "array bound must be non-negative" "const initializer len\(composite literal\) is not a constant"
issue8961.go 7 // Issue 8961. Empty composite literals to small globals were not filled in
18 panic("composite literal not filled in")
  /prebuilts/go/linux-x86/src/cmd/vet/
composite.go 17 var compositeWhiteList = flag.Bool("compositewhitelist", true, "use composite white list; for testing only")
21 "check that composite literals used field-keyed elements",
26 // checkUnkeyedLiteral checks if a composite literal is a struct literal with
33 // cannot determine composite literals' type, skip it
42 // skip non-struct composite literals
46 // allow unkeyed locally defined composite literal
59 // all the composite literal fields are keyed
63 f.Badf(cl.Pos(), "%s composite literal uses unkeyed fields", typeName)
  /prebuilts/go/linux-x86/test/fixedbugs/
issue18231.go 7 // Test that error message for composite literals with
17 f: { // ERROR "missing type in composite literal"
issue8183.go 21 e // ERROR "array bound must be non-negative" "const initializer len\(composite literal\) is not a constant"
22 f // ERROR "array bound must be non-negative" "const initializer len\(composite literal\) is not a constant"
issue8961.go 7 // Issue 8961. Empty composite literals to small globals were not filled in
18 panic("composite literal not filled in")
  /external/ImageMagick/PerlMagick/demo/
composite.pl 27 $thumbnail->Composite(image=>$smile,gravity=>"NorthWest",x=>$x,y=>$y,
29 $thumbnail->Composite(image=>$smile,gravity=>"North",y=>$y,rotate=>$angle);
30 $thumbnail->Composite(image=>$smile,gravity=>"NorthEast",x=>$x,y=>$y,
32 $thumbnail->Composite(image=>$smile,gravity=>"West",x=>$x,rotate=>$angle);
33 $thumbnail->Composite(image=>$smile,gravity=>"Center",rotate=>$angle);
34 $thumbnail->Composite(image=>$smile,gravity=>"East",x=>$x,rotate=>$angle);
35 $thumbnail->Composite(image=>$smile,gravity=>"SouthWest",x=>$x,y=>$y,
37 $thumbnail->Composite(image=>$smile,gravity=>"South",y=>$y,rotate=>$angle);
38 $thumbnail->Composite(image=>$smile,gravity=>"SouthEast",x=>$x,y=>$y,
43 $image->Write("composite.miff")
    [all...]
compose-specials.pl 4 # including the 'rotate' parameter specific to PerlMagick Composite()
9 # Also not that "composite -watermark" is actually known as the compose
16 # composite - -geometry +10+10 -virtual-pixel gray \
30 # Source, Composite or Overlay image
58 $clone->Composite(
67 $clone->Composite(
76 $clone->Composite(
85 $clone->Composite(
97 $clone->Composite(
107 $clone->Composite(
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
SectionHelper.java 30 import org.eclipse.swt.widgets.Composite;
72 public ManifestSectionPart(Composite body, FormToolkit toolkit) {
88 public ManifestSectionPart(Composite body, FormToolkit toolkit,
98 * Creates a new composite with a TableWrapLayout set with a given number of columns.
100 * If the parent composite is a Section, the new composite is set as a client.
104 * @return The new composite.
106 public Composite createTableLayout(FormToolkit toolkit, int numColumns) {
114 * @param parent The parent (e.g. composite from CreateTableLayout())
120 public Label createLabel(Composite parent, FormToolkit toolkit, String label
    [all...]
  /external/ImageMagick/PerlMagick/t/
composite.t 30 'reference/composite/Add.miff', 0.002, 1.0);
37 'reference/composite/Atop.miff', 0.00001, 0.009);
45 'reference/composite/Bumpmap.miff', 0.03, 0.3);
53 'reference/composite/Clear.miff', 0.00001, 0.009);
61 'reference/composite/Copy.miff', 0.00001, 0.009);
69 'reference/composite/CopyBlue.miff', 0.00001, 0.009);
77 'reference/composite/CopyGreen.miff', 0.00001, 0.009);
85 'reference/composite/CopyRed.miff', 0.00001, 0.009);
93 'reference/composite/CopyAlpha.miff', 0.00001, 0.009);
101 'reference/composite/Difference.miff', 0.00001, 0.009)
    [all...]
  /external/autotest/frontend/client/src/autotest/afe/
CheckBoxPanelDisplay.java 5 import com.google.gwt.user.client.ui.Composite;
8 public class CheckBoxPanelDisplay extends Composite implements CheckBoxPanel.Display {
RadioChooserDisplay.java 5 import com.google.gwt.user.client.ui.Composite;
9 public class RadioChooserDisplay extends Composite implements RadioChooser.Display {
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
SysInfoView.java 5 import org.eclipse.swt.widgets.Composite;
13 public void createPartControl(Composite parent) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
KeyCreationPage.java 31 import org.eclipse.swt.widgets.Composite;
67 public void createControl(Composite parent) {
68 Composite composite = new Composite(parent, SWT.NULL); local
69 composite.setLayoutData(new GridData(GridData.FILL_BOTH));
71 composite.setLayout(gl);
75 new Label(composite, SWT.NONE).setText("Alias:");
76 mAlias = new Text(composite, SWT.BORDER);
79 new Label(composite, SWT.NONE).setText("Password:")
    [all...]
KeystoreSelectionPage.java 32 import org.eclipse.swt.widgets.Composite;
63 public void createControl(Composite parent) {
64 Composite composite = new Composite(parent, SWT.NULL); local
65 composite.setLayoutData(new GridData(GridData.FILL_BOTH));
67 composite.setLayout(gl);
71 mUseExistingKeystore = new Button(composite, SWT.RADIO);
77 mCreateKeystore = new Button(composite, SWT.RADIO);
82 new Label(composite, SWT.NONE).setText("Location:")
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/tests/
t052import.py 386 # CompositeGrammar composite = new CompositeGrammar();
387 # Grammar g = new Grammar(antlr,tmpdir+"/M.g",composite);
388 # composite.setDelegationRoot(g);
390 # g.composite.assignTokenTypes();
397 # realElements(g.composite.tokenIDToTypeMap).toString());
398 # assertEquals(expectedStringLiteralToTypeMap, g.composite.stringLiteralToTypeMap.toString());
400 # realElements(g.composite.typeToTokenList).toString());
424 # CompositeGrammar composite = new CompositeGrammar();
425 # Grammar g = new Grammar(antlr,tmpdir+"/M.g",composite);
426 # composite.setDelegationRoot(g)
    [all...]
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestCompositeGrammars.java 211 CompositeGrammar composite = new CompositeGrammar(); local
212 Grammar g = new Grammar(antlr,tmpdir+"/M.g",composite);
213 composite.setDelegationRoot(g);
215 g.composite.assignTokenTypes();
222 realElements(g.composite.tokenIDToTypeMap).toString());
223 assertEquals(expectedStringLiteralToTypeMap, g.composite.stringLiteralToTypeMap.toString());
225 realElements(g.composite.typeToTokenList).toString());
249 CompositeGrammar composite = new CompositeGrammar(); local
250 Grammar g = new Grammar(antlr,tmpdir+"/M.g",composite);
251 composite.setDelegationRoot(g)
283 CompositeGrammar composite = new CompositeGrammar(); local
336 CompositeGrammar composite = new CompositeGrammar(); local
384 CompositeGrammar composite = new CompositeGrammar(); local
426 CompositeGrammar composite = new CompositeGrammar(); local
461 CompositeGrammar composite = new CompositeGrammar(); local
487 CompositeGrammar composite = new CompositeGrammar(); local
618 CompositeGrammar composite = new CompositeGrammar(); local
658 CompositeGrammar composite = new CompositeGrammar(); local
766 CompositeGrammar composite = new CompositeGrammar(); local
829 CompositeGrammar composite = new CompositeGrammar(); local
875 CompositeGrammar composite = new CompositeGrammar(); local
929 CompositeGrammar composite = new CompositeGrammar(); local
    [all...]

Completed in 340 milliseconds

1 2 3 4 5 6 7 8 91011>>