Home
last modified time | relevance | path

Searched refs:withObject (Results 1 – 25 of 65) sorted by relevance

123

/external/llvm-project/clang/test/SemaObjC/
Darc-peformselector.m19 - (id)performSelector:(SEL)aSelector withObject:(id)object;
20 - (id)performSelector:(SEL)aSelector withObject:(id)object1 withObject:(id)object2;
22 - (void)performSelector:(SEL)aSelector withObject:(id)anArgument afterDelay:(double)delay inModes:(…
41 [self performSelector: sel1 withObject:0 afterDelay:0 inModes:0];
47 - (id)performSelector:(SEL)aSelector withObject:(id)object { return 0; }
48 - (id)performSelector:(SEL)aSelector withObject:(id)object1 withObject:(id)object2 { return 0; }
49 - (void)performSelector:(SEL)aSelector withObject:(id)anArgument afterDelay:(double)delay inModes:(…
Dunsafe-perform-selector.m10 - (void)performSelectorInBackground:(SEL)sel withObject:(id)arg;
15 withObject:(id)arg
59 …nBackground: @selector(returnsStruct) withObject:0]; // expected-warning {{'performSelectorInBackg…
96 …Background: @selector(returnsUnion) withObject: self]; // expected-warning {{'performSelectorInBac…
119 …sStruct) onThread:0 withObject:self waitUntilDone:1 modes:0]; // expected-warning {{'performSelect…
Dcircular-container.m11 - (void)replaceObjectAtIndex:(NSUInteger)index withObject:(id)object;
39 - (void)replaceObjectAtIndex:(NSUInteger)index withObject:(id)object;
111 …[a replaceObjectAtIndex:0 withObject:a]; // expected-warning {{adding 'a' to 'a' might cause circu…
144 …[s replaceObjectAtIndex:0 withObject:s]; // expected-warning {{adding 's' to 's' might cause circu…
188 …[a replaceObjectAtIndex:0 withObject:a]; // expected-warning {{adding 'a' to 'a' might cause circu…
/external/clang/test/SemaObjC/
Darc-peformselector.m18 - (id)performSelector:(SEL)aSelector withObject:(id)object;
19 - (id)performSelector:(SEL)aSelector withObject:(id)object1 withObject:(id)object2;
36 - (id)performSelector:(SEL)aSelector withObject:(id)object { return 0; }
37 - (id)performSelector:(SEL)aSelector withObject:(id)object1 withObject:(id)object2 { return 0; }
Dcircular-container.m11 - (void)replaceObjectAtIndex:(NSUInteger)index withObject:(id)object;
39 - (void)replaceObjectAtIndex:(NSUInteger)index withObject:(id)object;
111 …[a replaceObjectAtIndex:0 withObject:a]; // expected-warning {{adding 'a' to 'a' might cause circu…
144 …[s replaceObjectAtIndex:0 withObject:s]; // expected-warning {{adding 's' to 's' might cause circu…
188 …[a replaceObjectAtIndex:0 withObject:a]; // expected-warning {{adding 'a' to 'a' might cause circu…
/external/clang/test/ARCMT/
Dobjcmt-subscripting-literals.m44 - (void)replaceObjectAtIndex:(unsigned long)index withObject:(id)anObject;
126 [marr replaceObjectAtIndex:2 withObject:@"val"];
128 [marr replaceObjectAtIndex:2 withObject:[arr objectAtIndex:4]];
189 - (void)replaceObjectAtIndex:(unsigned long)index withObject:(id)anObject;
205 - (void)replaceObjectAtIndex:(unsigned long)index withObject:(id)anObject;
215 [mutc replaceObjectAtIndex:2 withObject:@"val"];
219 [mutcunaval replaceObjectAtIndex:2 withObject:@"val"];
Dobjcmt-subscripting-unavailable.m.result30 - (void)replaceObjectAtIndex:(unsigned long)index withObject:(id)anObject;
74 [marr replaceObjectAtIndex:2 withObject:@"val"];
76 [marr replaceObjectAtIndex:2 withObject:[arr objectAtIndex:4]];
Dobjcmt-subscripting-unavailable.m30 - (void)replaceObjectAtIndex:(unsigned long)index withObject:(id)anObject;
74 [marr replaceObjectAtIndex:2 withObject:@"val"];
76 [marr replaceObjectAtIndex:2 withObject:[arr objectAtIndex:4]];
Dobjcmt-subscripting-literals.m.result44 - (void)replaceObjectAtIndex:(unsigned long)index withObject:(id)anObject;
189 - (void)replaceObjectAtIndex:(unsigned long)index withObject:(id)anObject;
205 - (void)replaceObjectAtIndex:(unsigned long)index withObject:(id)anObject;
219 [mutcunaval replaceObjectAtIndex:2 withObject:@"val"];
/external/llvm-project/clang/test/ARCMT/
Dobjcmt-subscripting-literals.m44 - (void)replaceObjectAtIndex:(unsigned long)index withObject:(id)anObject;
126 [marr replaceObjectAtIndex:2 withObject:@"val"];
128 [marr replaceObjectAtIndex:2 withObject:[arr objectAtIndex:4]];
189 - (void)replaceObjectAtIndex:(unsigned long)index withObject:(id)anObject;
205 - (void)replaceObjectAtIndex:(unsigned long)index withObject:(id)anObject;
215 [mutc replaceObjectAtIndex:2 withObject:@"val"];
219 [mutcunaval replaceObjectAtIndex:2 withObject:@"val"];
Dobjcmt-subscripting-unavailable.m.result30 - (void)replaceObjectAtIndex:(unsigned long)index withObject:(id)anObject;
74 [marr replaceObjectAtIndex:2 withObject:@"val"];
76 [marr replaceObjectAtIndex:2 withObject:[arr objectAtIndex:4]];
Dobjcmt-subscripting-unavailable.m30 - (void)replaceObjectAtIndex:(unsigned long)index withObject:(id)anObject;
74 [marr replaceObjectAtIndex:2 withObject:@"val"];
76 [marr replaceObjectAtIndex:2 withObject:[arr objectAtIndex:4]];
Dobjcmt-subscripting-literals.m.result44 - (void)replaceObjectAtIndex:(unsigned long)index withObject:(id)anObject;
189 - (void)replaceObjectAtIndex:(unsigned long)index withObject:(id)anObject;
205 - (void)replaceObjectAtIndex:(unsigned long)index withObject:(id)anObject;
219 [mutcunaval replaceObjectAtIndex:2 withObject:@"val"];
/external/antlr/runtime/ObjC/Framework/
DTreeRewriter.m40 + (ANTLRfptr *)newANTLRfptrWithRule:(SEL)aRuleAction withObject:(id)anObject
42 return [[ANTLRfptr alloc] initWithRule:aRuleAction withObject:(id)anObject];
45 -initWithRule:(SEL)aRuleAction withObject:(id)anObject
91 topdown_fptr = [ANTLRfptr newANTLRfptrWithRule:(SEL)aRuleSel withObject:self];
93 bottomup_ftpr = [ANTLRfptr newANTLRfptrWithRule:(SEL)aRuleSel withObject:self];
111 topdown_fptr = [ANTLRfptr newANTLRfptrWithRule:(SEL)aRuleSel withObject:self];
113 bottomup_ftpr = [ANTLRfptr newANTLRfptrWithRule:(SEL)aRuleSel withObject:self];
DTreeRewriter.h40 + (ANTLRfptr *)newANTLRfptrWithRule:(SEL)aRuleAction withObject:(id)anObject;
41 -initWithRule:(SEL)ruleAction withObject:(id)anObject;
DAMutableArray.h35 - (void) replaceObjectAtIndex:(NSInteger)idx withObject:(id)obj;
/external/clang/test/Analysis/
Ddelegates.m51 - (void)performSelectorOnMainThread:(SEL)aSelector withObject:(id)arg waitUntilDone:(BOOL)wait;
101 …[test_6062730 performSelectorOnMainThread:@selector(postNotification:) withObject:str waitUntilDon…
106 …[[self class] performSelectorOnMainThread:@selector(postNotification:) withObject:str waitUntilDon…
/external/llvm-project/clang/test/Analysis/
Ddelegates.m51 - (void)performSelectorOnMainThread:(SEL)aSelector withObject:(id)arg waitUntilDone:(BOOL)wait;
101 …[test_6062730 performSelectorOnMainThread:@selector(postNotification:) withObject:str waitUntilDon…
106 …[[self class] performSelectorOnMainThread:@selector(postNotification:) withObject:str waitUntilDon…
/external/skia/experimental/tskit/build/
Dexterns.js6 Module.withObject = function() {}; function
/external/skia/experimental/tskit/bindings/
Dextension.ts24 CanvasKit.withObject = (obj: public_api.CompoundObj) => {
Dpublic_api.d.ts6 withObject(obj: CompoundObj): void; method
/external/skia/experimental/tskit/npm_build/types/
Dindex.d.ts24 withObject(obj: CompoundObj): void; method
/external/llvm/test/tools/llvm-objdump/X86/
Dmacho-objc-meta-data.test722 OBJC1_32BIT_EXE: name 0x00002e26 performSelector:withObject:
725 OBJC1_32BIT_EXE: name 0x00002e4f performSelector:withObject:withObject:
807 OBJC1_32BIT_EXE: name 0x00002e26 performSelector:withObject:
810 OBJC1_32BIT_EXE: name 0x00002e4f performSelector:withObject:withObject:
923 PROTOCOL: name 0x00002e26 performSelector:withObject:
926 PROTOCOL: name 0x00002e4f performSelector:withObject:withObject:
993 PROTOCOL: name 0x00002e26 performSelector:withObject:
996 PROTOCOL: name 0x00002e4f performSelector:withObject:withObject:
/external/webrtc/rtc_base/system/
Dcocoa_threading.mm20 [NSThread detachNewThreadSelector:@selector(class) toTarget:[NSObject class] withObject:nil];
/external/llvm-project/llvm/test/tools/llvm-objdump/MachO/
Dmacho-objc-meta-data.test723 OBJC1_32BIT_EXE: name 0x00002e26 performSelector:withObject:
726 OBJC1_32BIT_EXE: name 0x00002e4f performSelector:withObject:withObject:
808 OBJC1_32BIT_EXE: name 0x00002e26 performSelector:withObject:
811 OBJC1_32BIT_EXE: name 0x00002e4f performSelector:withObject:withObject:
924 PROTOCOL: name 0x00002e26 performSelector:withObject:
927 PROTOCOL: name 0x00002e4f performSelector:withObject:withObject:
994 PROTOCOL: name 0x00002e26 performSelector:withObject:
997 PROTOCOL: name 0x00002e4f performSelector:withObject:withObject:

123