Home
last modified time | relevance | path

Searched refs:arrType (Results 1 – 3 of 3) sorted by relevance

/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
DSoapSerializationEnvelope.java895 Object[] arrType = getInfo(elementType.type, null); in writeVectorBody() local
901 writer.getPrefix((String) arrType[0], false) + ":" in writeVectorBody()
902 + arrType[1] + "[" + cnt + "]"); in writeVectorBody()
906 itemsNamespace = (String) arrType[0]; in writeVectorBody()
/external/ksoap2/
D0001-ksoap2-update.patch1795 - writer.attribute(enc, ARRAY_TYPE_LABEL, writer.getPrefix((String) arrType[0], false)
1797 + writer.attribute(enc, ARRAY_TYPE_LABEL, writer.getPrefix((String) arrType[0], false) +…
1798 + arrType[1] + "[" + cnt + "]");
1802 + itemsNamespace = (String) arrType[0];
/external/oj-libjdwp/make/data/jdwp/
Djdwp.spec1240 (arrayType arrType "The array type of the new instance.")