Searched defs:GetProgram (Results 1 - 4 of 4) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DTokenRewriteStream.cs270 IList<RewriteOperation> rewrites = GetProgram(programName);
296 IList<RewriteOperation> rewrites = GetProgram(programName);
348 protected virtual IList<RewriteOperation> GetProgram(string name) { method in class:Antlr.Runtime.TokenRewriteStream
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DTokenRewriteStream.cs307 IList<RewriteOperation> rewrites = GetProgram( programName );
339 IList<RewriteOperation> rewrites = GetProgram( programName );
401 protected virtual IList<RewriteOperation> GetProgram( string name ) method in class:Antlr.Runtime.TokenRewriteStream
/external/chromium/base/
H A Dcommand_line.cc237 FilePath CommandLine::GetProgram() const { function in class:CommandLine
395 DCHECK(!include_program || !other.GetProgram().empty());
406 DCHECK_EQ(include_program, !other.GetProgram().empty());
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas2739 function GetProgram(const Name: String): IList<IRewriteOperation>; virtual;
5893 function TTokenRewriteStream.GetProgram(
5966 GetProgram(ProgramName).Add(Op);
5999 Rewrites := GetProgram(ProgramName);

Completed in 724 milliseconds