Home
last modified time | relevance | path

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

123456

/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRBitSet.m55 + (ANTLRBitSet *) newANTLRBitSetWithBits:(const unsigned long long *)theBits Count:(NSUInteger)long… 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 {
226 - (void) remove:(NSUInteger) bit argument
246 - (NSUInteger) size argument
[all …]
DANTLRIntArray.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
DANTLRPtrBuffer.m79 NSUInteger idx; argument
182 - (NSUInteger)getPtr argument
188 {
275 - (id)objectAtIndex:(NSUInteger)idx argument
276 {
321 {
DANTLRDebugTreeNodeStream.m130 - (NSUInteger) mark argument
154 - (void) release:(NSUInteger) marker argument
159 - (void) seek:(NSUInteger) index argument
165 - (NSUInteger) size argument
DANTLRUnbufferedCommonTreeNodeStream.m160 {
198 - (NSUInteger) mark argument
223 {
257 - (void) seek:(NSUInteger) anIndex argument
259 if ( anIndex < (NSUInteger) index ) argument
DANTLRLexerState.m86 - (NSUInteger)channel argument
96 - (NSUInteger) getTokenStartLine argument
102 {
/external/chromium_org/tools/gyp/test/mac/framework/TestFramework/
DObjCVector.mm11 - (std::vector<id>::iterator)makeIterator:(NSUInteger)index; argument
32 - (void)addObject:(id)obj atIndex:(NSUInteger)index { argument
48 - (void)removeObjectAtIndex:(NSUInteger)index { argument
53 - (id)objectAtIndex:(NSUInteger)index { argument
57 - (std::vector<id>::iterator)makeIterator:(NSUInteger)index { argument
/external/clang/test/SemaObjC/
Dobjc-array-literal.m7 typedef unsigned long NSUInteger; typedef
9 typedef unsigned int NSUInteger; typedef
20 - (NSUInteger)countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id [])buffer cou… argument
29 + (id)arrayWithObjects:(const id [])objects count:(NSUInteger)cnt; argument
Dsign-conversion.m4 typedef unsigned int NSUInteger; typedef
18 - (id)objectAtIndex:(NSUInteger)index; argument
19 - (id)objectAtIndexedSubscript:(NSUInteger)index; argument
Dobjc-literal-nsnumber.m5 typedef unsigned long NSUInteger; typedef
8 typedef unsigned int NSUInteger; typedef
29 + (NSNumber *)numberWithUnsignedInteger:(NSUInteger)value ; argument
71 …tionaryWithObjects:(const id [])objects forKeys:(const id<NSCopying> [])keys count:(NSUInteger)cnt; argument
Dcomptypes-9.m7 typedef unsigned int NSUInteger; typedef
35 - (NSUInteger)countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf co… argument
42 - (id)objectAtIndex:(NSUInteger)index; argument
Dobjc-dictionary-literal.m12 typedef unsigned long NSUInteger; typedef
16 …ionaryWithObjects:(const id [])objects forKeys:(const id <NSCopying> [])keys count:(NSUInteger)cnt; 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
DNSContainers.m5 typedef unsigned long NSUInteger; typedef
36 - (NSUInteger)countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id [])buffer cou… argument
41 - (id)objectAtIndex:(NSUInteger)index; argument
50 + (instancetype)arrayWithObjects:(const id [])objects count:(NSUInteger)cnt; argument
56 - (void)insertObject:(id)anObject atIndex:(NSUInteger)index; argument
58 - (void)removeObjectAtIndex:(NSUInteger)index; argument
59 - (void)replaceObjectAtIndex:(NSUInteger)index withObject:(id)anObject; argument
75 …ionaryWithObjects:(const id [])objects forKeys:(const id <NSCopying> [])keys count:(NSUInteger)cnt; argument
DNSWindow.m8 typedef unsigned int NSUInteger; typedef
38 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)aStyle backing:(NSBackingStoreT… argument
39 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)aStyle backing:(NSBackingStoreT… 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
/external/chromium_org/chrome/browser/ui/cocoa/
Dversion_independent_window.mm93 + (BOOL)shouldUseFullSizeContentViewForStyle:(NSUInteger)windowStyle { argument
133 + (NSRect)frameRectForContentRect:(NSRect)cRect styleMask:(NSUInteger)aStyle { argument
145 + (NSRect)contentRectForFrameRect:(NSRect)fRect styleMask:(NSUInteger)aStyle { argument
/external/clang/test/CodeGenObjC/
Darc-compound-stmt.m4 typedef unsigned long NSUInteger; typedef
8 - (NSString *)substringFromIndex:(NSUInteger)from; argument
Dobjc-dictionary-literal.m11 typedef unsigned long NSUInteger; typedef
14 …ionaryWithObjects:(const id [])objects forKeys:(const id <NSCopying> [])keys count:(NSUInteger)cnt; argument
Dobjc-literal-tests.m14 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
/external/clang/test/Rewriter/
Drewrite-modern-container-literal.mm6 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/Index/
Dannotate-comments-typedef.m12 typedef unsigned int NSUInteger; typedef
15 typedef enum : NSUInteger { enum
/external/chromium_org/chrome/browser/ui/cocoa/extensions/
Dbrowser_actions_controller.mm77 withIndex:(NSUInteger)index; argument
100 - (CGFloat)containerWidthWithButtonCount:(NSUInteger)buttonCount; argument
136 animate:(BOOL)animate;
508 withIndex:(NSUInteger)index { argument
626 - (CGFloat)containerWidthWithButtonCount:(NSUInteger)buttonCount { argument
743 animate:(BOOL)animate {
889 - (NSButton*)buttonWithIndex:(NSUInteger)index { argument

123456