Searched defs:bind (Results 151 - 175 of 231) sorted by relevance

12345678910

/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_texture.c1369 unsigned bind; local
1437 bind = PIPE_BIND_DEPTH_STENCIL;
1439 bind = PIPE_BIND_RENDER_TARGET;
1449 dst->nr_samples, bind)) {
1500 src_templ.bind = PIPE_BIND_SAMPLER_VIEW;
1837 unsigned bind; local
1901 bind = PIPE_BIND_DEPTH_STENCIL;
1903 bind = PIPE_BIND_RENDER_TARGET;
1913 dst_format = st_choose_matching_format(st, bind, format, type,
1956 pipe_target, 0, bind, FALS
2287 unsigned bind; local
[all...]
/external/python/cpython2/Lib/lib-tk/
H A Dturtle.py382 self._rootwindow.bind('<Configure>', self.onResize)
437 def bind(self, *args, **kwargs): member in class:ScrolledCanvas
440 self._canvas.bind(*args, **kwargs)
700 self.cv.bind("<Button-%s>" % num, eventfun, add)
711 self.cv.bind("<KeyRelease-%s>" % key, eventfun)
/external/python/cpython3/Lib/
H A Dinspect.py2519 """Result of `Signature.bind` call. Holds the mapping of arguments
2663 * bind(*args, **kwargs) -> BoundArguments
2928 def bind(*args, **kwargs): member in class:Signature
H A Dturtle.py358 self._rootwindow.bind('<Configure>', self.onResize)
413 def bind(self, *args, **kwargs): member in class:ScrolledCanvas
416 self._canvas.bind(*args, **kwargs)
676 self.cv.bind("<Button-%s>" % num, eventfun, add)
687 self.cv.bind("<KeyRelease-%s>" % key, eventfun)
690 """If key is given, bind fun to key-press event of key.
691 Otherwise bind fun to any key-press.
703 self.cv.bind("<KeyPress>", eventfun)
705 self.cv.bind("<KeyPress-%s>" % key, eventfun)
/external/python/cpython3/Lib/test/test_asyncio/
H A Dtest_base_events.py1140 def bind(addr): function in function:BaseEventLoopWithSelectorTests.test_create_connection_multiple_errors_local_addr
1146 m_socket.socket.return_value.bind = bind
1431 m_sock.bind.side_effect = Err
1512 m_sock.bind.side_effect = Err
1522 sock.bind(('127.0.0.1', 0))
1645 m_socket.socket.return_value.bind = bind = mock.Mock()
1658 bind.assert_called_with(('1.2.3.4', 0))
/external/swiftshader/third_party/subzero/src/
H A DIceAssemblerMIPS32.cpp102 this->bind(L);
191 void AssemblerMIPS32::bind(Label *L) { function in class:Ice::MIPS32::AssemblerMIPS32
H A DIceAssemblerX86BaseImpl.h98 this->bind(L);
105 this->bind(L);
3846 void AssemblerX86Base<TraitsType>::bind(Label *L) { function in class:Ice::X86NAMESPACE::AssemblerX86Base
/external/v8/src/x87/
H A Dassembler-x87.cc1393 void Assembler::bind(Label* L) { function in class:v8::internal::Assembler
/external/valgrind/VEX/priv/
H A Dhost_arm_isel.c193 static IRExpr* bind ( Int binder ) function
1656 //zz unop(Iop_1Uto8,unop(Iop_32to1,bind(0))));
1673 //zz IRExpr_Load(Iend_LE,Ity_I8,bind(0))) );
1687 //zz IRExpr_Load(Iend_LE,Ity_I8,bind(0))) );
1701 //zz IRExpr_Load(Iend_LE,Ity_I16,bind(0))) );
3373 unop(Iop_Not64, unop(Iop_CmpNEZ8x8, bind(0))));
3375 unop(Iop_Not64, unop(Iop_CmpNEZ16x4, bind(0))));
3377 unop(Iop_Not64, unop(Iop_CmpNEZ32x2, bind(0))));
3379 unop(Iop_Not64, binop(Iop_CmpGT8Sx8, bind(1), bind(
[all...]
H A Dhost_amd64_isel.c89 static IRExpr* bind ( Int binder ) function
1380 unop(Iop_1Uto8, unop(Iop_64to1, bind(0))) );
1396 IRExpr_Load(Iend_LE,Ity_I8,bind(0))) );
1409 IRExpr_Load(Iend_LE,Ity_I16,bind(0))) );
1957 bind(0),
1958 binop(Iop_Shl64, bind(1), bind(2))
1960 bind(3)
2295 unop(Iop_CmpNEZ64, binop(Iop_Or64, bind(0), bind(
[all...]
H A Dhost_x86_isel.c101 static IRExpr* bind ( Int binder ) function
1162 unop(Iop_1Uto8,unop(Iop_32to1,bind(0))));
1179 IRExpr_Load(Iend_LE,Ity_I8,bind(0))) );
1193 IRExpr_Load(Iend_LE,Ity_I8,bind(0))) );
1207 IRExpr_Load(Iend_LE,Ity_I16,bind(0))) );
1854 unop(Iop_CmpNEZ32, binop(Iop_And32, bind(0), bind(1))));
1869 unop(Iop_CmpNEZ32, binop(Iop_Or32, bind(0), bind(1))));
1905 unop(Iop_CmpNEZ64, binop(Iop_Or64, bind(
[all...]
/external/vixl/src/aarch64/
H A Dassembler-aarch64.cc55 void Assembler::bind(Label* label) { function in class:vixl::aarch64::Assembler
131 // "bind" the literal.
/external/wayland/src/
H A Dwayland-server.c112 wl_global_bind_func_t bind; member in struct:wl_global
799 global->bind(client, global->data, version, id);
1005 void *data, wl_global_bind_func_t bind)
1033 global->bind = bind;
1248 if (bind(s->fd, (struct sockaddr *) &s->addr, size) < 0) {
1249 wl_log("bind() failed with error: %m\n");
1316 * with both bind() and listen() already called.
1823 void *data, wl_global_bind_func_t bind) WL_DEPRECATED;
1828 void *data, wl_global_bind_func_t bind)
1003 wl_global_create(struct wl_display *display, const struct wl_interface *interface, int version, void *data, wl_global_bind_func_t bind) argument
1826 wl_display_add_global(struct wl_display *display, const struct wl_interface *interface, void *data, wl_global_bind_func_t bind) argument
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp334 /// LazyCompoundVal on bind.
406 return StoreRef(bind(getRegionBindings(store), LV, V).asStore(), *this);
409 RegionBindingsRef bind(RegionBindingsConstRef B, Loc LV, SVal V);
430 /// Attempt to extract the fields of \p LCV and bind them to the struct region
434 /// within a LazyCompoundVal to bind memberwise to the struct region, rather
1987 RegionStoreManager::bind(RegionBindingsConstRef B, Loc L, SVal V) { function in class:RegionStoreManager
2100 NewB = bind(NewB, loc::MemRegionVal(ER), *VI);
2124 // the value is symbolic go and bind it as a "default" binding.
2147 NewB = bind(NewB, loc::MemRegionVal(ER), *VI);
2186 NewB = bind(New
[all...]
/external/deqp/external/openglcts/modules/gles31/
H A Des31cLayoutBindingTests.cpp943 virtual void bind(int binding) function in class:glcts::LayoutBindingBaseCase
1156 // bind resource to specified binding point and program and
1172 bind(binding);
1211 bind(binding);
1245 // bind resource to specified binding point and program and
1270 bind(binding);
3065 void bind(int binding) function in class:glcts::UniformBlocksLayoutBindingCase
3258 void bind(int binding) function in class:glcts::ShaderStorageBufferLayoutBindingCase
/external/deqp/modules/gles31/functional/
H A Des31fFboSRGBWriteControlTests.cpp406 void bind (void) const;
459 void TestVertexData::bind (void) const function in class:deqp::gles31::Functional::__anon5345::TestVertexData
478 void bind (const int textureUnit);
536 void TestTexture2D::bind (const int textureUnit) function in class:deqp::gles31::Functional::__anon5345::TestTexture2D
561 void bind (void);
633 void TestFramebuffer::bind (void) function in class:deqp::gles31::Functional::__anon5345::TestFramebuffer
967 m_framebufferList[fboSrcIdx]->bind();
971 m_framebufferList[fboDstIdx]->bind();
976 m_framebufferList[fboSrcIdx]->bind();
977 m_framebufferList[fboDstIdx]->bind();
[all...]
/external/mesa3d/src/gallium/include/pipe/
H A Dp_state.h504 unsigned bind; /**< bitmask of PIPE_BIND_x */ member in struct:pipe_resource
/external/pdfium/xfa/fxfa/
H A Dcxfa_widgetacc.cpp2469 CXFA_Bind* bind = m_pNode->GetBindIfExists(); local
2470 if (bind)
2471 return bind->GetPicture();
/external/v8/src/s390/
H A Dassembler-s390.cc471 void Assembler::bind(Label* L) { function in class:v8::internal::Assembler
574 bind(&skip);
/external/robolectric/v3/libs/
H A Dsqlite4java-0.282.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/almworks/ com/almworks/sqlite4java/ javolution/ javolution/util/ javolution/ ...
/external/clang/lib/CodeGen/
H A DCodeGenFunction.h831 static OpaqueValueMappingData bind(CodeGenFunction &CGF, function in class:clang::CodeGen::CodeGenFunction::OpaqueValueMappingData
835 return bind(CGF, ov, CGF.EmitLValue(e));
836 return bind(CGF, ov, CGF.EmitAnyExpr(e));
839 static OpaqueValueMappingData bind(CodeGenFunction &CGF, function in class:clang::CodeGen::CodeGenFunction::OpaqueValueMappingData
847 static OpaqueValueMappingData bind(CodeGenFunction &CGF, function in class:clang::CodeGen::CodeGenFunction::OpaqueValueMappingData
900 Data = OpaqueValueMappingData::bind(CGF, e->getOpaqueValue(),
907 : CGF(CGF), Data(OpaqueValueMappingData::bind(CGF, opaqueValue, lvalue)) {
913 : CGF(CGF), Data(OpaqueValueMappingData::bind(CGF, opaqueValue, rvalue)) {
/external/mesa3d/include/CL/
H A Dcl.hpp2369 KernelFunctor bind(
2375 KernelFunctor bind(
3355 inline KernelFunctor Kernel::bind( function in class:cl::Kernel
3364 inline KernelFunctor Kernel::bind( function in class:cl::Kernel
/external/v8/src/arm64/
H A Dassembler-arm64.cc395 assm_->bind(&size_check);
435 assm_->bind(&after_pool);
724 void Assembler::bind(Label* label) { function in class:v8::internal::Assembler
2332 bind(&start);
3051 bind(&size_check);
3087 bind(&size_check);
3108 bind(&veneer_size_check);
3140 bind(&end);
/external/v8/src/ia32/
H A Dassembler-ia32.cc1522 void Assembler::bind(Label* L) { function in class:v8::internal::Assembler
/external/v8/src/mips/
H A Dassembler-mips.cc958 void Assembler::bind(Label* L) { function in class:v8::Assembler
3193 bind(&after_pool);

Completed in 4319 milliseconds

12345678910