Searched refs:super (Results 51 - 75 of 1326) sorted by relevance

1234567891011>>

/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/iwidgets/
H A Dextbutton.rb22 super() << 'bitmapforeground' << 'ringbackground'
27 super() << 'defaultring'
H A Ddatefield.rb22 super() << 'gmt'
27 super() << 'textbackground'
32 super() << 'textfont'
H A Dscrolledhtml.rb22 super() << 'update'
27 super() << 'fontname' << 'link' << 'alink' << 'textbackground'
32 super() << 'fixedfont'
H A Dtimefield.rb22 super() << 'gmt'
27 super() << 'textbackground'
32 super() << 'textfont'
H A Dcanvasprintbox.rb22 super() << 'filename'
27 super() << 'stretch'
H A Dextfileselectionbox.rb22 super() + [
30 super() + ['dirson', 'fileson', 'filteron', 'selectionon']
H A Dfileselectionbox.rb22 super() + [
30 super() + ['dirson', 'fileson', 'filteron', 'selectionon']
/macosx-10.10/ruby-106/ruby/lib/irb/cmd/
H A Dpushws.rb27 super
34 super
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOPMinformee.cpp30 #define super OSObject macro
71 super::free();
/macosx-10.10/dtrace-147/dtrace_dof_kext/
H A Ddtrace_dof.cpp12 #define super IOService macro
15 // and several other methods I/O Kit requires. Do NOT use super as the
31 bool res = super::init(dict);
68 super::free();
73 IOService *res = super::probe(provider, score);
79 bool res = super::start(provider);
85 super::stop(provider);
/macosx-10.10/ruby-106/ruby/test/ruby/
H A Dtest_super.rb13 def single(*) super end
16 def single(a,*) super end
19 def double(*) super end
22 def double(a,*) super end
25 def double(a,b,*) super end
28 def array(*) super end
31 def array(a,*) super end
34 def array(a,b,*) super end
37 def array(a,b,c,*) super end
40 def optional(a = 1) super en
[all...]
/macosx-10.10/IOATAFamily-253.0.1/
H A DATATimerEventSource.cpp45 #define super IOTimerEventSource macro
96 if ( !super::init( (OSObject *)inOwner, (Action) inAction) )
120 super::cancelTimeout();
126 super::enable();
133 super::disable();
141 return super::wakeAtTime( abstime );
143 return super::wakeAtTime(inAbstime);
H A DIOATABusCommand.cpp49 #define super IOATACommand macro
106 if( ! super::init() )
126 super::zeroCommand();
318 #undef super macro
320 #define super IOATABusCommand macro
322 OSDefineMetaClassAndStructors( IOATABusCommand64, super )
355 if( ! super::init() )
393 super::zeroCommand();
413 super::free();
421 super
[all...]
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDWorkLoop.cpp7 #define super IOWorkLoop macro
40 return super::init ( );
53 super::free ( );
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/bwidget/
H A Dlabelframe.rb24 super() << 'helptext'
29 super() << 'dragenabled' << 'dropenabled'
34 super() << 'helpvar'
H A Dscrolledwindow.rb23 super() << 'sides'
28 super() << 'managed'
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/vu/
H A Dcharts.rb16 super(id) << 'lefttrunc' << 'autocolor'
21 super(id) << 'bar' << 'color' << 'outline' <<
27 super(id) << 'values' << 'tags'
/macosx-10.10/cups-408/cups/scheduler/
H A Dfilter.c76 src, src ? src->super : "???", src ? src->type : "???",
77 dst, dst ? dst->super : "???", dst ? dst->type : "???",
161 src, src ? src->super : "???", src ? src->type : "???",
162 dst, dst ? dst->super : "???", dst ? dst->type : "???",
190 src, src ? src->super : "???", src ? src->type : "???",
192 dst, dst ? dst->super : "???", dst ? dst->type : "???",
232 DEBUG_printf(("1mimeFilter2: %s/%s %s/%s %d %s", filter->src->super,
233 filter->src->type, filter->dst->super, filter->dst->type,
256 src, src ? src->super : "???", src ? src->type : "???",
257 dst, dst ? dst->super
[all...]
/macosx-10.10/IOBDStorageFamily-14/
H A DIOBDBlockStorageDevice.cpp26 #define super IODVDBlockStorageDevice macro
37 if (super::init(properties) == false) return false;
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/HotKeyPython/
H A DHotKey.py28 super(HotKeyApp, self).finishLaunching()
39 super(HotKeyApp, self).sendEvent_(theEvent)
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-CoreData/Lib/CoreData/
H A D_convenience.py16 super(self.__class__, self).setValue_forKey_(value, name)
26 return super(self.__class__, self).valueForKey_(name)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/HotKeyPython/
H A DHotKey.py28 super(HotKeyApp, self).finishLaunching()
39 super(HotKeyApp, self).sendEvent_(theEvent)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-CoreData/Lib/CoreData/
H A D_convenience.py16 super(self.__class__, self).setValue_forKey_(value, name)
27 return super(self.__class__, self).valueForKey_(name)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/HotKeyPython/
H A DHotKey.py28 super(HotKeyApp, self).finishLaunching()
39 super(HotKeyApp, self).sendEvent_(theEvent)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-CoreData-2.5.1/Lib/CoreData/
H A D_convenience.py16 super(self.__class__, self).setValue_forKey_(value, name)
27 return super(self.__class__, self).valueForKey_(name)

Completed in 320 milliseconds

1234567891011>>