HomeSort by relevance Sort by last modified time
    Searched defs:interaction (Results 1 - 23 of 23) sorted by null

  /device/google/marlin/power/
utils.c 207 void interaction(int duration, int num_args, int opt_list[]) function
  /external/python/cpython2/Lib/idlelib/
Debugger.py 21 self.gui.interaction(message, frame)
30 self.gui.interaction(message, frame, info)
71 # the main event loop, but from the nested event loop in 'interaction'
76 # callback to debugger's interaction()
90 # - the debugger's interaction routine completes normally
199 def interaction(self, message, frame, info=None): member in class:Debugger
RemoteDebugger.py 63 def interaction(self, message, frame, info=None): member in class:GUIProxy
66 self.conn.remotecall(self.oid, "interaction",
280 def interaction(self, message, fid, modified_info): member in class:GUIAdapter
281 ##print "interaction: (%s, %s, %s)" % (message, fid, modified_info)
283 self.gui.interaction(message, frame, modified_info)
345 interaction requests coming from the subprocess debugger via the GUIProxy.
  /external/python/cpython3/Lib/idlelib/
debugger.py 24 self.gui.interaction(message, frame)
33 self.gui.interaction(message, frame, info)
76 # the main event loop, but from the nested event loop in 'interaction'
81 # callback to debugger's interaction()
95 # - the debugger's interaction routine completes normally
204 def interaction(self, message, frame, info=None): member in class:Debugger
debugger_r.py 63 def interaction(self, message, frame, info=None): member in class:GUIProxy
66 self.conn.remotecall(self.oid, "interaction",
289 def interaction(self, message, fid, modified_info): member in class:GUIAdapter
290 ##print("*** Interaction: (%s, %s, %s)" % (message, fid, modified_info))
292 self.gui.interaction(message, frame, modified_info)
354 interaction requests coming from the subprocess debugger via the GUIProxy.
  /frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/ui/automation/
Automator.java 59 protected final void addInteraction(Interaction interaction) {
64 mInteractions.add(interaction);
67 protected final void setInteractions(List<Interaction> interactions) {
71 private List<Interaction> mInteractions;
88 LinkedList<Interaction> mInteractions;
146 Interaction interaction = mInteractions.poll(); local
147 if (interaction != null) {
148 doInteraction(interaction);
    [all...]
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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.
  /external/libcups/cups/
tls-darwin.c 1933 Boolean interaction; \/* Interaction allowed? *\/ local
2021 Boolean interaction; \/* Interaction allowed? *\/ local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
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...]
  /external/python/cpython2/Lib/
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...]
  /external/python/cpython3/Lib/
pdb.py 129 # Interaction prompt line will separate file and call info from code
237 # from the interaction, save leftover rc lines
238 # to execute before next interaction
251 self.interaction(frame, None)
261 self.interaction(frame, None)
267 Returns True if the normal interaction function must be called,
293 self.interaction(frame, None)
312 self.interaction(frame, exc_traceback)
314 # General interaction function
341 def interaction(self, frame, traceback) member in class:Pdb
    [all...]
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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...]
  /prebuilts/tools/common/m2/repository/org/gebish/geb-core/0.9.3/
geb-core-0.9.3.jar 

Completed in 767 milliseconds