/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/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/conscrypt/openjdk-benchmarks/src/jmh/java/org/conscrypt/benchmarks/ |
D | ServerSocketThroughputBenchmark.java | 115 private AtomicBoolean recording = new AtomicBoolean(); field in ServerSocketThroughputBenchmark 119 recording.set(false); in setup() 170 if (recording.get()) { in setup() 189 recording.set(true); in throughput() 192 recording.set(false); in throughput()
|
D | ClientSocketThroughputBenchmark.java | 141 private AtomicBoolean recording = new AtomicBoolean(); field in ClientSocketThroughputBenchmark 145 recording.set(false); in setup() 153 if (recording.get()) { in setup() 190 recording.set(true); in throughput() 193 recording.set(false); in throughput()
|
/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()
|
/external/linux-kselftest/tools/testing/selftests/ftrace/test.d/ |
D | functions | 6 disable_tracing() { # stop trace recording 10 enable_tracing() { # start trace 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/skia/tools/skpbench/ |
D | skpbench.cpp | 363 SkCanvas* recording = recorder.beginRecording(bounds); in create_warmup_skp() local 365 recording->clear(SK_ColorWHITE); in create_warmup_skp() 374 recording->drawPath(bigPath, stroke); in create_warmup_skp() 379 recording->drawRect(bounds, perlin); in create_warmup_skp()
|
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/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 | 19 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
|
/external/autotest/server/site_tests/brillo_RecordingAudioTest/ |
D | control.opensles.must | 17 Tests audio recording using OpenSL ES on a Brillo device.
|
D | control.stagefright | 17 Tests audio recording using stagefright on a Brillo device.
|
D | control.opensles.should | 17 Tests audio recording using OpenSL ES on a Brillo device.
|
D | control.opensles | 17 Tests audio recording using OpenSL ES on a Brillo device.
|
D | control.libmedia.sweep | 17 Tests audio recording using libmedia on a Brillo device.
|
D | control.stagefright.sweep | 17 Tests audio recording using stagefright on a Brillo device.
|
D | control.libmedia | 17 Tests audio recording using libmedia on a Brillo device.
|
/external/webrtc/webrtc/modules/audio_device/test/ |
D | README.txt | 8 Repeat this test for different selections of playout and recording devices.
|