Searched refs:called (Results 1 - 25 of 435) sorted by relevance

1234567891011>>

/macosx-10.9.5/ruby-104/ruby/test/rake/
H A Dtest_rake_top_level_functions.rb10 def @app.called
11 @called
15 @called ||= []
16 @called << [a, b]
32 assert_equal expected, @app.called
44 assert_equal expected, @app.called
75 assert_equal expected, @app.called
85 assert_equal expected, @app.called
95 assert_equal expected, @app.called
105 assert_equal expected, @app.called
[all...]
/macosx-10.9.5/libxml2-26/libxml2/python/tests/
H A Dtstxpath.py8 called = "" variable
11 global called
18 called = ctxt.function()
52 if called != "foo":
54 print("xpath function: %s" % (called))
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/python/tests/
H A Dtstxpath.py8 called = "" variable
11 global called
18 called = ctxt.function()
52 if called != "foo":
54 print "xpath function: %s" % (called)
/macosx-10.9.5/CPANInternal-140/Test-Simple/t/Builder/
H A Ddone_testing_double.t41 not ok 4 - done_testing() was already called at $0 line 24
42 # Failed test 'done_testing() was already called at $0 line 24'
44 not ok 5 - done_testing() was already called at $0 line 24
45 # Failed test 'done_testing() was already called at $0 line 24'
/macosx-10.9.5/CPANInternal-140/XML-Parser/Parser/Style/
H A DSubs.pm49 by the Pkg option is called with the same parameters that the Start
50 handler gets called with.
53 ("_"), is called with the same parameters that the End handler gets called
/macosx-10.9.5/dcerpc-58/dcerpc/libdcethread/
H A Ddcethread_atfork.c332 struct called_s called = {0,0,0}; local
335 MU_TRY_DCETHREAD( dcethread_atfork(&called, pre_handler, parent_handler, child_handler) );
344 if (waitpid(child, &called.child, 0) != child)
349 called.child = WEXITSTATUS(called.child);
351 MU_ASSERT(called.pre);
352 MU_ASSERT(called.parent);
353 MU_ASSERT(called.child);
357 exit(called.child);
/macosx-10.9.5/CPANInternal-140/Variable-Magic/t/
H A D33-code.t21 is $x, 0, 'code: cast didn\'t called code';
36 is $y, 0, 'code: re-cast didn\'t called code';
39 is $y, 0, 'code: reference didn\'t called code';
43 is $x, 2, 'code: call reference didn\'t called the previous code';
53 is $y, 1, 'code: call without arguments 2 didn\'t called the previous code';
56 is $z, 1, 'code: dispell didn\'t called code';
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_peg_op.tcl19 flatten called reachable realizable \
48 proc ::pt::peg::op::called {container} {
54 lappend dict {} [pt::pe::op called [$container start]]
57 lappend dict $symbol [pt::pe::op called $rule]
66 # inlining the called symbol in its callers. This works if and
80 array set caller [Invert [called $container]]
91 set called [lindex $rule 1]
97 ($mode($called) ne "void"))
100 # We have the chain symbol -> called.
101 # Replace all users of 'symbol' with 'called'
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/efl/tests/
H A Dtest_ewk2_view.cpp353 bool called; member in struct:__anon5748
359 bool called; member in struct:__anon5749
366 bool called; member in struct:__anon5750
371 alertCallbackData.called = true;
381 alertCallbackData.called = false;
384 EXPECT_TRUE(alertCallbackData.called);
388 alertCallbackData.called = false;
391 EXPECT_TRUE(alertCallbackData.called);
395 alertCallbackData.called = false;
398 EXPECT_TRUE(alertCallbackData.called);
[all...]
/macosx-10.9.5/ruby-104/ruby/test/ruby/
H A Dtest_lambda.rb69 called = false
70 BasicObject.new.instance_eval {->() {called = true}.()}
71 assert_equal(true, called, bug5966)
76 called = 0
78 called += 1
85 assert_equal(0, called)
90 assert_equal(0, called)
/macosx-10.9.5/CPANInternal-140/Params-Validate/lib/Params/
H A DValidatePP.pm38 # -- We only calculate $called as needed for this reason, even though it
105 my $called = _get_called();
112 " passed to $called but $minmax expected\n" );
217 # we were called as validate( @_, ... ) where @_ has a
225 my $called = _get_called();
228 ( "Odd number of parameters in call to $called " .
291 my $called = _get_called();
297 " passed in the call to $called but " .
351 my $called = _get_called();
357 " $missing missing in call to $called\
[all...]
/macosx-10.9.5/ruby-104/ruby/test/dl/
H A Dtest_callback.rb59 called = false
62 called = true
69 assert called, 'function should be called'
/macosx-10.9.5/ruby-104/ruby/test/openssl/
H A Dtest_ssl_session.rb275 called = {}
281 called[:new] = [sock, sess]
286 called[:remove] = [ctx, sess]
297 assert_equal([ssl, ssl.session], called[:new])
300 assert_equal([ctx, ssl.session], called[:remove])
306 called = {}
312 # get_cb is called whenever a client proposed to resume a session but
317 called[:get2] = [sess, data]
320 called[:get1] = [sess, data]
328 called[
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Dispatch/lib/Log/Dispatch/
H A DApacheLog.pm121 reference of subroutine references. These callbacks will be called in
128 be called when either the C<log> or C<log_to> methods are called and
136 be called directly but should be called through the C<log()> method
H A DHandle.pm99 reference of subroutine references. These callbacks will be called in
106 be called when either the C<log> or C<log_to> methods are called and
114 be called directly but should be called through the C<log()> method
H A DNull.pm78 reference of subroutine references. These callbacks will be called in
85 be called when either the C<log> or C<log_to> methods are called and
93 be called directly but should be called through the C<log()> method
H A DScreen.pm108 reference of subroutine references. These callbacks will be called in
115 be called when either the C<log> or C<log_to> methods are called and
123 be called directly but should be called through the C<log()> method
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/tests/
H A Dtc_subclass.rb197 called = CalledClass1.alloc.init # <- Ruby
201 assert_equal('bar', caller.callFoo(called).to_s)
203 assert_equal('bar', caller.callFoo_(called).to_s)
205 called = CalledClass2.alloc.init # <- Ruby
207 assert_equal('bar', caller.callFoo(called).to_s)
209 assert_equal('bar', caller.callFoo_(called).to_s)
211 called = CalledClass3.alloc.init # <- Ruby
213 assert_equal('foo', caller.callFoo(called).to_s)
215 assert_raise(OSX::OCException) {caller.callFoo_(called)}
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/Plugin/
H A DProcedural.pm44 # work out what the method is called
99 plugins that causes defined subroutines to be called directly rather
107 Despite the fact that subroutines will not be called in an OO manner,
111 will be available to the Template Toolkit and will be called without
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/Plugin/
H A DProcedural.pm44 # work out what the method is called
99 plugins that causes defined subroutines to be called directly rather
107 Despite the fact that subroutines will not be called in an OO manner,
111 will be available to the Template Toolkit and will be called without
/macosx-10.9.5/bash-92/bash-3.2/lib/malloc/
H A Dx386-alloca.s10 ;;called "masm". MASM's assembler syntax is quite different from AT&T's
/macosx-10.9.5/CPANInternal-140/Class-Accessor-Chained/lib/Class/Accessor/
H A DChained.pm60 A chained accessor is one that always returns the object when called
61 with parameters (to set), and the value of the field when called with
/macosx-10.9.5/CPANInternal-140/DateTime-TimeZone/
H A DBuild.PL17 at ftp://elsie.nci.nih.gov/pub/ in a file called tzdata*.tar.gz.
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/
H A DBase.pm73 # May be called as a class or object method to set or retrieve the
101 # Initialisation method called by the new() constructor and passing a
178 C<_init()> method is then called, passing the configuration hash and should
192 May be called as an object method to get/set the internal C<_ERROR> member
202 When called with parameters (multiple params are concatenated), this
228 $self->debug('called foobar()');
233 When the C<foobar()> method is called, the following message
236 [My::Module] called foobar()
253 [My::Module] called foobar() at My/Module.pm line 6
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/
H A DBase.pm73 # May be called as a class or object method to set or retrieve the
101 # Initialisation method called by the new() constructor and passing a
178 C<_init()> method is then called, passing the configuration hash and should
192 May be called as an object method to get/set the internal C<_ERROR> member
202 When called with parameters (multiple params are concatenated), this
228 $self->debug('called foobar()');
233 When the C<foobar()> method is called, the following message
236 [My::Module] called foobar()
253 [My::Module] called foobar() at My/Module.pm line 6

Completed in 178 milliseconds

1234567891011>>