/external/cronet/tot/third_party/protobuf/objectivec/ |
D | GPBArray.m | 325 + (instancetype)arrayWithCapacity:(NSUInteger)count { argument 339 - (instancetype)initWithValues:(const int32_t [])values count:(NSUInteger)count { argument 359 - (instancetype)initWithCapacity:(NSUInteger)count { argument 430 - (int32_t)valueAtIndex:(NSUInteger)index { argument 439 - (void)internalResizeToCapacity:(NSUInteger)newCapacity { argument 455 - (void)addValues:(const int32_t [])values count:(NSUInteger)count { argument 469 - (void)insertValue:(int32_t)value atIndex:(NSUInteger)index { argument 490 - (void)replaceValueAtIndex:(NSUInteger)index withValue:(int32_t)value { argument 503 - (void)removeValueAtIndex:(NSUInteger)index { argument 526 - (void)exchangeValueAtIndex:(NSUInteger)idx1 argument [all …]
|
/external/cronet/stable/third_party/protobuf/objectivec/ |
D | GPBArray.m | 325 + (instancetype)arrayWithCapacity:(NSUInteger)count { argument 339 - (instancetype)initWithValues:(const int32_t [])values count:(NSUInteger)count { argument 359 - (instancetype)initWithCapacity:(NSUInteger)count { argument 430 - (int32_t)valueAtIndex:(NSUInteger)index { argument 439 - (void)internalResizeToCapacity:(NSUInteger)newCapacity { argument 455 - (void)addValues:(const int32_t [])values count:(NSUInteger)count { argument 469 - (void)insertValue:(int32_t)value atIndex:(NSUInteger)index { argument 490 - (void)replaceValueAtIndex:(NSUInteger)index withValue:(int32_t)value { argument 503 - (void)removeValueAtIndex:(NSUInteger)index { argument 526 - (void)exchangeValueAtIndex:(NSUInteger)idx1 argument [all …]
|
/external/protobuf/objectivec/ |
D | GPBArray.m | 325 + (instancetype)arrayWithCapacity:(NSUInteger)count { argument 339 - (instancetype)initWithValues:(const int32_t [])values count:(NSUInteger)count { argument 359 - (instancetype)initWithCapacity:(NSUInteger)count { argument 430 - (int32_t)valueAtIndex:(NSUInteger)index { argument 439 - (void)internalResizeToCapacity:(NSUInteger)newCapacity { argument 455 - (void)addValues:(const int32_t [])values count:(NSUInteger)count { argument 469 - (void)insertValue:(int32_t)value atIndex:(NSUInteger)index { argument 490 - (void)replaceValueAtIndex:(NSUInteger)index withValue:(int32_t)value { argument 503 - (void)removeValueAtIndex:(NSUInteger)index { argument 526 - (void)exchangeValueAtIndex:(NSUInteger)idx1 argument [all …]
|
D | GPBDictionary.m | 1447 count:(NSUInteger)count { argument 1470 - (instancetype)initWithCapacity:(NSUInteger)numItems { argument 1630 count:(NSUInteger)count { argument 1653 - (instancetype)initWithCapacity:(NSUInteger)numItems { argument 1813 count:(NSUInteger)count { argument 1836 - (instancetype)initWithCapacity:(NSUInteger)numItems { argument 1996 count:(NSUInteger)count { argument 2019 - (instancetype)initWithCapacity:(NSUInteger)numItems { argument 2179 count:(NSUInteger)count { argument 2202 - (instancetype)initWithCapacity:(NSUInteger)numItems { argument [all …]
|
/external/antlr/runtime/ObjC/Framework/ |
D | ANTLRBitSet.m | 45 + (ANTLRBitSet *) newBitSetWithNBits:(NSUInteger)nbits argument 55 + (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 88 + (ANTLRBitSet *) of:(NSUInteger)a And2:(NSUInteger)b And3:(NSUInteger)c And4:(NSUInteger)d argument 123 - (ANTLRBitSet *) initWithNBits:(NSUInteger)nbits argument 142 - (ANTLRBitSet *) initWithBits:(const unsigned long long *)theBits Count:(NSUInteger)longCount argument 220 - (void) add:(NSUInteger) bit argument 228 - (void) remove:(NSUInteger) bit argument [all …]
|
D | IntArray.m | 48 + (IntArray *)newArrayWithLen:(NSUInteger)aLen argument 67 - (id)initWithLen:(NSUInteger)aLen argument 138 - (NSInteger)integerAtIndex:(NSUInteger) anIndex 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
|
D | PtrBuffer.m | 77 -(id)initWithLen:(NSUInteger)cnt argument 167 - (void)setCount:(NSUInteger)aCount argument 187 - (void)setPtr:(NSUInteger)aPtr argument 262 - (void) insertObject:(id)aRule atIndex:(NSUInteger)idx argument 275 - (id)objectAtIndex:(NSUInteger)idx argument 320 - (void) ensureCapacity:(NSUInteger) anIndex argument
|
D | DebugTreeNodeStream.m | 124 - (NSInteger) LA:(NSUInteger) i argument 142 - (void) rewind:(NSUInteger) marker argument 154 - (void) release:(NSUInteger) marker argument 159 - (void) seek:(NSUInteger) index argument
|
D | UnbufferedCommonTreeNodeStream.m | 159 - (id) nodeAtIndex:(NSUInteger) idx argument 189 - (NSInteger) LA:(NSUInteger) i argument 222 - (void) rewind:(NSUInteger) marker argument 252 - (void) release:(NSUInteger) marker argument 257 - (void) seek:(NSUInteger) anIndex argument
|
D | LexerState.m | 81 - (void) setTokenType:(NSUInteger) theTokenType argument 91 - (void) setChannel:(NSUInteger) theChannel argument 101 - (void) setTokenStartLine:(NSUInteger) theTokenStartLine argument
|
/external/clang/test/ARCMT/ |
D | objcmt-instancetype-2.m | 6 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/SemaObjC/ |
D | objc-array-literal.m | 7 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
|
D | parameterized_classes_collection_literal.m | 5 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
|
D | circular-container.m | 3 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
|
D | sign-conversion.m | 4 typedef unsigned int NSUInteger; typedef 18 - (id)objectAtIndex:(NSUInteger)index; argument 19 - (id)objectAtIndexedSubscript:(NSUInteger)index; argument
|
D | objc-literal-nsnumber.m | 5 typedef unsigned long NSUInteger; typedef 8 typedef unsigned int NSUInteger; typedef 47 + (NSNumber *)numberWithUnsignedInteger:(NSUInteger)value ; argument 89 …tionaryWithObjects:(const id [])objects forKeys:(const id<NSCopying> [])keys count:(NSUInteger)cnt; argument
|
/external/tensorflow/tensorflow/lite/objc/sources/ |
D | TFLInterpreter.mm | 198 - (nullable TFLTensor *)inputTensorAtIndex:(NSUInteger)index error:(NSError **)error { argument 206 - (nullable TFLTensor *)outputTensorAtIndex:(NSUInteger)index error:(NSError **)error { argument 214 - (BOOL)resizeInputTensorAtIndex:(NSUInteger)index argument 380 atIndex:(NSUInteger)index argument 407 atIndex:(NSUInteger)index argument 437 - (BOOL)isValidTensorIndex:(NSUInteger)index argument
|
/external/executorch/backends/apple/coreml/runtime/test/ |
D | CoreMLBackendDelegateTests.mm | 159 - (void)executeModelAtURL:(NSURL *)modelURL nLoads:(NSUInteger)nLoads nExecutions:(NSUInteger)nExec… argument 219 nLoads:(NSUInteger)nLoads argument
|
/external/clang/test/Analysis/ |
D | test-objc-non-nil-return-value-checker.m | 3 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
|
D | objc-subscript.m | 4 typedef unsigned int NSUInteger; typedef 15 - (void)setObject:(id)obj atIndexedSubscript:(NSUInteger)index; argument 16 - (id)objectAtIndexedSubscript:(NSUInteger)index; argument
|
D | DynamicTypePropagation.m | 8 typedef unsigned long NSUInteger; typedef 25 - (ObjectType)getObjAtIndex:(NSUInteger)idx; argument 26 - (ObjectType)objectAtIndexedSubscript:(NSUInteger)idx; argument
|
/external/clang/test/Analysis/inlining/ |
D | path-notes.m | 20 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/Rewriter/ |
D | rewrite-modern-container-literal.mm | 6 typedef unsigned long NSUInteger; typedef 25 + (NSNumber *)numberWithUnsignedInteger:(NSUInteger)value ; argument 31 …ionaryWithObjects:(const id [])objects forKeys:(const id <NSCopying> [])keys count:(NSUInteger)cnt; argument 35 + (id)arrayWithObjects:(const id [])objects count:(NSUInteger)cnt; argument
|
/external/clang/test/CodeGenObjC/ |
D | arc-compound-stmt.m | 4 typedef unsigned long NSUInteger; typedef 8 - (NSString *)substringFromIndex:(NSUInteger)from; argument
|
D | objc-literal-tests.m | 14 typedef unsigned long NSUInteger; typedef 17 typedef unsigned int NSUInteger; typedef 40 + (NSNumber *)numberWithUnsignedInteger:(NSUInteger)value ; argument 50 + (id)dictionaryWithObjects:(const id [])objects forKeys:(const id [])keys count:(NSUInteger)cnt; argument
|