Home
last modified time | relevance | path

Searched refs:called (Results 1 – 25 of 1181) sorted by relevance

12345678910>>...48

/openbsd/gnu/usr.bin/binutils/gprof/
H A Dfsf_callg_bl.m7 The lines above it list the functions that called this function,
8 and the lines below it list the functions this one called.
25 called This is the number of times the function was called.
26 If the function called itself recursively, the number
44 called This is the number of times this parent called the
46 was called. Recursive calls to the function are not
66 called This is the number of times the function called
68 was called. Recursive calls by the child are not
77 entry for the cycle-as-a-whole. This entry shows who called the
81 for that member, how many times it was called from other members of
H A Dbsd_callg_bl.m24 called the number of times this function is called (other
48 called** the number of times this function is called by
53 total* the number of times this function was called by
68 which is due to being called by this function.
72 time which is due to being called by this
75 called** the number of times this child is called by this
79 total* the number of times this child is called by all
/openbsd/gnu/usr.bin/binutils-2.17/gprof/
H A Dfsf_callg_bl.m7 The lines above it list the functions that called this function,
8 and the lines below it list the functions this one called.
25 called This is the number of times the function was called.
26 If the function called itself recursively, the number
44 called This is the number of times this parent called the
46 was called. Recursive calls to the function are not
66 called This is the number of times the function called
68 was called. Recursive calls by the child are not
77 entry for the cycle-as-a-whole. This entry shows who called the
81 for that member, how many times it was called from other members of
H A Dbsd_callg_bl.m24 called the number of times this function is called (other
48 called** the number of times this function is called by
53 total* the number of times this function was called by
68 which is due to being called by this function.
72 time which is due to being called by this
75 called** the number of times this child is called by this
79 total* the number of times this child is called by all
/openbsd/gnu/usr.bin/perl/t/op/
H A Ddo.t12 my $called;
13 my $result = do{ ++$called; 'value';};
14 is($called, 1, 'do block called');
256 my $called;
257 sub fungi { $called .= "fungible" }
260 is $called, "fungible", "do-file does not force bareword";
266 my $called;
267 sub CORE { $called .= "fungible" }
270 is $called, "fungible", "do CORE() calls &CORE";
H A Dinccode.t318 'FETCH is called once on undef scalar-tied @INC elem';
319 is $called, 1, 'sub in scalar-tied @INC elem is called';
324 'FETCH is called once on scalar-tied @INC elem holding ref';
325 is $called, 2, 'sub in scalar-tied @INC elem holding ref is called';
330 'FETCH called once on scalar-tied @INC elem returning array';
335 'FETCH called once on scalar-tied @INC elem returning string';
H A Dglob.t114 my $called;
115 local *CORE::GLOBAL::glob = sub { ++$called };
117 ok !$called, 'CORE::glob bypasses overrides';
/openbsd/gnu/usr.bin/perl/lib/
H A Ddiagnostics.t33 like $warning, qr/\(W overflow\) You called/, '%0.f patterns';
220 main::baz() called at -e line 1
221 main::bar() called at -e line 1
222 main::foo() called at -e line 1
228 main::baz() called at -e line 1
229 main::bar() called at -e line 1
230 main::foo() called at -e line 1
254 main::baz\(\) called at -e line \d+
255 main::bar\(\) called at -e line \d+
256 main::foo\(\) called at -e line \d+
/openbsd/usr.bin/gprof/
H A Dgprof.callg15 called the number of times this function is called (other than recursive
29 called** the number of times this function is called by this parent. This is
32 total* the number of times this function was called by all of its parents.
41 called by this function.
44 to being called by this function.
45 called** the number of times this child is called by this function. This is
47 total* the number of times this child is called by all functions. This is
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/behavior/
H A DFormatter.t46 is(scalar @{$f->f}, 1, 'finalize method was called on formatter');
53 ok(!@{$f->t}, 'terminate method was not called on formatter');
66 is(scalar @{$f->t}, 1, 'terminate method was called because of bail event');
67 ok(!@{$f->f}, 'finalize method was not called on formatter');
80 is(scalar @{$f->t}, 1, 'terminate method was called because of plan skip_all event');
81 ok(!@{$f->f}, 'finalize method was not called on formatter');
/openbsd/gnu/usr.bin/perl/dist/Carp/t/
H A DCarp_overload.t20 my $called;
23 $called++;
28 ok($called, "Called private formatter");
34 ok($o->{called}, "CARP_TRACE called");
72 $self->{called}++;
/openbsd/regress/lib/libevent/
H A Dtest-eof.c34 int called = 0; variable
48 if (!called) in read_cb()
50 } else if (called == 1) in read_cb()
53 called++; in read_cb()
H A Dtest-weof.c36 int called = 0; variable
50 if (!called) in write_cb()
53 } else if (called == 1) in write_cb()
56 called++; in write_cb()
H A Dtest-time.c29 int called = 0; variable
51 called++; in time_cb()
53 if (called < 10*NEVENT) { in time_cb()
87 return (called < NEVENT); in main()
/openbsd/gnu/llvm/llvm/utils/phabricator/
H A D0001-Fix-PHP-8.1-incompatibility-with-arc-patch-D-12345.patch11 …phacility#1 preg_match(string, NULL, NULL) called at [<arcanist>/src/repository/api/ArcanistGitAPI…
12 …phacility#2 ArcanistGitAPI::getCanonicalRevisionName(NULL) called at [<arcanist>/src/repository/ap…
13 …phacility#3 ArcanistGitAPI::hasLocalCommit(NULL) called at [<arcanist>/src/workflow/ArcanistPatchW…
14 …phacility#4 ArcanistPatchWorkflow::run() called at [<arcanist>/src/workflow/ArcanistPatchWorkflow.…
15 phacility#5 ArcanistPatchWorkflow::run() called at [<arcanist>/scripts/arcanist.php:427]
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/t/
H A DHashBase.t232 is($CAN_COUNT, 0, "->can has not been called yet");
234 is($CAN_COUNT, 1, "->can has been called once to check for init");
236 is($CAN_COUNT, 1, "->can was not called again, we cached it");
238 is($CAN_COUNT2, 0, "->can has not been called yet");
239 is($INIT_COUNT, 0, "->init has not been called yet");
241 is($CAN_COUNT2, 1, "->can has been called once to check for init");
242 is($INIT_COUNT, 1, "->init has been called once");
244 is($CAN_COUNT2, 1, "->can was not called again, we cached it");
245 is($INIT_COUNT, 2, "->init has been called again");
/openbsd/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/
H A Dsignals.py12 self.called = False
22 if self.called:
24 self.called = True
/openbsd/gnu/usr.bin/gcc/gcc/objc/
H A DREADME45 This method, if defined, is called before any other instance or class
47 is thus not called as initializer for a subclass that doesn't define
48 it itself. Thus, each +initialize method is called exactly once (or
49 never if no methods of that particular class is never called).
52 called is not well defined. I am not completely certain what the
67 the `-awake' method is called in the object that requests that object.
71 -awake method is called.
/openbsd/gnu/gcc/gcc/objc/
H A DREADME45 This method, if defined, is called before any other instance or class
47 is thus not called as initializer for a subclass that doesn't define
48 it itself. Thus, each +initialize method is called exactly once (or
49 never if no methods of that particular class is never called).
52 called is not well defined. I am not completely certain what the
67 the `-awake' method is called in the object that requests that object.
71 -awake method is called.
/openbsd/gnu/usr.bin/perl/dist/Dumpvalue/t/
H A Drt-134441-dumpvalue.t37 "dumpValues called on array returns same as dumpValue on array ref");
49 "dumpValues called on array returns same as dumpValue on array ref, first element undefined");
61 "dumpValues called on array returns same as dumpValue on array ref, last element undefined");
73 … "dumpValues called on array returns same as dumpValue on array ref, first element empty string");
85 "dumpValues called on array returns same as dumpValue on array ref, last element empty string");
/openbsd/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/
H A DMM_OS2.t111 my $called = 0;
116 $called++;
124 is( $called, 1, 'static_lib() should call parent method' );
130 is( $called, 2, '... should call parent method if extra imports passed' );
/openbsd/gnu/usr.bin/perl/cpan/Digest-MD5/t/
H A Dwarns.t19 like($stderr_seen,qr/Digest::MD5::md5_hex function probably called as class method/,
38 like($stderr_seen,qr/Digest::MD5::md5_hex function probably called as class method/,
59 like($stderr_seen, qr/Digest::MD5::md5_hex function probably called as class method/,
/openbsd/lib/libcrypto/conf/
H A DREADME4 Currently the routines should be called at most once when an application
29 (module* in the above example) is looked up and its init function called as:
42 The finish functions are called in reverse order: that is the last module
47 called libmodule3.so or module3.dll for example. An explicit DSO name can be
/openbsd/gnu/usr.bin/perl/dist/Carp/lib/
H A DCarp.pm652 my $called = $cgc ? $cgc->($i) : caller($i);
662 redo if defined($called) && $CarpInternal{$called};
672 redo if $CarpInternal{$called};
673 redo if trusts( $called, $caller, $cache );
674 redo if trusts( $caller, $called, $cache );
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/t/regression/
H A Dbuilder_does_not_init.t9 local *Test2::API::Instance::_finalize = sub { confess "_finalize called\n" };
10 local *Test2::API::Instance::load = sub { confess "load called\n" };

12345678910>>...48