/development/tools/axl/ |
D | udpEater.py | 31 svrsocket.bind(('', port))
|
D | udpServer.py | 11 svrsocket.bind(('', port))
|
/development/samples/XmlAdapters/src/com/example/android/xmladapters/ |
D | UrlImageBinder.java | 38 public boolean bind(View view, Cursor cursor, int columnIndex) { in bind() method in UrlImageBinder
|
D | Adapters.java | 321 public abstract boolean bind(View view, Cursor cursor, int columnIndex); in bind() method in Adapters.CursorBinder 949 binders[i].bind(v, cursor, cursor.getColumnIndex(mFrom[i])); in bindView() 1160 public boolean bind(View view, Cursor cursor, int columnIndex) { in bind() method in Adapters.StringBinder 1179 public boolean bind(View view, Cursor cursor, int columnIndex) { in bind() method in Adapters.ImageBinder 1196 public boolean bind(View view, Cursor cursor, int columnIndex) { in bind() method in Adapters.TagBinder 1212 public boolean bind(View view, Cursor cursor, int columnIndex) { in bind() method in Adapters.ImageUriBinder 1231 public boolean bind(View view, Cursor cursor, int columnIndex) { in bind() method in Adapters.DrawableBinder
|
D | ContactPhotoBinder.java | 63 public boolean bind(View view, Cursor cursor, int columnIndex) { in bind() method in ContactPhotoBinder
|
/development/samples/Support7Demos/src/com/example/android/supportv7/widget/util/ |
D | ConfigViewHolder.java | 37 public void bind(ConfigToggle toggle) { in bind() method in ConfigViewHolder
|
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/ |
D | Gles2ColoredTriangleList.java | 117 mProgram.bind(mvpMatrix, mVertexBuffer, mColor); in draw() 260 public void bind(float[] mvpMatrix, FloatBuffer vertexBuffer, float[] color) { in bind() method in Gles2ColoredTriangleList.Program
|
/development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/ |
D | ClientSocketHandler.java | 28 socket.bind(null); in run()
|
/development/ndk/platforms/android-3/include/sys/ |
D | socket.h | 64 __socketcall int bind(int, const struct sockaddr *, int);
|
/development/ndk/platforms/android-9/arch-mips/include/sys/ |
D | socket.h | 74 __socketcall int bind(int, const struct sockaddr *, int);
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | IsolatedService.java | 114 int start, int stop, int bind, int status) { in ServiceInfo() argument 121 CheckBox cb = (CheckBox)mActivity.findViewById(bind); in ServiceInfo()
|
D | LocalServiceActivities.java | 165 Button button = (Button)findViewById(R.id.bind); in onCreate()
|
D | MessengerServiceActivities.java | 157 Button button = (Button)findViewById(R.id.bind); in onCreate()
|
D | RemoteService.java | 291 Button button = (Button)findViewById(R.id.bind); in onCreate()
|
/development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/ |
D | FileTransferService.java | 55 socket.bind(null); in onHandleIntent()
|
/development/samples/ToyVpn/server/linux/ |
D | ToyVpnServer.cpp | 100 while (bind(tunnel, (sockaddr *)&addr, sizeof(addr))) { in get_tunnel()
|
/development/samples/Support7Demos/src/com/example/android/supportv7/widget/ |
D | BaseLayoutManagerActivity.java | 183 holder.bind(toggle);
|
/development/ndk/platforms/android-21/arch-p/include/sys/ |
D | socket.h | 269 __socketcall int bind(int, const struct sockaddr*, int);
|
/development/ndk/platforms/android-21/include/sys/ |
D | socket.h | 273 __socketcall int bind(int, const struct sockaddr*, int);
|
/development/samples/Support7Demos/src/com/example/android/supportv7/widget/touch/ |
D | ItemTouchHelperActivity.java | 83 holder.bind(toggle); in initToggles()
|
/development/ndk/platforms/android-16/arch-mips/symbols/ |
D | libc.so.functions.txt | 232 bind
|
/development/ndk/platforms/android-12/arch-mips/symbols/ |
D | libc.so.functions.txt | 235 bind
|
/development/ndk/platforms/android-3/arch-arm/symbols/ |
D | libc.so.functions.txt | 328 bind
|
/development/ndk/platforms/android-17/arch-x86/symbols/ |
D | libc.so.functions.txt | 228 bind
|
/development/ndk/platforms/android-18/arch-x86/symbols/ |
D | libc.so.functions.txt | 225 bind
|