/cts/apps/CtsVerifier/jni/audio_loopback/analyzer/ |
D | RoundedManchesterEncoder.h | 40 float phase = (rampIndex + 1) * M_PI / rampSize; in RoundedManchesterEncoder() local 41 float sample = -cosf(phase); in RoundedManchesterEncoder() 52 float phase = (rampIndex + 1) * M_PI / rampSize; in RoundedManchesterEncoder() local 53 float sample = cosf(phase); in RoundedManchesterEncoder()
|
D | GlitchAnalyzer.h | 139 double phase = M_PI_2 - atan2(sinMean, cosMean); variable 140 *phasePtr = phase;
|
/cts/hostsidetests/install/src/android/cts/install/host/ |
D | UpgradeTest.java | 119 private void runPhase(String phase) throws DeviceNotAvailableException { in runPhase() argument 120 runPhase(phase, false /* staged */); in runPhase() 123 private void runStagedPhase(String phase) throws DeviceNotAvailableException { in runStagedPhase() argument 124 runPhase(phase, true /* staged */); in runStagedPhase() 133 private void runPhase(String phase, boolean staged) throws DeviceNotAvailableException { in runPhase() argument 136 String.format(phase + PHASE_FORMAT_SUFFIX, mInstallType, staged, mEnableRollback))) in runPhase()
|
D | SamegradeTest.java | 137 private void runPhase(String phase) throws DeviceNotAvailableException { in runPhase() argument 138 runPhase(phase, false /* staged */); in runPhase() 141 private void runStagedPhase(String phase) throws DeviceNotAvailableException { in runStagedPhase() argument 142 runPhase(phase, true /* staged */); in runStagedPhase() 151 private void runPhase(String phase, boolean staged) throws DeviceNotAvailableException { in runPhase() argument 154 String.format(phase + PHASE_FORMAT_SUFFIX, mInstallType, staged, mEnableRollback))) in runPhase()
|
D | DowngradeTest.java | 166 private void runPhase(String phase) throws DeviceNotAvailableException { in runPhase() argument 167 runPhase(phase, false /* staged */); in runPhase() 170 private void runStagedPhase(String phase) throws DeviceNotAvailableException { in runStagedPhase() argument 171 runPhase(phase, true /* staged */); in runStagedPhase() 180 private void runPhase(String phase, boolean staged) throws DeviceNotAvailableException { in runPhase() argument 183 String.format(phase + PHASE_FORMAT_SUFFIX, mInstallType, staged, mEnableRollback))) in runPhase()
|
D | InstallTest.java | 145 private void runPhase(String phase) throws DeviceNotAvailableException { in runPhase() argument 148 String.format(phase + PHASE_FORMAT_SUFFIX, mInstallType, mStaged, mEnableRollback))) in runPhase()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Fragments/ |
D | PhaseStartFragment.java | 42 public static PhaseStartFragment newInstance(TestActivity.CTSTest phase) { in newInstance() argument 45 arguments.putSerializable(ARG_PHASE, phase); in newInstance() 63 …getActivity().setTitle(getResources().getStringArray(R.array.phase)[TestActivity.CTSTest.ACCURACY.… in onCreateView() 67 …getActivity().setTitle(getResources().getStringArray(R.array.phase)[TestActivity.CTSTest.ROBUSTNES… in onCreateView() 71 …getActivity().setTitle(getResources().getStringArray(R.array.phase)[TestActivity.CTSTest.COMPLEX_M… in onCreateView()
|
D | ComplexMovementFragment.java | 93 …getActivity().setTitle(getResources().getStringArray(R.array.phase)[TestActivity.CTSTest.COMPLEX_M… in onCreateView() 179 ….setTitle(getResources().getStringArray(R.array.phase)[TestActivity.CTSTest.COMPLEX_MOVEMENT.ordin… in showInitialDialog()
|
D | RobustnessFragment.java | 95 …getActivity().setTitle(getResources().getStringArray(R.array.phase)[TestActivity.CTSTest.ROBUSTNES… in onCreateView() 189 … .setTitle(getResources().getStringArray(R.array.phase)[TestActivity.CTSTest.ROBUSTNESS.ordinal()]) in showInitialDialog()
|
D | BaseUiFragment.java | 93 .setTitle(getResources().getStringArray(R.array.phase)[phaseIndex]) in setupButtons()
|
D | AccuracyFragment.java | 105 …getActivity().setTitle(getResources().getStringArray(R.array.phase)[TestActivity.CTSTest.ACCURACY.… in onCreateView()
|
/cts/hostsidetests/scopedstorage/host/src/android/scopedstorage/cts/host/ |
D | ScopedStorageInstantAppHostTest.java | 37 protected void runDeviceTest(String phase) throws Exception { in runDeviceTest() argument 39 "android.scopedstorage.cts.ScopedStorageTest", phase)).isTrue(); in runDeviceTest()
|
D | PublicVolumeHostTest.java | 51 void runDeviceTest(String phase) throws Exception { in runDeviceTest() argument 53 "android.scopedstorage.cts.PublicVolumeTest", phase)).isTrue(); in runDeviceTest()
|
D | PublicVolumeCoreHostTest.java | 53 void runDeviceTest(String phase) throws Exception { in runDeviceTest() argument 55 "android.scopedstorage.cts.PublicVolumeTest", phase)); in runDeviceTest()
|
D | PublicVolumeLegacyHostTest.java | 54 void runDeviceTest(String phase) throws Exception { in runDeviceTest() argument 56 "android.scopedstorage.cts.legacy.PublicVolumeLegacyTest", phase)).isTrue(); in runDeviceTest()
|
D | ScopedStorageHostTest.java | 49 void runDeviceTest(String phase) throws Exception { in runDeviceTest() argument 51 "android.scopedstorage.cts.ScopedStorageTest", phase)).isTrue(); in runDeviceTest() 59 void runDeviceTestWithDisabledIsolatedStorage(String phase) throws Exception { in runDeviceTestWithDisabledIsolatedStorage() argument 63 .setTestMethodName(phase) in runDeviceTestWithDisabledIsolatedStorage()
|
D | ScopedStorageCoreHostTest.java | 42 void runDeviceTest(String phase) throws Exception { in runDeviceTest() argument 44 "android.scopedstorage.cts.ScopedStorageTest", phase)); in runDeviceTest()
|
D | LegacyStorageHostTest.java | 48 void runDeviceTest(String phase) throws Exception { in runDeviceTest() argument 50 "android.scopedstorage.cts.legacy.LegacyStorageTest", phase)).isTrue(); in runDeviceTest()
|
/cts/hostsidetests/os/src/android/os/cts/ |
D | EnvironmentHostTests.java | 42 private void runDeviceTest(String phase) throws Exception { in runDeviceTest() argument 44 "android.cts.environment.EnvironmentTest", phase)); in runDeviceTest()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Activities/ |
D | TestActivity.java | 387 public void switchToTestFragment(CTSTest phase) { in switchToTestFragment() argument 391 switch (phase) { in switchToTestFragment() 415 public void switchToStartFragment(CTSTest phase) { in switchToStartFragment() argument 422 mCurrentTest = phase; in switchToStartFragment() 424 Fragment fragment = PhaseStartFragment.newInstance(phase); in switchToStartFragment()
|
/cts/hostsidetests/stagedinstall/src/com/android/tests/stagedinstall/host/ |
D | ApexShimValidationTest.java | 91 private void runPhase(String phase) throws Exception { in runPhase() argument 94 phase)).isTrue(); in runPhase()
|
D | StagedInstallTest.java | 79 private void runPhase(String phase) throws Exception { in runPhase() argument 82 phase)).isTrue(); in runPhase()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/ |
D | AudioLoopbackLatencyActivity.java | 212 void recordPhase(int phase, double latencyMS, double confidence, in recordPhase() argument 214 mLatencyMS[phase] = latencyMS; in recordPhase() 215 mConfidence[phase] = confidence; in recordPhase() 216 mTimestampLatencyMS[phase] = timestampLatencyMS; in recordPhase()
|
D | AudioDataPathsBaseActivity.java | 990 TestResults(int api, double magnitude, double maxMagnitude, double phase, in TestResults() argument 995 mPhase = phase; in TestResults()
|
/cts/apps/CtsVerifier/libs/ |
D | opencv3-android.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/opencv/
org/ ... |