Home
last modified time | relevance | path

Searched refs:firstObject (Results 1 – 25 of 27) sorted by relevance

12

/external/jsilver/src/com/google/clearsilver/jsilver/data/
DUniqueStack.java41 private T firstObject = null; field in UniqueStack
91 if (firstObject == null) { in push()
92 firstObject = object; in push()
95 if (firstObject.equals(object)) { in push()
115 objectStack.offerLast(firstObject); in initStackAndSet()
116 objectsSet.add(firstObject); in initStackAndSet()
119 firstObject = null; in initStackAndSet()
136 returnedValue = firstObject; in pop()
137 firstObject = null; in pop()
151 if (firstObject != null) { in isEmpty()
/external/clang/test/CodeGenObjC/
Dparameterized_classes.m23 @property (copy,nonatomic) T firstObject; property
32 return array.firstObject;
36 return [array firstObject];
/external/clang/test/SemaObjC/
Dparameterized_classes_subst.m46 - (T)firstObject; method
153 ip = [stringSet firstObject]; // expected-warning{{from 'NSString *'}}
154 ip = [mutStringSet firstObject]; // expected-warning{{from 'NSString *'}}
155 ip = [widgetSet firstObject]; // expected-warning{{from 'Widget *'}}
156 ip = [untypedMutSet firstObject]; // expected-warning{{from 'id'}}
157 ip = [mutStringArraySet firstObject]; // expected-warning{{from 'NSArray<NSString *> *'}}
158 ip = [set firstObject]; // expected-warning{{from 'id'}}
159 ip = [mutSet firstObject]; // expected-warning{{from 'id'}}
160 ip = [mutArraySet firstObject]; // expected-warning{{from 'id'}}
161 ip = [block firstObject]; // expected-warning{{from 'id'}}
Dcocoa-api-usage.m51 + (id)dictionaryWithObjectsAndKeys:(id)firstObject, ...;
56 - (id)initWithObjectsAndKeys:(id)firstObject, ...;
Dcocoa-api-usage.m.fixed51 + (id)dictionaryWithObjectsAndKeys:(id)firstObject, ...;
56 - (id)initWithObjectsAndKeys:(id)firstObject, ...;
Dattr-availability-1.m74 + (instancetype)dictionaryWithObjectsAndKeys:(id)firstObject, ... __attribute__((sentinel(0,1)));
/external/clang/test/SemaObjCXX/
Dparameterized_classes_subst.mm42 - (T)firstObject; method
109 ip = [stringSet firstObject]; // expected-error{{from incompatible type 'NSString *'}}
110 ip = [mutStringSet firstObject]; // expected-error{{from incompatible type 'NSString *'}}
111 ip = [widgetSet firstObject]; // expected-error{{from incompatible type 'Widget *'}}
112 ip = [untypedMutSet firstObject]; // expected-error{{from incompatible type 'id'}}
113 …ip = [mutStringArraySet firstObject]; // expected-error{{from incompatible type 'NSArray<NSString …
114 ip = [set firstObject]; // expected-error{{from incompatible type 'id'}}
115 ip = [mutSet firstObject]; // expected-error{{from incompatible type 'id'}}
116 ip = [mutArraySet firstObject]; // expected-error{{from incompatible type 'id'}}
117 ip = [block firstObject]; // expected-error{{from incompatible type 'id'}}
/external/clang/test/Analysis/
DDynamicTypePropagation.m27 @property(readonly) ObjectType firstObject; property
45 NSObject *element = [erased firstObject];
Dvariadic-method-types.m51 + (id)dictionaryWithObjectsAndKeys:(id)firstObject, ... __attribute__((sentinel(0,1)));
52 - (id)initWithObjectsAndKeys:(id)firstObject, ... __attribute__((sentinel(0,1)));
/external/clang/test/ARCMT/
Dobjcmt-subscripting-unavailable.m.result40 + (id)dictionaryWithObjectsAndKeys:(id)firstObject, ...;
45 - (id)initWithObjectsAndKeys:(id)firstObject, ...;
Dobjcmt-subscripting-unavailable.m40 + (id)dictionaryWithObjectsAndKeys:(id)firstObject, ...;
45 - (id)initWithObjectsAndKeys:(id)firstObject, ...;
Dobjcmt-subscripting-literals-in-arc.m.result63 + (id)dictionaryWithObjectsAndKeys:(id)firstObject, ...;
68 - (id)initWithObjectsAndKeys:(id)firstObject, ...;
Dobjcmt-subscripting-literals-in-arc.m63 + (id)dictionaryWithObjectsAndKeys:(id)firstObject, ...;
68 - (id)initWithObjectsAndKeys:(id)firstObject, ...;
Dobjcmt-instancetype.m74 + dictionaryWithObjectsAndKeys:(id)firstObject, ...;
79 - (id)initWithObjectsAndKeys:(id)firstObject, ...;
Dobjcmt-instancetype.m.result74 + (instancetype) dictionaryWithObjectsAndKeys:(id)firstObject, ...;
79 - (instancetype)initWithObjectsAndKeys:(id)firstObject, ...;
Dobjcmt-subscripting-literals.m.result63 + (id)dictionaryWithObjectsAndKeys:(id)firstObject, ...;
68 - (id)initWithObjectsAndKeys:(id)firstObject, ...;
Dobjcmt-subscripting-literals.m63 + (id)dictionaryWithObjectsAndKeys:(id)firstObject, ...;
68 - (id)initWithObjectsAndKeys:(id)firstObject, ...;
/external/webrtc/webrtc/examples/objc/AppRTCDemo/
DARDStatsBuilder.m174 NSString *activeConnection = [values[@"googActiveConnection"] firstObject];
203 NSString *trackId = [values[@"googTrackId"] firstObject];
257 NSString *transportId = [values[@"transportId"] firstObject];
258 if ([values[@"googFrameWidthReceived"] firstObject]) {
/external/walt/ios/WALT/
DWALTClient.m165 if (![_client connectToSource:sources.firstObject error:error]) {
177 if (![_client connectToDestination:destinations.firstObject error:error]) {
509 NSData *response = _responseQueue.firstObject;
DMenuController.m95 NSURL *logURL = [urls.firstObject URLByAppendingPathComponent:logName];
DDragLatencyController.mm334 const NSTimeInterval t0 = _touchEvents.firstObject.kernelTime;
358 if (_laserEvents.firstObject.value != 0) {
/external/icu/icu4c/source/test/intltest/
Dtsmthred.cpp1369 bool firstObject = (gObjectsCreated == 0); in createObject() local
1370 if (firstObject) { in createObject()
1395 if (!firstObject) { in createObject()
/external/webrtc/talk/app/webrtc/objc/
DRTCFileLogger.mm53 NSString *documentsDirPath = [paths firstObject];
/external/guice/core/test/com/google/inject/spi/
DElementsTest.java916 final Object firstObject = new Object(); in testRequestInjection() local
922 requestInjection(firstObject); in testRequestInjection()
929 assertEquals(firstObject, command.getInstance()); in testRequestInjection()
/external/webrtc/webrtc/modules/video_capture/ios/
Drtc_video_capture_ios_objc.mm187 return [[_captureSession outputs] firstObject];

12