HomeSort by relevance Sort by last modified time
    Searched refs:here_indent (Results 1 - 4 of 4) sorted by null

  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
scopes.rb 196 lexer = LotsaScopes::Lexer.new( <<-END.here_indent! )
212 lexer = LotsaScopes::Lexer.new( <<-END.here_indent! )
226 lexer = LotsaScopes::Lexer.new( <<-END.here_indent! )
247 lexer = LotsaScopes::Lexer.new( <<-END.here_indent! )
256 lexer = LotsaScopes::Lexer.new( <<-END.here_indent! )
265 lexer = LotsaScopes::Lexer.new( <<-END.here_indent! )
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
core-extensions.rb 9 def here_indent( chr = '| ' ) method in class:String
10 dup.here_indent!( chr )
13 def here_indent!( chr = '| ' )
25 here_indent!( chr ).gsub!( /\n\s+/,' ' )
grammar.rb 323 message = <<-END.here_indent! % [ command, status, grammar, @output ]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/template-output/
template-output.rb 251 input = <<-'END'.here_indent!
260 expected = <<-'END'.here_indent!
307 input = <<-'END'.here_indent!
316 expected = <<-'END'.here_indent!

Completed in 68 milliseconds