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

1 2 3 4 5 6 7 8 91011>>

  /system/bt/stack/avct/
avct_lcb_act.cc 202 * unbound ccb with a new PID, bind that ccb to this lcb and
212 bool bind = false; local
219 bind = true;
227 /* bind ccb to lcb and send connect ind event */
228 bind = true;
238 if (!bind) {
336 * Description Bind ccb to lcb and send connect cfm event.
  /toolchain/binutils/binutils-2.27/bfd/
elfxx-sparc.h 37 unsigned char bind; member in struct:_bfd_sparc_elf_app_reg
  /external/apache-http/android/src/android/net/http/
HttpsConnection.java 183 proxyConnection.bind(proxySock, params);
363 conn.bind(sslSock, params);
  /libcore/ojluni/src/main/java/sun/nio/ch/
ServerSocketChannelImpl.java 147 // SO_REUSEADDR emulated when using exclusive bind
173 // SO_REUSEADDR emulated when using exclusive bind
211 public ServerSocketChannel bind(SocketAddress local, int backlog) throws IOException { method in class:ServerSocketChannelImpl
223 Net.bind(fd, isa.getAddress(), isa.getPort());
AsynchronousSocketChannelImpl.java 420 public final AsynchronousSocketChannel bind(SocketAddress local) method in class:AsynchronousSocketChannelImpl
437 Net.bind(fd, isa.getAddress(), isa.getPort());
469 // SO_REUSEADDR emulated when using exclusive bind
493 // SO_REUSEADDR emulated when using exclusive bind
SocketChannelImpl.java 225 // SO_REUSEADDR emulated when using exclusive bind
253 // SO_REUSEADDR emulated when using exclusive bind
609 public SocketChannel bind(SocketAddress local) throws IOException { method in class:SocketChannelImpl
626 Net.bind(fd, isa.getAddress(), isa.getPort());
    [all...]
  /prebuilts/gradle-plugin/com/google/code/gson/gson/2.3/
gson-2.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/gson/gson/2.3/
gson-2.3.jar 
  /external/caliper/lib/
gson-2.2.2.jar 
  /prebuilts/devtools/tools/lib/
gson-2.2.4.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/gson/gson/2.2.4/
gson-2.2.4.jar 
  /prebuilts/tools/common/offline-m2/com/google/code/gson/gson/2.2.4/
gson-2.2.4.jar 
  /cts/tests/tests/net/src/android/net/cts/
IpSecBaseTest.java 322 Os.bind(sock.mFd, localAddr, 0);
342 Os.bind(server.mFd, localAddr, 0);
378 serverSocket.bind(new InetSocketAddress(localAddr, 0));
381 // of Socket only allocates an FD when bind() or connect() or other similar methods are
382 // called. So we call bind to force the FD creation, so that we can apply a transform to it
384 clientSock.mSocket.bind(new InetSocketAddress(localAddr, 0));
  /frameworks/support/slices/view/src/main/java/androidx/slice/widget/
LargeSliceAdapter.java 172 holder.bind(slice.mItem, position);
240 void bind(SliceItem item, int position) { method in class:LargeSliceAdapter.SliceViewHolder
  /libcore/luni/src/main/java/libcore/io/
IoBridge.java 81 public static void bind(FileDescriptor fd, InetAddress address, int port) throws SocketException { method in class:IoBridge
85 // Linux won't let you bind a link-local address without a scope id.
89 throw new SocketException("Can't bind to a link-local address without a scope id: " + address);
99 Libcore.os.bind(fd, address, port);
  /libcore/luni/src/test/java/libcore/java/net/
OldServerSocketTest.java 59 theSocket.bind(theAddress);
183 ss2.bind(new InetSocketAddress("127.0.0.1", 4343));
343 protected void bind(InetAddress arg0, int arg1) throws IOException { method in class:OldServerSocketTest.MockSocketImpl
  /libcore/luni/src/test/java/libcore/java/nio/channels/
DatagramChannelTest.java 75 dc.socket().bind(null);
108 dc.socket().bind(new InetSocketAddress("unresolvedname", 31415));
129 dc.socket().bind(new InetSocketAddress(bindAddress, 0));
161 dc.socket().bind(new InetSocketAddress(bindAddress, 0));
199 channel.bind(socketAddress);
205 channel.bind(socketAddress);
213 dc.bind(socketAddress);
220 channel.bind(socketAddress);
229 serverChannel.bind(socketAddress);
243 channel.bind(new InetSocketAddress(Inet4Address.LOOPBACK, 0))
    [all...]
  /packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
TaskView.java 136 public void bind(Task task) { method in class:TaskView
141 mSnapshotView.bind();
  /bionic/libc/kernel/uapi/drm/
virtgpu_drm.h 54 __u32 bind; member in struct:drm_virtgpu_resource_create
  /developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/
ManualFieldPickerActivity.java 132 holder.bind(field);
153 public void bind(FilledAutofillField field) { method in class:ManualFieldPickerActivity.FieldViewHolder
  /developers/samples/android/ui/transition/FragmentTransition/Application/src/main/java/com/example/android/fragmenttransition/
DetailFragment.java 88 bind(item);
108 * Bind the views inside of parent with the fragment arguments.
110 * @param parent The parent of views to bind.
112 private void bind(View parent) { method in class:DetailFragment
127 // We bind a listener for the fragment transaction. We only bind it when
149 // Note that we need to bind views with data after we call TransitionManager.go().
150 bind(scene.getSceneRoot());
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
asyncore.py 337 def bind(self, addr): member in class:dispatcher
339 return self.socket.bind(addr)
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
example-bind.cpp 4 // Example bind implementation from the variadic templates proposal,
221 // Bind
243 inline bound_functor<F, BoundArgs...> bind(const F& f, const BoundArgs&... bound_args) { function
348 // Test bind
352 bind(plus<int>(), x, _1)(y);
  /external/curl/lib/
setup-os400.h 211 #define bind Curl_os400_bind macro
  /external/deqp/external/openglcts/modules/gl/
gl3cClipDistance.hpp 124 void bind();
147 void bind();
171 bool bind();
341 bind();
362 /** @brief Bind Vertex Buffer Object to its target.
367 bool gl3cts::ClipDistance::Utility::VertexBufferObject<T>::bind() function in class:gl3cts::ClipDistance::Utility::VertexBufferObject
416 bind();
449 bind();

Completed in 590 milliseconds

1 2 3 4 5 6 7 8 91011>>