Searched refs:bind (Results 1 - 18 of 18) sorted by relevance

/development/tools/axl/
H A DudpEater.py31 svrsocket.bind(('', port))
H A DudpServer.py11 svrsocket.bind(('', port))
/development/samples/XmlAdapters/src/com/example/android/xmladapters/
H A DUrlImageBinder.java38 public boolean bind(View view, Cursor cursor, int columnIndex) { method in class:UrlImageBinder
H A DContactPhotoBinder.java37 * 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
H A DAdapters.java68 * <li><a href="#xml-cursor-adapter-bind-tag"><code>&lt;bind /&gt;</code></a></li>
94 * <a href="#xml-cursor-adapter-bind-tag"><code>&lt;bind /&gt;</code></a> tags as children
101 * <code>&lt;bind /&gt;</code> elements. It can also be very useful if you are providing
102 * your own <a href="#xml-cursor-adapter-bind-data-types">binder</a> or
103 * <a href="#xml-cursor-adapter-bind-data-types">transformation</a> classes.
113 * <a name="xml-cursor-adapter-bind-tag"></a>
114 * <h3>&lt;bind /&gt;</h3>
115 * <p>The <code>&lt;bind /
321 public abstract boolean bind(View view, Cursor cursor, int columnIndex); method in class:Adapters.CursorBinder
1160 public boolean bind(View view, Cursor cursor, int columnIndex) { method in class:Adapters.StringBinder
1179 public boolean bind(View view, Cursor cursor, int columnIndex) { method in class:Adapters.ImageBinder
1196 public boolean bind(View view, Cursor cursor, int columnIndex) { method in class:Adapters.TagBinder
1212 public boolean bind(View view, Cursor cursor, int columnIndex) { method in class:Adapters.ImageUriBinder
1231 public boolean bind(View view, Cursor cursor, int columnIndex) { method in class:Adapters.DrawableBinder
[all...]
/development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/
H A DClientSocketHandler.java28 socket.bind(null);
/development/samples/browseable/FragmentTransition/src/com.example.android.fragmenttransition/
H A DDetailFragment.java88 bind(item);
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());
/development/ndk/platforms/android-3/include/sys/
H A Dsocket.h64 __socketcall int bind(int, const struct sockaddr *, int);
/development/ndk/platforms/android-9/arch-mips/include/sys/
H A Dsocket.h74 __socketcall int bind(int, const struct sockaddr *, int);
/development/samples/ApiDemos/src/com/example/android/apis/app/
H A DIsolatedService.java114 int start, int stop, int bind, int status) {
121 CheckBox cb = (CheckBox)mActivity.findViewById(bind);
113 ServiceInfo(Activity activity, Class<?> clz, int start, int stop, int bind, int status) argument
H A DLocalServiceActivities.java85 * bind to, receiving an object through which it can communicate with the service.</p>
93 // BEGIN_INCLUDE(bind)
144 // END_INCLUDE(bind)
165 Button button = (Button)findViewById(R.id.bind);
H A DMessengerServiceActivities.java27 * bind to, interacting with it through an aidl interface.</p>
33 // BEGIN_INCLUDE(bind)
36 /** Flag indicating whether we have called bind on the service. */
144 // END_INCLUDE(bind)
157 Button button = (Button)findViewById(R.id.bind);
H A DRemoteService.java256 * bind to, interacting with it through an aidl interface.</p>
284 Button button = (Button)findViewById(R.id.bind);
468 * Examples of behavior of different bind flags.</p>
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
H A DGles2ColoredTriangleList.java117 mProgram.bind(mvpMatrix, mVertexBuffer, mColor);
260 public void bind(float[] mvpMatrix, FloatBuffer vertexBuffer, float[] color) { method in class:Gles2ColoredTriangleList.Program
/development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
H A DFileTransferService.java55 socket.bind(null);
/development/samples/Support7Demos/src/com/example/android/supportv7/widget/
H A DBaseLayoutManagerActivity.java183 public void bind(ConfigToggle toggle) { method in class:BaseLayoutManagerActivity.ConfigViewHolder
225 holder.bind(toggle);
/development/samples/ToyVpn/server/linux/
H A DToyVpnServer.cpp99 // Call bind(2) in a loop since Linux does not have SO_REUSEPORT.
100 while (bind(tunnel, (sockaddr *)&addr, sizeof(addr))) {
/development/ndk/platforms/android-L/include/sys/
H A Dsocket.h273 __socketcall int bind(int, const struct sockaddr*, int);

Completed in 1640 milliseconds