Searched refs:super (Results 176 - 200 of 1326) sorted by relevance

1234567891011>>

/macosx-10.10/ruby-106/ruby/lib/
H A Dmutex_m.rb51 super
56 super
109 super
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOMemoryCursor.cpp38 #undef super macro
39 #define super OSObject macro
82 if (!super::init())
193 #undef super macro
194 #define super IOMemoryCursor macro
227 return super::initWithSpecification(&IONaturalMemoryCursor::outputSegment,
235 #undef super macro
236 #define super IOMemoryCursor macro
274 return super::initWithSpecification(&IOBigMemoryCursor::outputSegment,
282 #undef super macro
283 #define super macro
[all...]
H A DIOCommandGate.cpp36 #define super IOEventSource macro
73 bool res = super::init(inOwner, (IOEventSource::Action) inAction);
99 super::disable();
106 super::enable();
115 super::free();
133 super::setWorkLoop(inWorkLoop);
/macosx-10.10/cups-408/cups/scheduler/
H A Dmime.c107 filter ? filter->src->super : "???",
109 filter ? filter->dst->super : "???",
110 filter ? filter->dst->super : "???",
148 mt ? mt->super : "???", mt ? mt->type : "???"));
661 super[MIME_MAX_SUPER], /* Super-type name */ local
708 * Extract the destination super-type and type names from the middle of
719 temp = super;
722 (temp - super + 1) < MIME_MAX_SUPER)
742 if ((dsttype = mimeType(mime, super, type)) == NULL)
745 super, typ
850 super[MIME_MAX_SUPER], /* Super-type name */ local
[all...]
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDEventServiceQueue.cpp34 #define super IOSharedDataQueue macro
35 OSDefineMetaClassAndStructors( IOHIDEventServiceQueue, super )
59 super::free();
160 super::setNotificationPort(port);
172 _descriptor = super::getMemoryDescriptor();
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/iwidgets/
H A Dtoolbar.rb22 super() << 'helpvariable'
41 super(id) << 'helpstr' << 'balloonstr'
57 super() << 'balloonbackground' << 'balloonforeground'
62 super() << 'helpvariable'
67 super() << 'balloonfont'
H A Dscrolledlistbox.rb23 super() << 'textbackground'
28 super() << 'listvariable'
33 super() << 'textfont'
40 super(*args)
48 super(id, *args)
127 super(tag)
/macosx-10.10/ruby-106/ruby/lib/uri/
H A Dftp.rb117 return super(tmp)
135 super(*arg)
208 tmp = super(oth)
238 super("/" + v.sub(/^\//, "%2F"))
248 str = super
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tk/
H A Dencodedstr.rb69 super(str)
90 Tk::Encoding::ENCODING_TABLE.get_name(super())
110 super(key)
123 super(key, value)
130 ret = super(*args, &b)
152 ret = super()
175 super(self.subst_utf_backslash(str))
/macosx-10.10/ruby-106/ruby/lib/irb/
H A Dlocale.rb45 mes = super(mes)
54 String(super(*opts))
58 String(super(*rs))
62 String(super(*rs))
67 super(*ary)
77 super(*ary)
93 return super
/macosx-10.10/ruby-106/ruby/lib/rss/maker/
H A Dfeed.rb8 super
45 super and
56 super + %w(id updated)
60 super or !authors.empty?
64 vars = super
78 super(&block)
197 super and title {|t| t.have_required_values?}
207 super + ["updated"]
211 vars = super
221 super(
[all...]
/macosx-10.10/ruby-106/ruby/lib/rss/
H A Ditunes.rb66 super
110 super
112 super()
135 super(category)
165 super
167 super()
216 super
218 super()
234 super(owner)
248 super
[all...]
H A Dimage.rb34 super
82 super
84 super()
111 super
163 super
165 super()
/macosx-10.10/IOSCSIParallelFamily-300.0.2/TestTools/AppleSCSIHBAEmulator/
H A DAppleSCSIEmulatorAdapterUC.cpp84 #define super IOUserClient macro
111 result = super::initWithTask ( owningTask, securityToken, type, properties );
140 require ( super::start ( provider ), ErrorExit );
202 return super::clientClose ( );
216 return super::finalize ( options );
247 super::free ( );
/macosx-10.10/ruby-106/ruby/lib/rdoc/markup/
H A Dto_html_snippet.rb37 super options, markup
110 super RDoc::Markup::Verbatim.new text
119 super
205 return super
253 super
263 super
/macosx-10.10/ruby-106/ruby/lib/rexml/
H A Ddoctype.rb45 super()
49 super( parent )
53 super( parent )
59 super( parent )
66 super()
137 super(child)
204 super()
223 super
229 super()
243 super(ni
[all...]
/macosx-10.10/AppleRAID-4.0.6/
H A DAppleRAIDEventSource.cpp25 #undef super macro
26 #define super IOEventSource macro
45 if (!super::init(appleRAID, (IOEventSource::Action)action)) return false;
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dkeyvaluehelper.py52 self = super(KVPySubOverObjCBase, self).init()
68 self = super(KVPySubOverObjCPath, self).init()
81 self = super(PyObjCTestObserver, self).init()
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/GraphicsBindings/
H A DGraphicsArrayController.py32 return super(GraphicsArrayController, self).arrangeObjects_(objects)
46 return super(GraphicsArrayController, self).arrangeObjects_(filteredObjects)
50 self.newCircle = super(GraphicsArrayController, self).newObject()
H A DGraphicsBindingsDocument.py24 self = super(GraphicsBindingsDocument, self).init()
39 super(GraphicsBindingsDocument, self).windowControllerDidLoadNib_(controller)
67 super(GraphicsBindingsDocument, self).close()
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/PyObjCTest/
H A Dkeyvaluehelper.py52 self = super(KVPySubOverObjCBase, self).init()
68 self = super(KVPySubOverObjCPath, self).init()
81 self = super(PyObjCTestObserver, self).init()
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/GraphicsBindings/
H A DGraphicsArrayController.py32 return super(GraphicsArrayController, self).arrangeObjects_(objects)
46 return super(GraphicsArrayController, self).arrangeObjects_(filteredObjects)
50 self.newCircle = super(GraphicsArrayController, self).newObject()
H A DGraphicsBindingsDocument.py24 self = super(GraphicsBindingsDocument, self).init()
39 super(GraphicsBindingsDocument, self).windowControllerDidLoadNib_(controller)
67 super(GraphicsBindingsDocument, self).close()
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Dkeyvaluehelper.py53 self = super(KVPySubOverObjCBase, self).init()
69 self = super(KVPySubOverObjCPath, self).init()
82 self = super(PyObjCTestObserver, self).init()
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/CocoaBindings/GraphicsBindings/
H A DGraphicsArrayController.py32 return super(GraphicsArrayController, self).arrangeObjects_(objects)
46 return super(GraphicsArrayController, self).arrangeObjects_(filteredObjects)
50 self.newCircle = super(GraphicsArrayController, self).newObject()

Completed in 389 milliseconds

1234567891011>>