Home
last modified time | relevance | path

Searched refs:bar (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DMidiSoloTest.java134 byte[] bar = new byte[200]; in testMidiReceiver()
135 for (int i = 0; i < bar.length; i++) { in testMidiReceiver()
136 bar[i] = (byte) (i ^ 15); in testMidiReceiver()
141 checkReceivedData(myReceiver, bar, offset, count); in testMidiReceiver()
146 checkReceivedData(myReceiver, bar, offset, count); in testMidiReceiver()
150 count = bar.length; in testMidiReceiver()
151 checkReceivedData(myReceiver, bar, offset, count); in testMidiReceiver()
155 checkReceivedData(myReceiver, bar, offset, count); in testMidiReceiver()
170 byte[] bar = new byte[200]; in testMidiReceiverException()
172 int count = bar.length; in testMidiReceiverException()
[all …]
D.goutputstream-9KZYJZ806 stream_url += "?foo=bar/baz";
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DEnsureBarContrastTest.java95 for (Bar bar : Bar.BARS) { in runTestEnsureContrast()
96 if (isAssumptionViolated(() -> bar.checkAssumptions(mTestActivity))) { in runTestEnsureContrast()
100 Bitmap bitmap = getOnMainSync(() -> activity.screenshotBar(bar, mDumper)); in runTestEnsureContrast()
102 if (getOnMainSync(() -> activity.barIsTapThrough(bar))) { in runTestEnsureContrast()
103 assertThat(bar.name + "Bar is tap through, therefore must NOT be scrimmed.", bitmap, in runTestEnsureContrast()
108 assertThat(bar.name + "Bar: Ensure contrast was requested, therefore contrast " + in runTestEnsureContrast()
131 for (Bar bar : Bar.BARS) { in runTestDontEnsureContrast()
132 Bitmap bitmap = getOnMainSync(() -> activity.screenshotBar(bar, mDumper)); in runTestDontEnsureContrast()
134 assertThat(bar.name + "Bar: contrast NOT requested, therefore must NOT be scrimmed.", in runTestDontEnsureContrast()
288 boolean barIsTapThrough(Bar bar) {
[all …]
/cts/tests/app/app/src/android/app/stubs/
DActionBarActivity.java32 ActionBar bar = getActionBar(); in onCreate() local
33 if (bar != null) { in onCreate()
34 bar.setNavigationMode(ActionBar.NAVIGATION_MODE_TABS); in onCreate()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
Dsingle_source_script.rscript29 void RS_KERNEL bar(int x, int y) {
59 rsForEachWithOptions(bar, &opts);
/cts/tests/accessibilityservice/test-apps/WidgetProvider/src/foo/bar/baz/
DMyAppWidgetProvider.java18 package foo.bar.baz;