HomeSort by relevance Sort by last modified time
    Searched refs:nil (Results 1 - 25 of 305) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Index/
complete-macros.c 4 #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/
ArrayIterator.m 60 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...]
ANTLRFileStream.m 55 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/
main.m 35 argc, argv, nil, NSStringFromClass([APPRTCAppDelegate class]));
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/modes/
ast-builder.rb 18 ( 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/
RTCSessionDescription.mm 41 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;
RTCICEServer.mm 38 NSAssert(NO, @"nil arguments not allowed");
39 self = nil;
40 return nil;
RTCMediaSource.mm 51 NSAssert(NO, @"nil arguments not allowed");
52 self = nil;
53 return nil;
  /external/clang/test/SemaTemplate/
example-typelist.cpp 5 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/qemu/android/camera/
camera-capture-mac.m 95 * 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...]
  /sdk/emulator/opengl/tests/translator_tests/MacCommon/
setup_gl.m 24 if (glView == nil) {
26 return nil;
31 [win makeKeyAndOrderFront:nil];
  /external/chromium/base/memory/
scoped_nsobject.h 34 explicit scoped_nsobject(NST* object = nil)
42 void reset(NST* object = nil) {
74 object_ = nil;
107 explicit scoped_nsobject(id object = nil)
115 void reset(id object = nil) {
147 object_ = nil;
163 explicit scoped_nsobject(NSAutoreleasePool* object = nil);
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
LangParser.m 68 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] retain]]
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/output1/
TreeRewriteParser.m 93 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/
pthread_self.c 63 pthread_t nil = {NULL, 0}; local
68 return nil;
126 return nil;
ptw32_new.c 45 pthread_t nil = {NULL, 0}; local
64 return nil;
89 return nil;
  /sdk/emulator/opengl/host/libs/Translator/EGL/
MacNative.m 49 if (self != nil) {
91 if(ctx == nil){
94 if(pbuff != nil){
105 if(ctx == nil){
107 } else if (win != nil) {
116 if(ctx != nil){
123 if( ctx != nil){
131 if(ctx != nil){
147 if(pbuf != nil){
154 if(view != nil){
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/
tracking_area.h 51 explicit ScopedCrTrackingArea(CrTrackingArea* tracking_area = nil);
57 void reset(CrTrackingArea* tracking_area = nil);
multi_key_equivalent_button.h 15 KeyEquivalentAndModifierMask() : charCode(nil), mask(0) {}
  /external/chromium_org/third_party/libjingle/source/talk/base/
maccocoathreadhelper.mm 55 withObject:nil];
  /external/chromium_org/ui/base/cocoa/
tracking_area.h 48 explicit ScopedCrTrackingArea(CrTrackingArea* tracking_area = nil);
54 void reset(CrTrackingArea* tracking_area = nil);
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCParser.m 90 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) [aTree retain]
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCParser.m 66 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) [aTree retain]
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/
multi_key_equivalent_button.h 14 KeyEquivalentAndModifierMask() : charCode(nil), mask(0) {}
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
utfdef.h 28 #define nil ((void*)0) macro

Completed in 1877 milliseconds

1 2 3 4 5 6 7 8 91011>>