Home
last modified time | relevance | path

Searched defs:propertyInfo (Results 1 – 4 of 4) sorted by relevance

/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
DSoapObject.java165 PropertyInfo propertyInfo = (PropertyInfo) properties.elementAt(index); in getPropertyAsString() local
305 PropertyInfo propertyInfo = (PropertyInfo) properties.elementAt(index.intValue()); in getPrimitiveProperty() local
330 PropertyInfo propertyInfo = (PropertyInfo) properties.elementAt(index.intValue()); in getPrimitivePropertyAsString() local
352 PropertyInfo propertyInfo = (PropertyInfo) properties.elementAt(index.intValue()); in getPrimitivePropertySafely() local
378 PropertyInfo propertyInfo = (PropertyInfo) properties.elementAt(index.intValue()); in getPrimitivePropertySafelyAsString() local
420 public void getPropertyInfo(int index, Hashtable properties, PropertyInfo propertyInfo) { in getPropertyInfo()
433 public void getPropertyInfo(int index, PropertyInfo propertyInfo) { in getPropertyInfo()
468 PropertyInfo propertyInfo = (PropertyInfo) properties.elementAt(propIndex); in newInstance() local
511 PropertyInfo propertyInfo = new PropertyInfo(); in addProperty() local
543 public SoapObject addPropertyIfValue(PropertyInfo propertyInfo, Object value) { in addPropertyIfValue()
[all …]
DSoapSerializationEnvelope.java604 PropertyInfo propertyInfo = new PropertyInfo(); in writeObjectBody() local
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
DPropertyTable.java421 PropertyInfo propertyInfo = m_properties.get(index); in handleMouseUp() local
497 PropertyInfo propertyInfo = m_properties.get(propertyIndex); in updateTooltip() local
698 private int getTitleX(PropertyInfo propertyInfo) { in getTitleX()
705 private int getTitleTextX(PropertyInfo propertyInfo) { in getTitleTextX()
741 private boolean isLocationState(PropertyInfo propertyInfo, int x) { in isLocationState()
817 PropertyInfo propertyInfo = new PropertyInfo(property); in setInput0() local
927 PropertyInfo propertyInfo = getPropertyInfo(property); in forTests_getStateLocation() local
941 PropertyInfo propertyInfo = getPropertyInfo(property); in forTests_getValueLocation() local
1150 PropertyInfo propertyInfo = m_properties.get(i); in drawContent() local
1189 PropertyInfo propertyInfo = m_properties.get(i); in showPresentations() local
[all …]
/external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/serialization/
DMarshalFloat.java31 PropertyInfo propertyInfo) in readInstance()