Searched refs:record (Results 1 – 12 of 12) sorted by relevance
/development/tools/axl/ |
D | chewie.py | 105 record = [thread, qtime, opentime, time, None, None, None, url, host, connection] 106 active[thread].append(record) 109 record = active[thread][-1] 110 record[4] = time 115 record = active[thread][0] 116 record[5] = time 119 record = active[thread][0] 120 killed[0].append(record[9]) 122 queued.add(record[7], record[1]) 126 record = active[thread][0] [all …]
|
/development/samples/ApiDemos/src/com/example/android/apis/accessibility/ |
D | TaskListView.java | 52 AccessibilityEvent record = AccessibilityEvent.obtain(); in onRequestSendAccessibilityEvent() local 53 super.onInitializeAccessibilityEvent(record); in onRequestSendAccessibilityEvent() 57 record.setContentDescription(priorityStr); in onRequestSendAccessibilityEvent() 59 event.appendRecord(record); in onRequestSendAccessibilityEvent()
|
D | TaskBackService.java | 130 AccessibilityRecord record = event.getRecord(i); in onAccessibilityEvent() local 131 CharSequence contentDescription = record.getContentDescription(); in onAccessibilityEvent()
|
/development/gsi/gsi_util/gsi_util/utils/tests/ |
D | cmd_utils_unittest.py | 38 def handle(self, record): argument 39 log_entries.append((record.levelname, record.msg % record.args))
|
/development/samples/browseable/Camera2Video/ |
D | _index.jd | 8 This sample demonstrates how to record video using Camera2 API.
|
/development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/ |
D | WiFiServiceDiscoveryActivity.java | 206 Map<String, String> record = new HashMap<String, String>(); in startRegistrationAndDiscovery() local 207 record.put(TXTRECORD_PROP_AVAILABLE, "visible"); in startRegistrationAndDiscovery() 210 SERVICE_INSTANCE, SERVICE_REG_TYPE, record); in startRegistrationAndDiscovery() 273 String fullDomainName, Map<String, String> record, in discoverService() 277 + record.get(TXTRECORD_PROP_AVAILABLE)); in discoverService()
|
/development/samples/browseable/WearSpeakerSample/ |
D | _index.jd | 8 A sample that shows how you can record voice using the microphone on a wearable and
|
/development/tools/logblame/ |
D | sample.txt | 537 enable_audio_route: usecase(23) apply and update mixer path: spkr-vi-record 540 Apply path: spkr-vi-record 590 disable_audio_route: usecase(23) reset and update mixer path: spkr-vi-record 629 enable_audio_route: usecase(9) apply and update mixer path: audio-record 632 Apply path: audio-record 732 enable_audio_route: usecase(23) apply and update mixer path: spkr-vi-record 735 Apply path: spkr-vi-record 900 disable_audio_route: usecase(23) reset and update mixer path: spkr-vi-record 944 disable_audio_route: usecase(9) reset and update mixer path: audio-record 993 enable_audio_route: usecase(23) apply and update mixer path: spkr-vi-record [all …]
|
/development/samples/browseable/NfcProvisioning/src/com.example.android.nfcprovisioning/ |
D | NfcProvisioningFragment.java | 134 NdefRecord record = NdefRecord.createMime( in createNdefMessage() local 136 return new NdefMessage(new NdefRecord[]{record}); in createNdefMessage()
|
/development/scripts/gdb/ |
D | dalvik.gdb | 26 # set a breakpoint and record its number
|
/development/samples/browseable/Camera2Video/src/com.example.android.camera2video/ |
D | Camera2VideoFragment.java | 677 mButtonVideo.setText(R.string.record); in stopRecordingVideo()
|
/development/samples/SearchableDictionary/res/raw/ |
D | definitions.txt | 229 decree - n. a legally binding command or decision entered on the court record (as if issued by a co… 948 transcript - n. something that has been transcribed; a written record (usually typewritten) of dict…
|