Searched refs:n2a (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/test/javax/sound/midi/Gervill/SoftLimiter/
H A DProcessAudio_replace_mix.java61 float[] n2a = in2.array();
68 n2a[i] = testdata2[i];
H A DProcessAudio_replace_mix_overdrive.java61 float[] n2a = in2.array();
68 n2a[i] = testdata2[i];
H A DProcessAudio_replace_normal.java61 float[] n2a = in2.array();
68 n2a[i] = testdata2[i];
H A DProcessAudio_replace_overdrive.java61 float[] n2a = in2.array();
68 n2a[i] = testdata2[i];
/openjdk7/jdk/test/javax/management/MBeanInfo/
H A DMBeanInfoEqualsTest.java170 n2a = new MBeanNotificationInfo(new String[] {"a.b", "c.d"}, field in class:MBeanInfoEqualsTest
173 n2b = new MBeanNotificationInfo(n2a.getNotifTypes(),
174 n2a.getName(),
175 n2a.getDescription()),
199 xn1a = {n1a, n2a},
201 xn2a = {n2a, n1a};
230 {n1a, n1b}, {n2a, n2b}, {n3}, {n4},

Completed in 31 milliseconds