/development/samples/browseable/DirectShare/src/com.example.android.directshare/ |
D | ContactViewBinder.java | 32 public static void bind(Contact contact, TextView textView) { in bind() method in ContactViewBinder
|
D | SelectContactActivity.java | 82 ContactViewBinder.bind(contact, textView);
|
D | SendMessageActivity.java | 118 ContactViewBinder.bind(contact, mTextContactName); in prepareUi()
|
/development/tools/axl/ |
D | udpEater.py | 31 svrsocket.bind(('', port))
|
D | udpServer.py | 11 svrsocket.bind(('', port))
|
/development/tools/otagui/src/components/ |
D | BaseInput.vue | 5 v-bind="$attrs"
|
D | BaseSelect.vue | 6 v-bind="$attrs"
|
D | BaseCheckbox.vue | 10 v-bind="$attrs"
|
D | FileSelect.vue | 9 v-bind="$attrs"
|
D | FileList.vue | 6 v-bind="$attrs"
|
/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/tools/ota_analysis/src/components/ |
D | BasicInfo.vue | 5 v-bind="$attrs" 18 v-bind="$attrs"
|
/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/tools/winscope/src/trace_processor/ |
D | wasm_engine_proxy.ts | 58 this.port.onmessage = this.onMessage.bind(this);
|
D | query_result.ts | 873 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/ |
D | ClientSocketHandler.java | 28 socket.bind(null); in run()
|
/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 | 176 Button button = (Button)findViewById(R.id.bind); in onCreate()
|
D | MessengerServiceActivities.java | 158 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/tools/winscope/src/app/components/ |
D | collect_traces_component.ts | 538 await assertDefined(this.connect).onConnectChange.bind(this.connect)(
|