HomeSort by relevance Sort by last modified time
    Searched refs:unbind (Results 26 - 50 of 252) sorted by null

12 3 4 5 6 7 8 91011

  /frameworks/base/core/java/android/os/
UpdateEngine.java 260 public boolean unbind() { method in class:UpdateEngine
266 boolean result = mUpdateEngine.unbind(mUpdateEngineCallback);
  /external/mesa3d/src/gallium/state_trackers/clover/core/
kernel.cpp 95 exec.unbind();
240 kernel::exec_context::unbind() { function in class:kernel::exec_context
242 arg.unbind(*this);
399 kernel::scalar_argument::unbind(exec_context &ctx) { function in class:kernel::scalar_argument
435 kernel::global_argument::unbind(exec_context &ctx) { function in class:kernel::global_argument
469 kernel::local_argument::unbind(exec_context &ctx) { function in class:kernel::local_argument
503 kernel::constant_argument::unbind(exec_context &ctx) { function in class:kernel::constant_argument
535 kernel::image_rd_argument::unbind(exec_context &ctx) { function in class:kernel::image_rd_argument
566 kernel::image_wr_argument::unbind(exec_context &ctx) { function in class:kernel::image_wr_argument
590 kernel::sampler_argument::unbind(exec_context &ctx) function in class:kernel::sampler_argument
    [all...]
sampler.cpp 71 sampler::unbind(command_queue &q, void *st) { function in class:sampler
  /external/python/cpython2/Lib/idlelib/
MultiCall.py 61 # methods: bind and unbind, which get a function and a parsed sequence, as
93 def unbind(self, triplet, func): member in class:_SimpleBinder
96 self.widget.unbind(self.widgetinst, self.sequence, self.handlerid)
101 self.widget.unbind(self.widgetinst, self.sequence, self.handlerid)
221 def unbind(self, triplet, func): member in class:_ComplexBinder
230 self.widget.unbind(self.widgetinst, seq, id)
331 self.__binders[triplet[1]].unbind(triplet, ei[0])
340 def unbind(self, sequence, funcid=None): member in class:MultiCallCreator.MultiCall
347 self.__binders[triplet[1]].unbind(triplet, func)
349 return widget.unbind(self, sequence, funcid
    [all...]
  /external/python/cpython3/Lib/idlelib/
multicall.py 66 # methods: bind and unbind, which get a function and a parsed sequence, as
98 def unbind(self, triplet, func): member in class:_SimpleBinder
101 self.widget.unbind(self.widgetinst, self.sequence, self.handlerid)
107 self.widget.unbind(self.widgetinst, self.sequence,
231 def unbind(self, triplet, func): member in class:_ComplexBinder
241 self.widget.unbind(self.widgetinst, seq, id)
343 self.__binders[triplet[1]].unbind(triplet, ei[0])
352 def unbind(self, sequence, funcid=None): member in class:MultiCallCreator.MultiCall
359 self.__binders[triplet[1]].unbind(triplet, func)
361 return widget.unbind(self, sequence, funcid
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
MultiCall.py 62 # methods: bind and unbind, which get a function and a parsed sequence, as
94 def unbind(self, triplet, func): member in class:_SimpleBinder
97 self.widget.unbind(self.widgetinst, self.sequence, self.handlerid)
102 self.widget.unbind(self.widgetinst, self.sequence, self.handlerid)
222 def unbind(self, triplet, func): member in class:_ComplexBinder
231 self.widget.unbind(self.widgetinst, seq, id)
332 self.__binders[triplet[1]].unbind(triplet, ei[0])
341 def unbind(self, sequence, funcid=None): member in class:MultiCallCreator.MultiCall
348 self.__binders[triplet[1]].unbind(triplet, func)
350 return widget.unbind(self, sequence, funcid
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
MultiCall.py 62 # methods: bind and unbind, which get a function and a parsed sequence, as
94 def unbind(self, triplet, func): member in class:_SimpleBinder
97 self.widget.unbind(self.widgetinst, self.sequence, self.handlerid)
102 self.widget.unbind(self.widgetinst, self.sequence, self.handlerid)
222 def unbind(self, triplet, func): member in class:_ComplexBinder
231 self.widget.unbind(self.widgetinst, seq, id)
332 self.__binders[triplet[1]].unbind(triplet, ei[0])
341 def unbind(self, sequence, funcid=None): member in class:MultiCallCreator.MultiCall
348 self.__binders[triplet[1]].unbind(triplet, func)
350 return widget.unbind(self, sequence, funcid
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
MultiCall.py 62 # methods: bind and unbind, which get a function and a parsed sequence, as
94 def unbind(self, triplet, func): member in class:_SimpleBinder
97 self.widget.unbind(self.widgetinst, self.sequence, self.handlerid)
102 self.widget.unbind(self.widgetinst, self.sequence, self.handlerid)
222 def unbind(self, triplet, func): member in class:_ComplexBinder
231 self.widget.unbind(self.widgetinst, seq, id)
332 self.__binders[triplet[1]].unbind(triplet, ei[0])
341 def unbind(self, sequence, funcid=None): member in class:MultiCallCreator.MultiCall
348 self.__binders[triplet[1]].unbind(triplet, func)
350 return widget.unbind(self, sequence, funcid
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
MultiCall.py 62 # methods: bind and unbind, which get a function and a parsed sequence, as
94 def unbind(self, triplet, func): member in class:_SimpleBinder
97 self.widget.unbind(self.widgetinst, self.sequence, self.handlerid)
102 self.widget.unbind(self.widgetinst, self.sequence, self.handlerid)
222 def unbind(self, triplet, func): member in class:_ComplexBinder
231 self.widget.unbind(self.widgetinst, seq, id)
332 self.__binders[triplet[1]].unbind(triplet, ei[0])
341 def unbind(self, sequence, funcid=None): member in class:MultiCallCreator.MultiCall
348 self.__binders[triplet[1]].unbind(triplet, func)
350 return widget.unbind(self, sequence, funcid
    [all...]
  /system/update_engine/
binder_service_android.h 61 android::binder::Status unbind(
73 // on unbind() or whenever the callback object is destroyed.
  /external/v8/src/inspector/
injected-script-native.cc 53 void InjectedScriptNative::unbind(int id) { function in class:v8_inspector::InjectedScriptNative
77 for (int id : groupIt->second) unbind(id);
  /cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
MyServiceClient.java 76 public void unbind() { method in class:MyServiceClient
RemoteSocketFactoryClient.java 77 public void unbind() { method in class:RemoteSocketFactoryClient
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/controller/
IntentServiceController.java 70 public IntentServiceController<T> unbind() { method in class:IntentServiceController
ServiceController.java 68 public ServiceController<T> unbind() { method in class:ServiceController
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
FilterSurfaceView.java 87 public synchronized void unbind() { method in class:FilterSurfaceView
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
ImsResolverTest.java 191 verify(controller, never()).unbind();
215 verify(controller, never()).unbind();
238 verify(controller, never()).unbind();
272 verify(controller, never()).unbind();
302 verify(controller, never()).unbind();
339 verify(carrierController, never()).unbind();
346 verify(deviceController, never()).unbind();
448 verify(carrierController, never()).unbind();
459 verify(deviceController, never()).unbind();
513 verify(carrierController, never()).unbind();
    [all...]
  /external/swiftshader/src/OpenGL/libGL/
Texture.cpp 292 image[i]->unbind();
373 image[level]->unbind();
390 image[level]->unbind();
425 image[level]->unbind();
480 image[0]->unbind();
575 image[i]->unbind();
647 image[f][i]->unbind();
748 image[face][level]->unbind();
884 image[face][level]->unbind();
911 image[face][level]->unbind();
    [all...]
  /frameworks/base/services/core/java/com/android/server/media/
RemoteDisplayProviderProxy.java 160 unbind(); method
169 unbind(); method
207 private void unbind() { method in class:RemoteDisplayProviderProxy
  /frameworks/opt/bitmap/src/com/android/bitmap/drawable/
BasicBitmapDrawable.java 53 * Activity, etc) then make sure to call {@link BasicBitmapDrawable#unbind()} at the appropriate
56 * appropriate unbind operation when the view is detached from the window.
192 public void unbind() { method in class:BasicBitmapDrawable
193 unbind(false);
204 public void unbind(boolean temporary) { method in class:BasicBitmapDrawable
205 Trace.beginSection("unbind");
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LocalServiceActivities.java 94 // Don't attempt to unbind from the service unless the client has received some
178 button = (Button)findViewById(R.id.unbind);
  /external/mesa3d/src/glx/
applegl_glx.c 75 /* If we don't have a context, then we have nothing to unbind */
114 .unbind = applegl_unbind_context,
  /frameworks/base/services/backup/java/com/android/server/backup/transport/
TransportClientManager.java 117 transportClient.unbind(caller);
  /frameworks/opt/bitmap/src/com/android/bitmap/view/
BitmapDrawableImageView.java 31 * BitmapDrawableImageView has logic to unbind its BasicBitmapDrawable when it is detached from the
36 * not a good signal for unbind,
101 mDrawable.unbind(temporary);
  /packages/apps/Messaging/src/com/android/messaging/ui/
BlockedParticipantsFragment.java 73 mBinding.unbind();

Completed in 1079 milliseconds

12 3 4 5 6 7 8 91011