HomeSort by relevance Sort by last modified time
    Searched full:addobject (Results 1 - 25 of 161) sorted by null

1 2 3 4 5 6 7

  /external/clang/test/Rewriter/
objc-ivar-receiver-1.m 5 - (void)addObject:(id)addObject;
21 [newInv->_container addObject:0];
objc-modern-ivar-receiver-1.mm 7 - (void)addObject:(id)addObject;
23 [newInv->_container addObject:0];
  /external/clang/test/CodeGenObjC/
getter-property-type-mismatch.m 7 - (void) addObject;
27 [self.arrayOfThings addObject];
parameterized_classes.m 24 - (void)addObject:(T)object;
39 void addObject(NSMutableArray<NSString *> *array, NSString *obj) {
40 [array addObject: obj];
65 [array addObject: ^ { printMe(name); }];
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/misc/
ANTLRFastQueueTest.m 27 [queue addObject:@"My String"];
57 [queue addObject:@"Item 1"];
58 [queue addObject:@"Item 2"];
59 [queue addObject:@"Item 3"];
70 [queue addObject:@"Item 1"];
71 [queue addObject:@"Item 2"];
72 [queue addObject:@"Item 3"];
83 [queue addObject:@"My"];
84 [queue addObject:@"String"];
93 [queue addObject:@"My"]
    [all...]
  /external/clang/test/SemaObjC/
circular-container.m 9 - (void)addObject:(id)object;
26 - (void)addObject:(id)object;
36 - (void)addObject:(id)object;
57 [_array addObject:_array]; // expected-warning {{adding '_array' to '_array' might cause circular dependency in container}}
59 [_set addObject:_set]; // expected-warning {{adding '_set' to '_set' might cause circular dependency in container}}
60 [_countedSet addObject:_countedSet]; // expected-warning {{adding '_countedSet' to '_countedSet' might cause circular dependency in container}}
61 [_orderedSet addObject:_orderedSet]; // expected-warning {{adding '_orderedSet' to '_orderedSet' might cause circular dependency in container}}
65 [a addObject:a]; // expected-warning {{adding 'a' to 'a' might cause circular dependency in container}}
73 [s addObject:s]; // expected-warning {{adding 's' to 's' might cause circular dependency in container}}
77 [s addObject:s]; // expected-warning {{adding 's' to 's' might cause circular dependency in container}
    [all...]
property-6.m 42 - (void)addObject:(id)anObject;
66 [plugInPaths addObject:frameworkBundle.bundlePath];
class-unavail-warning.m 13 + (void)addObject:(id)anObject;
37 [MyClass addObject:((void *)0)]; // expected-error {{'MyClass' is unavailable: not available}}
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/
ARDSDPUtils.m 71 [newMLineParts addObject:origMLineParts[origPartIndex++]];
72 [newMLineParts addObject:origMLineParts[origPartIndex++]];
73 [newMLineParts addObject:origMLineParts[origPartIndex++]];
74 [newMLineParts addObject:codecRtpMap];
77 [newMLineParts addObject:origMLineParts[origPartIndex]];
RTCMediaConstraints+JSON.m 26 [mandatoryContraints addObject:[[RTCPair alloc] initWithKey:key
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/sets/
ANTLRBitSetTest.m 30 [bits addObject:[NSNumber numberWithBool:YES]];
31 [bits addObject:[NSNumber numberWithBool:YES]];
32 [bits addObject:[NSNumber numberWithBool:NO]];
33 [bits addObject:[NSNumber numberWithBool:YES]];
34 [bits addObject:[NSNumber numberWithBool:NO]];
35 [bits addObject:[NSNumber numberWithBool:YES]];
  /external/webrtc/talk/app/webrtc/objctests/
RTCPeerConnectionSyncObserver.m 105 [_expectedSignalingChanges addObject:@((int)state)];
109 [_expectedAddStreamLabels addObject:label];
113 [_expectedRemoveStreamLabels addObject:label];
121 [_expectedICEConnectionChanges addObject:@((int)state)];
125 [_expectedICEGatheringChanges addObject:@((int)state)];
129 [_expectedDataChannels addObject:label];
133 [_expectedStateChanges addObject:@(state)];
139 [_expectedMessages addObject:buffer];
194 [_receivedICECandidates addObject:candidate];
  /external/clang/test/Analysis/
NSPanel.m 39 - (void)addObject:(id)anObject;
77 [panels addObject:panel];
85 [panels addObject:panel];
refcnt_naming.m 33 - (void)addObject:(id) __attribute__((ns_consumed)) X;
48 [self addObject:url];
73 - (void)addObject:(id)X
NSContainers.m 57 - (void)addObject:(id)anObject;
115 [marray addObject:0]; // expected-warning {{Argument to 'NSMutableArray' method 'addObject:' cannot be nil}}
289 - (void)addObject:(id)obj safe:(BOOL)safe;
293 [arr addObject:0 safe:1]; // no-warning
304 [array addObject:0]; // no-warning
311 [subviews addObject:view]; // no-warning
objc-for.m 39 - (void)addObject:(id)obj;
272 [other addObject:dict];
291 [array addObject:@""];
303 [other addObject:array];
  /external/webrtc/talk/app/webrtc/objc/
RTCMediaStream.mm 67 [_audioTracks addObject:track];
75 [_videoTracks addObject:track];
128 [_audioTracks addObject:audioTrack];
136 [_videoTracks addObject:videoTrack];
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRRewriteRuleElementStream.m 148 [elements addObject:anElement];
158 [elements addObject:singleElement];
160 [elements addObject:anElement];
168 [elements addObject:anElement];
178 [elements addObject:singleElement];
180 [elements addObject:anElement];
ANTLRTreeIterator.m 140 [nodes addObject:eof];
155 [nodes addObject:tree]; // real node is next after down
161 [nodes addObject:up];
167 [nodes addObject:self.eof];
174 [nodes addObject:tree];
182 [array addObject:[self nextObject]];
AMutableArray.h 28 - (void) addObject:(id)anObject;
ANTLRDoubleKeyMap.m 83 [s addObject:v];
ANTLRRecognizerSharedState.m 83 [ruleMemo addObject:aHashRule];
113 [ruleMemo addObject:aHashRule];
145 [ruleMemo addObject:aHashRule];
153 [ruleMemo addObject:[[ANTLRHashRule newANTLRHashRuleWithLen:17] retain]];
  /external/clang/test/ARCMT/
Common.h 61 + (void)addObject:(id)anObject;
63 - (void)addObject:(id)anObject;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
SymbolTable.g 65 {[$Symbols::names addObject:$ID];} // add to current symbol table
  /external/skia/experimental/iOSSampleApp/Shared/
SkUIRootViewController.mm 57 [fSamples addObject:anItem];

Completed in 452 milliseconds

1 2 3 4 5 6 7