Home
last modified time | relevance | path

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

/external/openfst/src/script/
Dconvert.cc25 FstClass *Convert(const FstClass &ifst, const string &new_type) { in Convert()
/external/openfst/src/include/fst/script/
Dconvert.h34 const string &new_type = args->args.arg2; in Convert() local
/external/lldb/include/lldb/Core/
DEvent.h164 SetType (uint32_t new_type) in SetType()
/external/e2fsprogs/lib/blkid/
Ddev.c131 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.c79 type_datum_t *type, *new_type; in type_copy_callback() local
148 type_datum_t *type, *new_type; in attr_convert_callback() local
/external/linux-tools-perf/src/tools/lib/traceevent/
Devent-parse.c1319 char *new_type; in event_read_fields() local
1411 char *new_type; in event_read_fields() local
1429 char *new_type; in event_read_fields() local
/external/v8/src/
Dobjects.cc2278 Handle<HeapType> new_type) { in UpdateFieldType()
2741 PropertyType new_type = new_details.type(); in TryUpdateInternal() local
16325 Handle<HeapType> new_type = HeapType::Constant(value, isolate); in UpdatedType() local
16344 Handle<HeapType> new_type = UpdatedType(cell, value); in SetValueInferType() local
Dhydrogen-instructions.h614 void set_type(HType new_type) { in set_type()