HomeSort by relevance Sort by last modified time
    Searched defs:bind (Results 151 - 175 of 851) sorted by null

1 2 3 4 5 67 8 91011>>

  /developers/build/prebuilts/gradle/WearAccessibilityApp/Wearable/src/main/java/com/example/android/wearable/wear/wearaccessibilityapp/
LongListRecyclerViewAdapter.java 123 // Return - Don't want to bind AppItem item info because item is null.
128 holder.bind(item);
162 /** Bind appItem info to main screen (displays the item). */
163 public void bind(AppItem item) { method in class:LongListRecyclerViewAdapter.Holder
  /developers/samples/android/wearable/wear/WearAccessibilityApp/Wearable/src/main/java/com/example/android/wearable/wear/wearaccessibilityapp/
LongListRecyclerViewAdapter.java 123 // Return - Don't want to bind AppItem item info because item is null.
128 holder.bind(item);
162 /** Bind appItem info to main screen (displays the item). */
163 public void bind(AppItem item) { method in class:LongListRecyclerViewAdapter.Holder
  /device/generic/goldfish/dhcp/common/
socket.cpp 86 Result Socket::bind(const void* sockaddr, size_t sockaddrLength) { function in class:Socket
91 int status = ::bind(mSocketFd,
95 return Result::error("Unable to bind raw socket: %s", strerror(errno));
108 return bind(&sockaddr, sizeof(sockaddr));
118 return bind(&sockaddr, sizeof(sockaddr));
  /external/apache-http/src/org/apache/http/impl/
SocketHttpClientConnection.java 98 protected void bind( method in class:SocketHttpClientConnection
SocketHttpServerConnection.java 98 protected void bind(final Socket socket, final HttpParams params) throws IOException { method in class:SocketHttpServerConnection
  /external/apache-http/src/org/apache/http/impl/conn/
DefaultClientConnection.java 134 bind(this.socket, params); method
230 bind(sock, params); method
  /external/drm_gralloc/
gralloc_drm_pipe.c 91 unsigned bind = PIPE_BIND_SHARED; local
94 bind |= PIPE_BIND_TRANSFER_READ;
96 bind |= PIPE_BIND_TRANSFER_WRITE;
99 bind |= PIPE_BIND_SAMPLER_VIEW;
101 bind |= PIPE_BIND_RENDER_TARGET;
103 bind |= PIPE_BIND_RENDER_TARGET;
104 bind |= PIPE_BIND_SCANOUT;
107 return bind;
118 templ.bind = get_pipe_bind(handle->usage);
123 templ.target, 0, templ.bind)) {
    [all...]
  /external/guice/core/test/com/google/inject/
ErrorHandlingTest.java 45 bind(String.class).toProvider(new Provider<String>() {
121 bind(Runnable.class);
122 bind(Foo.class);
123 bind(Bar.class);
124 bind(Tee.class);
125 bind(new TypeLiteral<List<String>>() {}); method
126 bind(String.class).annotatedWith(Names.named("foo")).in(Named.class);
127 bind(Key.get(Runnable.class)).to(Key.get(Runnable.class));
128 bind(TooManyScopes.class);
130 bind(Object.class).toInstance(new Object()
    [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/kmod/libkmod/
libkmod-internal.h 162 enum kmod_symbol_bind bind; member in struct:kmod_modversion
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_context.c 195 unsigned bind = res->bind ? res->bind : PIPE_BIND_VERTEX_BUFFER; local
198 if (bind & PIPE_BIND_RENDER_TARGET) {
210 if (bind & PIPE_BIND_DEPTH_STENCIL) {
220 if (bind & (PIPE_BIND_VERTEX_BUFFER |
  /external/mesa3d/src/gallium/drivers/svga/
svga_state_tss.c 64 } bind[PIPE_MAX_SAMPLERS]; member in struct:bind_queue
128 queue->bind[queue->bind_count].unit = unit;
129 queue->bind[queue->bind_count].view = view;
189 ts[i].stage = queue.bind[i].unit;
192 if (queue.bind[i].view->v) {
193 handle = queue.bind[i].view->v->handle;
204 queue.bind[i].view->dirty = FALSE;
243 queue.bind[queue.bind_count].unit = i;
244 queue.bind[queue.bind_count].view = view;
255 queue.bind[queue.bind_count].unit = unit
    [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/
brw_binding_tables.c 118 uint32_t *bind = brw_state_batch(brw, AUB_TRACE_BINDING_TABLE, local
124 memcpy(bind, stage_state->surf_offset,
  /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)

Completed in 1300 milliseconds

1 2 3 4 5 67 8 91011>>