HomeSort by relevance Sort by last modified time
    Searched refs:composite (Results 101 - 125 of 362) sorted by null

1 2 3 45 6 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DeviceChooserDialog.java 53 import org.eclipse.swt.widgets.Composite;
320 protected Control createContents(Composite parent) {
335 protected Control createButtonBar(Composite parent) {
336 Composite composite = new Composite(parent, SWT.NONE); local
340 composite.setLayout(layout);
341 composite.setLayoutData(new GridData(GridData.FILL_HORIZONTAL));
343 mUseDeviceForFutureLaunchesCheckbox = new Button(composite, SWT.CHECK);
357 createButton(composite, IDialogConstants.OK_ID, IDialogConstants.OK_LABEL, true)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/gofmt/
simplify.go 20 // array, slice, and map composite literals may be simplified
40 // if the element is a composite literal and its literal type
49 // and the element is & of a composite literal of type T,
  /prebuilts/go/linux-x86/src/cmd/gofmt/
simplify.go 20 // array, slice, and map composite literals may be simplified
40 // if the element is a composite literal and its literal type
49 // and the element is & of a composite literal of type T,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiResourceAttributeNode.java 55 import org.eclipse.swt.widgets.Composite;
108 public void createUiControl(final Composite parent, IManagedForm managedForm) {
117 Composite composite = toolkit.createComposite(parent); local
118 composite.setLayoutData(new TableWrapData(TableWrapData.FILL_GRAB, TableWrapData.MIDDLE));
121 composite.setLayout(gl);
124 toolkit.paintBordersFor(composite);
126 final Text text = toolkit.createText(composite, getCurrentValue());
128 gd.horizontalIndent = 1; // Needed by the fixed composite borders under GTK
130 Button browseButton = toolkit.createButton(composite, "Browse...", SWT.PUSH)
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
Dbg.stg 67 ((Profiler)dbg).examineRuleMemoization(input, ruleIndex, stopIndex, <grammar.composite.rootGrammar.recognizerName>.ruleNames[ruleIndex]);
74 ((Profiler)dbg).memoize(input, ruleIndex, ruleStartIndex, <grammar.composite.rootGrammar.recognizerName>.ruleNames[ruleIndex]);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewProjectWizard.java 331 CompositeChange composite = new CompositeChange("",
333 composite.perform(monitor);
422 CompositeChange composite = new CompositeChange("", local
424 composite.perform(monitor);
TemplateWizard.java 173 CompositeChange composite = new CompositeChange("", local
175 composite.perform(monitor);
  /external/ImageMagick/MagickCore/
Android.mk 82 composite.c\
  /external/ImageMagick/PerlMagick/t/
subroutines.pl 22 # Test composite method using comparison with a reference image
25 # composite image name, composite read options,
26 # composite options,reference image
39 $composite,
53 $composite=Image::Magick->new;
73 # Read composite image
76 eval "\$status=\$composite->Set($composite_read_options);";
83 $status=$composite->ReadImage($composite_name);
91 print("Composite\($composite_options\) ...\n")
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarSanity.java 62 for (int i = 0; i < grammar.composite.ruleIndexToRuleList.size(); i++) {
63 Rule r = grammar.composite.ruleIndexToRuleList.elementAt(i);
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/hiero/unicodefont/effects/
ShadowEffect.java 21 import java.awt.Composite;
67 Composite composite = g.getComposite(); local
73 g.setComposite(composite);
  /prebuilts/go/darwin-x86/src/go/types/
exprstring_test.go 25 // func and composite literals
  /prebuilts/go/darwin-x86/test/
complit.go 7 // Test composite literals.
  /prebuilts/go/linux-x86/src/go/types/
exprstring_test.go 25 // func and composite literals
  /prebuilts/go/linux-x86/test/
complit.go 7 // Test composite literals.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ClientRulesEngine.java 98 import org.eclipse.swt.widgets.Composite;
195 protected void createButtonsForButtonBar(Composite parent) {
490 public Control createContentArea(Composite parentComposite) {
491 Composite composite = new Composite(parentComposite, SWT.NONE);
492 composite.setLayout(new GridLayout(1, false));
493 Button button = new Button(composite, SWT.PUSH);
505 return composite;
582 public Control createContentArea(Composite parentComposite)
    [all...]
  /external/icu/icu4c/source/common/
normalizer2impl.cpp 765 * Bits 21..1 composite character
766 * Bit 0 set if the composite is a forward-combining starter
842 UChar32 composite=compositeAndFwd>>1; local
844 addComposites(getCompositionsListForComposite(getNorm16(composite)), set);
846 set.add(composite);
932 UChar32 composite=compositeAndFwd>>1; local
934 // Replace the starter with the composite, remove the combining mark.
937 if(U_IS_SUPPLEMENTARY(composite)) {
939 starter[0]=U16_LEAD(composite);
940 starter[1]=U16_TRAIL(composite);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PaletteControl.java 91 import org.eclipse.swt.widgets.Composite;
128 public class PaletteControl extends Composite {
142 public void createControl(Composite parent) {
255 * Create the composite.
256 * @param parent The parent composite.
259 public PaletteControl(Composite parent, GraphicalEditorPart editor) {
484 protected Composite createChildContainer(Composite parent, Object header, int style) {
487 final Composite composite;
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
Normalizer2Impl.java 1883 int composite=compositeAndFwd>>1; local
1969 int composite=compositeAndFwd>>1; local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Normalizer2Impl.java 1879 int composite=compositeAndFwd>>1; local
1965 int composite=compositeAndFwd>>1; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RefactoringTestBase.java 205 CompositeChange composite = (CompositeChange) change; local
206 Change[] children = composite.getChildren();
240 describe(sb, child, indent + (composite.isSynthetic() ? 0 : 1));
  /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> &bull; <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> ?
decorate.php 84 <dd> the composite operator. </dd>
119 <dd>the composite operator. </dd>
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
CSharp3Target.java 86 Grammar rootGrammar = grammar.composite.getRootGrammar();
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
Dbg.stg 103 ((Profiler)self._dbg).examineRuleMemoization(input, ruleIndex, <grammar.composite.rootGrammar.recognizerName>.ruleNames[ruleIndex]);
111 ((Profiler)self._dbg).memoize(input, ruleIndex, ruleStartIndex, <grammar.composite.rootGrammar.recognizerName>.ruleNames[ruleIndex]);

Completed in 1862 milliseconds

1 2 3 45 6 7 8 91011>>