Home
last modified time | relevance | path

Searched defs:as (Results 1 – 18 of 18) sorted by relevance

/libcore/luni/src/test/java/libcore/java/text/
DOldAttributedCharacterIteratorTest.java33 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
DOldAttributedStringTest.java280 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/
DDoubleAdder.java90 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
DLongAdder.java86 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
DDoubleAccumulator.java103 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
DLongAccumulator.java105 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
DStriped64.java232 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/
DFormat.java278 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
DCharacterIteratorFieldDelegate.java65 AttributedString as = attributedStrings. in formatted() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DAttributedStringTest.java120 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
DAttributedCharacterIteratorTest.java158 AttributedString as = new AttributedString("test"); in test_getRunLimitLjava_text_AttributedCharacterIterator$Attribute() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
DBigIntegerOperateBitsTest.java215 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/
DGroupByOpTest.java165 Set<V> as = new HashSet<>(a.get(k)); in multiMapEquals() local
/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
DmySSLSession.java163 String as[] = new String[vector.size()]; in getValueNames() local
/libcore/luni/src/main/java/libcore/reflect/
DTypes.java137 String as[] = c.getName().split("\\["); in appendGenericType() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DTreeSetTest.java226 Set as = new HashSet(Arrays.asList(objArray)); in test_iterator() local
/libcore/ojluni/src/main/java/java/util/concurrent/
DConcurrentHashMap.java716 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/
DHashMap.java347 Class<?> c; Type[] ts, as; Type t; ParameterizedType p; in comparableClassFor() local