Searched refs:super (Results 226 - 250 of 1255) sorted by relevance

1234567891011>>

/macosx-10.9.5/ruby-104/ruby/test/rdoc/
H A Dtest_rdoc_markup_raw.rb6 super
/macosx-10.9.5/ruby-104/ruby/test/rexml/
H A Dtest_changing_encoding.rb12 super
/macosx-10.9.5/ruby-104/ruby/test/rss/
H A Dtest_maker_slash.rb34 super(@elements, target)
/macosx-10.9.5/ruby-104/ruby/test/rubygems/
H A Dtest_gem_commands_list_command.rb7 super
H A Dtest_gem_commands_outdated_command.rb7 super
H A Dtest_gem_source_specific_file.rb6 super
/macosx-10.9.5/JavaScriptCore-7537.78.1/offlineasm/
H A Dast.rb80 super(codeOrigin)
117 super(codeOrigin)
165 super(codeOrigin)
207 super(codeOrigin)
241 super(codeOrigin)
279 super(codeOrigin)
317 super(codeOrigin)
355 super(codeOrigin)
392 super(codeOrigin)
430 super(codeOrigi
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tk/
H A Dtoplevel.rb33 # super(parent, keys)
49 super() << 'container'
54 super() << 'screen'
59 super().update('menu'=>proc{|v| window(v)})
129 super(keys)
178 super(parent, keys)
233 super(*args, &b)
240 super(*args, &b)
247 super(*args)
254 super(*arg
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/rss/
H A Dtrackback.rb28 super
128 super
130 super()
169 super
171 super()
220 super
222 super()
257 super
259 super()
/macosx-10.9.5/ruby-104/ruby/
H A Dclass.c70 * \param super a class from which the new class derives.
72 * \pre \a super must be a class.
76 rb_class_boot(VALUE super) argument
80 RCLASS_SUPER(klass) = super;
83 OBJ_INFECT(klass, super);
89 * Ensures a class can be derived from super.
91 * \param super a reference to an object.
92 * \exception TypeError if \a super is not a Class or \a super is a singleton class.
95 rb_check_inheritable(VALUE super) argument
117 rb_class_new(VALUE super) argument
342 VALUE super; local
388 boot_defclass(const char *name, VALUE super) argument
452 rb_define_class_id(ID id, VALUE super) argument
473 rb_class_inherited(VALUE super, VALUE klass) argument
499 rb_define_class(const char *name, VALUE super) argument
545 rb_define_class_under(VALUE outer, const char *name, VALUE super) argument
568 rb_define_class_id_under(VALUE outer, ID id, VALUE super) argument
663 rb_include_class_new(VALUE module, VALUE super) argument
[all...]
/macosx-10.9.5/AppleUSBIrDA-145.2.4/IrDA/IAS/
H A DIrIASService.cpp53 #define super TIASNamedList macro
88 super::free();
340 #undef super macro
341 #define super TIASNamedList macro
380 super::free();
408 #undef super macro
409 #define super TIASNamedList macro
462 super::free();
508 if (!super::Init()) return false;
543 #undef super macro
544 #define super macro
623 #undef super macro
624 #define super macro
[all...]
/macosx-10.9.5/IODVDStorageFamily-35/
H A DIODVDBlockStorageDevice.cpp25 #define super IOCDBlockStorageDevice macro
33 result = super::init(properties);
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDFamily/
H A DIOHIDPointing.cpp39 #define super IOHITablet macro
72 if (!super::init(0)) return false;
96 return super::start(provider);
132 super::dispatchAbsolutePointerEvent(newLoc, bounds, buttonState, inRange, tipPressure, tipPressureMin, tipPressureMax, 90, timeStamp);
158 super::dispatchRelativePointerEvent(dx, dy, buttonState, timeStamp);
237 super::dispatchScrollWheelEvent(deltaAxis1, deltaAxis2, deltaAxis3, timeStamp);
256 super::dispatchTabletEvent(tabletEvent, ts);
266 super::dispatchProximityEvent(proximityEvent, ts);
/macosx-10.9.5/IOSCSIParallelFamily-300.0.2/TestTools/AppleSCSIHBAEmulator/
H A DAppleSCSIEmulatorEventSource.cpp53 #define super IOEventSource macro
109 result = super::init ( owner, ( IOEventSource::Action ) action );
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/FilteringController/
H A DFilteringControllerDocument.py19 self = super(FilteringControllerDocument, self).init()
28 super(FilteringControllerDocument, self).windowControllerDidLoadNib_(controller)
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Quartz/Examples/TLayer/
H A DTLayerDemo.py22 self = super(TLayerDemo, self).init()
45 super(TLayerDemo, self).dealloc()
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/FilteringController/
H A DFilteringControllerDocument.py19 self = super(FilteringControllerDocument, self).init()
28 super(FilteringControllerDocument, self).windowControllerDidLoadNib_(controller)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Quartz/Examples/TLayer/
H A DTLayerDemo.py22 self = super(TLayerDemo, self).init()
45 super(TLayerDemo, self).dealloc()
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tkextlib/tile/
H A Dtscrollbar.rb44 super(keys)
53 super(keys)
/macosx-10.9.5/ruby-104/ruby/lib/
H A Ddelegate.rb25 # super # pass obj to Delegator constructor, required
72 target.respond_to?(m) ? target.__send__(m, *args, &block) : super(m, *args, &block)
96 __getobj__.methods(all) | super
104 __getobj__.public_methods(all) | super
112 __getobj__.protected_methods(all) | super
217 super()
308 # super(obj_of_ClassToDelegateTo) # Step 2
327 # super(@tmpfile)
353 super(all) - superclass.protected_instance_methods
356 super(al
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/drb/
H A Dtimeridconv.rb21 super()
89 return super if ref.nil?
/macosx-10.9.5/ruby-104/ruby/lib/minitest/
H A Dpride.rb58 super
105 super
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/markup/
H A Dto_ansi.rb10 super
87 super
H A Dto_bs.rb13 super
59 convert_string super
H A Dverbatim.rb12 super
18 super and @format == other.format

Completed in 457 milliseconds

1234567891011>>