Searched defs:bind (Results 126 - 150 of 200) sorted by relevance

12345678

/external/chromium_org/third_party/ply/
H A Dyacc.py1217 def bind(self,pdict): member in class:Production
1240 def bind(self,pdict): member in class:MiniProduction
1872 p.bind(pdict)
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf-objfmt.c87 elf_section_index sectidx, elf_symbol_binding bind,
107 elf_symtab_set_nonzero(entry, NULL, sectidx, bind, type, size, value);
86 elf_objfmt_symtab_append(yasm_objfmt_elf *objfmt_elf, yasm_symrec *sym, elf_section_index sectidx, elf_symbol_binding bind, elf_symbol_type type, elf_symbol_vis vis, yasm_expr *size, elf_address *value, yasm_object *object) argument
H A Delf.c305 entry->bind = 0;
339 switch (entry->bind) {
383 entry->bind = STB_LOCAL;
411 while (after && (after->bind == STB_LOCAL)) {
453 if (entry->bind == STB_LOCAL)
543 elf_symbol_binding bind,
552 if (bind) entry->bind = bind;
540 elf_symtab_set_nonzero(elf_symtab_entry *entry, yasm_section *sect, elf_section_index sectidx, elf_symbol_binding bind, elf_symbol_type type, yasm_expr *xsize, elf_address *value) argument
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_lowering_nvc0.cpp667 Symbol *bind; local
674 bind = bld.mkSymbol(FILE_MEMORY_CONST, 15, TYPE_U32, i->tex.r * 4);
676 tmp[1] = bld.mkLoad(TYPE_U32, bind, tmp[0]);
684 bind = bld.mkSymbol(FILE_MEMORY_CONST, 15, TYPE_U32, i->tex.s * 4);
686 tmp[1] = bld.mkLoad(TYPE_U32, bind, tmp[0]);
/external/mesa3d/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_bo.c816 unsigned bind,
832 if (bind & (PIPE_BIND_VERTEX_BUFFER | PIPE_BIND_INDEX_BUFFER |
813 radeon_winsys_bo_create(struct radeon_winsys *rws, unsigned size, unsigned alignment, unsigned bind, enum radeon_bo_domain domain) argument
/external/mesa3d/src/glx/
H A Dglxclient.h215 int (*bind)(struct glx_context *context, struct glx_context *old, member in struct:glx_context_vtable
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_wm_surface_state.c1174 * Without GL_EXT_framebuffer_sRGB we shouldn't bind sRGB surfaces to the
1372 * glBindBufferRange case is undefined, we can just bind the whole buffer
1418 uint32_t *bind; local
1424 bind = brw_state_batch(brw, AUB_TRACE_BINDING_TABLE,
1430 bind[i] = brw->wm.surf_offset[i];
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_texture.c564 unsigned bind = (PIPE_BIND_RENDER_TARGET | /* util_blit may choose to render */ local
568 if (!util_create_rgba_surface(pipe, width, height, bind,
/external/chromium_org/chrome/third_party/chromevox/
H A DchromeVoxKbExplorerScript.js12 goog.UID_PROPERTY_="closure_uid_"+(1E9*Math.random()>>>0);goog.uidCounter_=0;goog.getHashCode=goog.getUid;goog.removeHashCode=goog.removeUid;goog.cloneObject=function(a){var b=goog.typeOf(a);if("object"==b||"array"==b){if(a.clone)return a.clone();var b="array"==b?[]:{},c;for(c in a)b[c]=goog.cloneObject(a[c]);return b}return a};goog.bindNative_=function(a,b,c){return a.call.apply(a.bind,arguments)};
13 goog.bindJs_=function(a,b,c){if(!a)throw Error();if(2<arguments.length){var d=Array.prototype.slice.call(arguments,2);return function(){var c=Array.prototype.slice.call(arguments);Array.prototype.unshift.apply(c,d);return a.apply(b,c)}}return function(){return a.apply(b,arguments)}};goog.bind=function(a,b,c){goog.bind=Function.prototype.bind&&-1!=Function.prototype.bind.toString().indexOf("native code")?goog.bindNative_:goog.bindJs_;return goog.bind.apply(null,arguments)};
20 goog.MODIFY_FUNCTION_PROTOTYPES&&(Function.prototype.bind=Function.prototype.bind||function(a,b){if(1<arguments.length){var c=Array.prototype.slice.call(arguments,1);c.unshift(this,a);return goog.bind.apply(null,c)}return goog.bind(thi
[all...]
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dkernel_proxy.cc1327 int KernelProxy::bind(int fd, const struct sockaddr* addr, socklen_t len) { function in class:nacl_io::KernelProxy
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_blitter.c901 /* bind states */
1036 unsigned bind; local
1049 bind = PIPE_BIND_DEPTH_STENCIL;
1051 bind = PIPE_BIND_RENDER_TARGET;
1054 dst->nr_samples, bind)) {
1298 /* bind states */
1348 /* bind states */
1411 /* bind states */
1522 /* bind states */
1584 /* bind state
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
H A Dp_state.h416 unsigned bind; /**< bitmask of PIPE_BIND_x */ member in struct:pipe_resource
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_screen.h739 unsigned bind = 0; local
741 bind |= PIPE_BIND_VERTEX_BUFFER;
743 bind |= PIPE_BIND_INDEX_BUFFER;
745 bind |= PIPE_BIND_CONSTANT_BUFFER;
747 bind |= PIPE_BIND_SAMPLER_VIEW;
749 bind |= PIPE_BIND_STREAM_OUTPUT;
751 bind |= PIPE_BIND_RENDER_TARGET;
753 bind |= PIPE_BIND_DEPTH_STENCIL;
754 return bind;
817 templat.bind
859 d3d_to_dxgi_usage(unsigned bind, unsigned misc) argument
[all...]
/external/chromium_org/ui/file_manager/gallery/js/image_editor/
H A Dimage_editor.js37 this.imageView_.addContentCallback(this.onContentUpdate_.bind(this));
44 this.panControl_.setDoubleTapCallback(this.onDoubleTap_.bind(this));
51 this.onOptionsChange.bind(this));
127 self.getImageView(), self.getPrompt(), self.lockUI.bind(self));
310 ImageEditor.Mode.prototype.bind = function(editor, button) {
421 mode.bind(this, createButton(mode.name,
423 this.enterMode.bind(this, mode)));
428 this.undo.bind(this));
433 this.redo.bind(this));
462 this.commandQueue_.executeWhenReady(this.setUpMode_.bind(thi
[all...]
/external/chromium_org/v8/src/x87/
H A Dassembler-x87.cc129 patcher.masm()->bind(&check_codesize);
1274 void Assembler::bind(Label* L) { function in class:v8::internal::Assembler
/external/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h165 /// descendants of the node or bind matched nodes to names. If you are
176 /// May bind 'Node' to an ID via 'Builder', or recurse into
425 return DynTypedMatcher(BindableMatcher<T>(InnerMatcher).bind(ID));
683 /// Stop at the first match and only bind the first match.
1020 /// BindableMatcher provides a \a bind() method that allows binding the
1029 /// \brief Returns a matcher that will bind the matched node on a match.
1032 /// bind the matched node on a match.
1033 Matcher<T> bind(StringRef ID) const { function in class:clang::ast_matchers::internal::BindableMatcher
/external/deqp/modules/glshared/
H A DglsLifetimeTests.cpp136 void SimpleBinder::bind (GLuint name) function in class:deqp::gls::LifetimeTests::details::SimpleBinder
158 void bind (GLuint name) { glBindVertexArray(name); } function in class:deqp::gls::LifetimeTests::details::VertexArrayBinder
165 void bind (GLuint name) function in class:deqp::gls::LifetimeTests::details::QueryBinder
277 binder.bind(element);
279 binder.bind(0);
774 binder().bind(*name);
777 binder().bind(0);
785 binder().bind(id);
797 binder().bind(0);
806 binder().bind(
[all...]
H A DglsLongStressCase.cpp636 void bind (const deUint32 target) const { glBindBuffer(target, m_bufferGL); } function in class:deqp::gls::LongStressCaseInternal::Buffer
666 bind(target);
675 bind(target);
853 attrBuf.bind(GL_ARRAY_BUFFER);
1469 m_buffers->get(indexBufferName).bind(GL_ELEMENT_ARRAY_BUFFER);
/external/lzma/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp394 CBind bind; local
396 bind.OutCoder = 0;
397 bind.InStream = 0;
399 bind.InCoder = 1;
400 bind.OutStream = 0;
401 exeMethod.Binds.Add(bind);
403 bind.InCoder = 2;
404 bind.OutStream = 1;
405 exeMethod.Binds.Add(bind);
407 bind
416 CBind bind; local
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_blitter.c901 /* bind states */
1036 unsigned bind; local
1049 bind = PIPE_BIND_DEPTH_STENCIL;
1051 bind = PIPE_BIND_RENDER_TARGET;
1054 dst->nr_samples, bind)) {
1298 /* bind states */
1348 /* bind states */
1411 /* bind states */
1522 /* bind states */
1584 /* bind state
[all...]
/external/mesa3d/src/gallium/include/pipe/
H A Dp_state.h416 unsigned bind; /**< bitmask of PIPE_BIND_x */ member in struct:pipe_resource
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_screen.h739 unsigned bind = 0; local
741 bind |= PIPE_BIND_VERTEX_BUFFER;
743 bind |= PIPE_BIND_INDEX_BUFFER;
745 bind |= PIPE_BIND_CONSTANT_BUFFER;
747 bind |= PIPE_BIND_SAMPLER_VIEW;
749 bind |= PIPE_BIND_STREAM_OUTPUT;
751 bind |= PIPE_BIND_RENDER_TARGET;
753 bind |= PIPE_BIND_DEPTH_STENCIL;
754 return bind;
817 templat.bind
859 d3d_to_dxgi_usage(unsigned bind, unsigned misc) argument
[all...]
/external/valgrind/main/VEX/priv/
H A Dhost_arm_isel.c201 static IRExpr* bind ( Int binder ) function
1502 //zz unop(Iop_1Uto8,unop(Iop_32to1,bind(0))));
1519 //zz IRExpr_Load(Iend_LE,Ity_I8,bind(0))) );
1533 //zz IRExpr_Load(Iend_LE,Ity_I8,bind(0))) );
1547 //zz IRExpr_Load(Iend_LE,Ity_I16,bind(0))) );
3215 unop(Iop_Not64, unop(Iop_CmpNEZ8x8, bind(0))));
3217 unop(Iop_Not64, unop(Iop_CmpNEZ16x4, bind(0))));
3219 unop(Iop_Not64, unop(Iop_CmpNEZ32x2, bind(0))));
3221 unop(Iop_Not64, binop(Iop_CmpGT8Sx8, bind(1), bind(
[all...]
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorDOMAgent.cpp343 int InspectorDOMAgent::bind(Node* node, NodeToIdMap* nodesMap) function in class:blink::InspectorDOMAgent
1569 int id = bind(node, nodesMap);
1706 m_childrenRequested.add(bind(container, nodesMap));
1713 m_childrenRequested.add(bind(container, nodesMap));
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
H A Dprio.h202 /* bind fails if size is not 108. */
396 PRBindFN bind; /* Associate a (net) address with the fd */ member in struct:PRIOMethods

Completed in 2586 milliseconds

12345678