Home
last modified time | relevance | path

Searched refs:recording (Results 1 – 25 of 96) 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/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/appstats/protorpc_appstats/
D__init__.py29 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/
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/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/tunes_db/server/
Dappengine_config.py11 from google.appengine.ext.appstats import recording
12 app = recording.appstats_wsgi_middleware(app)
/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()
Dmock_demo.py94 for func_call in god.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/chromium-trace/catapult/telemetry/third_party/webpagereplay/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/
Dcontrol20 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
Dtest110532 HTTP with cookie parser and header recording
/external/webrtc/webrtc/modules/audio_device/test/
DREADME.txt8 Repeat this test for different selections of playout and recording devices.
/external/autotest/server/site_tests/brillo_RecordingAudioTest/
Dcontrol.libmedia.stereo18 Tests audio recording using libmedia on a Brillo device.
Dcontrol.opensles18 Tests audio recording using OpenSL ES on a Brillo device.
Dcontrol.libmedia.mono18 Tests audio recording using libmedia on a Brillo device.
Dcontrol.stagefright18 Tests audio recording using stagefright on a Brillo device.
/external/autotest/client/site_tests/desktopui_MediaAudioFeedback/
Dcontrol20 Test that the sound from media files can be heard by recording from mic in.
/external/webrtc/webrtc/libjingle/xmpp/
Dhangoutpubsubclient.cc220 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/
DREADME4 middle of the test (tap and no drag) or multiple drag recording etc would break

1234