Lines Matching defs:contains
69 def contains?(str, match)
94 @current_index = @lines.index { |line| contains?(line, match) }
102 index = @lines.drop(@current_index).index { |line| contains?(line, match) }
111 raise_error "#{@name} should not occur: #{match_str(match)}" if contains?(line, match)
119 raise_error "#{@name} should not occur: #{match_str(match)}" if contains?(line, match)
275 @events_scope.lines.count { |event| contains?(event, match) }
293 res = @events_scope.lines.count { |event| contains?(event, match) }
314 @ir_scope.lines.count { |inst| contains?(inst, match) }
366 if line.start_with?('METHOD_INFO:') && contains?(@disasm_lines[index + 1].split(':', 2)[1].strip, match)
396 if contains?(line, match)