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

1234567891011>>

/external/clang/test/Index/
H A Dcomplete-macros.c5 #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/clang/test/SemaTemplate/
H A Dexample-typelist.cpp4 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/WebView/
H A DWebSerializedJSValue.mm50 return nil;
55 return nil;
62 return nil;
74 return nil;
79 return nil;
86 return nil;
102 _private = nil;
H A DWebPDFRepresentation.mm49 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/
H A DWebURLsWithTitles.m39 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/webkit/Source/WebKit/mac/WebInspector/
H A DWebInspectorFrontend.mm35 return nil;
H A DWebNodeHighlighter.mm41 return nil;
75 [_currentHighlight setDelegate:nil];
77 _currentHighlight = nil;
90 [_inspectedWebView setCurrentNodeHighlight: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/webkit/Source/WebKit2/WebProcess/mac/
H A DFullKeyboardAccessWatcher.mm53 return nil;
55 [self retrieveKeyboardUIModeFromPreferences:nil];
59 name:KeyboardUIModeDidChangeNotification object:nil];
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/
H A Diexploder.cgi28 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/webkit/Source/WebCore/platform/graphics/wx/
H A DFontPlatformDataWxMac.mm70 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,wx
[all...]
/external/webkit/Source/WebKit/mac/Panels/
H A DWebPanelAuthenticationHandler.m44 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...]
/external/webkit/Source/WebCore/bindings/objc/
H A DDOMAbstractView.mm52 return nil;
83 return nil;
86 return nil;
/external/webkit/Source/WebKit/mac/Misc/
H A DWebLocalizableStrings.mm47 if (mainBundle == nil) {
55 if (bundle == nil) {
63 NSString *result = [bundle localizedStringForKey:(NSString *)keyString value:notFound table:nil];
H A DWebNSViewExtras.m81 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
[all...]
/external/webkit/Tools/DumpRenderTree/
H A DStorageTrackerDelegate.mm39 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/
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/webkit/Tools/WebKitTestRunner/InjectedBundle/mac/
H A DInjectedBundleMac.mm38 nil];
/external/webkit/Tools/DumpRenderTree/mac/
H A DPlainTextController.mm50 return nil;
56 return nil;
H A DNavigationController.m48 return nil;
87 [self setPendingRequest:nil];
96 [self setPendingScript:nil];
107 [self setPendingScript:nil];
108 [self setPendingRequest:nil];
/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/webkit/Source/JavaScriptCore/profiler/
H A DProfilerServer.mm60 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/
H A DWebPluginPackage.mm46 return nil;
52 return nil;
60 return nil;
69 return nil;
74 return nil;
/external/webkit/Source/WebKit2/Shared/mac/
H A DPasteboardTypes.mm50 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 6498 milliseconds

1234567891011>>