/external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/ |
composite-netbeans.zip | |
/external/hamcrest/src/org/hamcrest/core/ |
package.html | 5 <p>Fundamental matchers of objects and values, and composite matchers.</p>
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/ |
GridLayoutFactory.java | 14 import org.eclipse.swt.widgets.Composite; 30 private GridLayoutFactory(Composite composite, GridLayout layout) { 32 composite.setLayout(m_layout); 35 public static GridLayoutFactory create(Composite composite) { 36 return new GridLayoutFactory(composite, new GridLayout()); 39 public static GridLayoutFactory modify(Composite composite) { 40 Layout layout = composite.getLayout() [all...] |
/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...] |
/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...] |
/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...] |
KeySelectionPage.java | 33 import org.eclipse.swt.widgets.Composite; 70 public void createControl(Composite parent) { 71 Composite composite = new Composite(parent, SWT.NULL); local 72 composite.setLayoutData(new GridData(GridData.FILL_BOTH)); 74 composite.setLayout(gl); 78 mUseExistingKey = new Button(composite, SWT.RADIO); 84 new Composite(composite, SWT.NONE).setLayoutData(gd = new GridData()) [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...] |
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/ |
filterbank_tables.h | 25 /* The number of composite all-pass filter factors */ 31 /* The composite all-pass filter factors */ 40 /* The matrix for transforming the backward composite state to upper channel state */ 43 /* The matrix for transforming the backward composite state to lower channel state */
|
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 */
|
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/ |
filterbank_tables.h | 25 /* The number of composite all-pass filter factors */ 31 /* The composite all-pass filter factors */ 40 /* The matrix for transforming the backward composite state to upper channel state */ 43 /* The matrix for transforming the backward composite state to lower channel state */
|
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 */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
ExtractIncludeWizard.java | 29 import org.eclipse.swt.widgets.Composite; 63 public void createControl(Composite parent) { 64 Composite composite = new Composite(parent, SWT.NONE); local 65 composite.setLayout(new GridLayout(2, false)); 67 Label nameLabel = new Label(composite, SWT.NONE); 71 mNameText = new Text(composite, SWT.BORDER); 75 mReplaceAllOccurrences = new Button(composite, SWT.CHECK); 89 setControl(composite); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
WorkingSetGroup.java | 20 import org.eclipse.swt.widgets.Composite; 47 public Composite createControl(Composite composite) { 48 Group workingSetGroup = new Group(composite, SWT.NONE); 49 workingSetGroup.setFont(composite.getFont()); 92 * Finds the first button of style Checkbox in the given parent composite. 95 private Button findCheckbox(Composite parent) { 99 } else if (control instanceof Composite) { 100 Button found = findCheckbox((Composite) control) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
StringXmlPropertyDialog.java | 20 import org.eclipse.swt.widgets.Composite; 37 protected Control createDialogArea(Composite parent) { 38 Composite area = (Composite) super.createDialogArea(parent); 40 Composite workaround = PropertyFactory.addWorkaround(area);
|
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
Keyframe.h | 27 void setComposite(AnimationEffect::CompositeOperation composite) { m_composite = composite; } 28 AnimationEffect::CompositeOperation composite() const { return m_composite; } function in class:WebCore::Keyframe 58 AnimationEffect::CompositeOperation composite() const { return m_composite; } function in class:WebCore::Keyframe::PropertySpecificKeyframe 88 Keyframe(double offset, AnimationEffect::CompositeOperation composite, PassRefPtr<TimingFunction> easing) 90 , m_composite(composite)
|
/external/chromium_org/cc/trees/ |
layer_tree_host_single_thread_client.h | 12 // Request that the client schedule a composite. 14 // Request that the client schedule a composite now, and calculate appropriate
|
/external/pixman/test/ |
Makefile.sources | 23 composite-traps-test \ 28 composite \
|
/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.
|
/external/chromium_org/mojo/aura/ |
window_tree_host_mojo_delegate.h | 14 // Invoked when the contents of the composite associated with the
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/editor/structure/ |
IPage.java | 14 import org.eclipse.swt.widgets.Composite; 27 void createControl(Composite parent); 35 * Note that there is no guarantee that {@link #createControl(Composite)} has been called, so the 48 * {@link #createControl(Composite)} is called.
|
/external/chromium_org/ui/compositor/ |
compositor_observer.h | 20 // composite. In the multi-threaded case, many commits may happen between 22 // between two composites (just before the composite as part of the 23 // composite cycle). If the compositor is locked, it will not send this
|