/packages/apps/SoundRecorder/res/values-te-rIN/ |
strings.xml | 23 <string name="recording" msgid="4426791467211376099">"???????? ?????????"</string>
|
/packages/apps/SoundRecorder/res/values-th/ |
strings.xml | 23 <string name="recording" msgid="4426791467211376099">"???????????"</string>
|
/packages/apps/SoundRecorder/res/values-tr/ |
strings.xml | 23 <string name="recording" msgid="4426791467211376099">"Kaydediyor"</string>
|
/packages/apps/SoundRecorder/res/values-uk/ |
strings.xml | 23 <string name="recording" msgid="4426791467211376099">"?????"</string>
|
/packages/apps/SoundRecorder/res/values-ur-rPK/ |
strings.xml | 23 <string name="recording" msgid="4426791467211376099">"????????"</string>
|
/packages/apps/SoundRecorder/res/values-uz-rUZ/ |
strings.xml | 23 <string name="recording" msgid="4426791467211376099">"Yozilmoqda"</string>
|
/packages/apps/SoundRecorder/res/values-zh-rCN/ |
strings.xml | 23 <string name="recording" msgid="4426791467211376099">"??"</string>
|
/packages/apps/SoundRecorder/res/values-zh-rHK/ |
strings.xml | 23 <string name="recording" msgid="4426791467211376099">"???"</string>
|
/packages/apps/SoundRecorder/res/values-zh-rTW/ |
strings.xml | 23 <string name="recording" msgid="4426791467211376099">"???"</string>
|
/packages/apps/SoundRecorder/res/values-zu/ |
strings.xml | 23 <string name="recording" msgid="4426791467211376099">"Iyaqopha"</string>
|
/packages/apps/TV/usbtuner/src/com/android/usbtuner/tvinput/ |
TunerSessionWorker.java | 268 Log.e(TAG, "meta file for recording was not found: " + recordingId); 428 RecordedProgram recording = null; local 430 recording = new RecordedProgram(c); 432 return recording; 463 RecordedProgram recording = getRecordedProgram(uri); local 464 if (recording != null) { 465 return recording.getDataUri(); 482 String recording = null; local 487 recording = parseRecording(channelUri); 489 if (channel == null && recording == null) [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_threadedtempfile.py | 3 in each of NUM_THREADS threads, recording the number of successes and
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_threadedtempfile.py | 3 in each of NUM_THREADS threads, recording the number of successes and
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_threadedtempfile.py | 3 in each of NUM_THREADS threads, recording the number of successes and
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_threadedtempfile.py | 3 in each of NUM_THREADS threads, recording the number of successes and
|
/toolchain/binutils/binutils-2.25/gas/ |
remap.c | 24 /* Structure recording the mapping from source file and directory
|
/packages/apps/TV/src/com/android/tv/ |
TimeShiftManager.java | 33 import com.android.tv.common.recording.RecordedProgram; 124 * If the current position enters within this range from the recording start time, rewind action 132 * If the current position goes out of this range from the recording start time, rewind action 145 * The same goes for the recording start time. 215 * Returns the start time of the recording in milliseconds. 224 * Returns the end time of the recording in milliseconds. 634 // recording buffer fills up while paused, which means that the current time 635 // position is the same as or before the recording start time. 637 // situation if the current time position is before the recording start time. 639 // equal to the recording start time [all...] |
/external/libchrome/base/trace_event/ |
trace_event_unittest.cc | [all...] |
/development/ndk/platforms/android-9/samples/native-audio/jni/ |
native-audio-jni.c | 133 // this callback handler is called every time a buffer finishes recording 138 // for streaming recording, here we would call Enqueue to give recorder the next buffer to fill 139 // but instead, this is a one-time buffer so we stop recording 719 // set the recording state for the audio recorder 724 // in case already recording, stop recording and clear buffer queue 736 // (for streaming recording, we would enqueue at least 2 empty buffers to start things off) 744 // start recording
|
/device/huawei/angler/camera/ |
QCameraParameters.h | 50 // Supported PREVIEW/RECORDING SIZES IN HIGH FRAME RATE recording, sizes in pixels.
|
/device/lge/bullhead/camera/ |
QCameraParameters.h | 50 // Supported PREVIEW/RECORDING SIZES IN HIGH FRAME RATE recording, sizes in pixels.
|
/device/moto/shamu/camera/QCamera/HAL2/core/inc/ |
QCameraParameters.h | 50 // Supported PREVIEW/RECORDING SIZES IN HIGH FRAME RATE recording, sizes in pixels.
|
/device/moto/shamu/camera/ |
QCameraParameters.h | 50 // Supported PREVIEW/RECORDING SIZES IN HIGH FRAME RATE recording, sizes in pixels.
|
/external/autotest/client/bin/ |
package_unittest.py | 140 # recording 156 # recording
|
/external/autotest/client/site_tests/firmware_TouchMTB/ |
test_flow.py | 60 self.recording = not any([bool(self.replay_dir), bool(self.resume_dir)]) 229 """Terminate the recording process.""" 271 """Terminate the recording process.""" 321 """Stop recording process and remove the current gesture file.""" 385 if self.use_existent_event_file_flag or self.recording: 608 instead of recording a new one. 658 """Set up the recording process or use an existent event data file.""" 671 # time just before recording the gesture file since it requires a
|