Home
last modified time | relevance | path

Searched refs:Unbind (Results 1 – 13 of 13) sorted by relevance

/external/libchrome/mojo/public/cpp/bindings/
Dbinding.h166 InterfaceRequest<Interface> Unbind() { in Unbind() function
168 return internal_state_.Unbind(); in Unbind()
Dassociated_binding.h129 AssociatedInterfaceRequest<Interface> Unbind() { in Unbind() function
/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
Dfake_fs.py42 self.Unbind()
54 def Unbind(self): member in FakeFS
/external/libchrome/mojo/public/cpp/bindings/lib/
Dbinding_state.h119 InterfaceRequest<Interface> Unbind() { in Unbind() function
/external/libchrome/ipc/
Dipc_perftest_util.cc129 ignore_result(binding_.Unbind().PassMessagePipe().release()); in ~ReflectorImpl()
Dipc_mojo_perftest.cc373 ignore_result(binding_.Unbind().PassMessagePipe().release()); in ~InterfacePassingTestDriverImpl()
/external/parameter-framework/upstream/tools/xmlGenerator/
DREADME.md117 conf: Unbind
124 - Modem.Unbind (no rule, i.e. applicable by default)
/external/sonivox/jet_tools/JetCreator/
DJetCtrls.py430 self.time[0].Unbind(wx.EVT_KILL_FOCUS, self.time[0])
431 self.time[1].Unbind(wx.EVT_KILL_FOCUS, self.time[1])
432 self.time[2].Unbind(wx.EVT_KILL_FOCUS, self.time[2])
/external/libchrome/mojo/public/cpp/bindings/tests/
Dbinding_unittest.cc203 TEST_P(BindingTest, Unbind) { in TEST_P() argument
217 auto request = binding.Unbind(); in TEST_P()
/external/webrtc/webrtc/base/
Dvirtualsocketserver.h140 int Unbind(const SocketAddress& addr, VirtualSocket* socket);
Dvirtualsocketserver.cc170 server_->Unbind(local_addr_, this); in Close()
683 int VirtualSocketServer::Unbind(const SocketAddress& addr, in Unbind() function in rtc::VirtualSocketServer
/external/u-boot/doc/driver-model/
DREADME.txt776 5. Unbind stage
/external/python/cpython2/Misc/
Dcheatsheet657 del name[,name]* -- Unbind name(s) from object. Object will be indirectly