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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Index/
complete-macros.c 5 #define nil 0 macro
13 int *ip = nil;
14 ip = nil;
15 g(nil);
33 // CHECK-CC2: macro definition:{TypedText nil} (32)
36 // CHECK-CC3: macro definition:{TypedText nil} (65)
  /external/webkit/Source/WebKit/mac/WebView/
WebSerializedJSValue.mm 50 return nil;
55 return nil;
62 return nil;
74 return nil;
79 return nil;
86 return nil;
102 _private = nil;
WebPDFRepresentation.mm 49 nil];
58 nil]];
63 static Class PDFDocumentClass = nil;
64 if (PDFDocumentClass == nil) {
66 if (PDFDocumentClass == nil) {
131 doc = nil;
157 return nil;
163 return nil;
  /external/webkit/Source/WebKit/mac/History/
WebURLsWithTitles.m 39 static NSArray *cannedArray = nil;
41 if (cannedArray == nil) {
59 if ([pasteboard availableTypeFromArray:[self arrayWithIFURLsWithTitlesPboardType]] == nil) {
64 titles = nil;
71 [titlesOrEmptyStrings addObject:(titles == nil) ? @"" : [[titles objectAtIndex:index] _webkit_stringByTrimmingWhitespace]];
74 [pasteboard setPropertyList:[NSArray arrayWithObjects:URLStrings, titlesOrEmptyStrings, nil]
80 if ([pasteboard availableTypeFromArray:[self arrayWithIFURLsWithTitlesPboardType]] == nil) {
81 return nil;
93 if ([pasteboard availableTypeFromArray:[self arrayWithIFURLsWithTitlesPboardType]] == nil) {
94 return nil;
    [all...]
  /external/clang/test/SemaTemplate/
example-typelist.cpp 4 struct nil { }; struct
6 template<typename Head, typename Tail = nil>
32 struct length<nil> {
65 class reverse<nil> {
67 typedef nil type;
90 struct find<nil, T> {
91 typedef nil type;
97 int find1[is_same<find<unsigned_inttypes, int>::type, nil>::value? 1 : -1];
  /external/webkit/Source/WebKit/mac/WebInspector/
WebInspectorFrontend.mm 35 return nil;
WebNodeHighlighter.mm 41 return nil;
75 [_currentHighlight setDelegate:nil];
77 _currentHighlight = nil;
90 [_inspectedWebView setCurrentNodeHighlight:nil];
  /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...]
  /external/webkit/Source/WebKit2/WebProcess/mac/
FullKeyboardAccessWatcher.mm 53 return nil;
55 [self retrieveKeyboardUIModeFromPreferences:nil];
59 name:KeyboardUIModeDidChangeNotification object:nil];
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/
iexploder.cgi 28 ie.subtest_data = cgi.params['s'][0] || nil
31 ie.stop_num = cgi.params['x'][0] || nil
34 mime_type = cgi.params['m'][0] || 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/webkit/Source/WebCore/platform/graphics/wx/
FontPlatformDataWxMac.mm 70 if ( nsFont == nil )
75 if ( nsFont == nil )
89 NSFont* nsFontWithTraits = nil;
93 if ( nsFontWithTraits == nil )
96 if ( nsFontWithTraits != nil )
106 if ( nsFontWithTraits == nil )
113 if ( italicDesc != nil )
116 if ( f != nil )
120 if ( nsFontWithTraits != nil )
125 wxASSERT_MSG(nsFont != nil,wxT("Couldn't create nsFont"))
    [all...]
  /external/webkit/Source/WebKit/mac/Panels/
WebPanelAuthenticationHandler.m 44 if (sharedHandler == nil)
52 if (self != nil) {
71 if (queue == nil) {
82 if (queue == nil) {
100 [self startAuthentication:challenge window:(window == WebModalDialogPretendWindow ? nil : window)];
109 if ([windowToPanel objectForKey:window] != nil) {
119 if ([w attachedSheet] != nil) {
139 if (window != nil) {
149 if (window != nil) {
154 if (credential == nil) {
    [all...]
  /development/tools/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/webkit/Source/WebCore/bindings/objc/
DOMAbstractView.mm 52 return nil;
83 return nil;
86 return nil;
  /external/webkit/Source/WebKit/mac/Misc/
WebLocalizableStrings.mm 47 if (mainBundle == nil) {
55 if (bundle == nil) {
63 NSString *result = [bundle localizedStringForKey:(NSString *)keyString value:notFound table:nil];
WebNSViewExtras.m 81 nextEvent = nil;
82 firstEvent = nil;
83 dragEvent = nil;
84 mouseUp = nil;
90 dequeue:YES]) != nil) {
91 if (firstEvent == nil) {
118 if (mouseUp != nil) {
121 if (dragEvent != nil) {
161 NSPoint mouseDownPoint = [self convertPoint:[event locationInWindow] fromView:nil];
166 if (image != nil && [image size].height * [image size].width <= WebMaxOriginalImageArea)
    [all...]
  /external/webkit/Tools/DumpRenderTree/
StorageTrackerDelegate.mm 39 return nil;
41 [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(originModified:) name:WebStorageDidModifyOriginNotification object:nil];
71 [[NSNotificationCenter defaultCenter] removeObserver:self name:WebStorageDidModifyOriginNotification object:nil];
  /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/webkit/Tools/WebKitTestRunner/InjectedBundle/mac/
InjectedBundleMac.mm 38 nil];
  /external/webkit/Tools/DumpRenderTree/mac/
PlainTextController.mm 50 return nil;
56 return nil;
  /external/webkit/Source/JavaScriptCore/profiler/
ProfilerServer.mm 60 return nil;
71 [[NSDistributedNotificationCenter defaultCenter] addObserver:self selector:@selector(startProfiling) name:@"ProfilerServerStartNotification" object:nil];
72 [[NSDistributedNotificationCenter defaultCenter] addObserver:self selector:@selector(stopProfiling) name:@"ProfilerServerStopNotification" object:nil];
81 [[NSDistributedNotificationCenter defaultCenter] addObserver:self selector:@selector(startProfiling) name:[_serverName stringByAppendingString:@"-Start"] object:nil];
82 [[NSDistributedNotificationCenter defaultCenter] addObserver:self selector:@selector(stopProfiling) name:[_serverName stringByAppendingString:@"-Stop"] object:nil];
  /external/webkit/Source/WebKit/mac/Plugins/
WebPluginPackage.mm 46 return nil;
52 return nil;
60 return nil;
69 return nil;
74 return nil;
  /external/webkit/Source/WebKit2/Shared/mac/
PasteboardTypes.mm 50 NSURLPboardType, NSRTFDPboardType, NSRTFPboardType, NSStringPboardType, NSColorPboardType, kUTTypePNG, nil]);
56 static NSArray *types = retain([NSArray arrayWithObjects:WebURLsWithTitlesPboardType, NSURLPboardType, WebURLPboardType, WebURLNamePboardType, NSStringPboardType, NSFilenamesPboardType, nil]);
62 static NSArray *types = retain([NSArray arrayWithObjects:NSTIFFPboardType, WebURLsWithTitlesPboardType, NSURLPboardType, WebURLPboardType, WebURLNamePboardType, NSStringPboardType, nil]);
68 static NSArray *types = retain([NSArray arrayWithObjects:NSTIFFPboardType, WebURLsWithTitlesPboardType, NSURLPboardType, WebURLPboardType, WebURLNamePboardType, NSStringPboardType, NSRTFDPboardType, WebArchivePboardType, nil]);
74 static NSArray *types = retain([NSArray arrayWithObjects:WebArchivePboardType, NSRTFDPboardType, NSRTFPboardType, NSStringPboardType, nil]);

Completed in 1960 milliseconds

1 2 3 4 5 6 7 8 91011>>