Home
last modified time | relevance | path

Searched defs:aa (Results 1 – 21 of 21) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
DAtomicIntegerArrayTest.java33 AtomicIntegerArray aa = new AtomicIntegerArray(SIZE); in testConstructor() local
54 AtomicIntegerArray aa = new AtomicIntegerArray(a); in testConstructor2() local
64 AtomicIntegerArray aa = new AtomicIntegerArray(SIZE); in testIndexing() local
101 AtomicIntegerArray aa = new AtomicIntegerArray(SIZE); in testGetSet() local
116 AtomicIntegerArray aa = new AtomicIntegerArray(SIZE); in testGetLazySet() local
131 AtomicIntegerArray aa = new AtomicIntegerArray(SIZE); in testCompareAndSet() local
169 AtomicIntegerArray aa = new AtomicIntegerArray(SIZE); in testWeakCompareAndSet() local
184 AtomicIntegerArray aa = new AtomicIntegerArray(SIZE); in testGetAndSet() local
197 AtomicIntegerArray aa = new AtomicIntegerArray(SIZE); in testGetAndAdd() local
211 AtomicIntegerArray aa = new AtomicIntegerArray(SIZE); in testGetAndDecrement() local
[all …]
DAtomicLongArrayTest.java32 AtomicLongArray aa = new AtomicLongArray(SIZE); in testConstructor() local
53 AtomicLongArray aa = new AtomicLongArray(a); in testConstructor2() local
63 AtomicLongArray aa = new AtomicLongArray(SIZE); in testIndexing() local
100 AtomicLongArray aa = new AtomicLongArray(SIZE); in testGetSet() local
115 AtomicLongArray aa = new AtomicLongArray(SIZE); in testGetLazySet() local
130 AtomicLongArray aa = new AtomicLongArray(SIZE); in testCompareAndSet() local
168 AtomicLongArray aa = new AtomicLongArray(SIZE); in testWeakCompareAndSet() local
183 AtomicLongArray aa = new AtomicLongArray(SIZE); in testGetAndSet() local
196 AtomicLongArray aa = new AtomicLongArray(SIZE); in testGetAndAdd() local
210 AtomicLongArray aa = new AtomicLongArray(SIZE); in testGetAndDecrement() local
[all …]
DAtomicReferenceArrayTest.java32 AtomicReferenceArray<Integer> aa = new AtomicReferenceArray<Integer>(SIZE); in testConstructor() local
54 AtomicReferenceArray<Integer> aa = new AtomicReferenceArray<Integer>(a); in testConstructor2() local
65 AtomicReferenceArray<Number> aa = new AtomicReferenceArray<Number>(a); in testConstructorSubClassArray() local
79 AtomicReferenceArray<Integer> aa = new AtomicReferenceArray<Integer>(SIZE); in testIndexing() local
108 AtomicReferenceArray aa = new AtomicReferenceArray(SIZE); in testGetSet() local
123 AtomicReferenceArray aa = new AtomicReferenceArray(SIZE); in testGetLazySet() local
138 AtomicReferenceArray aa = new AtomicReferenceArray(SIZE); in testCompareAndSet() local
176 AtomicReferenceArray aa = new AtomicReferenceArray(SIZE); in testWeakCompareAndSet() local
191 AtomicReferenceArray aa = new AtomicReferenceArray(SIZE); in testGetAndSet() local
221 AtomicReferenceArray<Integer> aa = new AtomicReferenceArray<Integer>(a); in testToString() local
/libcore/ojluni/src/test/java/util/concurrent/tck/
DAtomicIntegerArrayTest.java56 AtomicIntegerArray aa = new AtomicIntegerArray(SIZE); in testConstructor() local
77 AtomicIntegerArray aa = new AtomicIntegerArray(a); in testConstructor2() local
87 AtomicIntegerArray aa = new AtomicIntegerArray(SIZE); in testIndexing() local
124 AtomicIntegerArray aa = new AtomicIntegerArray(SIZE); in testGetSet() local
139 AtomicIntegerArray aa = new AtomicIntegerArray(SIZE); in testGetLazySet() local
154 AtomicIntegerArray aa = new AtomicIntegerArray(SIZE); in testCompareAndSet() local
192 AtomicIntegerArray aa = new AtomicIntegerArray(SIZE); in testWeakCompareAndSet() local
207 AtomicIntegerArray aa = new AtomicIntegerArray(SIZE); in testGetAndSet() local
220 AtomicIntegerArray aa = new AtomicIntegerArray(SIZE); in testGetAndAdd() local
234 AtomicIntegerArray aa = new AtomicIntegerArray(SIZE); in testGetAndDecrement() local
[all …]
DAtomicLongArrayTest.java55 AtomicLongArray aa = new AtomicLongArray(SIZE); in testConstructor() local
76 AtomicLongArray aa = new AtomicLongArray(a); in testConstructor2() local
86 AtomicLongArray aa = new AtomicLongArray(SIZE); in testIndexing() local
123 AtomicLongArray aa = new AtomicLongArray(SIZE); in testGetSet() local
138 AtomicLongArray aa = new AtomicLongArray(SIZE); in testGetLazySet() local
153 AtomicLongArray aa = new AtomicLongArray(SIZE); in testCompareAndSet() local
191 AtomicLongArray aa = new AtomicLongArray(SIZE); in testWeakCompareAndSet() local
206 AtomicLongArray aa = new AtomicLongArray(SIZE); in testGetAndSet() local
219 AtomicLongArray aa = new AtomicLongArray(SIZE); in testGetAndAdd() local
233 AtomicLongArray aa = new AtomicLongArray(SIZE); in testGetAndDecrement() local
[all …]
DAtomicReferenceArrayTest.java55 AtomicReferenceArray<Integer> aa = new AtomicReferenceArray<>(SIZE); in testConstructor() local
77 AtomicReferenceArray<Integer> aa = new AtomicReferenceArray<>(a); in testConstructor2() local
88 AtomicReferenceArray<Number> aa = new AtomicReferenceArray<Number>(a); in testConstructorSubClassArray() local
102 AtomicReferenceArray<Integer> aa = new AtomicReferenceArray<>(SIZE); in testIndexing() local
131 AtomicReferenceArray aa = new AtomicReferenceArray(SIZE); in testGetSet() local
146 AtomicReferenceArray aa = new AtomicReferenceArray(SIZE); in testGetLazySet() local
161 AtomicReferenceArray aa = new AtomicReferenceArray(SIZE); in testCompareAndSet() local
199 AtomicReferenceArray aa = new AtomicReferenceArray(SIZE); in testWeakCompareAndSet() local
214 AtomicReferenceArray aa = new AtomicReferenceArray(SIZE); in testGetAndSet() local
244 AtomicReferenceArray<Integer> aa = new AtomicReferenceArray<>(a); in testToString() local
/libcore/luni/src/test/java/libcore/java/io/
DOldAndroidInputStreamReaderTest.java33 ByteArrayInputStream aa = new ByteArrayInputStream(str.getBytes("ISO8859_1")); in testAscii() local
55 ByteArrayInputStream aa = in testUtf8() local
DOldAndroidDataOutputStreamTest.java30 ByteArrayOutputStream aa = new ByteArrayOutputStream(); in testDataOutputStream() local
DOldAndroidOutputStreamWriterTest.java30 ByteArrayOutputStream aa = new ByteArrayOutputStream(); in testOutputStreamWriter() local
DOldAndroidBufferedWriterTest.java30 StringWriter aa = new StringWriter(); in testBufferedWriter() local
DOldAndroidBufferedOutputStreamTest.java30 ByteArrayOutputStream aa = new ByteArrayOutputStream(); in testBufferedOutputStream() local
DOldAndroidPrintWriterTest.java27 StringWriter aa = new StringWriter(); in testPrintWriter() local
DOldAndroidStreamTokenizerTest.java32 StringReader aa = new StringReader(str); in testStreamTokenizer() local
DOldStreamTokenizerTest.java53 StringReader aa = new StringReader(str); in test_basicStringTokenizerMethods() local
DOldAndroidPushbackReaderTest.java30 StringReader aa = new StringReader(str); in testPushbackReader() local
DOldAndroidBufferedInputStreamTest.java33 ByteArrayInputStream aa = new ByteArrayInputStream(str.getBytes()); in testBufferedInputStream() local
DOldAndroidPushbackInputStreamTest.java30 ByteArrayInputStream aa = new ByteArrayInputStream(str.getBytes()); in testPushbackInputStream() local
DOldAndroidBufferedReaderTest.java32 StringReader aa = new StringReader(str); in testBufferedReader() local
DOldAndroidLineNumberReaderTest.java34 StringReader aa = new StringReader(str); in testLineNumberReader() local
DOldAndroidDataInputStreamTest.java32 ByteArrayInputStream aa = new ByteArrayInputStream(str.getBytes()); in testDataInputStream() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DEnumSetTest.java45 …B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, aa, bb, cc, dd, ee, ff,… enumConstant
53 …L{}, M{}, N{}, O{}, P{}, Q{}, R{}, S{}, T{}, U{}, V{}, W{}, X{}, Y{}, Z{}, aa{}, bb{}, cc{}, dd{},… enumConstant
57 …B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, aa, bb, cc, dd, ee, ff,… enumConstant