OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:methods
(Results
1 - 25
of
347
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
11
>>
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
anon-ns.exp
34
set
methods
{}
36
lappend
methods
"${ans}::doit1($t)"
37
lappend
methods
"${ans}::one::one($t)"
38
lappend
methods
"${ans}::A::doit2($t)"
39
lappend
methods
"${ans}::A::two::two($t)"
40
lappend
methods
"${ans}::A::${ans}::${ans}::doit3($t)"
41
lappend
methods
"${ans}::A::${ans}::${ans}::three::three($t)"
44
lappend
methods
"${ans}::one::doit(void)"
45
lappend
methods
"${ans}::A::two::doit(void)"
46
lappend
methods
"${ans}::A::${ans}::${ans}::three::doit(void)
[
all
...]
cplabel.exp
16
# Tests for breakpoint on labels in
methods
.
30
set
methods
{"bar" "baz"}
33
foreach m $
methods
{
meth-typedefs.exp
57
set
methods
{}
59
# Add the simple, one-parameter
methods
63
add
methods
$meth $t $type
68
# Add two-parameter
methods
73
add
methods
$meth "$t1, const $t2" $type
74
add
methods
$meth "$t1, $t2" $type
79
# Add three-parameter
methods
/functions
85
add
methods
$meth "$t1, $t2 const&, $t3 const***" $type
91
# Add the array-of-function pointer
methods
94
add
methods
$meth "fptr1*" $typ
[
all
...]
static-method.exp
50
# DW_AT_linkage_name of
methods
. The whole class A is in anonymous namespace,
52
# GCC does not produce DW_AT_linkage_name for such
methods
.
72
set
methods
{}
73
lappend
methods
"xxx::${ans}::func"
74
lappend
methods
"xxx::${ans}::A::func"
78
foreach test $
methods
{
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
anon-ns.exp
34
set
methods
{}
36
lappend
methods
"${ans}::doit1($t)"
37
lappend
methods
"${ans}::one::one($t)"
38
lappend
methods
"${ans}::A::doit2($t)"
39
lappend
methods
"${ans}::A::two::two($t)"
40
lappend
methods
"${ans}::A::${ans}::${ans}::doit3($t)"
41
lappend
methods
"${ans}::A::${ans}::${ans}::three::three($t)"
44
lappend
methods
"${ans}::one::doit(void)"
45
lappend
methods
"${ans}::A::two::doit(void)"
46
lappend
methods
"${ans}::A::${ans}::${ans}::three::doit(void)
[
all
...]
cplabel.exp
16
# Tests for breakpoint on labels in
methods
.
30
set
methods
{"bar" "baz"}
33
foreach m $
methods
{
meth-typedefs.exp
57
set
methods
{}
59
# Add the simple, one-parameter
methods
63
add
methods
$meth $t $type
68
# Add two-parameter
methods
73
add
methods
$meth "$t1, const $t2" $type
74
add
methods
$meth "$t1, $t2" $type
79
# Add three-parameter
methods
/functions
85
add
methods
$meth "$t1, $t2 const&, $t3 const***" $type
91
# Add the array-of-function pointer
methods
94
add
methods
$meth "fptr1*" $typ
[
all
...]
static-method.exp
50
# DW_AT_linkage_name of
methods
. The whole class A is in anonymous namespace,
52
# GCC does not produce DW_AT_linkage_name for such
methods
.
72
set
methods
{}
73
lappend
methods
"xxx::${ans}::func"
74
lappend
methods
"xxx::${ans}::A::func"
78
foreach test $
methods
{
/src/external/mpl/bind/dist/lib/dns/
clientinfo.c
22
dns_clientinfomethods_init(dns_clientinfomethods_t *
methods
,
24
methods
->version = DNS_CLIENTINFOMETHODS_VERSION;
25
methods
->age = DNS_CLIENTINFOMETHODS_AGE;
26
methods
->sourceip = sourceip;
rdatasetiter.c
34
(*iteratorp)->
methods
->destroy(iteratorp DNS__DB_FLARG_PASS);
47
return iterator->
methods
->first(iterator DNS__DB_FLARG_PASS);
58
return iterator->
methods
->next(iterator DNS__DB_FLARG_PASS);
72
iterator->
methods
->current(iterator, rdataset DNS__DB_FLARG_PASS);
dbiterator.c
34
(*iteratorp)->
methods
->destroy(iteratorp DNS__DB_FLARG_PASS);
47
return iterator->
methods
->first(iterator DNS__DB_FLARG_PASS);
58
return iterator->
methods
->last(iterator DNS__DB_FLARG_PASS);
70
return iterator->
methods
->seek(iterator, name DNS__DB_FLARG_PASS);
78
return iterator->
methods
->seek3(iterator, name DNS__DB_FLARG_PASS);
89
return iterator->
methods
->prev(iterator DNS__DB_FLARG_PASS);
100
return iterator->
methods
->next(iterator DNS__DB_FLARG_PASS);
114
return iterator->
methods
->current(iterator, nodep,
126
return iterator->
methods
->pause(iterator);
139
return iterator->
methods
->origin(iterator, name)
[
all
...]
rdataset.c
75
REQUIRE(rdataset->
methods
== NULL);
91
REQUIRE(rdataset->
methods
!= NULL);
93
if (rdataset->
methods
->disassociate != NULL) {
94
(rdataset->
methods
->disassociate)(rdataset DNS__DB_FLARG_PASS);
111
if (rdataset->
methods
!= NULL) {
143
REQUIRE(rdataset->
methods
== NULL);
145
rdataset->
methods
= &question_methods;
158
REQUIRE(rdataset->
methods
!= NULL);
159
REQUIRE(rdataset->
methods
->count != NULL);
161
return (rdataset->
methods
->count)(rdataset)
[
all
...]
/src/external/mpl/dhcp/bind/dist/lib/dns/
clientinfo.c
22
dns_clientinfomethods_init(dns_clientinfomethods_t *
methods
,
24
methods
->version = DNS_CLIENTINFOMETHODS_VERSION;
25
methods
->age = DNS_CLIENTINFOMETHODS_AGE;
26
methods
->sourceip = sourceip;
dbiterator.c
34
(*iteratorp)->
methods
->destroy(iteratorp);
47
return (iterator->
methods
->first(iterator));
58
return (iterator->
methods
->last(iterator));
69
return (iterator->
methods
->seek(iterator, name));
80
return (iterator->
methods
->prev(iterator));
91
return (iterator->
methods
->next(iterator));
105
return (iterator->
methods
->current(iterator, nodep, name));
116
return (iterator->
methods
->pause(iterator));
129
return (iterator->
methods
->origin(iterator, name));
rdatasetiter.c
34
(*iteratorp)->
methods
->destroy(iteratorp);
47
return (iterator->
methods
->first(iterator));
58
return (iterator->
methods
->next(iterator));
72
iterator->
methods
->current(iterator, rdataset);
db.c
100
*** Basic DB
Methods
145
(source->
methods
->attach)(source, targetp);
159
((*dbp)->
methods
->detach)(dbp);
218
if (db->
methods
->isdnssec != NULL) {
219
return ((db->
methods
->isdnssec)(db));
221
return ((db->
methods
->issecure)(db));
233
return ((db->
methods
->issecure)(db));
244
return ((db->
methods
->ispersistent)(db));
278
return ((db->
methods
->beginload)(db, callbacks));
299
return ((db->
methods
->endload)(db, callbacks))
[
all
...]
rdataset.c
62
rdataset->
methods
= NULL;
88
REQUIRE(rdataset->
methods
== NULL);
113
REQUIRE(rdataset->
methods
!= NULL);
115
(rdataset->
methods
->disassociate)(rdataset);
116
rdataset->
methods
= NULL;
141
if (rdataset->
methods
!= NULL) {
215
REQUIRE(rdataset->
methods
== NULL);
217
rdataset->
methods
= &question_methods;
230
REQUIRE(rdataset->
methods
!= NULL);
232
return ((rdataset->
methods
->count)(rdataset))
[
all
...]
/src/usr.sbin/memswitch/
Makefile
5
SRCS= memswitch.c properties.c
methods
.c
/src/external/cddl/dtracetoolkit/dist/Bin/
j_stat.d
19
* METHOD/s
Methods
called, per second
31
* If you see counts in "CLOAD" but not in "
METHODS
", then you Java
60
execs = threads =
methods
= objnew = cload = gc = exception = 0;
102
methods
++;
132
execs / interval, threads / interval,
methods
/ interval,
135
execs = threads =
methods
= oalloc = cload = gc = exception = 0;
rb_stat.d
16
* METHOD/s
Methods
called, per second
58
execs =
methods
= objnew = objfree = gc = raised = rescue = 0;
95
methods
++;
130
execs / interval,
methods
/ interval, objnew / interval,
133
execs =
methods
= objnew = objfree = gc = raised = rescue = 0;
/src/external/cddl/dtracetoolkit/dist/Java/
j_stat.d
19
* METHOD/s
Methods
called, per second
31
* If you see counts in "CLOAD" but not in "
METHODS
", then you Java
60
execs = threads =
methods
= objnew = cload = gc = exception = 0;
102
methods
++;
132
execs / interval, threads / interval,
methods
/ interval,
135
execs = threads =
methods
= oalloc = cload = gc = exception = 0;
/src/external/cddl/dtracetoolkit/dist/Ruby/
rb_stat.d
16
* METHOD/s
Methods
called, per second
58
execs =
methods
= objnew = objfree = gc = raised = rescue = 0;
95
methods
++;
130
execs / interval,
methods
/ interval, objnew / interval,
133
execs =
methods
= objnew = objfree = gc = raised = rescue = 0;
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
per-bfd-sharing.exp
16
# This test checks that loading a file with different
methods
(partial symtabs,
77
set
methods
{standard index readnow}
79
foreach_with_prefix first $
methods
{
80
foreach_with_prefix second $
methods
{
81
foreach_with_prefix third $
methods
{
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
per-bfd-sharing.exp
16
# This test checks that loading a file with different
methods
(partial symtabs,
77
set
methods
{standard index readnow}
79
foreach_with_prefix first $
methods
{
80
foreach_with_prefix second $
methods
{
81
foreach_with_prefix third $
methods
{
/src/external/bsd/zstd/dist/tests/regression/
method.h
21
* The base class for state that
methods
keep.
56
* Set the zstd cli path. Must be called before any
methods
are used.
61
* A NULL-terminated list of
methods
.
63
extern method_t const* const*
methods
;
Completed in 72 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>
Indexes created Thu Jun 18 00:24:58 UTC 2026