Home
last modified time | relevance | path

Searched refs:addProperty (Results 1 – 8 of 8) sorted by relevance

/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
DMarshalHashtable.java77 item.addProperty("key", null); in writeInstance()
78 item.addProperty("value", null); in writeInstance()
96 addProperty("key", null); in ItemSoapObject()
97 addProperty("value", null); in ItemSoapObject()
DSoapObject.java470 o.addProperty(propertyInfoClonned); in newInstance()
510 public SoapObject addProperty(String name, Object value) { in addProperty() method in SoapObject
518 return addProperty(propertyInfo); in addProperty()
530 return addProperty(name, value); in addPropertyIfValue()
546 return addProperty(propertyInfo); in addPropertyIfValue()
559 public SoapObject addProperty(PropertyInfo propertyInfo) { in addProperty() method in SoapObject
DSoapSerializationEnvelope.java213 ((SoapObject) obj).addProperty(parser.getName(), in readSerializable()
281 so.addProperty(parser.getName(), in readUnknown()
/external/vogar/src/vogar/monitor/
DTargetMonitor.java68 jsonObject.addProperty("outcome", outcomeName);
78 jsonObject.addProperty("result", result.name());
88 jsonObject.addProperty("completedNormally", completedNormally);
/external/testng/src/main/java/org/testng/
DReporterConfig.java36 public void addProperty(Property property) { in addProperty() method in ReporterConfig
89 reporterConfig.addProperty(property); in deserialize()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
DViewInflater.java903 addProperty(v, "text", result); in getViewInfo()
904 addProperty(v, "visibility", result); in getViewInfo()
905 addProperty(v, "checked", result); in getViewInfo()
906 addProperty(v, "tag", result); in getViewInfo()
907 addProperty(v, "selectedItemPosition", result); in getViewInfo()
908 addProperty(v, "progress", result); in getViewInfo()
912 private void addProperty(View v, String attr, Map<String, String> dest) { in addProperty() method in ViewInflater
/external/caliper/caliper/src/main/java/com/google/caliper/model/
DHost.java105 public Builder addProperty(String key, String value) { in addProperty() method in Host.Builder
DVmSpec.java114 public Builder addProperty(String property, String value) { in addProperty() method in VmSpec.Builder