Home
last modified time | relevance | path

Searched refs:phase (Results 1 – 25 of 25) sorted by relevance

/cts/apps/CtsVerifier/jni/audio_loopback/analyzer/
DRoundedManchesterEncoder.h40 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()
DGlitchAnalyzer.h139 double phase = M_PI_2 - atan2(sinMean, cosMean); variable
140 *phasePtr = phase;
/cts/hostsidetests/install/src/android/cts/install/host/
DUpgradeTest.java119 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()
DSamegradeTest.java137 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()
DDowngradeTest.java166 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()
DInstallTest.java145 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/
DPhaseStartFragment.java42 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()
DComplexMovementFragment.java93 …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()
DRobustnessFragment.java95 …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()
DBaseUiFragment.java93 .setTitle(getResources().getStringArray(R.array.phase)[phaseIndex]) in setupButtons()
DAccuracyFragment.java105 …getActivity().setTitle(getResources().getStringArray(R.array.phase)[TestActivity.CTSTest.ACCURACY.… in onCreateView()
/cts/hostsidetests/scopedstorage/host/src/android/scopedstorage/cts/host/
DScopedStorageInstantAppHostTest.java37 protected void runDeviceTest(String phase) throws Exception { in runDeviceTest() argument
39 "android.scopedstorage.cts.ScopedStorageTest", phase)).isTrue(); in runDeviceTest()
DPublicVolumeHostTest.java51 void runDeviceTest(String phase) throws Exception { in runDeviceTest() argument
53 "android.scopedstorage.cts.PublicVolumeTest", phase)).isTrue(); in runDeviceTest()
DPublicVolumeCoreHostTest.java53 void runDeviceTest(String phase) throws Exception { in runDeviceTest() argument
55 "android.scopedstorage.cts.PublicVolumeTest", phase)); in runDeviceTest()
DPublicVolumeLegacyHostTest.java54 void runDeviceTest(String phase) throws Exception { in runDeviceTest() argument
56 "android.scopedstorage.cts.legacy.PublicVolumeLegacyTest", phase)).isTrue(); in runDeviceTest()
DScopedStorageHostTest.java49 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()
DScopedStorageCoreHostTest.java42 void runDeviceTest(String phase) throws Exception { in runDeviceTest() argument
44 "android.scopedstorage.cts.ScopedStorageTest", phase)); in runDeviceTest()
DLegacyStorageHostTest.java48 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/
DEnvironmentHostTests.java42 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/
DTestActivity.java387 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/
DApexShimValidationTest.java91 private void runPhase(String phase) throws Exception { in runPhase() argument
94 phase)).isTrue(); in runPhase()
DStagedInstallTest.java79 private void runPhase(String phase) throws Exception { in runPhase() argument
82 phase)).isTrue(); in runPhase()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioLoopbackLatencyActivity.java212 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()
DAudioDataPathsBaseActivity.java990 TestResults(int api, double magnitude, double maxMagnitude, double phase, in TestResults() argument
995 mPhase = phase; in TestResults()
/cts/apps/CtsVerifier/libs/
Dopencv3-android.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/ ...