Home
last modified time | relevance | path

Searched refs:allObjects (Results 1 – 15 of 15) sorted by relevance

/external/clang/test/SemaObjC/
Dparameterized_classes_subst.m47 @property (nonatomic, copy) NSArray<T> *allObjects; property
219 ip = stringSet.allObjects; // expected-warning{{from 'NSArray<NSString *> *'}}
220 ip = mutStringSet.allObjects; // expected-warning{{from 'NSArray<NSString *> *'}}
221 ip = widgetSet.allObjects; // expected-warning{{from 'NSArray<Widget *> *'}}
222 ip = untypedMutSet.allObjects; // expected-warning{{from 'NSArray *'}}
223 ip = mutStringArraySet.allObjects; // expected-warning{{from 'NSArray<NSArray<NSString *> *> *'}}
224 ip = set.allObjects; // expected-warning{{from 'NSArray *'}}
225 ip = mutSet.allObjects; // expected-warning{{from 'NSArray *'}}
226 ip = mutArraySet.allObjects; // expected-warning{{from 'NSArray *'}}
243 mutStringSet.allObjects = ip; // expected-warning{{to 'NSArray<NSString *> *'}}
[all …]
/external/clang/test/SemaObjCXX/
Dparameterized_classes_subst.mm43 @property (nonatomic, copy) NSArray<T> *allObjects; property
169 ip = stringSet.allObjects; // expected-error{{from incompatible type 'NSArray<NSString *> *'}}
170 ip = mutStringSet.allObjects; // expected-error{{from incompatible type 'NSArray<NSString *> *'}}
171 ip = widgetSet.allObjects; // expected-error{{from incompatible type 'NSArray<Widget *> *'}}
172 ip = untypedMutSet.allObjects; // expected-error{{from incompatible type 'NSArray *'}}
173 …ip = mutStringArraySet.allObjects; // expected-error{{from incompatible type 'NSArray<NSArray<NSSt…
174 ip = set.allObjects; // expected-error{{from incompatible type 'NSArray *'}}
175 ip = mutSet.allObjects; // expected-error{{from incompatible type 'NSArray *'}}
176 ip = mutArraySet.allObjects; // expected-error{{from incompatible type 'NSArray *'}}
191 mutStringSet.allObjects = ip; // expected-error{{to 'NSArray<NSString *> *'}}
[all …]
/external/lottie/snapshot-tests/src/androidTest/java/com/airbnb/lottie/snapshots/tests/
DProdAnimationsTestCase.kt94 val allObjects = mutableListOf<S3ObjectSummary>() in <lambda>() constant
100 allObjects.addAll(result.objectSummaries) in <lambda>()
108 allObjects.addAll(result.objectSummaries) in <lambda>()
111 return allObjects in <lambda>()
/external/clang/test/Rewriter/
Drewrite-byref-vars.mm41 - (void) allObjects; method
46 - (void) allObjects { method
Drewrite-modern-extern-c-func-decl.mm78 - (void) allObjects; method
83 - (void) allObjects { method
/external/antlr/runtime/ObjC/Framework/
DArrayIterator.m89 anArray = [[[dict keyEnumerator] allObjects] retain];
106 anArray = [[[dict objectEnumerator] allObjects] retain];
154 - (NSArray *) allObjects
DArrayIterator.h67 - (NSArray *)allObjects;
DAMutableArray.h39 - (NSArray *) allObjects;
DTreeIterator.h70 - (NSArray *) allObjects;
DAMutableArray.m214 - (NSArray *) allObjects
221 return [ArrayIterator newIterator:[self allObjects]];
DTreeIterator.m178 -(NSArray *) allObjects
/external/protobuf/src/google/protobuf/compiler/objectivec/
Dmethod_dump.sh81 NSArray *array = [reservedNames.allObjects sortedArrayUsingSelector:sortSelector];
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/objectivec/
Dmethod_dump.sh81 NSArray *array = [reservedNames.allObjects sortedArrayUsingSelector:sortSelector];
/external/webrtc/examples/objc/AppRTCMobile/
DARDSettingsModel.m41 [[resolutions allObjects] sortedArrayUsingComparator:^NSComparisonResult(
/external/deqp/external/vulkancts/scripts/
Dgen_framework_sc.py587 def populateExtensionAliases(allObjects, extensionObjects): argument
590 if withoutPostfix != None and withoutPostfix in allObjects:
592 assert allObjects[withoutPostfix].alias == None
593 allObjects[withoutPostfix].alias = object