Home
last modified time | relevance | path

Searched refs:bind (Results 1 – 25 of 62) sorted by relevance

123

/development/samples/browseable/FragmentTransition/src/com.example.android.fragmenttransition/
DDetailFragment.java88 bind(item); in onViewCreated()
112 private void bind(View parent) { in bind() method in DetailFragment
150 bind(scene.getSceneRoot()); in onAnimationEnd()
/development/tools/axl/
DudpEater.py31 svrsocket.bind(('', port))
DudpServer.py11 svrsocket.bind(('', port))
/development/samples/XmlAdapters/src/com/example/android/xmladapters/
DUrlImageBinder.java38 public boolean bind(View view, Cursor cursor, int columnIndex) { in bind() method in UrlImageBinder
DAdapters.java321 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
DContactPhotoBinder.java63 public boolean bind(View view, Cursor cursor, int columnIndex) { in bind() method in ContactPhotoBinder
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DGles2ColoredTriangleList.java117 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/
DClientSocketHandler.java28 socket.bind(null); in run()
/development/ndk/platforms/android-3/include/sys/
Dsocket.h64 __socketcall int bind(int, const struct sockaddr *, int);
/development/ndk/platforms/android-9/arch-mips/include/sys/
Dsocket.h74 __socketcall int bind(int, const struct sockaddr *, int);
/development/samples/ApiDemos/src/com/example/android/apis/app/
DIsolatedService.java114 int start, int stop, int bind, int status) { in ServiceInfo() argument
121 CheckBox cb = (CheckBox)mActivity.findViewById(bind); in ServiceInfo()
DLocalServiceActivities.java165 Button button = (Button)findViewById(R.id.bind); in onCreate()
DMessengerServiceActivities.java157 Button button = (Button)findViewById(R.id.bind); in onCreate()
DRemoteService.java284 Button button = (Button)findViewById(R.id.bind); in onCreate()
/development/samples/Support7Demos/src/com/example/android/supportv7/widget/
DBaseLayoutManagerActivity.java183 public void bind(ConfigToggle toggle) {
225 holder.bind(toggle);
/development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
DFileTransferService.java55 socket.bind(null); in onHandleIntent()
/development/samples/ToyVpn/server/linux/
DToyVpnServer.cpp100 while (bind(tunnel, (sockaddr *)&addr, sizeof(addr))) { in get_tunnel()
/development/ndk/platforms/android-L/include/sys/
Dsocket.h273 __socketcall int bind(int, const struct sockaddr*, int);
/development/ndk/platforms/android-18/arch-x86/symbols/
Dlibc.so.functions.txt225 bind
/development/ndk/platforms/android-17/arch-x86/symbols/
Dlibc.so.functions.txt228 bind
/development/ndk/platforms/android-14/arch-mips/symbols/
Dlibc.so.functions.txt232 bind
/development/ndk/platforms/android-14/arch-x86/symbols/
Dlibc.so.functions.txt228 bind
/development/ndk/platforms/android-3/arch-arm/symbols/
Dlibc.so.functions.txt328 bind
/development/ndk/platforms/android-12/arch-x86/symbols/
Dlibc.so.functions.txt231 bind
/development/ndk/platforms/android-19/arch-x86/symbols/
Dlibc.so.functions.txt231 bind

123