Home
last modified time | relevance | path

Searched refs:myObj (Results 1 – 10 of 10) sorted by relevance

/external/clang/test/CodeGenObjC/
Dobjc2-ivar-assign.m36 MyClass *myObj;
37 myObj.property = 0;
38 myObj.propertyI = 0;
39 myObj.propertyTI = 0;
40 myObj.propertyTPI = 0;
41 myObj.propertyID = 0;
/external/nist-sip/java/gov/nist/javax/sip/header/
DSIPObject.java228 Object myObj = f.get(this); in match() local
230 if (hisObj != null && myObj == null) in match()
232 else if (hisObj == null && myObj != null) in match()
234 else if (hisObj == null && myObj == null) in match()
238 && myObj instanceof java.lang.String) { in match()
241 if (((String) myObj) in match()
247 && GenericObject.isMySubclass(myObj.getClass()) in match()
249 && myObj.getClass().equals(hisObj.getClass()) in match()
253 ((GenericObject) myObj).encode(); in match()
260 GenericObject.isMySubclass(myObj.getClass()) in match()
[all …]
/external/nist-sip/java/gov/nist/javax/sip/address/
DNetObject.java223 Object myObj = f.get(this); in match() local
225 if (hisObj != null && myObj == null) in match()
227 else if (hisObj == null && myObj != null) in match()
229 else if (hisObj == null && myObj == null) in match()
233 && myObj instanceof java.lang.String) { in match()
236 if (((String) myObj) in match()
241 GenericObject.isMySubclass(myObj.getClass()) in match()
243 && myObj.getClass().equals(hisObj.getClass()) in match()
247 ((GenericObject) myObj).encode(); in match()
254 GenericObject.isMySubclass(myObj.getClass()) in match()
[all …]
/external/nist-sip/java/gov/nist/core/
DGenericObject.java545 Object myObj = f.get(this); in match() local
547 if (hisObj != null && myObj == null) in match()
549 else if (hisObj == null && myObj != null) in match()
551 else if (hisObj == null && myObj == null) in match()
555 && myObj instanceof java.lang.String) { in match()
558 if (((String) myObj) in match()
563 GenericObject.isMySubclass(myObj.getClass()) in match()
564 && !((GenericObject) myObj).match(hisObj)) in match()
567 GenericObjectList.isMySubclass(myObj.getClass()) in match()
568 && !((GenericObjectList) myObj).match(hisObj)) in match()
/external/clang/test/SemaObjC/
Dnsobject-attribute.m23 @property (strong) __attribute__((NSObject)) CFTypeRef myObj; // no-warning property
36 @synthesize myObj;
/external/clang/test/Analysis/
Dretain-release-region-store.m125 id myObj;
134 myObj = (id) date;
Dretain-release.m581 id myObj; field
588 myObj = (id) CFArrayCreateMutable(0, 10, &kCFTypeArrayCallBacks); // no-warning
/external/clang/test/ARCMT/
Dobjcmt-arc-cf-annotations.m.result628 id myObj;
635 myObj = (id) CFArrayCreateMutable(0, 10, &kCFTypeArrayCallBacks); // no-warning
Dobjcmt-arc-cf-annotations.m586 id myObj; field
593 myObj = (id) CFArrayCreateMutable(0, 10, &kCFTypeArrayCallBacks); // no-warning
/external/google-styleguide/
Dobjcguide.md380 [myObj short:arg1