HomeSort by relevance Sort by last modified time
    Searched defs:bind (Results 76 - 100 of 297) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/guice/core/test/com/google/inject/
ErrorHandlingTest.java 44 bind(String.class)
127 bind(Runnable.class);
128 bind(Foo.class);
129 bind(Bar.class);
130 bind(Tee.class);
131 bind(new TypeLiteral<List<String>>() {}); method
132 bind(String.class).annotatedWith(Names.named("foo")).in(Named.class);
133 bind(Key.get(Runnable.class)).to(Key.get(Runnable.class));
134 bind(TooManyScopes.class);
136 bind(Object.class
    [all...]
  /external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/output/
MockServerSocket.java 112 public void bind(SocketAddress endpoint, int backlog) throws IOException { method in class:MockServerSocket
117 public void bind(SocketAddress endpoint) throws IOException { method in class:MockServerSocket
  /external/javasqlite/src/main/java/SQLite/
Stmt.java 42 * s.bind(...);
44 * s.bind(...);
52 * s.bind(...);
54 * s.bind(...);
91 * Bind positional integer value to compiled SQLite3 statement.
96 public native void bind(int pos, int value) throws SQLite.Exception; method in class:Stmt
99 * Bind positional long value to compiled SQLite3 statement.
104 public native void bind(int pos, long value) throws SQLite.Exception; method in class:Stmt
107 * Bind positional double value to compiled SQLite3 statement.
112 public native void bind(int pos, double value) throws SQLite.Exception method in class:Stmt
120 public native void bind(int pos, byte[] value) throws SQLite.Exception; method in class:Stmt
128 public native void bind(int pos, String value) throws SQLite.Exception; method in class:Stmt
135 public native void bind(int pos) throws SQLite.Exception; method in class:Stmt
    [all...]
  /external/libchrome/mojo/public/js/
bindings.js 30 output.ptr.bind(new mojo.InterfacePtrInfo(pipe.handle0, 0));
38 // |ptrInfoOrHandle| could be omitted and passed into bind() later.
48 // |handle_| is valid between bind() and
53 this.bind(ptrInfoOrHandle);
56 InterfacePtrController.prototype.bind = function(ptrInfoOrHandle) { method in class:InterfacePtrController
155 onQueryVersion.bind(this));
170 // |request| could be omitted and passed into bind() later.
191 this.bind(requestOrHandle);
201 this.bind(makeRequest(ptr));
205 Binding.prototype.bind = function(requestOrHandle) method in class:Binding
372 AssociatedInterfacePtrController.prototype.bind = function( method in class:AssociatedInterfacePtrController
479 AssociatedBinding.prototype.bind = function(associatedInterfaceRequest) { method in class:AssociatedBinding
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_context.c 194 unsigned bind = res->bind ? res->bind : PIPE_BIND_VERTEX_BUFFER; local
197 if (bind & PIPE_BIND_RENDER_TARGET) {
209 if (bind & PIPE_BIND_DEPTH_STENCIL) {
219 if (bind & (PIPE_BIND_VERTEX_BUFFER |
  /external/mesa3d/src/gallium/drivers/svga/
svga_state_tss.c 66 } bind[PIPE_MAX_SAMPLERS]; member in struct:bind_queue
130 queue->bind[queue->bind_count].unit = unit;
131 queue->bind[queue->bind_count].view = view;
190 struct svga_hw_view_state *view = queue.bind[i].view;
192 ts[i].stage = queue.bind[i].unit;
213 queue.bind[i].view->dirty = FALSE;
252 queue.bind[queue.bind_count].unit = i;
253 queue.bind[queue.bind_count].view = view;
264 queue.bind[queue.bind_count].unit = unit;
265 queue.bind[queue.bind_count].view = view
    [all...]
  /external/mesa3d/src/gallium/include/pipe/
p_video_codec.h 129 unsigned bind; member in struct:pipe_video_buffer
  /external/mesa3d/src/gallium/state_trackers/nine/
adapter9.c 260 unsigned bind = 0; local
298 bind = 0;
299 if (Usage & D3DUSAGE_RENDERTARGET) bind |= PIPE_BIND_RENDER_TARGET;
303 bind |= d3d9_get_pipe_depth_format_bindings(CheckFormat);
307 if (CheckFormat == D3DFMT_NULL && bind == PIPE_BIND_RENDER_TARGET &&
313 if (CheckFormat == D3DFMT_RESZ && bind == PIPE_BIND_RENDER_TARGET &&
324 bind |= PIPE_BIND_BLENDABLE;
332 case D3DRTYPE_TEXTURE: bind |= PIPE_BIND_SAMPLER_VIEW; break;
333 case D3DRTYPE_CUBETEXTURE: bind |= PIPE_BIND_SAMPLER_VIEW; break;
334 case D3DRTYPE_VOLUMETEXTURE: bind |= PIPE_BIND_SAMPLER_VIEW; break
385 unsigned bind; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_st.c 101 unsigned bind; local
115 bind = PIPE_BIND_DISPLAY_TARGET |
121 bind = PIPE_BIND_DEPTH_STENCIL;
130 templ.bind = bind;
  /external/mesa3d/src/gallium/winsys/virgl/drm/
virgl_drm_winsys.h 48 uint32_t bind; member in struct:virgl_hw_res
  /external/mesa3d/src/gallium/winsys/virgl/vtest/
virgl_vtest_winsys.h 71 uint32_t bind; member in struct:virgl_hw_res
116 uint32_t bind,
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen6_sol.c 99 uint32_t *bind; local
135 bind = brw_state_batch(brw, sizeof(uint32_t) * BRW_MAX_SOL_BINDINGS,
139 memcpy(bind, brw->ff_gs.surf_offset,
163 bind = brw_state_batch(brw, sizeof(uint32_t) * BRW_MAX_SURFACES,
167 memcpy(bind, brw->gs.base.surf_offset,
  /external/mesa3d/src/mesa/state_tracker/
st_cb_bufferobjects.c 183 unsigned bind, pipe_usage, pipe_flags = 0; local
212 bind = PIPE_BIND_RENDER_TARGET | PIPE_BIND_SAMPLER_VIEW;
215 bind = PIPE_BIND_VERTEX_BUFFER;
218 bind = PIPE_BIND_INDEX_BUFFER;
221 bind = PIPE_BIND_SAMPLER_VIEW;
224 bind = PIPE_BIND_STREAM_OUTPUT;
227 bind = PIPE_BIND_CONSTANT_BUFFER;
231 bind = PIPE_BIND_COMMAND_ARGS_BUFFER;
235 bind = PIPE_BIND_SHADER_BUFFER;
238 bind = PIPE_BIND_QUERY_BUFFER
    [all...]
  /external/nist-sip/java/gov/nist/core/net/
SslNetworkLayer.java 141 * @param myAddress the address that we are supposed to bind on or null
143 * @param myPort the port that we are supposed to bind on or 0 for a random
161 sock.bind(new InetSocketAddress(port));
  /external/parameter-framework/asio-1.10.6/include/asio/
basic_socket.hpp 114 this->get_service().bind(this->get_implementation(), endpoint, ec);
115 asio::detail::throw_error(ec, "bind");
552 /// Bind the socket to the given local endpoint.
566 * socket.bind(asio::ip::tcp::endpoint(
570 void bind(const endpoint_type& endpoint) function in class:asio::basic_socket
573 this->get_service().bind(this->get_implementation(), endpoint, ec);
574 asio::detail::throw_error(ec, "bind");
577 /// Bind the socket to the given local endpoint.
592 * socket.bind(asio::ip::tcp::endpoint(
600 asio::error_code bind(const endpoint_type& endpoint function in class:asio::basic_socket
    [all...]
socket_acceptor_service.hpp 130 /// Bind the socket acceptor to the specified local endpoint.
131 asio::error_code bind(implementation_type& impl, function in class:asio::socket_acceptor_service
134 return service_impl_.bind(impl, endpoint, ec);
stream_socket_service.hpp 168 /// Bind the stream socket to the specified local endpoint.
169 asio::error_code bind(implementation_type& impl, function in class:asio::stream_socket_service
172 return service_impl_.bind(impl, endpoint, ec);
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
reactive_socket_service.hpp 135 // Bind the socket to the specified local endpoint.
136 asio::error_code bind(implementation_type& impl, function in class:asio::detail::reactive_socket_service
139 socket_ops::bind(impl.socket_, endpoint.data(), endpoint.size(), ec);
  /external/python/cpython2/Demo/tkinter/guido/
canvasevents.py 8 # distributed bind() method is broken. This is what should be used:
11 def bind(self, sequence=None, command=None): member in class:Group
103 self.group.bind('<1>', self.clickhandler)
104 self.group.bind('<Double-1>', self.doubleclickhandler)
131 self.group.bind('<B1-Motion>', self.motionhandler)
132 self.group.bind('<ButtonRelease-1>', self.releasehandler)
  /external/python/cpython2/Lib/idlelib/
MultiCall.py 61 # methods: bind and unbind, which get a function and a parsed sequence, as
77 def bind(self, triplet, func): member in class:_SimpleBinder
89 self.handlerid = self.widget.bind(self.widgetinst,
200 self.handlerids.append((seq, self.widget.bind(self.widgetinst,
203 def bind(self, triplet, func): member in class:_ComplexBinder
213 self.handlerids.append((seq, self.widget.bind(self.widgetinst,
323 def bind(self, sequence=None, func=None, add=None): member in class:MultiCallCreator.MultiCall
324 #print "bind(%s, %s, %s) called." % (sequence, func, add)
335 self.__binders[triplet[1]].bind(triplet, func)
338 return widget.bind(self, sequence, func, add
    [all...]
  /external/python/cpython2/Lib/idlelib/idle_test/
mock_tk.py 296 def bind(sequence=None, func=None, add=None): member in class:Text
297 "Bind to this widget at event sequence a call to function func."
  /external/python/cpython3/Lib/idlelib/idle_test/
mock_tk.py 296 def bind(sequence=None, func=None, add=None): member in class:Text
297 "Bind to this widget at event sequence a call to function func."
  /external/python/cpython3/Lib/idlelib/
multicall.py 66 # methods: bind and unbind, which get a function and a parsed sequence, as
82 def bind(self, triplet, func): member in class:_SimpleBinder
94 self.handlerid = self.widget.bind(self.widgetinst,
210 self.handlerids.append((seq, self.widget.bind(self.widgetinst,
213 def bind(self, triplet, func): member in class:_ComplexBinder
223 self.handlerids.append((seq, self.widget.bind(self.widgetinst,
334 def bind(self, sequence=None, func=None, add=None): member in class:MultiCallCreator.MultiCall
335 #print("bind(%s, %s, %s)" % (sequence, func, add),
347 self.__binders[triplet[1]].bind(triplet, func)
350 return widget.bind(self, sequence, func, add
    [all...]
  /external/python/cpython3/Lib/test/
mock_socket.py 74 def bind(self, address): member in class:MockSocket
  /external/turbine/java/com/google/turbine/binder/
CanonicalTypeBinder.java 43 static SourceTypeBoundClass bind( method in class:CanonicalTypeBinder

Completed in 1920 milliseconds

1 2 34 5 6 7 8 91011>>