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

1234567891011>>

/macosx-10.9.5/AppleUSBIrDA-145.2.4/IrDA/Utils/
H A DCBuffer.cpp12 #define super OSObject macro
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/
H A Dsingle_class.rb10 superclass ? super + [superclass] : super
H A Derb_partial.rb12 super
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOCommand.cpp41 #define super OSObject macro
51 if (super::init()) {
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDFamily/
H A DIOHIDEventSystemQueue.cpp27 #define super IOSharedDataQueue macro
28 OSDefineMetaClassAndStructors( IOHIDEventSystemQueue, super )
37 result = super::enqueue(data, dataSize);
49 super::sendDataAvailableNotification();
H A DIOHIDResource.cpp27 #define super IOService macro
34 if ( !super::start(provider) )
/macosx-10.9.5/xnu-2422.115.4/libkern/kmod/libkmodtest/
H A Dlibkmodtest.cpp31 #define super IOService macro
32 OSDefineMetaClassAndStructors(testlibkmod, super);
/macosx-10.9.5/ruby-104/ruby/lib/rexml/
H A Dundefinednamespaceexception.rb5 super( "Undefined prefix #{prefix} found" )
/macosx-10.9.5/ruby-104/ruby/test/
H A Dwith_different_ofs.rb4 super
9 super
14 super(klass)
/macosx-10.9.5/ruby-104/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.9.5/ruby-104/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.9.5/ruby-104/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.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/Bookmarks/
H A DDNDTableView.py20 return super(DNDTableView, self).draggingSourceOperationMaskForLocal_(flag)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/Bookmarks/
H A DDNDTableView.py20 return super(DNDTableView, self).draggingSourceOperationMaskForLocal_(flag)
/macosx-10.9.5/ruby-104/ruby/lib/rake/contrib/
H A Drubyforgepublisher.rb9 super(
/macosx-10.9.5/ruby-104/ruby/lib/rexml/validation/
H A Dvalidationexception.rb5 super
/macosx-10.9.5/xnu-2422.115.4/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.9.5/ruby-104/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.9.5/ruby-104/ruby/lib/rake/
H A Drule_recursion_overflow_error.rb7 super
16 super + ": [" + @targets.reverse.join(' => ') + "]"
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/commands/
H A Dlist_command.rb11 super 'list', 'Display gems whose name starts with STRING'
31 super
H A Dsearch_command.rb7 super 'search', 'Display all gems whose name contains STRING'
29 super
/macosx-10.9.5/xnu-2422.115.4/iokit/Families/IONVRAM/
H A DIONVRAMController.cpp32 #define super IOService macro
43 if(!super::start(provider)) return false;

Completed in 404 milliseconds

1234567891011>>