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

1 2 3 4

  /external/clang/test/ARCMT/
check-api.m 9 - (void)getArgument:(void *)argumentLocation atIndex:(int)idx;
10 - (void)setArgument:(void *)argumentLocation atIndex:(int)idx;
33 [invok getArgument:&strong_id atIndex:0]; // expected-error {{NSInvocation's getArgument is not safe to be used with an object with ownership other than __unsafe_unretained}}
34 [invok getArgument:&weak_id atIndex:0]; // expected-error {{NSInvocation's getArgument is not safe to be used with an object with ownership other than __unsafe_unretained}}
35 [invok getArgument:&unsafe_id atIndex:0];
36 [invok getArgument:&arg atIndex:0];
38 [invok setArgument:&strong_id atIndex:0]; // expected-error {{NSInvocation's setArgument is not safe to be used with an object with ownership other than __unsafe_unretained}}
39 [invok setArgument:&weak_id atIndex:0]; // expected-error {{NSInvocation's setArgument is not safe to be used with an object with ownership other than __unsafe_unretained}}
40 [invok setArgument:&unsafe_id atIndex:0];
41 [invok setArgument:&arg atIndex:0]
    [all...]
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/tests/
ARDAppClientTest.mm 139 [invocation getArgument:&completionHandler atIndex:3];
148 [invocation getArgument:&message atIndex:2];
149 [invocation getArgument:&completionHandler atIndex:5];
160 [invocation getArgument:&completionHandler atIndex:4];
180 [invocation getArgument:&message atIndex:2];
193 [invocation getArgument:&completionHandler atIndex:2];
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRIntArray.h 58 - (void) insertInteger:(NSInteger)anInteger AtIndex:(NSUInteger) anIndex;
60 - (void)replaceInteger:(NSInteger)aValue AtIndex:(NSUInteger)anIndex;
AMutableArray.h 31 - (void) insertObject:(id)anObject atIndex:(NSInteger)anIdx;
ANTLRHashMap.h 89 - (void) insertObject:(id)aRule atIndex:(NSInteger)idx;
91 - (void) setObject:(id)aRule atIndex:(NSInteger)idx;
ANTLRRuleStack.m 110 - (void) insertObject:(ANTLRHashRule *)aRule atIndex:(NSInteger)idx
146 [aHashRule insertObject:aRuleMemo atIndex:aStartIndex];
ANTLRIntArray.m 149 - (void)insertInteger:(NSInteger)aValue AtIndex:(NSUInteger)anIndex
151 [self replaceInteger:aValue AtIndex:anIndex];
167 - (void)replaceInteger:(NSInteger)aValue AtIndex:(NSUInteger)anIndex
  /external/swiftshader/third_party/LLVM/utils/lit/lit/
ProgressBar.py 168 self.atIndex = None
171 if self.atIndex is None:
173 self.atIndex = 0
176 if next == self.atIndex:
179 for i in range(self.atIndex, next):
190 self.atIndex = next
193 if self.atIndex is not None:
196 self.atIndex = None
  /external/clang/test/SemaObjC/
circular-container.m 10 - (void)insertObject:(id)object atIndex:(NSUInteger)index;
37 - (void)insertObject:(id)object atIndex:(NSUInteger)index;
40 - (void)setObject:(id)object atIndex:(NSUInteger)index;
110 [a insertObject:a atIndex:0]; // expected-warning {{adding 'a' to 'a' might cause circular dependency in container}}
141 [s insertObject:s atIndex:0]; // expected-warning {{adding 's' to 's' might cause circular dependency in container}}
142 [s setObject:s atIndex:0]; // expected-warning {{adding 's' to 's' might cause circular dependency in container}}
187 [a insertObject:a atIndex:0]; // expected-warning {{adding 'a' to 'a' might cause circular dependency in container}}
boxing-illegal.m 72 - (void) insertBar:(id)preset ofKind:(id) kind atIndex:(int)index {
  /packages/apps/Messaging/src/com/android/messaging/util/
EmailAddress.java 94 final int atIndex = emailString.lastIndexOf('@');
95 if ((atIndex <= 0) || // no '@' character in the email address
97 (atIndex == (emailString.length() - 1))) { // last character, no host
101 user = emailString.substring(0, atIndex);
102 host = emailString.substring(atIndex + 1);
  /external/protobuf/objectivec/Tests/
GPBArrayTests.m 290 //% [array insertValue:VAL4 atIndex:0];
294 //% [array insertValue:VAL4 atIndex:2];
298 //% [array insertValue:VAL4 atIndex:5];
302 //% XCTAssertThrowsSpecificNamed([array insertValue:VAL4 atIndex:7],
407 //% [array insertValue:VAL4 atIndex:(i * 3)];
623 [array insertValue:4 atIndex:0];
627 [array insertValue:4 atIndex:2];
631 [array insertValue:4 atIndex:5];
635 XCTAssertThrowsSpecificNamed([array insertValue:4 atIndex:7],
740 [array insertValue:4 atIndex:(i * 3)]
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRHashMap.h 92 - (void) insertObject:(id)aRule atIndex:(NSInteger)idx;
94 - (void) setObject:(id)aRule atIndex:(NSInteger)idx;
ANTLRRuleStack.m 105 - (void) insertObject:(ANTLRHashRule *)aRule atIndex:(NSInteger)idx
141 [aHashRule insertObject:aRuleMemo atIndex:aStartIndex];
ANTLRIntArray.h 53 - (void) insertInteger:(NSInteger)anInteger AtIndex:(NSInteger) idx;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRHashMap.h 92 - (void) insertObject:(id)aRule atIndex:(NSInteger)idx;
94 - (void) setObject:(id)aRule atIndex:(NSInteger)idx;
ANTLRRuleStack.m 105 - (void) insertObject:(ANTLRHashRule *)aRule atIndex:(NSInteger)idx
141 [aHashRule insertObject:aRuleMemo atIndex:aStartIndex];
ANTLRIntArray.h 53 - (void) insertInteger:(NSInteger)anInteger AtIndex:(NSInteger) idx;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRHashMap.h 92 - (void) insertObject:(id)aRule atIndex:(NSInteger)idx;
94 - (void) setObject:(id)aRule atIndex:(NSInteger)idx;
ANTLRRuleStack.m 105 - (void) insertObject:(ANTLRHashRule *)aRule atIndex:(NSInteger)idx
141 [aHashRule insertObject:aRuleMemo atIndex:aStartIndex];
ANTLRIntArray.h 53 - (void) insertInteger:(NSInteger)anInteger AtIndex:(NSInteger) idx;
  /external/llvm/utils/lit/lit/
ProgressBar.py 180 self.atIndex = None
183 if self.atIndex is None:
185 self.atIndex = 0
188 if next == self.atIndex:
191 for i in range(self.atIndex, next):
202 self.atIndex = next
205 if self.atIndex is not None:
208 self.atIndex = None
  /external/protobuf/objectivec/
GPBArray.h 73 - (void)insertValue:(int32_t)value atIndex:(NSUInteger)index;
113 - (void)insertValue:(uint32_t)value atIndex:(NSUInteger)index;
153 - (void)insertValue:(int64_t)value atIndex:(NSUInteger)index;
193 - (void)insertValue:(uint64_t)value atIndex:(NSUInteger)index;
233 - (void)insertValue:(float)value atIndex:(NSUInteger)index;
273 - (void)insertValue:(double)value atIndex:(NSUInteger)index;
313 - (void)insertValue:(BOOL)value atIndex:(NSUInteger)index;
378 - (void)insertValue:(int32_t)value atIndex:(NSUInteger)index;
389 - (void)insertRawValue:(int32_t)value atIndex:(NSUInteger)index;
514 //%- (void)insertValue:(TYPE)value atIndex:(NSUInteger)index
    [all...]
  /external/clang/test/Analysis/
NSContainers.m 58 - (void)insertObject:(id)anObject atIndex:(NSUInteger)index;
120 [marray insertObject:0 atIndex:1]; // expected-warning {{Argument to 'NSMutableArray' method 'insertObject:atIndex:' cannot be nil}}
self-init.m 30 - (void)getArgument:(void *)argumentLocation atIndex:(NSInteger)idx;
31 - (void)setArgument:(void *)argumentLocation atIndex:(NSInteger)idx;
235 [invocation_ setArgument:&self atIndex:2];

Completed in 5836 milliseconds

1 2 3 4