OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_free
(Results
1 - 11
of
11
) sorted by null
/prebuilts/gdb/darwin-x86/lib/python2.7/
symtable.py
154
is_free
= lambda x:((x >> SCOPE_OFF) & SCOPE_MASK) == FREE
155
self.__frees = self.__idents_matching(
is_free
)
201
def
is_free
(self):
member in class:Symbol
/prebuilts/gdb/linux-x86/lib/python2.7/
symtable.py
154
is_free
= lambda x:((x >> SCOPE_OFF) & SCOPE_MASK) == FREE
155
self.__frees = self.__idents_matching(
is_free
)
201
def
is_free
(self):
member in class:Symbol
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
symtable.py
154
is_free
= lambda x:((x >> SCOPE_OFF) & SCOPE_MASK) == FREE
155
self.__frees = self.__idents_matching(
is_free
)
201
def
is_free
(self):
member in class:Symbol
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
symtable.py
154
is_free
= lambda x:((x >> SCOPE_OFF) & SCOPE_MASK) == FREE
155
self.__frees = self.__idents_matching(
is_free
)
201
def
is_free
(self):
member in class:Symbol
/frameworks/minikin/tools/
mk_hyb_file.py
87
def
is_free
(self, ix):
member in class:Freelist
204
if (ix >= 0 and nodes.
is_free
(ix) and
205
all(edges.
is_free
(ix + s) for s in succ) and
206
((not use_node) or edges.
is_free
(ix))):
210
nodes.
is_free
(ix) # actually don't need nodes at all when use_node,
/art/runtime/gc/space/
region_space.h
280
bool
is_free
= state_ == RegionState::kRegionStateFree;
local
281
if (
is_free
) {
286
return
is_free
;
/art/runtime/gc/allocator/
rosalloc.cc
[
all
...]
/external/valgrind/callgrind/
fn.c
363
fn->
is_free
= False;
580
fn->
is_free
= (VG_(strcmp)(fn->name, "free")==0);
global.h
408
Bool
is_free
:1;
member in struct:_fn_node