Home
last modified time | relevance | path

Searched defs:new_type (Results 1 – 11 of 11) sorted by relevance

/external/tpm2/generator/
Dstructure_generator.py425 def __init__(self, old_type, new_type): argument
493 def __init__(self, old_type, new_type): argument
580 def __init__(self, old_type, new_type): argument
722 def __init__(self, old_type, new_type): argument
Dtpm_table.py262 def _AddTypedef(self, old_type, new_type): argument
/external/e2fsprogs/lib/blkid/
Ddev.c132 char *new_type, *new_value; in blkid_dev_set_search() local
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_conv.c621 struct lp_type new_type; in lp_build_conv() local
/external/selinux/libsepol/src/
Dlink.c441 type_datum_t *type, *base_type, *new_type = NULL; in type_copy_callback() local
857 type_datum_t *type, *base_type, *new_type = NULL, *target_type; in alias_copy_callback() local
1165 type_datum_t *type, *new_type = NULL; in type_fix_callback() local
Dexpand.c80 type_datum_t *type, *new_type; in type_copy_callback() local
149 type_datum_t *type, *new_type; in attr_convert_callback() local
/external/v8/src/
Dlookup.cc349 PropertyCellType new_type = in PrepareTransitionToDataProperty() local
Dobjects.cc4577 FieldType* new_type = new_descriptors->GetFieldType(i); in TryReplayPropertyTransitions() local
4601 FieldType* new_type = new_descriptors->GetFieldType(i); in TryReplayPropertyTransitions() local
19692 PropertyCellType new_type = UpdatedType(cell, value, original_details); in PrepareForValue() local
/external/v8/src/compiler/
Dsimplified-lowering.cc389 Type* new_type = type; in UpdateFeedbackType() local
Dregister-allocator.cc2412 UsePositionType new_type = UsePositionType::kAny; in BuildLiveRanges() local
/external/v8/src/crankshaft/
Dhydrogen-instructions.h529 void set_type(HType new_type) { in set_type()