Searched refs:NSIndexSet (Results 1 - 22 of 22) sorted by relevance

/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsindexset.py7 self.failUnlessResultIsBOOL(NSIndexSet.isEqualToIndexSet_)
8 self.failUnlessResultIsBOOL(NSIndexSet.containsIndex_)
9 self.failUnlessResultIsBOOL(NSIndexSet.containsIndexesInRange_)
10 self.failUnlessResultIsBOOL(NSIndexSet.containsIndexes_)
11 self.failUnlessResultIsBOOL(NSIndexSet.intersectsIndexesInRange_)
13 self.failUnlessArgIsOut(NSIndexSet.getIndexes_maxCount_inIndexRange_, 0)
14 self.failUnlessArgSizeInArg(NSIndexSet.getIndexes_maxCount_inIndexRange_, 0, 1)
15 self.failUnlessArgSizeInResult(NSIndexSet.getIndexes_maxCount_inIndexRange_, 0)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsindexset.py7 self.assertResultIsBOOL(NSIndexSet.isEqualToIndexSet_)
8 self.assertResultIsBOOL(NSIndexSet.containsIndex_)
9 self.assertResultIsBOOL(NSIndexSet.containsIndexesInRange_)
10 self.assertResultIsBOOL(NSIndexSet.containsIndexes_)
11 self.assertResultIsBOOL(NSIndexSet.intersectsIndexesInRange_)
13 self.assertArgIsOut(NSIndexSet.getIndexes_maxCount_inIndexRange_, 0)
14 self.assertArgSizeInArg(NSIndexSet.getIndexes_maxCount_inIndexRange_, 0, 1)
15 self.assertArgSizeInResult(NSIndexSet.getIndexes_maxCount_inIndexRange_, 0)
19 self.assertArgIsBlock(NSIndexSet.enumerateIndexesUsingBlock_, 0,
21 self.assertArgIsBlock(NSIndexSet
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/PyObjCTest/
H A Dtest_nsindexset.py7 self.assertResultIsBOOL(NSIndexSet.isEqualToIndexSet_)
8 self.assertResultIsBOOL(NSIndexSet.containsIndex_)
9 self.assertResultIsBOOL(NSIndexSet.containsIndexesInRange_)
10 self.assertResultIsBOOL(NSIndexSet.containsIndexes_)
11 self.assertResultIsBOOL(NSIndexSet.intersectsIndexesInRange_)
13 self.assertArgIsOut(NSIndexSet.getIndexes_maxCount_inIndexRange_, 0)
14 self.assertArgSizeInArg(NSIndexSet.getIndexes_maxCount_inIndexRange_, 0, 1)
15 self.assertArgSizeInResult(NSIndexSet.getIndexes_maxCount_inIndexRange_, 0)
19 self.assertArgIsBlock(NSIndexSet.enumerateIndexesUsingBlock_, 0,
21 self.assertArgIsBlock(NSIndexSet
[all...]
/macosx-10.10/Chess-310.6/Sources/
H A DMBCMoveTableView.mm57 - (NSIndexSet *)columnIndexesInRect:(NSRect)rect
62 NSIndexSet * origColumns = [super columnIndexesInRect:rect];
/macosx-10.10/security_systemkeychain-55202/Gatekeeper/
H A DAuthorityTableView.h13 - (void)deleteAuthority:(NSTableView *)tableView atIndexes:(NSIndexSet *)indexes;
/macosx-10.10/WebCore-7600.1.25/platform/ios/
H A DPlatformPasteboardIOS.mm43 - (NSArray *)dataForPasteboardType:(NSString *)pasteboardType inItemSet:(NSIndexSet *)itemSet;
44 - (NSArray *)valuesForPasteboardType:(NSString *)pasteboardType inItemSet:(NSIndexSet *)itemSet;
201 NSIndexSet *indexSet = [NSIndexSet indexSetWithIndex:index];
212 NSIndexSet *indexSet = [NSIndexSet indexSetWithIndex:index];
229 NSIndexSet *indexSet = [NSIndexSet indexSetWithIndex:index];
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Dtest_array_property.py8 NSIndexSet = objc.lookUpClass('NSIndexSet') variable
94 IS = NSIndexSet.alloc().initWithIndex_(0)
117 IS = NSIndexSet.alloc().initWithIndex_(2)
144 IS = NSIndexSet.alloc().initWithIndexesInRange_((0, 3))
145 IS2 = NSIndexSet.alloc().initWithIndexesInRange_((1, 2))
193 IS = NSIndexSet.alloc().initWithIndex_(0)
194 IS1 = NSIndexSet.alloc().initWithIndex_(4)
239 IS = NSIndexSet.alloc().initWithIndex_(0)
240 IS2 = NSIndexSet
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_array_property.py6 NSIndexSet = objc.lookUpClass('NSIndexSet') variable
76 IS = NSIndexSet.alloc().initWithIndex_(0)
105 IS = NSIndexSet.alloc().initWithIndexesInRange_((0, 3))
106 IS2 = NSIndexSet.alloc().initWithIndexesInRange_((1, 2))
151 IS = NSIndexSet.alloc().initWithIndex_(0)
152 IS1 = NSIndexSet.alloc().initWithIndex_(4)
193 IS = NSIndexSet.alloc().initWithIndex_(0)
194 IS2 = NSIndexSet.alloc().initWithIndex_(2)
236 IS = NSIndexSet
[all...]
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/Bookmarks/
H A DDNDArrayController.py91 indexSet = NSIndexSet.indexSetWithIndexesInRange_(aRange)
100 indexSet = NSIndexSet.indexSetWithIndexesInRange_(aRange)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/Bookmarks/
H A DDNDArrayController.py91 indexSet = NSIndexSet.indexSetWithIndexesInRange_(aRange)
100 indexSet = NSIndexSet.indexSetWithIndexesInRange_(aRange)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/CocoaBindings/Bookmarks/
H A DDNDArrayController.py91 indexSet = NSIndexSet.indexSetWithIndexesInRange_(aRange)
100 indexSet = NSIndexSet.indexSetWithIndexesInRange_(aRange)
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Automator/Examples/AutoSample/
H A DController.py103 NSIndexSet.indexSetWithIndex_(0), False)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Automator/Examples/AutoSample/
H A DController.py103 NSIndexSet.indexSetWithIndex_(0), False)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Automator-2.5.1/Examples/AutoSample/
H A DController.py103 NSIndexSet.indexSetWithIndex_(0), False)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Lib/objc/
H A D_properties.py292 NSIndexSet = lookUpClass('NSIndexSet') variable
336 return NSIndexSet.alloc().initWithIndex_(v)
339 return NSIndexSet.alloc().initWithIndex_(index)
399 indexes = NSIndexSet.alloc().initWithIndex_(index)
453 indexes = NSIndexSet.alloc().initWithIndexesInRange_((len(self), len(values)))
482 indexes = NSIndexSet.alloc().initWithIndexesInRange_((len(self), len(self)*(count-1)))
552 indexes = NSIndexSet.alloc().initWithIndexesInRange_(
569 indexes = NSIndexSet.alloc().initWithIndexesInRange_(
585 indexes = NSIndexSet
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Lib/objc/
H A D_properties.py271 NSIndexSet = lookUpClass('NSIndexSet') variable
312 return NSIndexSet.alloc().initWithIndex_(v)
315 return NSIndexSet.alloc().initWithIndex_(index)
372 indexes = NSIndexSet.alloc().initWithIndex_(index)
426 indexes = NSIndexSet.alloc().initWithIndexesInRange_((len(self), len(values)))
455 # indexes = NSIndexSet.alloc().initWithIndexesInRange_((len(self), len(self)*count))
525 indexes = NSIndexSet.alloc().initWithIndexesInRange_(
542 indexes = NSIndexSet.alloc().initWithIndexesInRange_(
558 indexes = NSIndexSet
[all...]
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebTextCompletionController.mm164 [_tableView selectRowIndexes:[NSIndexSet indexSetWithIndex:0] byExtendingSelection:NO];
270 [_tableView selectRowIndexes:[NSIndexSet indexSetWithIndex:selectedRow - 1] byExtendingSelection:NO];
278 [_tableView selectRowIndexes:[NSIndexSet indexSetWithIndex:selectedRow + 1] byExtendingSelection:NO];
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/GraphicsBindings/
H A DGraphicsView.py192 selection = NSIndexSet.indexSetWithIndex_(graphicIndex)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/GraphicsBindings/
H A DGraphicsView.py192 selection = NSIndexSet.indexSetWithIndex_(graphicIndex)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/CocoaBindings/GraphicsBindings/
H A DGraphicsView.py192 selection = NSIndexSet.indexSetWithIndex_(graphicIndex)
/macosx-10.10/mDNSResponder-561.1.1/Clients/
H A DDNSServiceBrowser.m396 [nameField selectRowIndexes:[NSIndexSet indexSetWithIndex:index] byExtendingSelection:NO];
/macosx-10.10/WebKit2-7600.1.25/UIProcess/ios/
H A DWKContentViewInteraction.mm1278 NSIndexSet *indices = [NSIndexSet indexSetWithIndexesInRange:NSMakeRange(0, [pasteboard numberOfItems])];

Completed in 3727 milliseconds