OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:recording
(Results
1 - 10
of
10
) sorted by null
/external/jsilver/src/com/google/streamhtmlparser/util/
CharacterRecorder.java
21
* 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/
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
) )
/cts/tests/tests/hardware/src/android/hardware/cts/
CameraTest.java
819
private void testJpegThumbnailSizeByCamera(boolean
recording
) throws Exception {
[
all
...]
/external/v8/src/
regexp.js
381
// Property of the builtins object for
recording
the result of the last
/packages/apps/Camera/src/com/android/camera/
VideoCamera.java
126
* An unpublished intent flag requesting to start
recording
straight away
127
* and return as soon as
recording
is stopped.
152
//
recording
is stopped in capture intent.
195
// (or is
recording
into.)
246
// The orientation compenstaion when we start
recording
.
535
// Do not rotate the icons during
recording
because the video
536
// orientation is fixed after
recording
.
634
// mode and
recording
is stopped. It'll be re-enabled when
735
// Read time lapse
recording
interval.
[
all
...]
/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
54
* Calculates remaining
recording
time based on available disk space and
55
* optionally a maximum
recording
file size.
71
// State for tracking file size of
recording
.
116
* Returns how long (in seconds) we can continue
recording
.
146
// If we have a
recording
file set, we calculate a second estimate
176
* Is there any point of trying to start
recording
?
215
// not a dialog. This happens when a
recording
353
* Make sure we're not
recording
music playing in the background, ask
672
* Called when we're in
recording
state. Find out how much longer we can
673
* go on
recording
. If it's under 5 minutes, we display a count-down in
[
all
...]
/external/chromium/chrome/browser/resources/net_internals/
main.js
[
all
...]
/external/v8/test/mjsunit/
unicode-test.js
[
all
...]
Completed in 743 milliseconds