Searched refs:ST (Results 1 - 25 of 428) sorted by path

1234567891011>>

/external/ImageMagick/PerlMagick/
H A DMagick.xs2451 if (sv_isobject(ST(0)) == 0)
2457 reference=SvRV(ST(0));
2467 SetAttribute(aTHX_ package_info,NULL,"server",ST(1),exception);
2471 SetAttribute(aTHX_ package_info,image,SvPV(ST(i-1),na),ST(i),
2483 ST(0)=sv_2mortal(perl_exception);
2547 if (sv_isobject(ST(0)) == 0)
2553 reference=SvRV(ST(0));
2572 attribute=(char *) SvPV(ST(i-1),na);
2581 SvPV(ST(
[all...]
/external/ImageMagick/PerlMagick/quantum/
H A Dquantum.xs.in2451 if (sv_isobject(ST(0)) == 0)
2457 reference=SvRV(ST(0));
2467 SetAttribute(aTHX_ package_info,NULL,"server",ST(1),exception);
2471 SetAttribute(aTHX_ package_info,image,SvPV(ST(i-1),na),ST(i),
2483 ST(0)=sv_2mortal(perl_exception);
2547 if (sv_isobject(ST(0)) == 0)
2553 reference=SvRV(ST(0));
2572 attribute=(char *) SvPV(ST(i-1),na);
2581 SvPV(ST(
[all...]
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas1184 /// Don't use StringTemplate type to avoid dependency on ST assembly
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
H A DActionTranslator.g36 import org.stringtemplate.v4.ST;
81 /** Return a list of strings and ST objects that
99 if ( o instanceof ST ) buf.append(((ST)o).render());
167 protected ST template(String name) {
168 ST st = generator.getTemplates().getInstanceOf(name);
190 ST st = null;
240 ST st = null;
310 ST st = template("tokenLabelPropertyRef_"+$y.text);
383 ST s
[all...]
H A DCodeGenTreeWalker.g34 * a bigger and bigger ST.
60 import org.stringtemplate.v4.ST;
72 protected ST currentBlockST = null;
121 protected ST recognizerST;
123 protected ST outputFileST;
124 protected ST headerFileST;
128 protected final ST getWildcardST(GrammarAST elementAST, GrammarAST ast_suffix, String label) {
136 protected final ST getRuleElementST( String name,
156 ST elementST = templates.getInstanceOf( name );
165 protected final ST getTokenElementS
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DDFA.java35 import org.stringtemplate.v4.ST;
206 /** List of ST for special states. */
402 specialStateSTs = new ArrayList(); // List<ST>
449 ST stateST =
827 public boolean getHasSynPred() { return hasSynPred(); } // for ST
H A DSemanticContext.java34 import org.stringtemplate.v4.ST;
76 public abstract ST genExpr(CodeGenerator generator,
171 public ST genExpr(CodeGenerator generator,
175 ST eST = null;
199 eST = new ST("<pred>");
255 public ST genExpr(CodeGenerator generator,
262 return new ST("true");
282 public ST genExpr(CodeGenerator generator,
289 return new ST("false");
449 public ST genExp
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
H A DACyclicDFACodeGenerator.java32 import org.stringtemplate.v4.ST;
44 public ST genFixedLookaheadDecision(STGroup templates,
50 protected ST walkFixedDFAGeneratingStateMachine(
58 ST dfaST = templates.getInstanceOf("dfaAcceptState");
76 ST dfaST = templates.getInstanceOf(dfaStateName);
113 ST edgeST = templates.getInstanceOf(dfaEdgeName);
137 ST predST = preds.genExpr(parentGenerator,
144 ST targetST =
173 ST edgeST = templates.getInstanceOf(dfaEdgeName);
178 ST targetS
[all...]
H A DActionScriptTarget.java31 import org.stringtemplate.v4.ST;
126 protected ST chooseWhereCyclicDFAsGo(Tool tool,
129 ST recognizerST,
130 ST cyclicDFAST) {
H A DCPPTarget.java31 import org.stringtemplate.v4.ST;
89 ST headerFileST,
H A DCSharp3Target.java38 import org.stringtemplate.v4.ST;
82 protected void genRecognizerFile(Tool tool, CodeGenerator generator, Grammar grammar, ST outputFileST) throws IOException
H A DCTarget.java31 import org.stringtemplate.v4.ST;
45 ST outputFileST)
60 ST headerFileST,
73 protected ST chooseWhereCyclicDFAsGo(Tool tool,
76 ST recognizerST,
77 ST cyclicDFAST) {
H A DCodeGenerator.java113 protected ST recognizerST;
114 protected ST outputFileST;
115 protected ST headerFileST;
217 dbgTemplates.iterateAcrossValues = true; // ST v3 compatibility with Maps
234 astTemplates.iterateAcrossValues = true; // ST v3 compatibility with Maps
243 STGroup stTemplates = new STGroupFile(langDir+"/ST.stg");
249 STGroup stTemplates = new STGroupFile(langDir+"/ST.stg");
253 templates.iterateAcrossValues = true; // ST v3 compatibility with Maps
260 baseTemplates.iterateAcrossValues = true; // ST v3 compatibility with Maps
264 coreTemplates.iterateAcrossValues = true; // ST v
[all...]
H A DDelphiTarget.java33 import org.stringtemplate.v4.ST;
49 protected ST chooseWhereCyclicDFAsGo(Tool tool,
52 ST recognizerST,
53 ST cyclicDFAST)
H A DJavaTarget.java33 import org.stringtemplate.v4.ST;
38 protected ST chooseWhereCyclicDFAsGo(Tool tool,
41 ST recognizerST,
42 ST cyclicDFAST)
H A DObjCTarget.java33 import org.stringtemplate.v4.ST;
42 ST headerFileST,
H A DRubyTarget.java34 import org.stringtemplate.v4.ST;
307 ST outputFileST
H A DTarget.java33 import org.stringtemplate.v4.ST;
89 ST outputFileST)
100 ST headerFileST,
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DBuildDependencyGenerator.java33 import org.stringtemplate.v4.ST;
42 * Using ST, emit a simple "make compatible" list of dependencies.
118 ST headerExtST = null;
119 ST extST = generator.getTemplates().getInstanceOf("codeFileExtension");
202 public ST getDependencies() {
204 ST dependenciesST = templates.getInstanceOf("dependencies");
H A DDOTGenerator.java34 import org.stringtemplate.v4.ST;
72 ST dot = null;
97 ST dot = stlib.getInstanceOf("nfa");
111 protected void walkCreatingDFADOT(ST dot,
121 ST st;
161 protected void walkRuleNFACreatingDOT(ST dot,
171 ST stateST;
190 ST rankST = stlib.getInstanceOf("decision-rank");
206 ST edgeST = null;
H A DErrorManager.java36 import org.stringtemplate.v4.ST;
85 * ST knows how to pay attention to the default encoding so it
327 /** Handle all ST error listeners here (code gen, Grammar, and this class
362 /** Errors during initialization related to ST must all go to System.err.
510 /** Given a message ID, return a ST that somebody can fill
512 * in the messages ST group.
514 public static ST getMessage(int msgID) {
529 /** Return a ST that refers to the current format used for
532 public static ST getLocationFormat() {
535 public static ST getReportForma
[all...]
H A DGrammar.java40 import org.stringtemplate.v4.ST;
455 protected ST lexerGrammarST;
854 ST matchTokenRuleST = null;
856 matchTokenRuleST = new ST(
861 matchTokenRuleST = new ST(
1529 public void setSynPredGateIfNotAlready(ST gateST) {
H A DGrammarAST.java41 import org.stringtemplate.v4.ST;
123 /** if this is a TOKEN_REF or RULE_REF node, this is the code ST
127 public ST code;
H A DGrammarAnalysisAbortedMessage.java31 import org.stringtemplate.v4.ST;
52 ST st = getMessageTemplate();

Completed in 345 milliseconds

1234567891011>>