/packages/apps/Dialer/tests/src/com/android/dialer/interactions/ |
PhoneNumberInteractionTest.java | 96 TestPhoneNumberInteraction interaction = new TestPhoneNumberInteraction( local 99 interaction.startInteraction(contactUri); 100 interaction.getLoader().waitForLoader(); 115 TestPhoneNumberInteraction interaction = new TestPhoneNumberInteraction( local 118 interaction.startInteraction(dataUri); 119 interaction.getLoader().waitForLoader(); 136 TestPhoneNumberInteraction interaction = new TestPhoneNumberInteraction( local 139 interaction.startInteraction(contactUri); 140 interaction.getLoader().waitForLoader(); 177 TestPhoneNumberInteraction interaction = new TestPhoneNumberInteraction local 195 TestPhoneNumberInteraction interaction = new TestPhoneNumberInteraction( local 216 TestPhoneNumberInteraction interaction = new TestPhoneNumberInteraction( local [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
Debugger.py | 21 self.gui.interaction(message, frame) 28 self.gui.interaction(message, frame, info) 159 def interaction(self, message, frame, info=None): member in class:Debugger
|
RemoteDebugger.py | 64 def interaction(self, message, frame, info=None): member in class:GUIProxy 67 self.conn.remotecall(self.oid, "interaction", 281 def interaction(self, message, fid, modified_info): member in class:GUIAdapter 282 ##print "interaction: (%s, %s, %s)" % (message, fid, modified_info) 284 self.gui.interaction(message, frame, modified_info) 346 interaction requests coming from the subprocess debugger via the GUIProxy.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
Debugger.py | 21 self.gui.interaction(message, frame) 28 self.gui.interaction(message, frame, info) 159 def interaction(self, message, frame, info=None): member in class:Debugger
|
RemoteDebugger.py | 64 def interaction(self, message, frame, info=None): member in class:GUIProxy 67 self.conn.remotecall(self.oid, "interaction", 281 def interaction(self, message, fid, modified_info): member in class:GUIAdapter 282 ##print "interaction: (%s, %s, %s)" % (message, fid, modified_info) 284 self.gui.interaction(message, frame, modified_info) 346 interaction requests coming from the subprocess debugger via the GUIProxy.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
pdb.py | 52 # Interaction prompt line will separate file and call info from code 148 self.interaction(frame, None) 158 self.interaction(frame, None) 164 Returns True if the normal interaction function must be called, 190 self.interaction(frame, None) 203 self.interaction(frame, exc_traceback) 205 # General interaction function 207 def interaction(self, frame, traceback): member in class:Pdb [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
pdb.py | 52 # Interaction prompt line will separate file and call info from code 148 self.interaction(frame, None) 158 self.interaction(frame, None) 164 Returns True if the normal interaction function must be called, 190 self.interaction(frame, None) 203 self.interaction(frame, exc_traceback) 205 # General interaction function 207 def interaction(self, frame, traceback): member in class:Pdb [all...] |