Searched refs:super (Results 1 - 25 of 1326) sorted by relevance

1234567891011>>

/macosx-10.10/AppleUSBIrDA-145.2.4/IrDA/Utils/
H A DCBuffer.cpp12 #define super OSObject macro
/macosx-10.10/ruby-106/ruby/lib/rdoc/
H A Dsingle_class.rb10 superclass ? super + [superclass] : super
H A Derb_partial.rb12 super
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOCommand.cpp41 #define super OSObject macro
51 if (super::init()) {
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDEventSystemQueue.cpp27 #define super IOSharedDataQueue macro
28 OSDefineMetaClassAndStructors( IOHIDEventSystemQueue, super )
37 result = super::enqueue(data, dataSize);
49 super::sendDataAvailableNotification();
H A DIOHIDEventSource.cpp27 #undef super macro
28 #define super IOEventSource macro
30 OSDefineMetaClassAndStructors(IOHIDEventSource, super);
81 super::setWorkLoop(inWorkLoop);
91 super::free();
H A DIOHIDResource.cpp27 #define super IOService macro
34 if ( !super::start(provider) )
/macosx-10.10/xnu-2782.1.97/libkern/kmod/libkmodtest/
H A Dlibkmodtest.cpp31 #define super IOService macro
32 OSDefineMetaClassAndStructors(testlibkmod, super);
/macosx-10.10/ruby-106/ruby/lib/rexml/
H A Dundefinednamespaceexception.rb5 super( "Undefined prefix #{prefix} found" )
/macosx-10.10/ruby-106/ruby/test/
H A Dwith_different_ofs.rb4 super
9 super
14 super(klass)
/macosx-10.10/ruby-106/ruby/ext/psych/lib/psych/json/
H A Dyaml_events.rb5 super(version, tag_directives, !streaming?)
9 super(implicit_end)
13 super(anchor, nil, true, Nodes::Mapping::FLOW)
17 super(anchor, nil, true, Nodes::Sequence::FLOW)
22 super('null', nil, nil, true, false, Nodes::Scalar::PLAIN)
24 super
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/bwidget/
H A Dentry.rb25 super() << 'helptext' << 'insertbackground'
30 super() << 'dragenabled' << 'dropenabled' << 'editable'
35 super() << 'helpvar'
H A Dlabel.rb23 super() << 'helptext'
28 super() << 'dragenabled' << 'dropenabled'
33 super() << 'helpvar'
H A Dbutton.rb23 super() << 'helptext'
28 super() << 'helpvar'
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/iwidgets/
H A Dlabeledframe.rb22 super() << 'labeltext'
27 super() << 'labelvariable'
32 super() << 'labelfont'
H A Dspinint.rb22 super() << 'wrap'
27 super() << 'range'
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/Bookmarks/
H A DDNDTableView.py20 return super(DNDTableView, self).draggingSourceOperationMaskForLocal_(flag)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/Bookmarks/
H A DDNDTableView.py20 return super(DNDTableView, self).draggingSourceOperationMaskForLocal_(flag)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/CocoaBindings/Bookmarks/
H A DDNDTableView.py20 return super(DNDTableView, self).draggingSourceOperationMaskForLocal_(flag)
/macosx-10.10/ruby-106/ruby/lib/rake/contrib/
H A Drubyforgepublisher.rb9 super(
/macosx-10.10/ruby-106/ruby/lib/rexml/validation/
H A Dvalidationexception.rb5 super
/macosx-10.10/xnu-2782.1.97/tools/tests/testkext/
H A Dtestvmx.cpp17 #define super IOService macro
18 OSDefineMetaClassAndStructors(testvmx, super);
27 if (!super::start(provider)) {
43 super::stop(provider);
/macosx-10.10/ruby-106/ruby/include/ruby/backward/
H A Dclassext.h11 VALUE super; member in struct:rb_deprecated_classext_struct
16 #define RCLASS_SUPER(c) (RCLASS_EXT(c)->super)
/macosx-10.10/ruby-106/ruby/lib/rake/
H A Drule_recursion_overflow_error.rb7 super
16 super + ": [" + @targets.reverse.join(' => ') + "]"
/macosx-10.10/ruby-106/ruby/lib/rubygems/commands/
H A Dlist_command.rb11 super 'list', 'Display gems whose name starts with STRING'
31 super

Completed in 298 milliseconds

1234567891011>>