Lines Matching refs:False
24 self.dbg.SetInputFileHandle(self.filehandle, False)
28 self.dbg.SetOutputFileHandle(self.devnull, False)
29 self.dbg.SetErrorFileHandle (self.devnull, False)
35 True, False, lldb.SBCommandInterpreterRunOptions(), 0, False,
36 False)
66 True, False, lldb.SBCommandInterpreterRunOptions(), 0, False,
67 False)
83 self.assertEqual(opts.GetStopOnContinue(), False)
84 self.assertEqual(opts.GetStopOnError(), False)
85 self.assertEqual(opts.GetStopOnCrash(), False)
104 self.assertEqual(opts.GetEchoCommands(), False)
105 self.assertEqual(opts.GetPrintResults(), False)
106 self.assertEqual(opts.GetPrintErrors(), False)
107 self.assertEqual(opts.GetAddToHistory(), False)