Lines Matching refs:nil

54 static NSArray*            sPasteboardTypes = nil;
55 static NSArray* sPasteboardData = nil;
56 static jlongArray sDraggingFormats = nil;
73 fView = nil;
74 fComponent = nil;
75 fDropTarget = nil;
76 fDropTargetContextPeer = nil;
79 if (control != nil) {
92 self = nil;
123 nil];
137 sPasteboardTypes = nil;
140 sPasteboardData = nil;
157 [((AWTView *) fView) setDropTarget:nil];
181 fView = nil;
229 if (formats == nil)
234 if (sDraggingFormats == nil)
239 if (jformats == nil) {
243 // Copy all data formats and properties. In case of properties, if they are nil, we need to use
244 // a special NilProperty since [NSArray addObject] would crash on adding a nil object.
271 if (sPasteboardData == nil)
284 //id pbData = [pbType hasPrefix:@"NS"] ? [pb dataForType:pbType] : nil; // Copy only NS-type data!
289 if (pbData == nil)
300 NSData* result = nil;
304 NSString* errorString = nil;
309 if (propertyList != nil && errorString == nil && [propertyList isKindOfClass:[NSArray class]]) {
313 if (url != nil && [url length] > 0)
325 NSData* data = nil;
334 data = nil;
342 char* dataBytes = (data != nil) ? (char*) [data bytes] : "Unsupported type";
343 NSUInteger dataLength = (data != nil) ? [data length] : sizeof("Unsupported type");
347 if (lbyteArray == nil)
348 return nil;
351 if (gbyteArray == nil)
352 return nil;
357 if (jbytes == nil)
358 return nil;
364 // In case of an error make sure to return nil:
367 gbyteArray = nil;
408 if (jrsDrag != nil) {
462 if (dropTargetContextPeer != nil) {
476 NSPoint javaLocation = [fView convertPoint:sDraggingLocation fromView:nil];
571 NSPoint javaLocation = [fView convertPoint:sDraggingLocation fromView:nil];
603 sCurrentDropTarget = nil;
639 sCurrentDropTarget = nil;
649 NSPoint javaLocation = [fView convertPoint:sDraggingLocation fromView:nil];
690 sCurrentDropTarget = nil;
699 sCurrentDropTarget = nil;
718 CDropTarget* dropTarget = nil;