/external/llvm-project/clang/test/SemaObjC/ |
D | arc-peformselector.m | 19 - (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:(…
|
D | unsafe-perform-selector.m | 10 - (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…
|
D | circular-container.m | 11 - (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/ |
D | arc-peformselector.m | 18 - (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; }
|
D | circular-container.m | 11 - (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/ |
D | objcmt-subscripting-literals.m | 44 - (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"];
|
D | objcmt-subscripting-unavailable.m.result | 30 - (void)replaceObjectAtIndex:(unsigned long)index withObject:(id)anObject; 74 [marr replaceObjectAtIndex:2 withObject:@"val"]; 76 [marr replaceObjectAtIndex:2 withObject:[arr objectAtIndex:4]];
|
D | objcmt-subscripting-unavailable.m | 30 - (void)replaceObjectAtIndex:(unsigned long)index withObject:(id)anObject; 74 [marr replaceObjectAtIndex:2 withObject:@"val"]; 76 [marr replaceObjectAtIndex:2 withObject:[arr objectAtIndex:4]];
|
D | objcmt-subscripting-literals.m.result | 44 - (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/ |
D | objcmt-subscripting-literals.m | 44 - (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"];
|
D | objcmt-subscripting-unavailable.m.result | 30 - (void)replaceObjectAtIndex:(unsigned long)index withObject:(id)anObject; 74 [marr replaceObjectAtIndex:2 withObject:@"val"]; 76 [marr replaceObjectAtIndex:2 withObject:[arr objectAtIndex:4]];
|
D | objcmt-subscripting-unavailable.m | 30 - (void)replaceObjectAtIndex:(unsigned long)index withObject:(id)anObject; 74 [marr replaceObjectAtIndex:2 withObject:@"val"]; 76 [marr replaceObjectAtIndex:2 withObject:[arr objectAtIndex:4]];
|
D | objcmt-subscripting-literals.m.result | 44 - (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/ |
D | TreeRewriter.m | 40 + (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];
|
D | TreeRewriter.h | 40 + (ANTLRfptr *)newANTLRfptrWithRule:(SEL)aRuleAction withObject:(id)anObject; 41 -initWithRule:(SEL)ruleAction withObject:(id)anObject;
|
D | AMutableArray.h | 35 - (void) replaceObjectAtIndex:(NSInteger)idx withObject:(id)obj;
|
/external/clang/test/Analysis/ |
D | delegates.m | 51 - (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/ |
D | delegates.m | 51 - (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/ |
D | externs.js | 6 Module.withObject = function() {}; function
|
/external/skia/experimental/tskit/bindings/ |
D | extension.ts | 24 CanvasKit.withObject = (obj: public_api.CompoundObj) => {
|
D | public_api.d.ts | 6 withObject(obj: CompoundObj): void; method
|
/external/skia/experimental/tskit/npm_build/types/ |
D | index.d.ts | 24 withObject(obj: CompoundObj): void; method
|
/external/llvm/test/tools/llvm-objdump/X86/ |
D | macho-objc-meta-data.test | 722 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/ |
D | cocoa_threading.mm | 20 [NSThread detachNewThreadSelector:@selector(class) toTarget:[NSObject class] withObject:nil];
|
/external/llvm-project/llvm/test/tools/llvm-objdump/MachO/ |
D | macho-objc-meta-data.test | 723 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:
|