Home
last modified time | relevance | path

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

1234567

/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/conscrypt/benchmark-base/src/main/java/org/conscrypt/
DClientSocketBenchmark.java53 private AtomicBoolean recording = new AtomicBoolean(); field in ClientSocketBenchmark
56 recording.set(false); in ClientSocketBenchmark()
68 if (recording.get()) { in ClientSocketBenchmark()
117 recording.set(true); in time()
123 recording.set(false); in time()
130 recording.set(true); in throughput()
133 recording.set(false); in throughput()
DServerSocketBenchmark.java55 private AtomicBoolean recording = new AtomicBoolean(); field in ServerSocketBenchmark
58 recording.set(false); in ServerSocketBenchmark()
113 if (recording.get()) { in ServerSocketBenchmark()
132 recording.set(true); in throughput()
135 recording.set(false); in throughput()
/external/conscrypt/repackaged/benchmark-base/src/main/java/com/android/org/conscrypt/
DClientSocketBenchmark.java55 private AtomicBoolean recording = new AtomicBoolean(); field in ClientSocketBenchmark
58 recording.set(false); in ClientSocketBenchmark()
70 if (recording.get()) { in ClientSocketBenchmark()
119 recording.set(true); in time()
125 recording.set(false); in time()
132 recording.set(true); in throughput()
135 recording.set(false); in throughput()
DServerSocketBenchmark.java57 private AtomicBoolean recording = new AtomicBoolean(); field in ServerSocketBenchmark
60 recording.set(false); in ServerSocketBenchmark()
115 if (recording.get()) { in ServerSocketBenchmark()
134 recording.set(true); in throughput()
137 recording.set(false); in throughput()
/external/webrtc/webrtc/tools/loopback_test/
Dstat_tracker.js30 var recording = true;
55 recording = false;
64 if (!recording) return;
/external/autotest/client/site_tests/camera_HAL3/
Dcontrol.recording8 NAME = "camera_HAL3.recording"
9 PURPOSE = "Verify Chromium camera recording function with HAL3 interface."
11 This test will fail if any of the recording tests in cros_camera_test fails.
/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/skqp/tools/skpbench/
Dskpbench.cpp491 SkCanvas* recording = recorder.beginRecording(bounds); in create_warmup_skp() local
493 recording->clear(SK_ColorWHITE); in create_warmup_skp()
502 recording->drawPath(bigPath, stroke); in create_warmup_skp()
507 recording->drawRect(bounds, perlin); in create_warmup_skp()
525 SkCanvas* recording = recorder.beginRecording(bounds); in create_skp_from_svg() local
527 svg->setContainerSize(SkSize::Make(recording->getBaseLayerSize())); in create_skp_from_svg()
528 svg->render(recording); in create_skp_from_svg()
/external/skia/tools/skpbench/
Dskpbench.cpp492 SkCanvas* recording = recorder.beginRecording(bounds); in create_warmup_skp() local
494 recording->clear(SK_ColorWHITE); in create_warmup_skp()
503 recording->drawPath(bigPath, stroke); in create_warmup_skp()
508 recording->drawRect(bounds, perlin); in create_warmup_skp()
526 SkCanvas* recording = recorder.beginRecording(bounds); in create_skp_from_svg() local
528 svg->setContainerSize(SkSize::Make(recording->getBaseLayerSize())); in create_skp_from_svg()
529 svg->render(recording); in create_skp_from_svg()
/external/fonttools/Lib/fontTools/pens/
DrecordingPen.py10 def replayRecording(recording, pen): argument
18 for operator,operands in 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/adhd/scripts/mic_testing/frontend/
Drecorder.js17 var recording = false; variable
21 if (!recording) return;
56 recording = true;
63 recording = false;
/external/python/cpython3/Lib/test/
Dtest_logging.py3776 recording = RecordingHandler()
3777 logging.root.addHandler(recording)
3781 log_method(level, "test me: %r", recording)
3783 log_method("test me: %r", recording)
3785 self.assertEqual(len(recording.records), 1)
3786 record = recording.records[0]
3787 self.assertEqual(record.getMessage(), "test me: %r" % recording)
4109 self.recording = RecordingHandler()
4111 self.logger.addHandler(self.recording)
4112 self.addCleanup(self.logger.removeHandler, self.recording)
[all …]
/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/linux-kselftest/tools/testing/selftests/ftrace/test.d/
Dfunctions6 disable_tracing() { # stop trace recording
10 enable_tracing() { # start trace recording
/external/skqp/site/user/
Dindex.md20 * Picture (for recording and then playing back into another Canvas)
/external/skia/site/user/
Dindex.md20 * Picture (for recording and then playing back into another Canvas)
/external/python/cpython3/Doc/library/
Dossaudiodev.rst258 | 11025 | speech recording |
278 Immediately stop playing or recording and return the device to a state where it
438 used as a recording source.
443 Call this function to specify a recording source. Returns a bitmask indicating
444 the new recording source (or sources) if successful; raises :exc:`OSError` if an
445 invalid source was specified. To set the current recording source to the
/external/python/cpython2/Doc/library/
Dossaudiodev.rst243 | 11025 | speech recording |
263 Immediately stop playing or recording and return the device to a state where it
419 used as a recording source.
424 Call this function to specify a recording source. Returns a bitmask indicating
425 the new recording source (or sources) if successful; raises :exc:`IOError` if an
426 invalid source was specified. To set the current recording source to the
/external/autotest/server/site_tests/camera_HAL3Server/
Dcontrol.recording.front9 NAME = 'camera_HAL3Server.recording.front'
Dcontrol.recording.back9 NAME = 'camera_HAL3Server.recording.back'
/external/autotest/client/site_tests/audio_SeekAudioFeedback/
Dcontrol19 Test that the sound from media files can be heard by recording from mic in

1234567