Home
last modified time | relevance | path

Searched refs:f0 (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/media/tests/audiotests/
Dshared_mem_test.cpp82 float f0; in Test01() local
84 f0 = pow(2., 32.) * freq / (float)rate; in Test01()
85 dPhi = (unsigned long)f0; in Test01()
/frameworks/base/libs/androidfw/tests/data/out_of_order_types/
Dedited_resources.arsc.txt16 000000f0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
32 000001f0: 4000 0000 0000 0000 0000 0000 0000 0000
/frameworks/av/media/libaudioprocessing/tests/
Dtest-mixer.cpp239 static float f0; // zero in main() local
280 mixer->setParameter(name, AudioMixer::VOLUME, AudioMixer::VOLUME0, &f0); in main()
281 mixer->setParameter(name, AudioMixer::VOLUME, AudioMixer::VOLUME1, &f0); in main()
291 mixer->setParameter(name, AudioMixer::VOLUME, AudioMixer::AUXLEVEL, &f0); in main()
/frameworks/base/services/tests/servicestests/assets/KeyStoreRecoveryControllerTest/pem/
Dvalid-cert.pem85 c2:a1:b3:80:7f:d0:a4:1d:ce:ad:7e:75:33:f0:7b:
106 bb:8a:f0:25:e0:05:f5:8b:1e:83:d0:44:63:ce:93:
122 c6:d4:fe:97:f0:48:03:3f:24:10:93:00:70:ab:1f:
166 61:f5:9b:1c:23:89:7f:1d:f0:e6:4c:d7:e0:a7:21:65:eb:65:
170 56:cd:5f:f0:18:3e:dc:8e:30:e5:6d:fc:ec:98:60:9f:67:c8:
172 4a:65:0e:f0:2f:b4:7a:8c:aa:e3:fc:6b:42:0d:ec:b5:5a:bd:
179 65:00:b4:08:5b:f0:20:a5:21:fd:24:a0:aa:a4:8b:5d:c5:f8:
203 d7:58:f0:a8:2a:43:9f:96:5e:0f:05:cf:d6:8a:0b:f5:c5:8c:
/frameworks/base/services/tests/servicestests/src/com/android/server/
DDropBoxTest.java158 File f0 = new File(clientDir, "f0.txt");
163 FileWriter w0 = new FileWriter(f0);
182 dropbox.addFile("DropBoxTest", f0, DropBoxManager.IS_TEXT);
616 DropBoxManager.Entry f0 = dropbox.getNextEntry(null, 0); in testFileCountLimits() local
617 DropBoxManager.Entry f1 = dropbox.getNextEntry(null, f0.getTimeMillis()); in testFileCountLimits()
620 assertEquals("TEST4", f0.getText(80)); in testFileCountLimits()
624 f0.close(); in testFileCountLimits()
/frameworks/base/core/tests/coretests/src/android/os/
DAidlTest.java351 float[] f0 = new float[]{90.1f}; in testArrays() local
354 float[] fr = mRemote.floatArray(f0, f1, f2); in testArrays()
/frameworks/native/services/vibratorservice/
DVibratorHalWrapper.cpp449 float f0 = 0; in getResonantFrequencyInternal() local
450 auto result = getHal()->getResonantFrequency(&f0); in getResonantFrequencyInternal()
451 return HalResult<float>::fromStatus(result, f0); in getResonantFrequencyInternal()
/frameworks/rs/driver/runtime/arch/
Dneon.ll1102 %f0 = load <4 x float>, <4 x float>* @fc_0, align 16
1105 …%v3 = tail call <4 x float> @_Z5clampDv4_fS_S_(<4 x float> %v2, <4 x float> %f0, <4 x float> %f255…
Dasimd.ll1110 %f0 = load <4 x float>, <4 x float>* @fc_0, align 16
1113 …%v3 = tail call <4 x float> @_Z5clampDv4_fS_S_(<4 x float> %v2, <4 x float> %f0, <4 x float> %f255…