Searched defs:v1 (Results 1 - 8 of 8) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
H A DEntryTest.java27 static final String v1 = "a"; field in class:EntryTest
35 Map.Entry e = new AbstractMap.SimpleEntry(k1, v1);
37 assertEquals(v1, e.getValue());
44 Map.Entry s = new AbstractMap.SimpleImmutableEntry(k1, v1);
46 assertEquals(v1, s.getValue());
53 Map.Entry e2 = new AbstractMap.SimpleEntry(k1, v1);
56 assertEquals(v1, e.getValue());
63 Map.Entry s2 = new AbstractMap.SimpleImmutableEntry(k1, v1);
66 assertEquals(v1, s.getValue());
74 Map.Entry e2 = new AbstractMap.SimpleEntry(k1, v1);
[all...]
/libcore/xml/src/main/java/org/xmlpull/v1/
H A DXmlPullParserException.java4 package org.xmlpull.v1;
H A DXmlPullParserFactory.java4 package org.xmlpull.v1;
21 public static final String PROPERTY_NAME = "org.xmlpull.v1.XmlPullParserFactory";
H A DXmlSerializer.java1 package org.xmlpull.v1;
40 * <a href="http://www.xmlpull.org/v1/doc/features.html">
41 * http://www.xmlpull.org/v1/doc/features.html</a>.
68 * <a href="http://www.xmlpull.org/v1/doc/properties.html">
69 * http://www.xmlpull.org/v1/doc/properties.html</a>.
H A DXmlPullParser.java4 package org.xmlpull.v1;
59 * getProperty(&quot;<a href="http://xmlpull.org/v1/doc/properties.html#xmldecl-version">http://xmlpull.org/v1/doc/properties.html#xmldecl-version</a>&quot;)
62 * getProperty(&quot;<a href="http://xmlpull.org/v1/doc/properties.html#xmldecl-standalone">http://xmlpull.org/v1/doc/properties.html#xmldecl-standalone</a>&quot;)
76 * import org.xmlpull.v1.XmlPullParser;
77 * import org.xmlpull.v1.<a href="XmlPullParserException.html">XmlPullParserException</a>;
78 * import org.xmlpull.v1.<a href="XmlPullParserFactory.html">XmlPullParserFactory</a>;
358 "http://xmlpull.org/v1/doc/features.html#process-namespaces";
370 "http://xmlpull.org/v1/do
[all...]
/libcore/xml/src/main/java/org/xmlpull/v1/sax2/
H A DDriver.java4 package org.xmlpull.v1.sax2;
33 import org.xmlpull.v1.XmlPullParser;
34 import org.xmlpull.v1.XmlPullParserException;
35 import org.xmlpull.v1.XmlPullParserFactory;
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
H A DSerializationStressTest3.java326 private static Vector v1 = new Vector<String>(Arrays.asList(new String[] { field in class:SerializationStressTest3.WriteFieldsUsingPutFieldWrite
343 passed = int1 == 0xA9 && object1.equals(v1);
350 fields.put("object1", v1);
/libcore/luni/src/main/native/
H A Dlibcore_io_Memory.cpp86 jint v1 = get_unaligned<jint>(src++); local
89 put_unaligned<jint>(dst++, bswap_32(v1));

Completed in 127 milliseconds