Lines Matching refs:options
48 options, args = opt.parse_args() variable
50 if (options.mcr_core0 is None or
51 options.mcr_core2 is None):
54 if options.stoppattern != None:
55 Core0StopPattern = options.stoppattern
57 if options.stoppattern_core2 != None:
58 Core2StopPattern = options.stoppattern_core2
61 run_partner(options.mcr_core2.replace("\\","\\\\"),
65 res = run_partner(options.mcr_core0.replace("\\","\\\\"),
69 if options.output != None:
70 f = file(options.output,"w")