Lines Matching refs:options
62 options, args = opt.parse_args() variable
64 if (options.mcr_core0 is None or
65 options.mcr_core2 is None):
68 if options.stoppattern != None:
69 Core0StopPattern = options.stoppattern
71 if options.stoppattern_core2 != None:
72 Core2StopPattern = options.stoppattern_core2
75 run_partner(options.mcr_core2.replace("\\","\\\\"),
79 res = run_partner(options.mcr_core0.replace("\\","\\\\"),
83 if options.output != None:
84 f = file(options.output,"w")