Searched refs:composite (Results 1 - 25 of 89) sorted by relevance

1234

/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
H A DGridLayoutFactory.java30 private GridLayoutFactory(Composite composite, GridLayout layout) { argument
32 composite.setLayout(m_layout);
35 public static GridLayoutFactory create(Composite composite) { argument
36 return new GridLayoutFactory(composite, new GridLayout());
39 public static GridLayoutFactory modify(Composite composite) { argument
40 Layout layout = composite.getLayout();
42 return new GridLayoutFactory(composite, (GridLayout) layout);
44 return create(composite);
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DNFA.java54 return grammar.composite.getNewNFAStateNumber();
58 grammar.composite.addState(state);
62 return grammar.composite.getState(s);
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
H A DTestCompositeGrammars.java211 CompositeGrammar composite = new CompositeGrammar();
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();
250 Grammar g = new Grammar(antlr,tmpdir+"/M.g",composite);
251 composite
[all...]
H A DTestSymbolDefinitions.java786 CompositeGrammar composite = new CompositeGrammar();
787 Grammar g = new Grammar(antlr,tmpdir+"/B.g",composite);
789 g.composite.assignTokenTypes();
796 realElements(g.composite.tokenIDToTypeMap).toString());
797 assertEquals(expectedStringLiteralToTypeMap, g.composite.stringLiteralToTypeMap.toString());
799 realElements(g.composite.typeToTokenList).toString());
818 CompositeGrammar composite = new CompositeGrammar();
819 Grammar g = new Grammar(antlr,tmpdir+"/B.g",composite);
821 g.composite.assignTokenTypes();
828 realElements(g.composite
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DInterp.java76 CompositeGrammar composite = new CompositeGrammar();
77 Grammar parser = new Grammar(tool, grammarFileName, composite);
78 composite.setDelegationRoot(parser);
84 parser.composite.assignTokenTypes();
85 parser.composite.defineGrammarSymbols();
86 parser.composite.createNFAs();
109 lexer.composite.createNFAs();
H A DGrammarReport2.java49 CompositeGrammar composite = root.composite;
50 for (Grammar g : composite.getDelegates(root)) {
H A DGrammar.java300 /** 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) { argument
516 this.composite = composite;
519 // ensure we have the composite set to something
520 if ( composite.delegateGrammarTreeRoot==null ) {
521 composite
[all...]
H A DRandomPhrase.java155 CompositeGrammar composite = new CompositeGrammar();
157 Grammar parser = new Grammar(tool, grammarFileName, composite);
158 composite.setDelegationRoot(parser);
165 parser.composite.assignTokenTypes();
166 parser.composite.defineGrammarSymbols();
167 parser.composite.createNFAs();
H A DBuildDependencyGenerator.java144 grammar.composite.getDelegates(grammar.composite.getRootGrammar());
168 grammar.composite.getDelegates(grammar.composite.getRootGrammar());
H A DNameSpaceChecker.java45 for (int i = CompositeGrammar.MIN_RULE_INDEX; i < grammar.composite.ruleIndexToRuleList.size(); i++) {
46 Rule r = grammar.composite.ruleIndexToRuleList.elementAt(i);
151 if ( !grammar.composite.lexerRules.contains(tokenID) &&
164 Grammar scopeG = grammar.composite.getGrammar(scopeAST.getText());
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DKeyframe.h27 void setComposite(AnimationEffect::CompositeOperation composite) { m_composite = composite; } argument
28 AnimationEffect::CompositeOperation composite() const { return m_composite; } function in class:blink::Keyframe
58 AnimationEffect::CompositeOperation composite() const { return m_composite; } function in class:blink::Keyframe::PropertySpecificKeyframe
88 Keyframe(double offset, AnimationEffect::CompositeOperation composite, PassRefPtr<TimingFunction> easing) argument
90 , m_composite(composite)
H A DKeyframeEffectModel.cpp150 ASSERT(keyframes[0]->composite() == AnimationEffect::CompositeReplace);
152 ASSERT(keyframes[i + 1]->composite() == AnimationEffect::CompositeReplace);
170 if (keyframeVector[i]->composite() != AnimationEffect::CompositeReplace)
187 Keyframe::PropertySpecificKeyframe::PropertySpecificKeyframe(double offset, PassRefPtr<TimingFunction> easing, AnimationEffect::CompositeOperation composite) argument
190 , m_composite(composite)
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
H A DREADME32 composite / video work for the Xorg state tracker.
/external/mesa3d/src/gallium/state_trackers/xa/
H A DREADME32 composite / video work for the Xorg state tracker.
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGFECompositeElement.cpp112 FEComposite* composite = static_cast<FEComposite*>(effect); local
114 return composite->setOperation(m_svgOperator->currentValue()->enumValue());
116 return composite->setK1(m_k1->currentValue()->value());
118 return composite->setK2(m_k2->currentValue()->value());
120 return composite->setK3(m_k3->currentValue()->value());
122 return composite->setK4(m_k4->currentValue()->value());
/external/chromium_org/third_party/polymer/components-chromium/core-animation/
H A Dcore-animation-extracted.js63 * @property composite
67 composite: {value: 'replace', reflect: true},
211 composite: 'apply',
377 effect = new KeyframeEffect(frames, this.composite);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
H A DCSpinner.java317 protected Point computeSize(Composite composite, int wHint, int hHint, boolean flushCache) { argument
334 protected void layout(Composite composite, boolean flushCache) { argument
335 Rectangle cRect = composite.getClientArea();
368 protected Point computeSize(Composite composite, int wHint, int hHint, boolean flushCache) { argument
385 protected void layout(Composite composite, boolean flushCache) { argument
386 Rectangle cRect = composite.getClientArea();
419 protected Point computeSize(Composite composite, int wHint, int hHint, boolean flushCache) { argument
434 protected void layout(Composite composite, boolean flushCache) { argument
435 Rectangle cRect = composite.getClientArea();
467 protected Point computeSize(Composite composite, in argument
484 layout(Composite composite, boolean flushCache) argument
509 computeSize(Composite composite, int wHint, int hHint, boolean flushCache) argument
526 layout(Composite composite, boolean flushCache) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
H A DProgress.js145 * @param {!WebInspector.CompositeProgress} composite
148 WebInspector.SubProgress = function(composite, weight)
150 this._composite = composite;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DelementsPanel.css581 .sidebar-pane.composite {
585 .sidebar-pane.composite > .body {
589 .sidebar-pane.composite .metrics {
612 .sidebar-pane.composite .metrics-and-computed .sidebar-pane-toolbar,
613 .sidebar-pane.composite .metrics-and-styles .sidebar-pane-toolbar {
635 .sidebar-pane.composite .metrics-and-computed .sidebar-pane-toolbar {
641 .sidebar-pane.composite .platform-fonts .body {
646 .sidebar-pane.composite .platform-fonts .sidebar-separator {
650 .sidebar-pane.composite .platform-fonts .stats-section {
654 .sidebar-pane.composite
[all...]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
H A DDbg.stg72 ((Profiler)dbg).ExamineRuleMemoization(input, ruleIndex, stopIndex, <grammar.composite.rootGrammar.recognizerName>.ruleNames[ruleIndex]);
77 ((Profiler)dbg).Memoize(input, ruleIndex, ruleStartIndex, <grammar.composite.rootGrammar.recognizerName>.ruleNames[ruleIndex]);
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
H A DDbg.stg71 ((Profiler)dbg).ExamineRuleMemoization(input, ruleIndex, stopIndex, <grammar.composite.rootGrammar.recognizerName>.ruleNames[ruleIndex]);
76 ((Profiler)dbg).Memoize(input, ruleIndex, ruleStartIndex, <grammar.composite.rootGrammar.recognizerName>.ruleNames[ruleIndex]);
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
H A DDbg.stg81 [(Profiler)dbg examineRuleMemoization:input, ruleIndex, <grammar.composite.rootGrammar.recognizerName>.ruleNames objectAtIndex:ruleIndex];
86 [((Profiler)dbg) memoize:input RuleIndex:ruleIndex StartIndex:ruleStartIndex [<grammar.composite.rootGrammar.recognizerName> ruleNames[ruleIndex]];
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/
H A DTool.java462 rootGrammar.composite.assignTokenTypes();
463 //rootGrammar.composite.translateLeftRecursiveRules();
465 rootGrammar.composite.defineGrammarSymbols();
466 rootGrammar.composite.createNFAs();
507 lexerGrammar.composite.watchNFAConversion = internalOption_watchNFAConversion;
519 lexerGrammar.composite.assignTokenTypes();
521 lexerGrammar.composite.defineGrammarSymbols();
522 lexerGrammar.composite.createNFAs();
597 // create the necessary composite in case it's got delegates; even
599 CompositeGrammar composite
[all...]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
H A DDbg.stg67 ((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]);
/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
H A DAnimatableValueKeyframe.cpp36 return adoptPtrWillBeNoop(new PropertySpecificKeyframe(offset(), &easing(), propertyValue(property), composite()));

Completed in 1080 milliseconds

1234