HomeSort by relevance Sort by last modified time
    Searched defs:programs (Results 1 - 18 of 18) sorted by null

  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRTokenRewriteStream.h 105 * I'm calling these things "programs."
108 ANTLRHashMap *programs; variable
114 @property (retain, getter=getPrograms, setter=setPrograms:) ANTLRHashMap *programs; variable
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRTokenRewriteStream.h 105 * I'm calling these things "programs."
108 ANTLRHashMap *programs; variable
114 @property (retain, getter=getPrograms, setter=setPrograms:) ANTLRHashMap *programs; variable
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRTokenRewriteStream.h 105 * I'm calling these things "programs."
108 ANTLRHashMap *programs; variable
114 @property (retain, getter=getPrograms, setter=setPrograms:) ANTLRHashMap *programs; variable
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTokenRewriteStream.h 105 * I'm calling these things "programs."
108 ANTLRHashMap *programs; variable
114 @property (retain, getter=getPrograms, setter=setPrograms:) ANTLRHashMap *programs; variable
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
TokenRewriteStream.cs 52 * machine instruction streams (programs) operating on a single input tape. :)
178 * I'm calling these things "programs."
182 protected IDictionary<string, IList<RewriteOperation>> programs = null; field in class:Antlr.Runtime.TokenRewriteStream
192 programs = new Dictionary<string, IList<RewriteOperation>>();
193 programs[DEFAULT_PROGRAM_NAME] = new List<RewriteOperation>(PROGRAM_INIT_SIZE);
219 if (programs.TryGetValue(programName, out @is) && @is != null) {
224 programs[programName] = sublist;
350 if (!programs.TryGetValue(name, out @is) || @is == null) {
358 programs[name] = @is;
392 if (!programs.TryGetValue(programName, out rewrites)
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
TokenRewriteStream.cs 55 * machine instruction streams (programs) operating on a single input tape. :)
200 * I'm calling these things "programs."
204 protected IDictionary<string, IList<RewriteOperation>> programs = null; field in class:Antlr.Runtime.TokenRewriteStream
216 programs = new Dictionary<string, IList<RewriteOperation>>();
217 programs[DEFAULT_PROGRAM_NAME] = new List<RewriteOperation>( PROGRAM_INIT_SIZE );
247 if ( programs.TryGetValue( programName, out @is ) && @is != null )
253 programs[programName] = sublist;
404 if ( !programs.TryGetValue( name, out @is ) || @is == null )
414 programs[name] = @is;
455 if ( !programs.TryGetValue( programName, out rewrites )
    [all...]
  /external/chromium_org/chrome/browser/profile_resetter/
jtl_interpreter_unittest.cc 633 std::string programs[] = { local
657 for (size_t i = 0; i < arraysize(programs); ++i) {
659 INIT_INTERPRETER(programs[i],
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
TokenRewriteStream.java 42 * machine instruction streams (programs) operating on a single input tape. :)
159 * I'm calling these things "programs."
162 protected Map programs = null; field in class:TokenRewriteStream
172 programs = new HashMap();
173 programs.put(DEFAULT_PROGRAM_NAME, new ArrayList(PROGRAM_INIT_SIZE));
196 List is = (List)programs.get(programName);
198 programs.put(programName, is.subList(MIN_TOKEN_INDEX,instructionIndex));
321 List is = (List)programs.get(name);
330 programs.put(name, is);
362 List rewrites = (List)programs.get(programName)
    [all...]
  /external/deqp/modules/glshared/
glsFragOpInteractionCase.cpp 531 const deUint32 programs[] = { m_glProgram, m_refProgram }; local
537 const deUint32 program = programs[ndx];
glsShaderLibraryCase.hpp 172 std::vector<PipelineProgram> programs; member in struct:deqp::gls::sl::ShaderCase::PipelineCaseSpecification
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp 487 vector<ShaderProgramObjectContainer*> programs; local
488 m_programs.getAll(programs);
489 for (vector<ShaderProgramObjectContainer*>::iterator i = programs.begin(); i != programs.end(); i++)
    [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContext.cpp 103 ObjectManager programs; member in class:tcu::null::Context
354 return (GLuint)ctx->programs.allocate();
  /external/chromium_org/v8/test/cctest/
test-parsing.cc 298 const char* programs[] = { local
309 for (int i = 0; programs[i]; i++) {
310 const char* program = programs[i];
335 const char* programs[] = { local
342 for (int i = 0; programs[i]; i++) {
343 const char* program = programs[i];
    [all...]
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 

Completed in 178 milliseconds