Searched refs:recording (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/TestResultServer/
H A Dappengine_config.py31 from google.appengine.ext.appstats import recording namespace
32 app = recording.appstats_wsgi_middleware(app)
/external/jsilver/src/com/google/streamhtmlparser/util/
H A DCharacterRecorder.java21 * whether recording is currently enabled.
24 * supplied character to the recording buffer but only if
25 * recording is in progress. This is useful in our
27 * as the caller logic to enable/disable recording is decoupled from the logic
28 * of recording.
38 * <li>There is a size limit to the recording buffer as set in
41 * recording is currently enabled.
54 * This is where characters provided for recording are stored. Given
60 /** Holds whether we are currently recording characters or not. */
61 private boolean recording; field in class:CharacterRecorder
[all...]
/external/chromium_org/native_client_sdk/src/libraries/xray/
H A Dxray.c82 bool recording; member in struct:XRayTraceCapture
217 assert(!capture->recording);
224 assert(!capture->recording);
234 assert(!capture->recording);
328 if (capture && capture->recording) {
354 if (capture && capture->recording) {
416 if (capture->recording) {
448 if (capture->recording) {
485 assert(!capture->recording);
503 assert(!capture->recording);
[all...]
/external/chromium_org/chrome/browser/media/
H A Dchrome_webrtc_audio_quality_browsertest.cc68 // 4. In pavucontrol, go to the recording tab.
73 // Verify the recording with aplay (should have recorded what you played
81 // 2. In the recording tab, right-click in an empty space in the pane with the
86 // checkbox. Ensure the mix device is the default recording device.
91 // the recording.
166 // Starts the recording program for the specified duration. Returns true
171 << "Tried to record, but is already recording.";
222 // Joins the recording program. Returns true on success.
422 base::FilePath recording = CreateTemporaryWaveFile(); local
428 ASSERT_TRUE(recorder.StartRecording(kRecordingTimeSeconds, recording, tru
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DheapProfiler.css269 #heap-recording-view .heap-snapshot-view {
281 #heap-recording-overview-grid .resources-dividers-label-bar {
285 #heap-recording-overview-container {
289 .heap-recording-overview-canvas {
/external/chromium_org/media/audio/win/
H A Daudio_low_latency_input_win.cc333 bool recording = true; local
338 while (recording && !error) {
349 recording = false;
441 if (recording && error) {
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
H A Dfakeaudiocapturemodule.cc206 // No recording device, just dropping audio. Return success.
477 // No recording device, just dropping audio. Stereo can be dropped just
484 // No recording device, just dropping audio. Stereo can be dropped just
496 // Keep thing simple. No stereo recording.
525 // Stereo recording not supported. However, WebRTC ADM returns kChannelBoth
700 bool recording; local
704 recording = recording_;
711 if (recording) {
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dhangoutpubsubclient.h42 // presenter state, recording state, mute state, and remote mute.
120 bool recording, std::string* task_id_out = NULL);
H A Dhangoutpubsubclient.cc38 // presenter state, recording state, mute state, and remote mute.
466 bool recording, std::string* task_id_out) {
467 recording_state_client_->Publish(nick_, recording, task_id_out);
465 PublishRecordingState( bool recording, std::string* task_id_out) argument
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContext.cpp544 RecordingState recording = m_recordingStateStack.last(); local
545 ASSERT(recording.m_displayList->picture()->getRecordingCanvas());
546 recording.m_displayList->picture()->endRecording();
549 m_canvas = recording.m_savedCanvas;
551 return recording.m_displayList.release();
/external/blktrace/btreplay/doc/
H A Dbtreplay.tex175 on the recording system, we wrap CPU IDs. This \emph{may} result in an
215 machine must be the same as on the recording machine.

Completed in 473 milliseconds