/external/jsilver/src/com/google/clearsilver/jsilver/data/ |
D | UniqueStack.java | 41 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/ |
D | parameterized_classes.m | 23 @property (copy,nonatomic) T firstObject; property 32 return array.firstObject; 36 return [array firstObject];
|
/external/clang/test/SemaObjC/ |
D | parameterized_classes_subst.m | 46 - (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'}}
|
D | cocoa-api-usage.m | 51 + (id)dictionaryWithObjectsAndKeys:(id)firstObject, ...; 56 - (id)initWithObjectsAndKeys:(id)firstObject, ...;
|
D | cocoa-api-usage.m.fixed | 51 + (id)dictionaryWithObjectsAndKeys:(id)firstObject, ...; 56 - (id)initWithObjectsAndKeys:(id)firstObject, ...;
|
D | attr-availability-1.m | 74 + (instancetype)dictionaryWithObjectsAndKeys:(id)firstObject, ... __attribute__((sentinel(0,1)));
|
/external/clang/test/SemaObjCXX/ |
D | parameterized_classes_subst.mm | 42 - (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/ |
D | DynamicTypePropagation.m | 27 @property(readonly) ObjectType firstObject; property 45 NSObject *element = [erased firstObject];
|
D | variadic-method-types.m | 51 + (id)dictionaryWithObjectsAndKeys:(id)firstObject, ... __attribute__((sentinel(0,1))); 52 - (id)initWithObjectsAndKeys:(id)firstObject, ... __attribute__((sentinel(0,1)));
|
/external/clang/test/ARCMT/ |
D | objcmt-subscripting-unavailable.m.result | 40 + (id)dictionaryWithObjectsAndKeys:(id)firstObject, ...; 45 - (id)initWithObjectsAndKeys:(id)firstObject, ...;
|
D | objcmt-subscripting-unavailable.m | 40 + (id)dictionaryWithObjectsAndKeys:(id)firstObject, ...; 45 - (id)initWithObjectsAndKeys:(id)firstObject, ...;
|
D | objcmt-subscripting-literals-in-arc.m.result | 63 + (id)dictionaryWithObjectsAndKeys:(id)firstObject, ...; 68 - (id)initWithObjectsAndKeys:(id)firstObject, ...;
|
D | objcmt-subscripting-literals-in-arc.m | 63 + (id)dictionaryWithObjectsAndKeys:(id)firstObject, ...; 68 - (id)initWithObjectsAndKeys:(id)firstObject, ...;
|
D | objcmt-instancetype.m | 74 + dictionaryWithObjectsAndKeys:(id)firstObject, ...; 79 - (id)initWithObjectsAndKeys:(id)firstObject, ...;
|
D | objcmt-instancetype.m.result | 74 + (instancetype) dictionaryWithObjectsAndKeys:(id)firstObject, ...; 79 - (instancetype)initWithObjectsAndKeys:(id)firstObject, ...;
|
D | objcmt-subscripting-literals.m.result | 63 + (id)dictionaryWithObjectsAndKeys:(id)firstObject, ...; 68 - (id)initWithObjectsAndKeys:(id)firstObject, ...;
|
D | objcmt-subscripting-literals.m | 63 + (id)dictionaryWithObjectsAndKeys:(id)firstObject, ...; 68 - (id)initWithObjectsAndKeys:(id)firstObject, ...;
|
/external/webrtc/webrtc/examples/objc/AppRTCDemo/ |
D | ARDStatsBuilder.m | 174 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/ |
D | WALTClient.m | 165 if (![_client connectToSource:sources.firstObject error:error]) { 177 if (![_client connectToDestination:destinations.firstObject error:error]) { 509 NSData *response = _responseQueue.firstObject;
|
D | MenuController.m | 95 NSURL *logURL = [urls.firstObject URLByAppendingPathComponent:logName];
|
D | DragLatencyController.mm | 334 const NSTimeInterval t0 = _touchEvents.firstObject.kernelTime; 358 if (_laserEvents.firstObject.value != 0) {
|
/external/icu/icu4c/source/test/intltest/ |
D | tsmthred.cpp | 1369 bool firstObject = (gObjectsCreated == 0); in createObject() local 1370 if (firstObject) { in createObject() 1395 if (!firstObject) { in createObject()
|
/external/webrtc/talk/app/webrtc/objc/ |
D | RTCFileLogger.mm | 53 NSString *documentsDirPath = [paths firstObject];
|
/external/guice/core/test/com/google/inject/spi/ |
D | ElementsTest.java | 916 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/ |
D | rtc_video_capture_ios_objc.mm | 187 return [[_captureSession outputs] firstObject];
|