Home
last modified time | relevance | path

Searched refs:old_type (Results 1 – 4 of 4) sorted by relevance

/external/deqp/external/vulkancts/scripts/
Dgen_framework_c.py62 for old_type, new_type in TYPE_SUBSTITUTIONS:
63 dst = dst.replace(old_type, new_type)
/external/e2fsprogs/e2fsck/
Dutil.c799 const char *profile_name, unsigned int *old_type) in e2fsck_set_bitmap_type() argument
804 if (old_type) in e2fsck_set_bitmap_type()
805 *old_type = fs->default_bitmap_type; in e2fsck_set_bitmap_type()
De2fsck.h645 unsigned int *old_type);
/external/v8/src/
Dobjects.cc4937 FieldType* old_type = old_descriptors->GetFieldType(i); in TryReplayPropertyTransitions() local
4938 if (FieldTypeIsCleared(old_details.representation(), old_type) || in TryReplayPropertyTransitions()
4939 !old_type->NowIs(new_type)) { in TryReplayPropertyTransitions()
18699 PropertyCellType old_type = original_details.cell_type(); in PrepareForValue() local
18730 if (!invalidate && (old_type != new_type || in PrepareForValue()