OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fobj
(Results
1 - 25
of
36
) sorted by relevancy
1
2
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-framefilter-invalidarg.py
26
def __init__(self,
fobj
):
27
super(Reverse_Function, self).__init__(
fobj
)
28
self.
fobj
=
fobj
31
fname = str(self.
fobj
.function())
35
extra = self.
fobj
.inferior_frame().read_var("str").string()
py-framefilter-addr.py
26
def __init__(self,
fobj
):
27
super(Function_Returns_Address, self).__init__(
fobj
)
28
self._fobj =
fobj
py-framefilter.py
26
def __init__(self,
fobj
):
27
super(Reverse_Function, self).__init__(
fobj
)
28
self.
fobj
=
fobj
31
fname = str(self.
fobj
.function())
35
extra = self.
fobj
.inferior_frame().read_var("str").string()
43
def __init__(self,
fobj
):
44
super(Dummy, self).__init__(
fobj
)
45
self.
fobj
=
fobj
[
all
...]
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-framefilter-invalidarg.py
26
def __init__(self,
fobj
):
27
super(Reverse_Function, self).__init__(
fobj
)
28
self.
fobj
=
fobj
31
fname = str(self.
fobj
.function())
35
extra = self.
fobj
.inferior_frame().read_var("str").string()
py-framefilter-addr.py
26
def __init__(self,
fobj
):
27
super(Function_Returns_Address, self).__init__(
fobj
)
28
self._fobj =
fobj
py-framefilter.py
26
def __init__(self,
fobj
):
27
super(Reverse_Function, self).__init__(
fobj
)
28
self.
fobj
=
fobj
31
fname = str(self.
fobj
.function())
35
extra = self.
fobj
.inferior_frame().read_var("str").string()
43
def __init__(self,
fobj
):
44
super(Dummy, self).__init__(
fobj
)
45
self.
fobj
=
fobj
[
all
...]
/src/external/bsd/file/dist/python/
tests.py
25
with open(self.filename, "rb") as
fobj
:
26
result = magic.detect_from_fobj(
fobj
)
30
with open(self.filename, "rb") as
fobj
:
31
result = magic.detect_from_content(
fobj
.read(8192))
magic.py
343
def detect_from_fobj(
fobj
):
349
file_descriptor =
fobj
.fileno()
/src/sys/external/bsd/drm2/dist/drm/qxl/
qxl_debugfs.c
65
struct dma_resv_list *
fobj
;
local
69
fobj
= rcu_dereference(bo->tbo.base.resv->fence);
70
rel =
fobj
?
fobj
->shared_count : 0;
/src/games/hack/
hack.bones.c
105
otmp->nobj =
fobj
;
106
fobj
= invent;
131
for (otmp =
fobj
; otmp; otmp = otmp->nobj) {
hack.Decl.c
86
struct obj *
fobj
= 0, *fcobj = 0, *invent = 0, *uwep = 0, *uarm = 0, *uarm2 = 0,
variable in typeref:struct:obj
hack.mkobj.c
80
otmp->nobj =
fobj
;
81
fobj
= otmp;
91
otmp->nobj =
fobj
;
92
fobj
= otmp;
hack.trap.c
146
fobj
->quan = 1;
156
fobj
->quan = 1;
157
stackobj(
fobj
);
179
fobj
->quan = 1;
456
uchain->nobj =
fobj
;
457
fobj
= uchain;
459
uball->nobj =
fobj
;
460
fobj
= uball;
def.obj.h
106
extern struct obj *
fobj
;
hack.do.c
138
obj->nobj =
fobj
;
139
fobj
= obj;
491
obj->nobj =
fobj
;
492
fobj
= obj;
515
uchain->nobj =
fobj
;
516
fobj
= uchain;
hack.lev.c
108
saveobjchn(fd,
fobj
);
119
fobj
= 0;
286
fobj
= restobjchn(fd);
hack.steal.c
266
otmp->nobj =
fobj
;
267
fobj
= otmp;
268
stackobj(
fobj
);
hack.potion.c
160
if (!
fobj
) {
164
for (objs =
fobj
; objs; objs = objs->nobj)
171
for (objs =
fobj
; objs; objs = objs->nobj)
hack.invent.c
195
/* destroy object in
fobj
chain (if unpaid, it remains on the bill) */
204
/* unlink obj from chain starting with
fobj
*/
210
if (obj ==
fobj
)
211
fobj
=
fobj
->nobj;
213
otmp =
fobj
;
289
for (otmp =
fobj
; otmp; otmp = otmp->nobj)
300
for (otmp =
fobj
; otmp; otmp = otmp->nobj)
898
struct obj *otmp =
fobj
;
899
for (otmp =
fobj
; otmp; otmp = otmp->nobj
[
all
...]
hack.save.c
209
for (otmp =
fobj
; otmp; otmp = otmp->nobj)
216
for (otmp =
fobj
; otmp; otmp = otmp->nobj)
hack.fight.c
155
atl(mdef->mx, mdef->my,
fobj
->olet);
157
stackobj(
fobj
);
172
atl(mdef->mx, mdef->my,
fobj
->olet);
hack.wizard.c
122
for (otmp =
fobj
; otmp; otmp = otmp->nobj)
/src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_fence.c
384
struct dma_resv_list *
fobj
;
local
395
fobj
= dma_resv_get_list(resv);
398
if (fence && (!exclusive || !
fobj
|| !
fobj
->shared_count)) {
417
if (!exclusive || !
fobj
)
420
for (i = 0; i <
fobj
->shared_count && !ret; ++i) {
424
fence = rcu_dereference_protected(
fobj
->shared[i],
/src/external/gpl3/gdb.old/dist/gdb/unittests/
function-view-selftests.c
236
func_obj_non_const_op
fobj
;
local
237
SELF_CHECK (3 == tmpl_func (1, gdb::make_function_view (
fobj
)));
/src/external/gpl3/gdb/dist/gdb/unittests/
function-view-selftests.c
236
func_obj_non_const_op
fobj
;
local
237
SELF_CHECK (3 == tmpl_func (1, gdb::make_function_view (
fobj
)));
Completed in 70 milliseconds
1
2
Indexes created Thu Jun 18 00:24:58 UTC 2026