Home | History | Annotate | Download | only in lldb

Lines Matching refs:_choice

137 def _choice(first_choice, second_choice):
177 self.blacklist = _choice(args.blacklist, config.blacklist)
181 self.adb_path = _choice(args.adb_path, config.adb_path)
183 self.host_port = int(_choice(args.host_port, config.host_port))
185 self.device = _choice(args.device, config.device)
189 self.device_port = int(_choice(args.device_port, config.device_port))
191 self.lldb_server_path_device = _choice(args.lldb_server_path_device,
194 self.lldb_server_path_host = _choice(args.lldb_server_path_host,
197 self.aosp_product_path = _choice(args.aosp_product_path,
200 self.log_file_path = _choice(args.log_file_path, config.log_file_path)
202 self.results_file_path = _choice(args.results_file_path,
205 self.lldb_path = _choice(args.lldb_path, config.lldb_path)
207 self.verbose = _choice(args.verbose, config.verbose)
208 self.timeout = int(_choice(args.timeout, config.timeout))
209 self.emu_cmd = _choice(args.emu_cmd, config.emu_cmd)