HomeSort by relevance Sort by last modified time
    Searched full:unbind (Results 51 - 75 of 96) sorted by null

1 23 4

  /frameworks/base/services/surfaceflinger/DisplayHardware/
DisplayHardware.cpp 304 // Unbind the context from this thread
  /packages/apps/Mms/src/com/android/mms/ui/
MessageListAdapter.java 140 mli.unbind();
MessageListItem.java 163 public void unbind() { method in class:MessageListItem
  /packages/apps/Nfc/src/com/android/nfc/
FireflyRenderThread.java 301 // Unbind the current surface and context from the display
  /development/samples/ApiDemos/src/com/example/android/apis/app/
RemoteService.java 286 button = (Button)findViewById(R.id.unbind);
537 button = (Button)findViewById(R.id.unbind);
  /development/tools/emulator/opengl/host/libs/libOpenglRender/
FrameBuffer.cpp 611 // if this is not an unbind operation - make sure all handles are good
654 // if this is an unbind operation - make sure the current bound
  /frameworks/base/services/java/com/android/server/
AppWidgetService.java 400 // We first unbind all services that are bound to this id
548 // Unbind from the RemoteViewsService (which will trigger a callback to the bound
554 // to unbind. Note that this may mask certain issues with apps calling unbind()
575 // Unbind all connections to Services bound to this AppWidgetId
    [all...]
  /external/openssl/crypto/dso/
dso_dlfcn.c 119 /* For now, "unbind" doesn't exist */
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11wm.c 483 /* Unbind the mouse from the fullscreen window */
  /frameworks/base/docs/html/guide/topics/fundamentals/
services.jd 91 but when all of them unbind, the service is destroyed.</dd>
    [all...]
  /frameworks/base/libs/hwui/
LayerRenderer.cpp 73 // No need to unbind our FBO, this will be taken care of by the caller
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
jquery-1.3.2.js     [all...]
  /build/tools/droiddoc/templates-pdk/assets/
jquery-resizable.min.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/
jquery-resizable.min.js     [all...]
  /external/doclava/res/assets/templates/assets/
jquery-resizable.min.js     [all...]
  /packages/apps/Music/src/com/android/music/
MusicUtils.java 185 Log.e("MusicUtils", "Trying to unbind with null token");
191 Log.e("MusicUtils", "Trying to unbind for unknown Context");
    [all...]
  /cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityEndToEndTest.java 402 // since we do bind once and do not unbind from the delegating
  /external/bluetooth/bluez/tools/
rfcomm.c 694 { "release", "unbind", cmd_release, "<dev>", "Release device" },
  /external/strace/
stream.c 764 case T_UNBIND_REQ: /* unbind request */
  /frameworks/base/core/java/android/accounts/
AccountManagerService.java 1484 unbind(); method
1514 private void unbind() { method in class:AccountManagerService.Session
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherModel.java 184 item.unbind();
187 item.unbind();
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/js/
jquery-1.4.1.min.js 64 f)}c.event.special[b]={setup:function(){this.addEventListener(a,d,true)},teardown:function(){this.removeEventListener(a,d,true)}}});c.each(["bind","one"],function(a,b){c.fn[b]=function(d,f,e){if(typeof d==="object"){for(var i in d)this[b](i,f,d[i],e);return this}if(c.isFunction(f)){e=f;f=v}var j=b==="one"?c.proxy(e,function(n){c(this).unbind(n,j);return e.apply(this,arguments)}):e;return d==="unload"&&b!=="one"?this.one(d,f,e):this.each(function(){c.event.add(this,d,j,f)})}});c.fn.extend({unbind:function(a,
65 b){if(typeof a==="object"&&!a.preventDefault){for(var d in a)this.unbind(d,a[d]);return this}return this.each(function(){c.event.remove(this,a,b)})},trigger:function(a,b){return this.each(function(){c.event.trigger(a,b,this)})},triggerHandler:function(a,b){if(this[0]){a=c.Event(a);a.preventDefault();a.stopPropagation();c.event.trigger(a,b,this[0]);return a.result}},toggle:function(a){for(var b=arguments,d=1;d<b.length;)c.proxy(a,b[d++]);return this.click(c.proxy(a,function(f){var e=(c.data(this,"lastToggle"+
67 live:i},e):c(this.context).unbind(oa(i,this.selector),e?{guid:e.guid+this.selector+i}:null)}return this}});c.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error".split(" "),function(a,b){c.fn[b]=function(d){return d?this.bind(b,d):this.trigger(b)};if(c.attrFn)c.attrFn[b]=true});z.attachEvent&&!z.addEventListener&&z.attachEvent("onunload",function(){for(var a in c.cache)if(c.cache[a].handle)try{c.event.remove(c.cache[a].handle.elem)}catch(b){}});
    [all...]
  /external/ipsec-tools/src/racoon/
handler.c 1449 * - unbind / rem / del ph2
  /system/media/mca/filterfw/native/core/
shader_program.cpp     [all...]
  /frameworks/base/core/java/android/content/
Context.java 126 * calls to unbind. When this flag is set, the callstack of the following
128 * incorrect unbind call is made. Note that doing this requires retaining
238 * if you forget to unregister, unbind, etc.
    [all...]

Completed in 2925 milliseconds

1 23 4