Searched refs:nil (Results 1 - 25 of 265) sorted by relevance

1234567891011

/external/clang/test/Index/
H A Dcomplete-macros.c4 #define nil 0 macro
13 int *ip = nil;
14 ip = nil;
15 g(nil);
35 // CHECK-CC2: macro definition:{TypedText nil} (32)
38 // CHECK-CC3: macro definition:{TypedText nil} (65)
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DArrayIterator.m60 if ( self != nil ) {
64 userInfo:nil];
73 peekObj = nil;
83 if ( self != nil ) {
87 userInfo:nil];
90 peekObj = nil;
100 if ( self != nil ) {
104 userInfo:nil];
107 peekObj = nil;
125 if ( peekObj == nil ) {
[all...]
H A DANTLRFileStream.m55 if ( self != nil ) {
65 if ( self != nil ) {
79 if ( aFileName==nil ) {
83 NSData *retData = nil;
89 if ( fh==nil ) {
/external/chromium_org/third_party/libjingle/source/talk/examples/ios/AppRTCDemo/
H A Dmain.m35 argc, argv, nil, NSStringFromClass([APPRTCAppDelegate class]));
/external/clang/test/SemaTemplate/
H A Dexample-typelist.cpp5 struct nil { }; struct
7 template<typename Head, typename Tail = nil>
33 struct length<nil> {
66 class reverse<nil> {
68 typedef nil type;
91 struct find<nil, T> {
92 typedef nil type;
98 int find1[is_same<find<unsigned_inttypes, int>::type, nil>::value? 1 : -1];
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/modes/
H A Dast-builder.rb18 ( input.adaptor rescue nil ) or
28 def subtree_stream( desc, element = nil )
32 def token_stream( desc, element = nil )
36 def node_stream( desc, element = nil )
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
H A DRTCSessionDescription.mm41 NSAssert(NO, @"nil arguments not allowed");
42 return nil;
58 NSAssert(NO, @"nil arguments not allowed");
59 self = nil;
60 return nil;
67 self = nil;
H A DRTCICEServer.mm38 NSAssert(NO, @"nil arguments not allowed");
39 self = nil;
40 return nil;
H A DRTCMediaSource.mm51 NSAssert(NO, @"nil arguments not allowed");
52 self = nil;
53 return nil;
/external/qemu/android/camera/
H A Dcamera-capture-mac.m95 * Pointer to initialized instance on success, or nil on failure.
138 if (capture_device == nil) {
141 return nil;
146 capture_device = nil;
148 return nil;
156 return nil;
161 if (capture_session == nil) {
165 return nil;
175 input_device = nil;
178 return nil;
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
H A DLangParser.m68 if (tree != nil) [tree release];
69 if (aTree != nil) [aTree retain];
76 self.tree = nil;
108 if (tree != nil) [tree release];
109 if (aTree != nil) [aTree retain];
116 self.tree = nil;
148 if (tree != nil) [tree release];
149 if (aTree != nil) [aTree retain];
156 self.tree = nil;
195 @"DECL", @"FLOATTYPE", @"ID", @"INT", @"INTTYPE", @"WS", @"';'", nil] retai
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/output1/
H A DTreeRewriteParser.m93 if (tree != nil) [tree release];
94 if (aTree != nil) [aTree retain];
101 [self setTree:nil];
126 if (tree != nil) [tree release];
127 if (aTree != nil) [aTree retain];
134 [self setTree:nil];
154 @"INT", @"WS", nil] retain]];
165 if ((self = [super initWithTokenStream:aStream State:[[ANTLRRecognizerSharedState newANTLRRecognizerSharedStateWithRuleLen:2+1] retain]]) != nil) {
179 [self setTreeAdaptor:nil];
211 ANTLRCommonTree *root_0 = nil;
[all...]
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dpthread_self.c63 pthread_t nil = {NULL, 0}; local
68 return nil;
126 return nil;
H A Dptw32_new.c45 pthread_t nil = {NULL, 0}; local
64 return nil;
89 return nil;
/external/chromium/chrome/browser/ui/cocoa/
H A Dtracking_area.h51 explicit ScopedCrTrackingArea(CrTrackingArea* tracking_area = nil);
57 void reset(CrTrackingArea* tracking_area = nil);
H A Dmulti_key_equivalent_button.h15 KeyEquivalentAndModifierMask() : charCode(nil), mask(0) {}
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dmaccocoathreadhelper.mm55 withObject:nil];
H A Dmaccocoasocketserver.mm62 timer_ = nil;
93 userInfo:nil
114 timer_ = nil;
115 [NSApp stop:nil];
127 context:nil
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
H A DSimpleCParser.m90 if ((self = [super initWithRecognizer:theRecognizer]) != nil) {
100 return nil;
273 if (tree != nil) [tree release];
274 if (aTree != nil) [aTree retain];
281 [self setTree:nil];
305 if (tree != nil) [tree release];
306 if (aTree != nil) [aTree retain];
313 [self setTree:nil];
337 if (tree != nil) [tree release];
338 if (aTree != nil) [aTre
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
H A DSimpleCParser.m66 if ( self != nil ) {
76 return nil;
255 if (tree != nil) [tree release];
256 if (aTree != nil) [aTree retain];
263 self.tree = nil;
295 if (tree != nil) [tree release];
296 if (aTree != nil) [aTree retain];
303 self.tree = nil;
335 if (tree != nil) [tree release];
336 if (aTree != nil) [aTre
[all...]
/external/chromium_org/chrome/browser/ui/cocoa/
H A Dmulti_key_equivalent_button.h14 KeyEquivalentAndModifierMask() : charCode(nil), mask(0) {}
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
H A Dutfdef.h28 #define nil ((void*)0) macro
/external/chromium/base/memory/
H A Dscoped_nsobject.h34 explicit scoped_nsobject(NST* object = nil) argument
42 void reset(NST* object = nil) { argument
74 object_ = nil;
107 explicit scoped_nsobject(id object = nil) argument
115 void reset(id object = nil) { argument
147 object_ = nil;
163 explicit scoped_nsobject(NSAutoreleasePool* object = nil);
/external/chromium_org/third_party/mozilla/
H A DNSURL+Utils.m63 // Returns the URL, or nil on failure.
68 NSURL *ret = nil;
109 // Returns the URL or nil on failure.
113 NSURL *ret = nil;
122 error:nil];
125 [scanner scanUpToString:@"[InternetShortcut]" intoString:nil];
127 if ([scanner scanString:@"[InternetShortcut]" intoString:nil]) {
/external/e2fsprogs/e2fsck/
H A Ddict.c94 the sentinel nil node, and root->parent->left points back to root */
138 static void free_nodes(dict_t *dict, dnode_t *node, dnode_t *nil) argument
140 if (node == nil)
142 free_nodes(dict, node->left, nil);
143 free_nodes(dict, node->right, nil);
185 * mismatches. It does not check for every nil node being black, because there
186 * is only one sentinel nil node. The return value of this function is the
191 static unsigned int verify_redblack(dnode_t *nil, dnode_t *root) argument
195 if (root != nil) {
196 height_left = verify_redblack(nil, roo
222 verify_node_count(dnode_t *nil, dnode_t *root) argument
239 verify_dict_has_node(dnode_t *nil, dnode_t *root, dnode_t *node) argument
311 dnode_t *nil = dict_nil(dict), *root = dict_root(dict); local
397 dnode_t *nil = dict_nil(dict), *root = dict_root(dict); local
457 dnode_t *nil = dict_nil(dict); local
496 dnode_t *nil = dict_nil(dict); local
528 dnode_t *nil = dict_nil(dict); local
563 dnode_t *where = dict_root(dict), *nil = dict_nil(dict); local
661 dnode_t *nil = dict_nil(dict), *child, *delparent = delete->parent; local
861 dnode_t *nil = dict_nil(dict), *root = dict_root(dict), *left; local
877 dnode_t *nil = dict_nil(dict), *root = dict_root(dict), *right; local
895 dnode_t *nil = dict_nil(dict), *parent, *left; local
921 dnode_t *nil = dict_nil(dict), *parent, *right; local
1060 dnode_t *nil = &load->nilnode; local
[all...]

Completed in 789 milliseconds

1234567891011