/libcore/luni/src/test/java/libcore/java/text/ |
D | OldAttributedCharacterIteratorTest.java | 33 AttributedString as = new AttributedString("test"); in test_getRunLimitLSet() local 56 AttributedString as = new AttributedString("test"); in test_getAllAttributeKeys() local 98 AttributedString as = new AttributedString("test"); in test_getAttributes() local 106 AttributedString as = new AttributedString(""); in test_getRunLimit() local 117 AttributedString as = new AttributedString(""); in test_getRunLimitLAttribute() local 138 AttributedString as = new AttributedString(""); in test_getRunStart() local 159 AttributedString as = new AttributedString("test text"); in test_getRunStartLAttribute() local 172 AttributedString as = new AttributedString("test"); in test_getRunStartLjava_util_Set() local 195 AttributedString as = new AttributedString(string); in setUp() local
|
D | OldAttributedStringTest.java | 280 AttributedString as = new AttributedString("test"); in test_addAttributeLjava_text_AttributedCharacterIterator$AttributeLjava_lang_ObjectII() local 326 AttributedString as = new AttributedString("123", Collections.emptyMap()); in test_addAttributeLjava_text_AttributedCharacterIterator$AttributeLjava_lang_Object() local 357 AttributedString as = new AttributedString("test"); in test_addAttributesLjava_util_MapII() local
|
/libcore/ojluni/src/main/java/java/util/concurrent/atomic/ |
D | DoubleAdder.java | 90 Cell[] as; long b, v; int m; Cell a; in add() local 118 Cell[] as = cells; in sum() local 136 Cell[] as = cells; in reset() local 156 Cell[] as = cells; in sumThenReset() local
|
D | LongAdder.java | 86 Cell[] as; long b, v; int m; Cell a; in add() local 120 Cell[] as = cells; in sum() local 138 Cell[] as = cells; in reset() local 158 Cell[] as = cells; in sumThenReset() local
|
D | DoubleAccumulator.java | 103 Cell[] as; long b, v, r; int m; Cell a; in accumulate() local 130 Cell[] as = cells; in get() local 150 Cell[] as = cells; in reset() local 170 Cell[] as = cells; in getThenReset() local
|
D | LongAccumulator.java | 105 Cell[] as; long b, v, r; int m; Cell a; in accumulate() local 128 Cell[] as = cells; in get() local 147 Cell[] as = cells; in reset() local 167 Cell[] as = cells; in getThenReset() local
|
D | Striped64.java | 232 Cell[] as; Cell a; int n; long v; in longAccumulate() local 316 Cell[] as; Cell a; int n; long v; in doubleAccumulate() local
|
/libcore/ojluni/src/main/java/java/text/ |
D | Format.java | 278 AttributedString as = new AttributedString(s); in createAttributedCharacterIterator() local 295 AttributedString as = new AttributedString(iterators); in createAttributedCharacterIterator() local 313 AttributedString as = new AttributedString(string); in createAttributedCharacterIterator() local 332 AttributedString as = new AttributedString(iterator); in createAttributedCharacterIterator() local
|
D | CharacterIteratorFieldDelegate.java | 65 AttributedString as = attributedStrings. in formatted() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/ |
D | AttributedStringTest.java | 120 AttributedString as = new AttributedString("test"); in test_addAttributeLjava_text_AttributedCharacterIterator$AttributeLjava_lang_ObjectII() local 165 AttributedString as = new AttributedString("123", new WeakHashMap()); in test_addAttributeLjava_text_AttributedCharacterIterator$AttributeLjava_lang_Object() local
|
D | AttributedCharacterIteratorTest.java | 158 AttributedString as = new AttributedString("test"); in test_getRunLimitLjava_text_AttributedCharacterIterator$Attribute() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/ |
D | BigIntegerOperateBitsTest.java | 215 String as = "-18446744073709551615"; in testClearBitNegativeInside3() local 228 String as = "-4294967295"; in testClearBitNegativeInside4() local 242 String as = "-18446744073709551615"; in testClearBitNegativeInside5() local 575 String as = "-18446744073709551615"; in testFlipBitNegativeInside3() local 589 String as = "-4294967295"; in testFlipBitNegativeInside4() local 603 String as = "-18446744073709551615"; in testFlipBitNegativeInside5() local 954 String as = "-18446744073709551615"; in testSetBitNegativeInside3() local 968 String as = "-4294967295"; in testSetBitNegativeInside4() local 981 String as = "-18446744073709551615"; in testSetBitNegativeInside5() local
|
/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/ |
D | GroupByOpTest.java | 165 Set<V> as = new HashSet<>(a.get(k)); in multiMapEquals() local
|
/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/ |
D | mySSLSession.java | 163 String as[] = new String[vector.size()]; in getValueNames() local
|
/libcore/luni/src/main/java/libcore/reflect/ |
D | Types.java | 137 String as[] = c.getName().split("\\["); in appendGenericType() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | TreeSetTest.java | 226 Set as = new HashSet(Arrays.asList(objArray)); in test_iterator() local
|
/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | ConcurrentHashMap.java | 716 Class<?> c; Type[] ts, as; Type t; ParameterizedType p; in comparableClassFor() local 2326 CounterCell[] as; long b, s; in addCount() local 2574 CounterCell[] as = counterCells; CounterCell a; in sumCount() local 2595 CounterCell[] as; CounterCell a; int n; long v; in fullAddCount() local
|
/libcore/ojluni/src/main/java/java/util/ |
D | HashMap.java | 347 Class<?> c; Type[] ts, as; Type t; ParameterizedType p; in comparableClassFor() local
|