Home
last modified time | relevance | path

Searched refs:SetInteractive (Results 1 – 7 of 7) sorted by relevance

/external/autotest/client/cros/cellular/pseudomodem/
Dstate_machine_factory.py52 self.SetInteractive(pm_constants.STATE_MACHINE_CDMA_ACTIVATE)
53 self.SetInteractive(pm_constants.STATE_MACHINE_CONNECT)
54 self.SetInteractive(pm_constants.STATE_MACHINE_CONNECT_CDMA)
55 self.SetInteractive(pm_constants.STATE_MACHINE_DISABLE)
56 self.SetInteractive(pm_constants.STATE_MACHINE_DISCONNECT)
57 self.SetInteractive(pm_constants.STATE_MACHINE_ENABLE)
58 self.SetInteractive(pm_constants.STATE_MACHINE_REGISTER)
59 self.SetInteractive(pm_constants.STATE_MACHINE_REGISTER_CDMA)
62 def SetInteractive(self, machine_name): member in StateMachineFactory
/external/autotest/client/site_tests/cellular_ScanningProperty/files/
Dmodems.py17 self.SetInteractive(pm_constants.STATE_MACHINE_ENABLE)
18 self.SetInteractive(pm_constants.STATE_MACHINE_REGISTER)
/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandReturnObject.h145 void SetInteractive(bool b);
/external/llvm-project/lldb/source/Interpreter/
DCommandReturnObject.cpp178 void CommandReturnObject::SetInteractive(bool b) { m_interactive = b; } in SetInteractive() function in CommandReturnObject
DCommandInterpreter.cpp2306 tmp_result.SetInteractive(result.GetInteractive()); in HandleCommands()
/external/llvm-project/lldb/source/API/
DSBCommandInterpreter.cpp184 result.ref().SetInteractive(false); in HandleCommand()
/external/llvm-project/lldb/source/Target/
DTarget.cpp3341 result.SetInteractive(false); in HandleStop()