HomeSort by relevance Sort by last modified time
    Searched full:otherprop (Results 1 - 3 of 3) sorted by null

  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
SoapObject.java 115 * @param otherProp, index
118 public boolean isPropertyEqual(Object otherProp, int index) {
123 if (otherProp instanceof PropertyInfo &&
126 PropertyInfo otherPropInfo = (PropertyInfo) otherProp;
130 } else if (otherProp instanceof SoapObject && thisProp instanceof SoapObject) {
131 SoapObject otherPropSoap = (SoapObject) otherProp;
  /external/clang/test/Analysis/
properties.m 262 @property (readonly) int otherProp;
267 @property (readonly) int otherProp;
275 clang_analyzer_eval(self.otherProp == self.otherProp); // expected-warning{{TRUE}}
276 clang_analyzer_eval([self otherProp] == self.otherProp); // expected-warning{{TRUE}}
  /external/dtc/
checks.c 358 struct property *otherprop = NULL; local
364 otherprop = get_property_by_label(dt, label, &othernode);
367 &otherprop);
372 if ((othernode != node) || (otherprop != prop) || (othermark != mark))
376 DESCLABEL_ARGS(othernode, otherprop, othermark));

Completed in 184 milliseconds