Home
last modified time | relevance | path

Searched defs:cvs (Results 1 – 3 of 3) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/audiolib/
DWaveScopeView.java156 private void drawChannel16(Canvas cvs, short[] samples, int numFrames, int numChans, in drawChannel16()
220 private void drawChannelFloat(Canvas cvs, float[] samples, int numFrames, int numChans, in drawChannelFloat()
/cts/tests/tests/content/src/android/content/cts/
DContentResolverTest.java930 ContentValues[] cvs = new ContentValues[2]; in testBulkInsert() local
/cts/tests/tests/calendarprovider/src/android/provider/cts/calendar/
DCalendarTest.java2024 private void verifyContentValuesAgainstCursor(List<ContentValues> cvs, in verifyContentValuesAgainstCursor()