OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NSUInteger
(Results
101 - 125
of
144
) sorted by null
1
2
3
4
5
6
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCParser.m
745
FOLLOW_declaration_in_program85 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_declaration_in_program85_data Count:(
NSUInteger
)1] retain];
746
FOLLOW_variable_in_declaration105 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_variable_in_declaration105_data Count:(
NSUInteger
)1] retain];
747
FOLLOW_functionHeader_in_declaration115 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_functionHeader_in_declaration115_data Count:(
NSUInteger
)1] retain];
748
FOLLOW_21_in_declaration117 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_21_in_declaration117_data Count:(
NSUInteger
)1] retain];
749
FOLLOW_functionHeader_in_declaration135 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_functionHeader_in_declaration135_data Count:(
NSUInteger
)1] retain];
750
FOLLOW_block_in_declaration137 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_block_in_declaration137_data Count:(
NSUInteger
)1] retain];
751
FOLLOW_type_in_variable166 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_type_in_variable166_data Count:(
NSUInteger
)1] retain];
752
FOLLOW_declarator_in_variable168 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_declarator_in_variable168_data Count:(
NSUInteger
)1] retain];
753
FOLLOW_21_in_variable170 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_21_in_variable170_data Count:(
NSUInteger
)1] retain];
754
FOLLOW_K_ID_in_declarator199 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_K_ID_in_declarator199_data Count:(
NSUInteger
)1] retain]
[
all
...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCParser.m
856
FOLLOW_declaration_in_program85 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_declaration_in_program85_data Count:(
NSUInteger
)1] retain];
857
FOLLOW_variable_in_declaration105 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_variable_in_declaration105_data Count:(
NSUInteger
)1] retain];
858
FOLLOW_functionHeader_in_declaration115 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_functionHeader_in_declaration115_data Count:(
NSUInteger
)1] retain];
859
FOLLOW_K_SEMICOLON_in_declaration117 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_K_SEMICOLON_in_declaration117_data Count:(
NSUInteger
)1] retain];
860
FOLLOW_functionHeader_in_declaration135 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_functionHeader_in_declaration135_data Count:(
NSUInteger
)1] retain];
861
FOLLOW_block_in_declaration137 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_block_in_declaration137_data Count:(
NSUInteger
)1] retain];
862
FOLLOW_type_in_variable166 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_type_in_variable166_data Count:(
NSUInteger
)1] retain];
863
FOLLOW_declarator_in_variable168 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_declarator_in_variable168_data Count:(
NSUInteger
)1] retain];
864
FOLLOW_K_SEMICOLON_in_variable170 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_K_SEMICOLON_in_variable170_data Count:(
NSUInteger
)1] retain];
865
FOLLOW_K_ID_in_declarator199 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_K_ID_in_declarator199_data Count:(
NSUInteger
)1] retain]
[
all
...]
/external/lldb/examples/summaries/cocoa/
CFBitVector.py
46
self.uiint_size = self.sys_params.types_cache.
NSUInteger
.GetByteSize()
53
if not(self.sys_params.types_cache.
NSUInteger
):
55
self.sys_params.types_cache.
NSUInteger
= self.valobj.GetType().GetBasicType(lldb.eBasicTypeUnsignedLong)
57
self.sys_params.types_cache.
NSUInteger
= self.valobj.GetType().GetBasicType(lldb.eBasicTypeUnsignedInt)
74
self.sys_params.types_cache.
NSUInteger
)
NSData.py
34
if not(self.sys_params.types_cache.
NSUInteger
):
36
self.sys_params.types_cache.
NSUInteger
= self.valobj.GetType().GetBasicType(lldb.eBasicTypeUnsignedLong)
38
self.sys_params.types_cache.
NSUInteger
= self.valobj.GetType().GetBasicType(lldb.eBasicTypeUnsignedInt)
57
self.sys_params.types_cache.
NSUInteger
)
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRCommonTree.h
73
- (
NSUInteger
) getLine;
74
- (
NSUInteger
) getCharPositionInLine;
ANTLRBaseTree.h
39
- (id<ANTLRBaseTree>) getChild:(
NSUInteger
)i;
43
- (
NSUInteger
) getChildCount;
112
- (id<ANTLRBaseTree>) getChild:(
NSUInteger
)i;
116
- (
NSUInteger
) getChildCount;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRCommonTree.h
73
- (
NSUInteger
) getLine;
74
- (
NSUInteger
) getCharPositionInLine;
ANTLRBaseTree.h
39
- (id<ANTLRBaseTree>) getChild:(
NSUInteger
)i;
43
- (
NSUInteger
) getChildCount;
112
- (id<ANTLRBaseTree>) getChild:(
NSUInteger
)i;
116
- (
NSUInteger
) getChildCount;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRCommonTree.h
73
- (
NSUInteger
) getLine;
74
- (
NSUInteger
) getCharPositionInLine;
ANTLRBaseTree.h
39
- (id<ANTLRBaseTree>) getChild:(
NSUInteger
)i;
43
- (
NSUInteger
) getChildCount;
112
- (id<ANTLRBaseTree>) getChild:(
NSUInteger
)i;
116
- (
NSUInteger
) getChildCount;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBufferedTokenStream.h
69
- (
NSUInteger
)charPositionInLine;
70
- (
NSUInteger
)line;
ANTLRBufferedTreeNodeStream.h
117
- (id) getNode:(
NSUInteger
) i;
144
- (
NSUInteger
) count;
/external/chromium_org/third_party/libjingle/source/talk/examples/objc/AppRTCDemo/mac/
APPRTCAppDelegate.m
55
NSUInteger
styleMask = NSTitledWindowMask | NSClosableWindowMask;
APPRTCViewController.m
34
static
NSUInteger
const kContentWidth = 1280;
35
static
NSUInteger
const kContentHeight = 720;
36
static
NSUInteger
const kRoomFieldWidth = 80;
37
static
NSUInteger
const kLogViewHeight = 280;
/external/clang/test/ARCMT/
Common.h
16
typedef unsigned
NSUInteger
;
34
- (
NSUInteger
)retainCount NS_AUTOMATED_REFCOUNT_UNAVAILABLE;
/external/chromium_org/base/mac/
sdk_forward_declarations.h
32
typedef
NSUInteger
NSEventPhase;
51
typedef
NSUInteger
NSEventSwipeTrackingOptions;
66
typedef
NSUInteger
NSWindowButton;
241
typedef
NSUInteger
NSWindowOcclusionState;
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCMediaStream.mm
82
NSUInteger
index = [_audioTracks indexOfObjectIdenticalTo:track];
93
NSUInteger
index = [_videoTracks indexOfObjectIdenticalTo:track];
RTCDataChannel.mm
194
- (
NSUInteger
)maxRetransmitTimeMs {
198
- (
NSUInteger
)maxRetransmits {
227
- (
NSUInteger
)bufferedAmount {
RTCMediaStreamTrack.mm
69
- (
NSUInteger
)hash {
/external/chromium_org/third_party/ocmock/
ocmock_extensions.h
31
- (id)andReturnUnsignedInteger:(
NSUInteger
)value;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/output1/
TreeRewriteParser.m
149
FOLLOW_INT_in_rule26 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_INT_in_rule26_data Count:(
NSUInteger
)1] retain];
150
FOLLOW_subrule_in_rule28 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_subrule_in_rule28_data Count:(
NSUInteger
)1] retain];
151
FOLLOW_INT_in_subrule53 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_INT_in_subrule53_data Count:(
NSUInteger
)1] retain];
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
LangParser.m
189
FOLLOW_decl_in_start41 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_decl_in_start41_data Count:(
NSUInteger
)1] retain];
190
FOLLOW_type_in_decl50 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_type_in_decl50_data Count:(
NSUInteger
)1] retain];
191
FOLLOW_ID_in_decl52 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_ID_in_decl52_data Count:(
NSUInteger
)1] retain];
192
FOLLOW_10_in_decl54 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_10_in_decl54_data Count:(
NSUInteger
)1] retain];
/external/chromium_org/chrome/browser/ui/cocoa/tabs/
tab_strip_controller.h
205
- (NSView*)viewAtIndex:(
NSUInteger
)index;
210
- (
NSUInteger
)viewsCount;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/
TreeRewriteParser.m
147
FOLLOW_INT_in_rule26 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_INT_in_rule26_data Count:(
NSUInteger
)1] retain];
148
FOLLOW_subrule_in_rule28 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_subrule_in_rule28_data Count:(
NSUInteger
)1] retain];
149
FOLLOW_INT_in_subrule53 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_INT_in_subrule53_data Count:(
NSUInteger
)1] retain];
/external/chromium_org/chrome/browser/ui/cocoa/extensions/
extension_installed_bubble_controller.h
120
atIndex:(
NSUInteger
)charIndex;
Completed in 377 milliseconds
1
2
3
4
5
6