/development/tools/axl/ |
H A D | udpEater.py | 31 svrsocket.bind(('', port))
|
H A D | udpServer.py | 11 svrsocket.bind(('', port))
|
/development/samples/XmlAdapters/src/com/example/android/xmladapters/ |
H A D | UrlImageBinder.java | 38 public boolean bind(View view, Cursor cursor, int columnIndex) { method in class:UrlImageBinder
|
H A D | 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
|
H A D | Adapters.java | 68 * <li><a href="#xml-cursor-adapter-bind-tag"><code><bind /></code></a></li> 94 * <a href="#xml-cursor-adapter-bind-tag"><code><bind /></code></a> tags as children 101 * <code><bind /></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><bind /></h3> 115 * <p>The <code><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 D | ClientSocketHandler.java | 28 socket.bind(null);
|
/development/samples/browseable/FragmentTransition/src/com.example.android.fragmenttransition/ |
H A D | DetailFragment.java | 88 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 D | socket.h | 64 __socketcall int bind(int, const struct sockaddr *, int);
|
/development/ndk/platforms/android-9/arch-mips/include/sys/ |
H A D | socket.h | 74 __socketcall int bind(int, const struct sockaddr *, int);
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
H A D | IsolatedService.java | 114 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 D | LocalServiceActivities.java | 85 * 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 D | MessengerServiceActivities.java | 27 * 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 D | RemoteService.java | 256 * 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 D | Gles2ColoredTriangleList.java | 117 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 D | FileTransferService.java | 55 socket.bind(null);
|
/development/samples/Support7Demos/src/com/example/android/supportv7/widget/ |
H A D | BaseLayoutManagerActivity.java | 183 public void bind(ConfigToggle toggle) { method in class:BaseLayoutManagerActivity.ConfigViewHolder 225 holder.bind(toggle);
|
/development/samples/ToyVpn/server/linux/ |
H A D | ToyVpnServer.cpp | 99 // 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 D | socket.h | 273 __socketcall int bind(int, const struct sockaddr*, int);
|