Searched defs:GetProgram (Results 1 - 7 of 7) 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_org/base/
H A Dcommand_line.cc293 FilePath CommandLine::GetProgram() const { function in class:base::CommandLine
408 SetProgram(other.GetProgram());
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_base.h125 Program* GetProgram(GLuint client_id) { function in class:gpu::gles2::GLES2DecoderTestBase
126 return group_->program_manager()->GetProgram(client_id);
H A Dprogram_manager.cc1289 Program* ProgramManager::GetProgram(GLuint client_id) { function in class:gpu::gles2::ProgramManager
H A Dgles2_cmd_decoder.cc984 Program* GetProgram(GLuint client_id) { function in class:gpu::gles2::GLES2DecoderImpl
985 return program_manager()->GetProgram(client_id);
1020 Program* program = GetProgram(client_id);
1054 if (GetProgram(client_id)) {
3897 if (GetProgram(client_id)) {
4989 Program* program = GetProgram(client_id);
7043 const Program* program = GetProgram(client_id);
9733 program = GetProgram(program_id);
/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 5884 milliseconds