Searched refs:method (Results 1 - 25 of 1617) sorted by relevance

1234567891011>>

/macosx-10.10/BerkeleyDB-21/db/test/
H A Dfop008.tcl10 proc fop008 { method args } {
11 eval {fop006 $method 1} $args
H A Dtest009.tcl15 proc test009 { method args} {
16 eval {test008 $method "009" 0} $args
H A Dfop007.tcl10 proc fop007 { method args } {
13 if { [is_queueext $method] == 1 } {
14 puts "Skipping fop007 for method $method."
17 eval {fop001 $method 1} $args
H A Drep056.tcl13 proc rep056 { method args } {
21 eval { rep001 $method 1000 "056" } $args
H A Drep057.tcl14 proc rep057 { method args } {
22 eval { rep029 $method 1000 "057" } $args
H A Dtest005.tcl16 proc test005 { method {nentries 10000} args } {
17 eval {test004 $method $nentries "005" 0} $args
H A Dtest027.tcl14 proc test027 { method {nentries 100} args} {
15 eval {test026 $method $nentries 100 "027"} $args
H A Dtest041.tcl10 proc test041 { method {nentries 10000} args} {
12 eval {test039 $method $nentries 20 "041" -pagesize 512} $args
15 eval {test039 $method [expr $nentries / 10] 100 "041" -pagesize 512} \
H A Dtest090.tcl9 proc test090 { method {nentries 10000} {tnum "090"} args} {
10 if { [is_queueext $method ] == 0 } {
11 puts "Skipping test$tnum for $method."
14 eval {test001 $method $nentries 4294967000 0 $tnum} $args
H A Dtest100.tcl10 proc test100 { method {nentries 10000} {tnum "100"} args} {
11 if { [is_queueext $method ] == 0 } {
12 puts "Skipping test$tnum for $method."
15 eval {test025 $method $nentries 4294967000 $tnum} $args
H A Dtest069.tcl11 proc test069 { method {ndups 50} {tnum "069"} args } {
12 eval test067 $method $ndups $tnum $args
H A Dtest081.tcl10 proc test081 { method {ndups 13} {tnum "081"} args} {
13 eval {test017 $method 1 $ndups $tnum} $args
H A Dtest079.tcl13 proc test079 { method {nentries 10000} {pagesize 512} {tnum "079"} \
15 if { [ is_queueext $method ] == 1 } {
16 set method "queue";
26 eval {test006 $method $nentries 1 $tnum $ndups -pagesize \
H A Dtest007.tcl16 proc test007 { method {nentries 10000} {tnum "007"} {ndups 5} args} {
17 eval {test006 $method $nentries 1 $tnum $ndups} $args
H A Dtest018.tcl12 proc test018 { method {nentries 10000} args} {
19 eval {test011 $method $nentries 19 "018" -pagesize 512} $args
H A Dtest082.tcl9 proc test082 { method {dir -prevnodup} {nitems 100} {tnum "082"} args} {
12 eval {test074 $method $dir $nitems $tnum} $args
H A Dtest091.tcl9 proc test091 { method {nconsumers 4} \
11 if { [is_queue $method ] == 0 } {
12 puts "Skipping test0$tnum for $method."
15 eval {test070 $method \
17 eval {test070 $method \
/macosx-10.10/WebCore-7600.1.25/bindings/scripts/test/
H A DTestMediaQueryListListener.idl29 void method(MediaQueryListListener listener);
/macosx-10.10/ruby-106/ruby/lib/rake/ext/
H A Dcore.rb5 # Check for an existing method in the current class before extending. IF
6 # the method already exists, then a warning is printed and the extension is
20 def rake_extension(method)
21 if method_defined?(method)
22 $stderr.puts "WARNING: Possible conflict with Rake extension: #{self}##{method} already exists"
/macosx-10.10/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/tests/old/
H A DBaz.tcl22 # Generic method for doing something in "Baz" interp
24 method do {cmds} {
/macosx-10.10/tcl-105/tcl_ext/incrtcl/incrTcl/itk/library/
H A DArchetype.itk17 # Invokes the given <command> as a method on the component
67 method cget {option} @Archetype-cget
68 method configure {{option ""} args} \
70 method config {{option ""} args} {
74 method component {{name ""} args} \
77 protected method itk_component {option args} \
80 protected method itk_option {option args} \
83 protected method itk_initialize {args} \
98 private method _initOptionInfo {} @Archetype-init
99 private method _deleteOptionInf
[all...]
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Lib/PyObjCTools/
H A DTestSupport.py163 def failUnlessResultIsNullTerminated(self, method, message = None):
164 info = method.__metadata__()
166 self.fail(message or "argument %d of %r is not a nul-terminated array"%(argno, method))
168 def failUnlessIsNullTerminated(self, method, message = None):
169 info = method.__metadata__()
171 self.fail(message or "%s is not a variadic function with a null-terminated list of arguments"%(method,))
173 def failUnlessArgIsNullTerminated(self, method, argno, message = None):
174 if isinstance(method, objc.selector):
178 info = method.__metadata__()
180 self.fail(message or "argument %d of %r is not a nul-terminated array"%(argno, method))
[all...]
/macosx-10.10/CPANInternal-159.1/Class-DBI-v3.0.17/lib/Class/DBI/Relationship/
H A DMightHave.pm9 my ($proto, $class, $method, $f_class, @methods) = @_;
11 return ($class, $method, $f_class, { import => \@methods });
17 my $method = $self->accessor;
21 if (my $for_obj = shift->$method()) { $for_obj->update }
25 if (my $for_obj = shift->$method()) { $for_obj->delete }
32 my ($class, $method) = ($self->class, $self->accessor);
34 $method => $self->_object_accessor,
41 my ($class, $method) = ($rel->class, $rel->accessor);
44 my $meta = $class->meta_info($rel->name => $method);
48 if defined($self->{"_${method}_objec
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpaths.tcl37 method paths {} {
41 method add {path} {
47 method remove {path} {
54 method clear {} {
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/tie/
H A Dtie_log.tcl48 method get {} {
53 method set {dict} {
58 method unset {{pattern *}} {
63 method names {} {
68 method size {} {
73 method getv {index} {
78 method setv {index value} {
83 method unsetv {index} {

Completed in 161 milliseconds

1234567891011>>