Home
last modified time | relevance | path

Searched defs:sp (Results 1 – 14 of 14) sorted by relevance

/cts/suite/audio_quality/test_description/conf/
Dcheck_conf.py19 import scipy as sp namespace
/cts/suite/audio_quality/test_description/processing/
Dexample.py19 import scipy as sp namespace
Drecording_thd.py19 import scipy as sp namespace
Dplayback_thd.py19 import scipy as sp namespace
Dcalc_thd.py18 import scipy as sp namespace
Dgen_random.py19 import scipy as sp namespace
Dcheck_spectrum_playback.py19 import scipy as sp namespace
Dcalc_delay.py19 import scipy as sp namespace
Dcheck_spectrum.py19 import scipy as sp namespace
/cts/tests/tests/widget/src/android/widget/cts/
DMultiAutoCompleteTextViewTest.java258 SpannableString sp = new SpannableString(text + ", "); in terminateToken() local
259 TextUtils.copySpansFrom((Spanned)text, 0, text.length(), Object.class, sp, 0); in terminateToken() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/peripheralprofile/
DProfileManager.java147 SAXParser sp; in loadProfiles() local
/cts/suite/audio_quality/test_description/
Dprocessing_main.py19 import scipy as sp namespace
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DConfigChangeTests.java337 private static int scaledPixelsToPixels(float sp, float fontScale, int densityDpi) { in scaledPixelsToPixels()
/cts/tests/tests/content/src/android/content/cts/
DContextTest.java803 SharedPreferences sp; in testGetSharedPreferences() local