HomeSort by relevance Sort by last modified time
    Searched refs:new_callback (Results 1 - 9 of 9) sorted by null

  /system/connectivity/shill/
mock_process_manager.h 67 bool(pid_t pid, const base::Callback<void(int)>& new_callback));
process_manager.h 117 // Replace the current exit callback for |pid| with |new_callback|.
120 const base::Callback<void(int)>& new_callback);
crypto_util_proxy_unittest.cc 201 const base::Callback<void(int)>& new_callback) {
202 exit_callback_ = new_callback;
process_manager.cc 294 const base::Callback<void(int)>& new_callback) {
303 process_entry->second = new_callback;
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
EditorWindow.py 245 text.bind("<<open-new-window>>", self.new_callback)
364 def new_callback(self, event): member in class:EditorWindow
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
EditorWindow.py 245 text.bind("<<open-new-window>>", self.new_callback)
364 def new_callback(self, event): member in class:EditorWindow
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py 245 text.bind("<<open-new-window>>", self.new_callback)
364 def new_callback(self, event): member in class:EditorWindow
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py 245 text.bind("<<open-new-window>>", self.new_callback)
364 def new_callback(self, event): member in class:EditorWindow
    [all...]
  /system/connectivity/shill/cellular/
cellular_unittest.cc 1939 ResultCallback new_callback; local
    [all...]

Completed in 181 milliseconds