Home
last modified time | relevance | path

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

12

/development/samples/browseable/DirectShare/src/com.example.android.directshare/
DContactViewBinder.java32 public static void bind(Contact contact, TextView textView) { in bind() method in ContactViewBinder
DSelectContactActivity.java82 ContactViewBinder.bind(contact, textView);
DSendMessageActivity.java118 ContactViewBinder.bind(contact, mTextContactName); in prepareUi()
/development/tools/axl/
DudpEater.py31 svrsocket.bind(('', port))
DudpServer.py11 svrsocket.bind(('', port))
/development/tools/otagui/src/components/
DBaseInput.vue5 v-bind="$attrs"
DBaseSelect.vue6 v-bind="$attrs"
DBaseCheckbox.vue10 v-bind="$attrs"
DFileSelect.vue9 v-bind="$attrs"
DFileList.vue6 v-bind="$attrs"
/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/tools/ota_analysis/src/components/
DBasicInfo.vue5 v-bind="$attrs"
18 v-bind="$attrs"
/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/tools/winscope/src/trace_processor/
Dwasm_engine_proxy.ts58 this.port.onmessage = this.onMessage.bind(this);
Dquery_result.ts873 this.next = this._impl.next.bind(this._impl);
874 this.valid = this._impl.valid.bind(this._impl);
875 this.get = this._impl.get.bind(this._impl);
/development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/
DClientSocketHandler.java28 socket.bind(null); in run()
/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.java176 Button button = (Button)findViewById(R.id.bind); in onCreate()
DMessengerServiceActivities.java158 Button button = (Button)findViewById(R.id.bind); in onCreate()
DRemoteService.java291 Button button = (Button)findViewById(R.id.bind); in onCreate()
/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/tools/winscope/src/app/components/
Dcollect_traces_component.ts538 await assertDefined(this.connect).onConnectChange.bind(this.connect)(

12