/external/jsilver/src/com/google/streamhtmlparser/util/ |
D | CharacterRecorder.java | 61 private boolean recording; field in CharacterRecorder 69 recording = false; in CharacterRecorder() 80 recording = aCharacterRecorder.recording; in CharacterRecorder() 92 recording = true; in startRecording() 99 recording = false; in stopRecording() 110 if (recording && (sb.length() < RECORDING_BUFFER_SIZE)) { in maybeRecord() 129 recording = false; in reset() 148 return recording; in isRecording()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/appstats/protorpc_appstats/ |
D | __init__.py | 29 from google.appengine.ext.appstats import recording 81 tmpl = '%s%s%s' % (recording.config.KEY_PREFIX, 82 recording.config.KEY_TEMPLATE, 83 recording.config.PART_SUFFIX) 86 range(0, recording.config.KEY_DISTANCE * recording.config.KEY_MODULUS, 87 recording.config.KEY_DISTANCE)] 88 results = memcache.get_multi(keys, namespace=recording.config.KEY_NAMESPACE) 116 full_key = recording.make_key(timestamp) + recording.config.FULL_SUFFIX 117 full_binary = memcache.get(full_key, namespace=recording.config.KEY_NAMESPACE)
|
/external/caliper/caliper/src/main/java/com/google/caliper/worker/ |
D | AggregateAllocationsRecorder.java | 33 private volatile boolean recording = false; field in AggregateAllocationsRecorder 38 if (recording) { 50 checkState(!recording, "startRecording called, but we were already recording."); in doStartRecording() 53 recording = true; in doStartRecording() 57 checkState(recording, "stopRecording called, but we were not recording."); in stopRecording() 58 recording = false; in stopRecording()
|
D | AllAllocationsRecorder.java | 35 private volatile boolean recording = false; field in AllAllocationsRecorder 41 if (recording) { 80 checkState(!recording, "startRecording called, but we were already recording."); in doStartRecording() 82 recording = true; in doStartRecording() 86 checkState(recording, "stopRecording called, but we were not recording."); in stopRecording() 87 recording = false; in stopRecording()
|
/external/webrtc/webrtc/tools/loopback_test/ |
D | stat_tracker.js | 30 var recording = true; 55 recording = false; 64 if (!recording) return;
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/tunes_db/server/ |
D | appengine_config.py | 11 from google.appengine.ext.appstats import recording 12 app = recording.appstats_wsgi_middleware(app)
|
/external/autotest/client/common_lib/test_utils/ |
D | mock.py | 280 self.recording = collections.deque() 467 if len(self.recording) != 0: 468 func_call = self.recording[0] 484 self.recording.popleft() 497 self.recording.append(mapping) 523 elif len(self.recording) != 0: 525 for func_call in self.recording: 534 self.recording.clear()
|
D | mock_demo.py | 94 for func_call in god.recording:
|
/external/autotest/client/site_tests/suite_HWQual/ |
D | control.audio | 7 PURPOSE = 'Tests playback, recording, and mixing of audio devices.' 18 Playback, recording, and mixers are tested.
|
/external/sonic/samples/ |
D | README | 5 This is a sonic 2X sped-up version of a public domain librivox.org recording, from 9 This is the same recording as sonic.wav, but sped up using soundtouch, which
|
/external/vulkan-validation-layers/demos/smoke/ |
D | README.md | 1 This demo demonstrates multi-thread command buffer recording.
|
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/documentation/ |
D | Rules.md | 11 1. The recording uploads various metrics/logs to: 22 2. The recording fetches data from one server:
|
/external/skia/site/user/ |
D | index.md | 19 * Picture (for recording and then playing back into another Canvas)
|
/external/autotest/client/site_tests/audio_SeekAudioFeedback/ |
D | control | 20 Test that the sound from media files can be heard by recording from mic in
|
/external/autotest/client/site_tests/video_WebRtcMediaRecorder/ |
D | control | 23 cannot exercise its basic functions or if there is no recording or associated
|
/external/curl/tests/data/ |
D | test7 | 32 HTTP with cookie parser and header recording
|
D | test1105 | 32 HTTP with cookie parser and header recording
|
/external/webrtc/webrtc/modules/audio_device/test/ |
D | README.txt | 8 Repeat this test for different selections of playout and recording devices.
|
/external/autotest/server/site_tests/brillo_RecordingAudioTest/ |
D | control.libmedia.stereo | 18 Tests audio recording using libmedia on a Brillo device.
|
D | control.opensles | 18 Tests audio recording using OpenSL ES on a Brillo device.
|
D | control.libmedia.mono | 18 Tests audio recording using libmedia on a Brillo device.
|
D | control.stagefright | 18 Tests audio recording using stagefright on a Brillo device.
|
/external/autotest/client/site_tests/desktopui_MediaAudioFeedback/ |
D | control | 20 Test that the sound from media files can be heard by recording from mic in.
|
/external/webrtc/webrtc/libjingle/xmpp/ |
D | hangoutpubsubclient.cc | 220 bool recording, std::string* task_id_out) { in PublishRecordingState() argument 221 recording_state_client_->Publish(nick_, recording, task_id_out); in PublishRecordingState()
|
/external/autotest/client/site_tests/touch_TapSettings/ |
D | README | 4 middle of the test (tap and no drag) or multiple drag recording etc would break
|