HomeSort by relevance Sort by last modified time
    Searched refs:recording (Results 1 - 7 of 7) sorted by null

  /external/quake/quake/src/WinQuake/
net_main.cpp 84 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;
sys_linux.cpp 360 extern int recording;
411 if (time < sys_ticrate.value && (vcrFile == -1 || recording) )
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidXmlEditor.java 689 * Starts an "undo recording" session. This is managed by the underlying undo manager
699 * @return True if the undo recording actually started, false if any kind of error occured.
718 * Ends an "undo recording" session.
737 * Creates an "undo recording" session by calling the undoableAction runnable
741 * recording session will be created.
747 boolean recording = false;
749 recording = beginUndoRecording(label);
752 if (recording) {
    [all...]
  /external/v8/src/
regexp.js 310 // Property of the builtins object for recording the result of the last
  /external/blktrace/btreplay/doc/
btreplay.tex 175 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.
  /packages/apps/SoundRecorder/src/com/android/soundrecorder/
SoundRecorder.java 38 * Calculates remaining recording time based on available disk space and
39 * optionally a maximum recording file size.
55 // State for tracking file size of recording.
100 * Returns how long (in seconds) we can continue recording.
130 // If we have a recording file set, we calculate a second estimate
160 * Is there any point of trying to start recording?
199 // not a dialog. This happens when a recording
337 * Make sure we're not recording music playing in the background, ask
654 * Called when we're in recording state. Find out how much longer we can
655 * go on recording. If it's under 5 minutes, we display a count-down in
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 306 milliseconds