Searched refs:super (Results 101 - 125 of 1326) sorted by relevance

1234567891011>>

/macosx-10.10/ruby-106/ruby/lib/rubygems/
H A Dmock_gem_ui.rb15 super "Out of input for MockGemUi on #{question.inspect}"
24 super
53 super ins, outs, errs, true
61 super
/macosx-10.10/ruby-106/ruby/lib/
H A Dsingleton.rb115 Singleton.__init__(super)
126 super
158 super
162 super
/macosx-10.10/ruby-106/ruby/test/drb/
H A Dut_array.rb6 it = super()
H A Dut_drb_drbunix.rb5 it = super()
H A Dut_safe1.rb6 it = super()
/macosx-10.10/ruby-106/ruby/test/rdoc/
H A Dtest_rdoc_markup_heading.rb6 super
/macosx-10.10/ruby-106/ruby/lib/yaml/
H A Ddbm.rb48 val = super( keystr )
67 super( keystr.to_yaml )
83 v = super( key )
120 super { |v| yield YAML.load( v ) }
126 super.collect { |v| YAML.load( v ) }
159 a = super
188 super( key, val.to_yaml )
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOSubMemoryDescriptor.cpp33 #define super IOMemoryDescriptor macro
40 super::redirect( safeTask, doRedirect );
74 if( !super::init())
108 super::free();
194 if (!super::getKernelReserved())
202 super::setPreparationID();
205 return (super::getPreparationID());
/macosx-10.10/ruby-106/ruby/lib/rdoc/
H A Dnormal_class.rb13 super << superclass
15 ancestors = super
19 super
31 superclass ? super + [superclass] : super
/macosx-10.10/AppleRAID-4.0.6/
H A DAppleRAIDStripeSet.cpp25 #define super AppleRAIDSet macro
53 if (super::init() == false) return false;
64 super::free();
73 if (super::addSpare(member) == false) return false;
82 if (super::addMember(member) == false) return false;
95 if (super::startSet() == false) return false;
118 #undef super macro
119 #define super AppleRAIDMemoryDescriptor macro
139 if (!super::initWithStorageRequest(storageRequest, memberIndex)) return false;
H A DAppleRAIDConcatSet.cpp25 #define super AppleRAIDSet macro
53 if (super::init() == false) return false;
69 super::free();
78 if (super::addSpare(member) == false) return false;
87 if (super::addMember(member) == false) return false;
116 return super::removeMember(member, options);
136 if (super::resizeSet(newMemberCount) == false) return false;
145 if (super::startSet() == false) return false;
163 return super::publishSet();
173 super
195 #undef super macro
196 #define super macro
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/bwidget/
H A Dmessagedlg.rb28 super(keys)
33 super(parent, keys)
35 super(parent)
48 super() << 'message' << 'title'
53 super() << 'buttons'
63 val = super(slot)
74 val = super(slot)
82 super(slot, value)
136 @info = super()
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tk/
H A Dframe.rb20 # super(parent, keys)
34 super() << 'container'
73 super(keys)
102 super(*args, &b)
109 super(*args, &b)
116 super(*args)
123 super(*args)
H A Dradiobutton.rb21 super() << 'indicatoron'
26 super() << 'selectcolor'
/macosx-10.10/ruby-106/ruby/lib/rss/
H A Dtaxonomy.rb29 super
60 super
62 super()
92 super
121 super
123 super()
/macosx-10.10/cups-408/cups/scheduler/
H A Dtestmime.c48 char super[MIME_MAX_SUPER], /* Super-type name */ local
113 printf("%s: %s/%s%s\n", argv[i], src->super, src->type,
127 sscanf(argv[i], "%15[^/]/%255s", super, type);
128 dst = mimeType(mime, super, type);
134 printf("No filters to convert from %s/%s to %s.\n", src->super,
177 printf("\t%s/%s (%d):\n", src->super, src->type, src->priority);
187 filter->src->super, filter->src->type,
188 filter->dst->super, filter->dst->type,
207 char super[MIME_MAX_SUPER], /* Super-type for filter */ local
209 dsuper[MIME_MAX_SUPER], /* Destination super
[all...]
/macosx-10.10/AppleUSBIrDA-145.2.4/IrDA/Utils/
H A DCItemComparer.cpp11 #define super OSObject macro
37 if (!super::init()) return false;
H A DIrDATimerEventSource.cpp32 #define super IOTimerEventSource macro
59 if (me && !me->init(inOwner, (super::Action)inAction)) {
/macosx-10.10/dtrace-147/test/tst/common/struct/
H A Derr.D_DECL_COMBO.StructWithoutColon.d56 struct superStruct super;
/macosx-10.10/dtrace-147/test/tst/common/union/
H A Derr.D_DECL_COMBO.UnionWithoutColon.d51 union superStruct super;
/macosx-10.10/ruby-106/ruby/ext/openssl/lib/openssl/
H A Dcipher.rb27 super(cipher_name)
38 super(cipher_name)
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/iwidgets/
H A Dwatch.rb22 super() << 'showampm'
27 super() << 'clockcolor' << 'hourcolor' << 'minutecolor' <<
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/tile/
H A Dtcombobox.rb28 super() << 'exportselection'
33 super() << 'values'
H A Dtentry.rb33 super() << 'exportselection'
38 super() << 'show'
/macosx-10.10/ruby-106/ruby/lib/rdoc/markup/
H A Dto_table_of_contents.rb27 super nil
38 super

Completed in 135 milliseconds

1234567891011>>