/external/mesa3d/src/gallium/state_trackers/clover/core/ |
D | kernel.hpp | 51 void unbind(); 94 virtual void unbind(exec_context &ctx) = 0; 150 virtual void unbind(exec_context &ctx); 162 virtual void unbind(exec_context &ctx); 175 virtual void unbind(exec_context &ctx); 186 virtual void unbind(exec_context &ctx); 207 virtual void unbind(exec_context &ctx); 218 virtual void unbind(exec_context &ctx); 229 virtual void unbind(exec_context &ctx);
|
D | kernel.cpp | 95 exec.unbind(); in launch() 240 kernel::exec_context::unbind() { in unbind() function in kernel::exec_context 242 arg.unbind(*this); in unbind() 399 kernel::scalar_argument::unbind(exec_context &ctx) { in unbind() function in kernel::scalar_argument 435 kernel::global_argument::unbind(exec_context &ctx) { in unbind() function in kernel::global_argument 469 kernel::local_argument::unbind(exec_context &ctx) { in unbind() function in kernel::local_argument 503 kernel::constant_argument::unbind(exec_context &ctx) { in unbind() function in kernel::constant_argument 535 kernel::image_rd_argument::unbind(exec_context &ctx) { in unbind() function in kernel::image_rd_argument 566 kernel::image_wr_argument::unbind(exec_context &ctx) { in unbind() function in kernel::image_wr_argument 590 kernel::sampler_argument::unbind(exec_context &ctx) { in unbind() function in kernel::sampler_argument [all …]
|
/external/u-boot/test/dm/ |
D | test-driver.c | 81 .unbind = test_unbind, 92 .unbind = test_unbind, 146 .unbind = test_manual_unbind, 156 .unbind = test_manual_unbind, 167 .unbind = test_manual_unbind,
|
/external/python/cpython3/Lib/idlelib/ |
D | multicall.py | 98 def unbind(self, triplet, func): member in _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 _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 MultiCallCreator.MultiCall 359 self.__binders[triplet[1]].unbind(triplet, func) 361 return widget.unbind(self, sequence, funcid) 391 self.__binders[triplet[1]].unbind(triplet, func) [all …]
|
D | autocomplete_w.py | 252 acw.unbind(WINCONFIG_SEQUENCE, self.winconfigid) 433 self.autocompletewindow.unbind(HIDE_VIRTUAL_EVENT_NAME, self.hideaid) 434 self.widget.unbind(HIDE_VIRTUAL_EVENT_NAME, self.hidewid) 439 self.widget.unbind(KEYPRESS_VIRTUAL_EVENT_NAME, self.keypressid) 443 self.widget.unbind(KEYRELEASE_VIRTUAL_EVENT_NAME, self.keyreleaseid) 445 self.listbox.unbind(LISTUPDATE_SEQUENCE, self.listupdateid) 448 self.autocompletewindow.unbind(WINCONFIG_SEQUENCE, self.winconfigid)
|
D | tooltip.py | 105 self.anchor_widget.unbind("<Enter>", self._id1) 106 self.anchor_widget.unbind("<Leave>", self._id2) 107 self.anchor_widget.unbind("<Button>", self._id3)
|
D | iomenu.py | 131 self.text.unbind("<<open-window-from-file>>", self.__id_open) 132 self.text.unbind("<<save-window>>", self.__id_save) 133 self.text.unbind("<<save-window-as-file>>",self.__id_saveas) 134 self.text.unbind("<<save-copy-of-window-as-file>>", self.__id_savecopy) 135 self.text.unbind("<<print-window>>", self.__id_print)
|
/external/python/cpython2/Lib/idlelib/ |
D | MultiCall.py | 93 def unbind(self, triplet, func): member in _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 _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 MultiCallCreator.MultiCall 347 self.__binders[triplet[1]].unbind(triplet, func) 349 return widget.unbind(self, sequence, funcid) 378 self.__binders[triplet[1]].unbind(triplet, func) [all …]
|
D | AutoCompleteWindow.py | 386 self.widget.unbind(HIDE_VIRTUAL_EVENT_NAME, self.hideid) 390 self.widget.unbind(KEYPRESS_VIRTUAL_EVENT_NAME, self.keypressid) 394 self.widget.unbind(KEYRELEASE_VIRTUAL_EVENT_NAME, self.keyreleaseid) 396 self.listbox.unbind(LISTUPDATE_SEQUENCE, self.listupdateid) 398 self.autocompletewindow.unbind(WINCONFIG_SEQUENCE, self.winconfigid)
|
D | IOBinding.py | 160 self.text.unbind("<<open-window-from-file>>", self.__id_open) 161 self.text.unbind("<<save-window>>", self.__id_save) 162 self.text.unbind("<<save-window-as-file>>",self.__id_saveas) 163 self.text.unbind("<<save-copy-of-window-as-file>>", self.__id_savecopy) 164 self.text.unbind("<<print-window>>", self.__id_print)
|
/external/linux-kselftest/tools/testing/selftests/media_tests/ |
D | regression_test.txt | 8 Run bin/unbind loop while ioctls are in progress. 35 device file goes away after unbind, device file name changes. Start the 37 after unbind, /dev/media1 or /dev/media2 could get created. The idea is 38 keep ioctls going while bind/unbind runs. 41 and number to run bind and unbind. Start the bind_unbind.sh
|
/external/swiftshader/src/D3D9/ |
D | Direct3DStateBlock9.cpp | 347 this->vertexDeclaration->unbind(); in Capture() 366 this->indexBuffer->unbind(); in Capture() 423 streamSource[stream].vertexBuffer->unbind(); in Capture() 451 this->texture[sampler]->unbind(); in Capture() 501 this->pixelShader->unbind(); in Capture() 520 this->vertexShader->unbind(); in Capture() 651 if(this->indexBuffer) this->indexBuffer->unbind(); in setIndices() 682 if(this->pixelShader) this->pixelShader->unbind(); in setPixelShader() 731 if(streamSource[stream].vertexBuffer) streamSource[stream].vertexBuffer->unbind(); in setStreamSource() 755 if(this->texture[sampler]) this->texture[sampler]->unbind(); in setTexture() [all …]
|
D | Unknown.hpp | 36 virtual void unbind();
|
/external/u-boot/include/linux/usb/ |
D | composite.h | 110 void (*unbind)(struct usb_configuration *, member 209 void (*unbind)(struct usb_configuration *); member 275 int (*unbind)(struct usb_composite_dev *); member
|
/external/deqp/modules/gles31/functional/ |
D | es31fFboSRGBWriteControlTests.cpp | 407 void unbind (void) const; 464 void TestVertexData::unbind (void) const in unbind() function in deqp::gles31::Functional::__anone4ed7a720111::TestVertexData 479 void unbind (void) const; 543 void TestTexture2D::unbind (void) const in unbind() function in deqp::gles31::Functional::__anone4ed7a720111::TestTexture2D 562 void unbind (void); 642 void TestFramebuffer::unbind (void) in unbind() function in deqp::gles31::Functional::__anone4ed7a720111::TestFramebuffer 963 m_framebufferList[idx]->unbind(); in copyFrameBufferTexture() 969 m_framebufferList[fboSrcIdx]->unbind(); in copyFrameBufferTexture() 973 m_framebufferList[fboDstIdx]->unbind(); in copyFrameBufferTexture() 988 m_framebufferList[fboSrcIdx]->unbind(); in copyFrameBufferTexture() [all …]
|
/external/linux-kselftest/tools/testing/selftests/drivers/usb/usbip/ |
D | usbip_test.sh | 105 src/usbip unbind -b $busid; 113 src/usbip unbind -b $busid;
|
/external/u-boot/drivers/usb/gadget/udc/ |
D | udc-core.c | 229 udc->driver->unbind(udc->gadget); in usb_gadget_remove_driver() 283 driver->unbind(udc->gadget); in udc_bind_to_driver() 333 if (!driver || !driver->unbind) in usb_gadget_unregister_driver()
|
/external/swiftshader/src/Device/ |
D | LRUCache.hpp | 83 data[i]->unbind(); in ~LRUCache() 136 this->data[top]->unbind(); in add()
|
/external/swiftshader/src/Renderer/ |
D | LRUCache.hpp | 83 data[i]->unbind(); in ~LRUCache() 136 this->data[top]->unbind(); in add()
|
/external/u-boot/drivers/usb/gadget/ |
D | composite.c | 942 if (f->unbind) { in composite_unbind() 945 f->unbind(c, f); in composite_unbind() 949 if (c->unbind) { in composite_unbind() 951 c->unbind(c); in composite_unbind() 955 if (composite->unbind) in composite_unbind() 956 composite->unbind(cdev); in composite_unbind() 1055 .unbind = composite_unbind,
|
/external/u-boot/drivers/core/ |
D | device-remove.c | 84 if (drv->unbind) { in device_unbind() 85 ret = drv->unbind(dev); in device_unbind()
|
/external/swiftshader/src/Reactor/ |
D | Routine.hpp | 31 void unbind();
|
D | Routine.cpp | 33 void Routine::unbind() in unbind() function in rr::Routine
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/controller/ |
D | IntentServiceControllerTest.java | 81 controller.create().bind().unbind(); in unbind_callsUnbindWhilePaused() 87 controller.create().bind().unbind().bind().rebind(); in rebind_callsRebindWhilePaused()
|
/external/swiftshader/src/D3D8/ |
D | Unknown.hpp | 36 virtual void unbind();
|