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

/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/quake/quake/src/WinQuake/
H A Dnet_main.cpp84 qboolean recording = false; variable
472 if (recording)
484 if (recording)
579 if (recording)
592 if (recording)
643 if (recording)
674 if (recording)
709 if (recording)
817 recording = true;
H A Dsys_linux.cpp360 extern int recording;
411 if (time < sys_ticrate.value && (vcrFile == -1 || recording) )
/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DPlatformGraphicsContextRecording.cpp352 ClippingPainter(RecordingImpl* recording, argument
356 : m_recording(recording)
434 ALOGW("No recording!");
456 ClippingPainter painter(recording(), context, canvas->getTotalMatrix(), nodes);
496 PlatformGraphicsContextRecording::PlatformGraphicsContextRecording(Recording* recording) argument
499 , mRecording(recording)
517 mRecording->recording()->dumpMemoryStats();
924 const SkPaint* paint = mRecording->recording()->getSkPaint(inPaint);
956 mRecording->recording()->addCanvasState(canvasState);
967 mRecording->recording()
[all...]
H A DPlatformGraphicsContextRecording.h54 RecordingImpl* recording() { return m_recording; } function in class:WebCore::Recording
/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 111 milliseconds