/cts/tests/tests/os/src/android/os/cts/ |
D | LooperTest.java | 54 Looper.prepare(); in testLoop() 74 Looper.prepare(); in testMyLooper() 87 Looper.prepare(); in testIsCurrentThread() 106 Looper.prepare(); in testMyQueue() 118 Looper.prepare(); in testGetQueue() 130 Looper.prepare(); in testPrepare() 133 Looper.prepare(); in testPrepare() 163 Looper.prepare(); in testQuit() 195 Looper.prepare(); in testSetMessageLogging()
|
/cts/tests/tests/telephony/src/android/telephony/cts/ |
D | PhoneStateListenerTest.java | 75 Looper.prepare(); in testPhoneStateListener() 92 Looper.prepare(); in testOnServiceStateChanged() 129 Looper.prepare(); in testOnSignalStrengthChanged() 166 Looper.prepare(); in testOnSignalStrengthsChanged() 214 Looper.prepare(); in testOnMessageWaitingIndicatorChanged() 253 Looper.prepare(); in testOnCallForwardingIndicatorChanged() 291 Looper.prepare(); in testOnCellLocationChanged() 328 Looper.prepare(); in testOnCallStateChanged() 365 Looper.prepare(); in testOnDataConnectionStateChanged() 403 Looper.prepare(); in testOnDataActivity()
|
/cts/hostsidetests/incident/src/com/android/server/cts/ |
D | AppWidgetIncidentTest.java | 56 WidgetProto widget = prepare("testBindWidget1"); in testAppWidgetProtoDump_firstComponent() 78 WidgetProto widget = prepare("testBindWidget2"); in testAppWidgetProtoDump_secondComponent() 100 WidgetProto widget = prepare("testAllocateOnlyWidget1"); in testAppWidgetProtoDump_firstComponentNotBound() 108 private WidgetProto prepare(String testMethodName) throws Exception { in prepare() method in AppWidgetIncidentTest
|
/cts/tests/tests/mediastress/src/android/mediastress/cts/ |
D | CodecTest.java | 85 mp.prepare(); in getDuration() 105 mp.prepare(); in getCurrentPosition() 132 mp.prepare(); in seekTo() 159 mp.prepare(); in setLooping() 196 mp.prepare(); in pause() 221 mp.prepare(); in prepareStopRelease() 230 mp.prepare(); in preparePauseRelease() 264 mMediaPlayer.prepare(); in videoHeight() 300 mMediaPlayer.prepare(); in videoWidth() 325 mp.prepare(); in videoSeekTo() [all …]
|
D | MediaRecorderStressTest.java | 102 Looper.prepare(); in setUp() 278 mRecorder.prepare(); in testStressRecorder() 366 mRecorder.prepare(); in testStressCameraSwitchRecorder() 382 mp.prepare(); in validateRecordedVideo() 444 mRecorder.prepare(); in testStressRecordVideoAndPlayback() 454 mp.prepare(); in testStressRecordVideoAndPlayback()
|
/cts/suite/audio_quality/test/ |
D | FileUtilTest.cpp | 32 ASSERT_TRUE(FileUtil::prepare(dirPath)); in TEST_F() 36 ASSERT_TRUE(FileUtil::prepare(dirPath2)); in TEST_F()
|
D | AudioPlayTestCommon.h | 65 ASSERT_TRUE(mAudioHw->prepare(AudioHardware::ESampleRate_44100, DEFAULT_VOLUME)); in playAll() 75 ASSERT_TRUE(mAudioHw->prepare(AudioHardware::ESampleRate_44100, DEFAULT_VOLUME)); in repeatPlayStop() 84 ASSERT_TRUE(mAudioHw->prepare(AudioHardware::ESampleRate_44100, DEFAULT_VOLUME)); in playWrongUsage()
|
D | AudioRecordPlayTestCommon.h | 66 ASSERT_TRUE(mAudioPlaybackHw->prepare(AudioHardware::ESampleRate_44100, DEFAULT_VOLUME)); in PlayAndRecord() 67 ASSERT_TRUE(mAudioRecordingHw->prepare(AudioHardware::ESampleRate_44100, DEFAULT_VOLUME)); in PlayAndRecord()
|
/cts/hostsidetests/security/securityPatch/CVE-2016-8431/ |
D | poc.c | 41 static int prepare() in prepare() function 64 prepare(); in main()
|
/cts/tests/tests/media/src/android/media/cts/ |
D | MediaPlayerTest.java | 140 mMediaPlayer.prepare(); in testIfMediaServerDied() 159 mp2.prepare(); in testVorbisCrash() 168 mp.prepare(); in testVorbisCrash() 238 mp.prepare(); in testPlayAudioFromDataURI() 292 mp.prepare(); 410 mp.prepare(); in testPlayMidi() 521 player.prepare(); 748 mp1.prepare(); 759 mp2.prepare(); 988 recorder.prepare(); [all …]
|
/cts/hostsidetests/security/securityPatch/CVE-2016-6732/ |
D | poc.c | 96 static void prepare() in prepare() function 126 prepare(); in main()
|
/cts/hostsidetests/theme/app/src/android/theme/app/ |
D | LayoutModifier.java | 27 void prepare(); in prepare() method
|
/cts/hostsidetests/theme/app/src/android/theme/app/modifiers/ |
D | AbstractLayoutModifier.java | 27 public void prepare() { in prepare() method in AbstractLayoutModifier
|
/cts/common/util/src/com/android/compatibility/common/util/ |
D | MeasureRun.java | 26 public void prepare(int i) throws Exception { in prepare() method in MeasureRun
|
D | MeasureTime.java | 36 run.prepare(i); in measure()
|
/cts/hostsidetests/security/securityPatch/CVE-2016-6733/ |
D | poc.c | 96 static void prepare() in prepare() function 127 prepare(); in main()
|
/cts/hostsidetests/security/securityPatch/CVE-2016-6734/ |
D | poc.c | 101 static void prepare() in prepare() function 129 prepare(); in main()
|
/cts/hostsidetests/security/securityPatch/CVE-2016-6735/ |
D | poc.c | 100 static void prepare() in prepare() function 128 prepare(); in main()
|
/cts/tests/tests/media/libmediandkjni/ |
D | native_media_encoder_jni.cpp | 56 Status prepare(std::unique_ptr<RunConfig> config, std::shared_ptr<ANativeWindow> anw = nullptr); 107 Status NativeEncoder::prepare( in prepare() function in NativeEncoder 345 enc->prepare(std::move(runConfig), persistentSurface); in runNativeEncoderTest() 346 src->prepare(nullptr /*bufferListener*/, persistentSurface); in runNativeEncoderTest() 348 enc->prepare(std::move(runConfig)); in runNativeEncoderTest() 349 src->prepare(nullptr /*bufferListener*/, enc->getSurface()); in runNativeEncoderTest()
|
/cts/hostsidetests/security/securityPatch/CVE-2016-6730/ |
D | poc.c | 104 static void prepare() in prepare() function 132 prepare(); in main()
|
/cts/hostsidetests/security/securityPatch/CVE-2016-6731/ |
D | poc.c | 104 static void prepare() in prepare() function 132 prepare(); in main()
|
/cts/hostsidetests/security/securityPatch/CVE-2016-6736/ |
D | poc.c | 114 static void prepare() in prepare() function 142 prepare(); in main()
|
/cts/hostsidetests/security/securityPatch/CVE-2016-8432/ |
D | poc.c | 58 static int prepare() in prepare() function 112 prepare(); in main()
|
/cts/suite/audio_quality/lib/include/ |
D | FileUtil.h | 38 static bool prepare(android::String8& dirPath);
|
/cts/suite/audio_quality/lib/include/audio/ |
D | AudioHardware.h | 64 virtual bool prepare(SamplingRate samplingRate, int volume, int mode = EModeVoice) = 0;
|