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

12

/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/third_party/skia/tests/
H A DRecordingTest.cpp15 EXPERIMENTAL::SkRecording recording(1920, 1080);
18 recording.canvas()->clipRect(SkRect::MakeWH(320, 240));
20 SkAutoTDelete<const EXPERIMENTAL::SkPlayback> playback(recording.releasePlayback());
25 // Here's another recording we never call releasePlayback().
/external/skia/tests/
H A DRecordingTest.cpp15 EXPERIMENTAL::SkRecording recording(1920, 1080);
18 recording.canvas()->clipRect(SkRect::MakeWH(320, 240));
20 SkAutoTDelete<const EXPERIMENTAL::SkPlayback> playback(recording.releasePlayback());
25 // Here's another recording we never call releasePlayback().
/external/chromium_org/third_party/webrtc/tools/loopback_test/
H A Dstat_tracker.js30 var recording = true;
55 recording = false;
64 if (!recording) return;
/external/chromium_org/components/gcm_driver/
H A Dfake_gcm_driver.cc54 bool recording) {
53 SetGCMRecording(const GetGCMStatisticsCallback& callback, bool recording) argument
H A Dfake_gcm_driver.h36 bool recording) OVERRIDE;
H A Dgcm_driver_android.h57 bool recording) OVERRIDE;
H A Dfake_gcm_client.h56 virtual void SetRecording(bool recording) OVERRIDE;
H A Dgcm_driver.h106 // Enables/disables GCM activity recording, and then returns the stats.
108 bool recording) = 0;
H A Dgcm_driver_desktop.cc133 void SetGCMRecording(bool recording);
333 void GCMDriverDesktop::IOWorker::SetGCMRecording(bool recording) { argument
338 gcm_client_->SetRecording(recording);
573 bool recording) {
581 recording));
572 SetGCMRecording(const GetGCMStatisticsCallback& callback, bool recording) argument
H A Dgcm_client.h260 // Enables or disables internal activity recording.
261 virtual void SetRecording(bool recording) = 0;
H A Dgcm_driver_android.cc128 bool recording) {
127 SetGCMRecording(const GetGCMStatisticsCallback& callback, bool recording) argument
H A Dgcm_driver_desktop.h68 bool recording) OVERRIDE;
H A Dgcm_stats_recorder_impl.h32 // Indicates whether the recorder is currently recording activities or not.
37 // Turns recording on/off.
38 void SetRecording(bool recording);
/external/chromium_org/native_client_sdk/src/libraries/xray/
H A Dxray.c82 bool recording; member in struct:XRayTraceCapture
223 assert(!capture->recording);
230 assert(!capture->recording);
240 assert(!capture->recording);
334 if (capture && capture->recording) {
360 if (capture && capture->recording) {
422 if (capture->recording) {
454 if (capture->recording) {
491 assert(!capture->recording);
509 assert(!capture->recording);
[all...]
/external/chromium_org/third_party/skia/tools/
H A Dbench_playback.cpp55 EXPERIMENTAL::SkRecording recording(src.width(), src.height());
56 src.draw(recording.canvas());
57 return recording.releasePlayback();
/external/skia/tools/
H A Dbench_playback.cpp53 EXPERIMENTAL::SkRecording recording(src.width(), src.height());
54 src.draw(recording.canvas());
55 return recording.releasePlayback();
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DheapProfiler.css144 #heap-recording-view .heap-snapshot-view {
156 #heap-recording-overview-grid .resources-dividers-label-bar {
160 #heap-recording-overview-container {
164 .heap-recording-overview-canvas {
/external/chromium_org/chrome/browser/media/
H A Dchrome_webrtc_audio_quality_browsertest.cc61 // 4. In pavucontrol, go to the recording tab.
66 // Verify the recording with aplay (should have recorded what you played
74 // 2. In the recording tab, right-click in an empty space in the pane with the
79 // checkbox. Ensure the mix device is the default recording device.
84 // the recording.
131 // Starts the recording program for the specified duration. Returns true
136 << "Tried to record, but is already recording.";
187 // Joins the recording program. Returns true on success.
394 base::FilePath recording = CreateTemporaryWaveFile(); local
400 ASSERT_TRUE(recorder.StartRecording(kRecordingTimeSeconds, recording, tru
[all...]
/external/lldb/test/
H A Dlldbtest.py201 class recording(StringIO.StringIO): class in inherits:StringIO.StringIO
203 A nice little context manager for recording the debugger interactions into
267 with recording(test, traceAlways) as sbuf:
1059 with recording(self, traceAlways) as sbuf:
1072 with recording(self, traceAlways) as sbuf:
1090 with recording(self, traceAlways) as sbuf:
1116 with recording(self, False) as sbuf:
1124 with recording(self, False) as sbuf:
1132 with recording(self, False) as sbuf:
1144 with recording(sel
[all...]
/external/chromium_org/chrome/browser/ui/webui/
H A Dgcm_internals_ui.cc128 // Enables/disables GCM activity recording through gcm profile service.
245 bool recording = false; local
246 if (!args->GetBoolean(0, &recording)) {
263 // Get fresh stats after changing recording setting.
268 recording); local
/external/chromium_org/cc/resources/
H A Dpicture.cc106 // Instead of recording a trace event for object creation here, we wait for
267 scoped_ptr<EXPERIMENTAL::SkRecording> recording; local
278 // Already setup for normal recording.
292 recording.reset(new EXPERIMENTAL::SkRecording(layer_rect_.width(),
294 canvas = skia::SharePtr(recording->canvas());
318 if (recording) {
322 playback_.reset(recording->releasePlayback());
/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/media/audio/win/
H A Daudio_low_latency_input_win.cc362 bool recording = true; local
367 while (recording && !error) {
378 recording = false;
469 if (recording && error) {

Completed in 832 milliseconds

12