Home
last modified time | relevance | path

Searched defs:new_type (Results 1 – 17 of 17) 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/compiler/glsl/
Dopt_rebalance_tree.cpp290 const glsl_type *const new_type = in update_types() local
Dlink_uniform_blocks.cpp314 const glsl_type *new_type = in resize_block_array() local
Dlinker.cpp1416 const glsl_type *new_type = in visit() local
1425 const glsl_type *new_type = in visit() local
/external/libchrome/base/metrics/
Dpersistent_memory_allocator.h565 void Delete(T* obj, uint32_t new_type) { in Delete()
/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.c81 type_datum_t *type, *new_type; in type_copy_callback() local
150 type_datum_t *type, *new_type; in attr_convert_callback() local
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_conv.c912 struct lp_type new_type; in lp_build_conv() local
/external/v8/src/
Dlookup.cc360 PropertyCellType new_type = in PrepareTransitionToDataProperty() local
Dobjects.cc4166 FieldType* new_type = new_descriptors->GetFieldType(i); in TryReplayPropertyTransitions() local
4191 FieldType* new_type = new_descriptors->GetFieldType(i); in TryReplayPropertyTransitions() local
19482 PropertyCellType new_type = UpdatedType(cell, value, original_details); in PrepareForValue() local
/external/python/cpython3/Lib/
Dtyping.py2151 def new_type(x): function
/external/v8/src/compiler/
Dsimplified-lowering.cc415 Type* new_type = type; in UpdateFeedbackType() local
Dregister-allocator.cc2416 UsePositionType new_type = UsePositionType::kAny; in BuildLiveRanges() local
/external/python/cpython3/Modules/
D_testcapimodule.c2167 PyObject *new_type, *new_value, *new_tb; in test_set_exc_info() local
/external/v8/src/crankshaft/
Dhydrogen-instructions.h529 void set_type(HType new_type) { in set_type()