Home
last modified time | relevance | path

Searched defs:NSUInteger (Results 1 – 25 of 236) sorted by relevance

12345678910

/external/antlr/runtime/ObjC/Framework/
DANTLRBitSet.m55 + (ANTLRBitSet *) newBitSetWithBits:(const unsigned long long *)theBits Count:(NSUInteger)longCount argument
61 + (ANTLRBitSet *) of:(NSUInteger) el argument
68 + (ANTLRBitSet *) of:(NSUInteger) a And2:(NSUInteger) b argument
77 + (ANTLRBitSet *) of:(NSUInteger)a And2:(NSUInteger)b And3:(NSUInteger)c argument
79 NSUInteger d = ((a>b)?a:b); argument
90 NSUInteger e = ((a>b)?a:b); argument
142 - (ANTLRBitSet *) initWithBits:(const unsigned long long *)theBits Count:(NSUInteger)longCount argument
143 {
228 - (void) remove:(NSUInteger) bit argument
248 - (NSUInteger) size argument
[all …]
DIntArray.m60 buffer = [[NSMutableData dataWithLength:(NSUInteger)BuffSize * sizeof(id)] retain]; argument
74 buffer = [[NSMutableData dataWithLength:(NSUInteger)BuffSize * sizeof(id)] retain]; argument
149 - (void)insertInteger:(NSInteger)aValue AtIndex:(NSUInteger)anIndex argument
155 - (NSInteger)removeIntegerAtIndex:(NSUInteger) anIndex argument
167 - (void)replaceInteger:(NSInteger)aValue AtIndex:(NSUInteger)anIndex argument
184 - (void) ensureCapacity:(NSUInteger) anIndex argument
186 if ( (anIndex * sizeof(NSUInteger)) >= [buffer length] ) argument
DPtrBuffer.m79 NSUInteger idx; argument
182 - (NSUInteger)getPtr argument
188 {
275 - (id)objectAtIndex:(NSUInteger)idx argument
276 {
321 {
DDebugTreeNodeStream.m130 - (NSUInteger) mark argument
154 - (void) release:(NSUInteger) marker argument
159 - (void) seek:(NSUInteger) index argument
165 - (NSUInteger) size argument
DUnbufferedCommonTreeNodeStream.m160 {
198 - (NSUInteger) mark argument
223 {
257 - (void) seek:(NSUInteger) anIndex argument
259 if ( anIndex < (NSUInteger) index ) argument
DLexerState.m86 - (NSUInteger)channel argument
96 - (NSUInteger) getTokenStartLine argument
102 {
/external/protobuf/objectivec/
DGPBArray.m324 + (instancetype)arrayWithCapacity:(NSUInteger)count { argument
338 - (instancetype)initWithValues:(const int32_t [])values count:(NSUInteger)count { argument
358 - (instancetype)initWithCapacity:(NSUInteger)count { argument
429 - (int32_t)valueAtIndex:(NSUInteger)index { argument
438 - (void)internalResizeToCapacity:(NSUInteger)newCapacity { argument
454 - (void)addValues:(const int32_t [])values count:(NSUInteger)count { argument
468 - (void)insertValue:(int32_t)value atIndex:(NSUInteger)index { argument
489 - (void)replaceValueAtIndex:(NSUInteger)index withValue:(int32_t)value { argument
502 - (void)removeValueAtIndex:(NSUInteger)index { argument
526 withValueAtIndex:(NSUInteger)idx2 { argument
[all …]
/external/tensorflow/tensorflow/lite/objc/sources/
DTFLInterpreter.mm174 - (nullable TFLTensor *)inputTensorAtIndex:(NSUInteger)index error:(NSError **)error { argument
182 - (nullable TFLTensor *)outputTensorAtIndex:(NSUInteger)index error:(NSError **)error { argument
192 error:(NSError **)error {
242 - (BOOL)copyData:(NSData *)data toInputTensorAtIndex:(NSUInteger)index error:(NSError **)error { argument
334 error:(NSError **)error {
361 error:(NSError **)error {
437 error:(NSError **)error {
/external/clang/test/SemaObjC/
Dobjc-array-literal.m7 typedef unsigned long NSUInteger; typedef
9 typedef unsigned int NSUInteger; typedef
32 - (NSUInteger)countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id [])buffer cou… argument
41 + (id)arrayWithObjects:(const id [])objects count:(NSUInteger)cnt; argument
Dparameterized_classes_collection_literal.m5 typedef unsigned long NSUInteger; typedef
7 typedef unsigned int NSUInteger; typedef
28 + (instancetype)arrayWithObjects:(const T [])objects count:(NSUInteger)cnt; argument
32 …tancetype)dictionaryWithObjects:(const V [])objects forKeys:(const K [])keys count:(NSUInteger)cnt; argument
Dcircular-container.m3 typedef long int NSUInteger; typedef
10 - (void)insertObject:(id)object atIndex:(NSUInteger)index; argument
11 - (void)replaceObjectAtIndex:(NSUInteger)index withObject:(id)object; argument
12 - (void)setObject:(id)object atIndexedSubscript:(NSUInteger)index; argument
37 - (void)insertObject:(id)object atIndex:(NSUInteger)index; argument
38 - (void)setObject:(id)object atIndexedSubscript:(NSUInteger)index; argument
39 - (void)replaceObjectAtIndex:(NSUInteger)index withObject:(id)object; argument
40 - (void)setObject:(id)object atIndex:(NSUInteger)index; argument
Dsign-conversion.m4 typedef unsigned int NSUInteger; typedef
18 - (id)objectAtIndex:(NSUInteger)index; argument
19 - (id)objectAtIndexedSubscript:(NSUInteger)index; argument
/external/llvm-project/clang/test/SemaObjC/
Dobjc-array-literal.m7 typedef unsigned long NSUInteger; typedef
9 typedef unsigned int NSUInteger; typedef
32 - (NSUInteger)countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id [])buffer cou… argument
41 + (id)arrayWithObjects:(const id [])objects count:(NSUInteger)cnt; argument
Dparameterized_classes_collection_literal.m5 typedef unsigned long NSUInteger; typedef
7 typedef unsigned int NSUInteger; typedef
28 + (instancetype)arrayWithObjects:(const T [])objects count:(NSUInteger)cnt; argument
34 count:(NSUInteger)cnt; argument
Dcircular-container.m3 typedef long int NSUInteger; typedef
10 - (void)insertObject:(id)object atIndex:(NSUInteger)index; argument
11 - (void)replaceObjectAtIndex:(NSUInteger)index withObject:(id)object; argument
12 - (void)setObject:(id)object atIndexedSubscript:(NSUInteger)index; argument
37 - (void)insertObject:(id)object atIndex:(NSUInteger)index; argument
38 - (void)setObject:(id)object atIndexedSubscript:(NSUInteger)index; argument
39 - (void)replaceObjectAtIndex:(NSUInteger)index withObject:(id)object; argument
40 - (void)setObject:(id)object atIndex:(NSUInteger)index; argument
Dsign-conversion.m4 typedef unsigned int NSUInteger; typedef
18 - (id)objectAtIndex:(NSUInteger)index; argument
19 - (id)objectAtIndexedSubscript:(NSUInteger)index; argument
/external/llvm-project/clang/test/ARCMT/
Dobjcmt-instancetype-2.m6 typedef unsigned int NSUInteger; typedef
43 + (id)stringWithCapacity:(NSUInteger)capacity; argument
47 + (id)dataWithCapacity:(NSUInteger)aNumItems; argument
48 + (id)dataWithLength:(NSUInteger)length; argument
74 + (id)dateWithYear:(NSInteger)year month:(NSUInteger)month day:(NSUInteger)day hour:(NSUInteger)hou… argument
/external/clang/test/ARCMT/
Dobjcmt-instancetype-2.m6 typedef unsigned int NSUInteger; typedef
43 + (id)stringWithCapacity:(NSUInteger)capacity; argument
47 + (id)dataWithCapacity:(NSUInteger)aNumItems; argument
48 + (id)dataWithLength:(NSUInteger)length; argument
74 + (id)dateWithYear:(NSInteger)year month:(NSUInteger)month day:(NSUInteger)day hour:(NSUInteger)hou… argument
/external/clang/test/Analysis/
Dtest-objc-non-nil-return-value-checker.m3 typedef unsigned int NSUInteger; typedef
23 - (id)objectAtIndexedSubscript:(NSUInteger)idx; argument
27 - (void)replaceObjectAtIndex:(NSUInteger)index withObject:(id)anObject; argument
33 - (id)objectAtIndexedSubscript:(NSUInteger)idx; argument
Dobjc-subscript.m4 typedef unsigned int NSUInteger; typedef
15 - (void)setObject:(id)obj atIndexedSubscript:(NSUInteger)index; argument
16 - (id)objectAtIndexedSubscript:(NSUInteger)index; argument
/external/llvm-project/clang/test/Analysis/
Dtest-objc-non-nil-return-value-checker.m3 typedef unsigned int NSUInteger; typedef
23 - (id)objectAtIndexedSubscript:(NSUInteger)idx; argument
27 - (void)replaceObjectAtIndex:(NSUInteger)index withObject:(id)anObject; argument
33 - (id)objectAtIndexedSubscript:(NSUInteger)idx; argument
Dcall-and-message.m25 typedef unsigned int NSUInteger; typedef
48 - (NSUInteger)countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf co… argument
100 typedef unsigned int NSUInteger; typedef
103 - (void)setObject:(id)obj atIndexedSubscript:(NSUInteger)index; argument
104 - (id)objectAtIndexedSubscript:(NSUInteger)index; argument
Dobjc-subscript.m4 typedef unsigned int NSUInteger; typedef
15 - (void)setObject:(id)obj atIndexedSubscript:(NSUInteger)index; argument
16 - (id)objectAtIndexedSubscript:(NSUInteger)index; argument
/external/llvm-project/clang/test/Analysis/inlining/
Dpath-notes.m20 typedef unsigned long NSUInteger; typedef
49 - (id)objectAtIndex:(NSUInteger)index; argument
59 + (instancetype)arrayWithObjects:(const id [])objects count:(NSUInteger)cnt; argument
65 - (void)insertObject:(id)anObject atIndex:(NSUInteger)index; argument
67 - (void)removeObjectAtIndex:(NSUInteger)index; argument
68 - (void)replaceObjectAtIndex:(NSUInteger)index withObject:(id)anObject; argument
/external/clang/test/Analysis/inlining/
Dpath-notes.m20 typedef unsigned long NSUInteger; typedef
49 - (id)objectAtIndex:(NSUInteger)index; argument
59 + (instancetype)arrayWithObjects:(const id [])objects count:(NSUInteger)cnt; argument
65 - (void)insertObject:(id)anObject atIndex:(NSUInteger)index; argument
67 - (void)removeObjectAtIndex:(NSUInteger)index; argument
68 - (void)replaceObjectAtIndex:(NSUInteger)index withObject:(id)anObject; argument

12345678910