Searched defs:fresh (Results 1 - 3 of 3) sorted by relevance

/external/python/cpython3/Lib/test/
H A Dtest_xml_etree_c.py9 fresh=['_elementtree']) variable
11 fresh=['_elementtree', 'xml.etree']) variable
/external/freetype/src/raster/
H A Dftraster.c506 Bool fresh; /* signals a fresh new profile which */ member in struct:black_TWorker_
702 ras.fresh = TRUE;
1069 if ( ras.fresh )
1072 ras.fresh = FALSE;
1150 Bool result, fresh; local
1153 fresh = ras.fresh;
1157 if ( fresh && !ras.fresh )
1329 Bool result, fresh; local
[all...]
/external/v8/src/
H A Dobjects.cc8533 Handle<Map> fresh = Map::CopyNormalized(fast_map, mode); local
8537 DCHECK(memcmp(fresh->address(), new_map->address(),
8539 DCHECK(fresh->raw_transitions() == Smi::kZero);
8542 DCHECK(memcmp(HeapObject::RawField(*fresh, kDescriptorsOffset),
8546 DCHECK(memcmp(fresh->address(), new_map->address(),
8554 DCHECK(memcmp(fresh->address() + offset,

Completed in 1327 milliseconds