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

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/arch-arm/syscalls/
bind.S 5 ENTRY(bind) function
16 END(bind)
  /bionic/libc/arch-arm64/syscalls/
bind.S 5 ENTRY(bind) function
14 END(bind)
  /bionic/libc/arch-mips/syscalls/
bind.S 5 ENTRY(bind) function
19 END(bind)
  /bionic/libc/arch-mips64/syscalls/
bind.S 5 ENTRY(bind) function
25 END(bind)
  /bionic/libc/arch-x86/syscalls/
bind.S 5 ENTRY(bind) function
35 END(bind)
  /bionic/libc/arch-x86_64/syscalls/
bind.S 5 ENTRY(bind) function
15 END(bind)
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
bind.c 2 Implement the bind API.
16 /** Bind a name to a socket.
18 The bind routine connects a name (network address) to a socket on the local machine.
21 <a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/bind.html">POSIX</a>
38 @return The bind routine returns zero (0) if successful and -1 upon failure.
42 bind ( function
55 // Bind the socket
  /external/pdfium/fxjs/xfa/
cjx_map.cpp 21 void CJX_Map::bind(CFXJSE_Value* pValue, function in class:CJX_Map
  /external/mesa3d/src/gallium/state_trackers/clover/core/
sampler.cpp 51 sampler::bind(command_queue &q) { function in class:sampler
  /external/swiftshader/src/Reactor/
Routine.cpp 28 void Routine::bind() function in class:rr::Routine
  /developers/build/prebuilts/gradle/DirectShare/Application/src/main/java/com/example/android/directshare/
ContactViewBinder.java 22 * A simple utility to bind a {@link TextView} with a {@link Contact}.
32 public static void bind(Contact contact, TextView textView) { method in class:ContactViewBinder
  /developers/samples/android/content/DirectShare/Application/src/main/java/com/example/android/directshare/
ContactViewBinder.java 22 * A simple utility to bind a {@link TextView} with a {@link Contact}.
32 public static void bind(Contact contact, TextView textView) { method in class:ContactViewBinder
  /developers/samples/android/content/SharingShortcuts/Application/src/main/java/com/example/android/sharingshortcuts/
ContactViewBinder.java 22 * A simple utility to bind a {@link TextView} with a {@link Contact}.
32 public static void bind(Contact contact, TextView textView) { method in class:ContactViewBinder
  /development/samples/browseable/DirectShare/src/com.example.android.directshare/
ContactViewBinder.java 22 * A simple utility to bind a {@link TextView} with a {@link Contact}.
32 public static void bind(Contact contact, TextView textView) { method in class:ContactViewBinder
  /external/grpc-grpc/src/core/lib/iomgr/
socket_factory_posix.h 33 /** Replacement for bind(2) */
34 int (*bind)(grpc_socket_factory* factory, int sockfd, member in struct:__anon23148
59 /** Perform the equivalent of a bind(2) operation using \a factory */
  /external/swiftshader/src/D3D8/
Unknown.cpp 72 void Unknown::bind() function in class:D3D8::Unknown
  /external/swiftshader/src/D3D9/
Unknown.cpp 70 void Unknown::bind() function in class:D3D9::Unknown
  /external/u-boot/include/
efi_driver.h 24 * @bind Function called by the EFI uclass to attach the
30 int (*bind)(efi_handle_t handle, void *interface); member in struct:efi_driver_ops
  /external/apache-http/src/org/apache/http/impl/
DefaultHttpClientConnection.java 60 public void bind( method in class:DefaultHttpClientConnection
77 super.bind(socket, params);
DefaultHttpServerConnection.java 60 public void bind(final Socket socket, final HttpParams params) throws IOException { method in class:DefaultHttpServerConnection
75 super.bind(socket, params);
  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
UrlImageBinder.java 38 public boolean bind(View view, Cursor cursor, int columnIndex) { method in class:UrlImageBinder
ContactPhotoBinder.java 37 * bind contacts photos to their respective list item. This binder simply
63 public boolean bind(View view, Cursor cursor, int columnIndex) { method in class:ContactPhotoBinder
  /cts/hostsidetests/devicepolicy/app/CorpOwnedManagedProfile/src/com/android/cts/comp/
BindDeviceAdminServiceFailsTest.java 70 bind(serviceIntent, EMPTY_SERVICE_CONNECTION, otherProfile); method
74 "Not allowed to bind to target user id", ex.getMessage());
78 private boolean bind(Intent serviceIntent, ServiceConnection serviceConnection, method in class:BindDeviceAdminServiceFailsTest
  /device/generic/opengl-transport/host/libs/virglrenderer/
EglContext.h 44 EglContext* bind(uint32_t ctx_) { function in struct:EglContext
EglSurface.h 39 EglSurface* bind(uint32_t ctx_, bool read_) { function in struct:EglSurface

Completed in 2387 milliseconds

1 2 3 4 5 6 7 8 91011>>