Home
last modified time | relevance | path

Searched refs:recording (Results 1 – 25 of 92) sorted by relevance

1234

/external/jsilver/src/com/google/streamhtmlparser/util/
DCharacterRecorder.java61 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/
DAggregateAllocationsRecorder.java33 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()
DAllAllocationsRecorder.java35 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/
Dstat_tracker.js30 var recording = true;
55 recording = false;
64 if (!recording) return;
/external/conscrypt/openjdk-benchmarks/src/jmh/java/org/conscrypt/benchmarks/
DServerSocketThroughputBenchmark.java115 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()
DClientSocketThroughputBenchmark.java141 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/
Dmock.py280 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/
Dfunctions6 disable_tracing() { # stop trace recording
10 enable_tracing() { # start trace recording
/external/autotest/client/site_tests/suite_HWQual/
Dcontrol.audio7 PURPOSE = 'Tests playback, recording, and mixing of audio devices.'
18 Playback, recording, and mixers are tested.
/external/sonic/samples/
DREADME5 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/
DREADME.md1 This demo demonstrates multi-thread command buffer recording.
/external/skia/tools/skpbench/
Dskpbench.cpp363 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/
DRules.md11 1. The recording uploads various metrics/logs to:
22 2. The recording fetches data from one server:
/external/skia/site/user/
Dindex.md19 * Picture (for recording and then playing back into another Canvas)
/external/autotest/client/site_tests/audio_SeekAudioFeedback/
Dcontrol19 Test that the sound from media files can be heard by recording from mic in
/external/autotest/client/site_tests/video_WebRtcMediaRecorder/
Dcontrol23 cannot exercise its basic functions or if there is no recording or associated
/external/curl/tests/data/
Dtest732 HTTP with cookie parser and header recording
/external/autotest/server/site_tests/brillo_RecordingAudioTest/
Dcontrol.opensles.must17 Tests audio recording using OpenSL ES on a Brillo device.
Dcontrol.stagefright17 Tests audio recording using stagefright on a Brillo device.
Dcontrol.opensles.should17 Tests audio recording using OpenSL ES on a Brillo device.
Dcontrol.opensles17 Tests audio recording using OpenSL ES on a Brillo device.
Dcontrol.libmedia.sweep17 Tests audio recording using libmedia on a Brillo device.
Dcontrol.stagefright.sweep17 Tests audio recording using stagefright on a Brillo device.
Dcontrol.libmedia17 Tests audio recording using libmedia on a Brillo device.
/external/webrtc/webrtc/modules/audio_device/test/
DREADME.txt8 Repeat this test for different selections of playout and recording devices.

1234