Searched refs:new_type (Results 1 – 10 of 10) sorted by relevance
/external/e2fsprogs/lib/blkid/ |
D | dev.c | 131 char *new_type, *new_value; in blkid_dev_set_search() local 136 new_type = malloc(strlen(search_type)+1); in blkid_dev_set_search() 138 if (!new_type || !new_value) { in blkid_dev_set_search() 139 free(new_type); in blkid_dev_set_search() 143 strcpy(new_type, search_type); in blkid_dev_set_search() 147 iter->search_type = new_type; in blkid_dev_set_search()
|
/external/openfst/src/include/fst/script/ |
D | convert.h | 34 const string &new_type = args->args.arg2; in Convert() local 36 Fst<Arc> *result = Convert(fst, new_type); in Convert() 44 FstClass *Convert(const FstClass& f, const string &new_type);
|
/external/openfst/src/script/ |
D | convert.cc | 25 FstClass *Convert(const FstClass &ifst, const string &new_type) { in Convert() argument 26 ConvertInnerArgs args(ifst, new_type); in Convert()
|
/external/libsepol/src/ |
D | link.c | 399 type_datum_t *type, *base_type, *new_type = NULL; in type_copy_callback() local 438 if ((new_type = in type_copy_callback() 439 (type_datum_t *) calloc(1, sizeof(*new_type))) == NULL) { in type_copy_callback() 442 new_type->primary = type->primary; in type_copy_callback() 443 new_type->flags = type->flags; in type_copy_callback() 444 new_type->flavor = type->flavor; in type_copy_callback() 448 new_type->s.value = state->base->p_types.nprim + 1; in type_copy_callback() 452 (hashtab_datum_t) new_type); in type_copy_callback() 457 base_type = new_type; in type_copy_callback() 462 if ((new_type = calloc(1, sizeof(*new_type))) == NULL) { in type_copy_callback() [all …]
|
D | expand.c | 79 type_datum_t *type, *new_type; in type_copy_callback() local 105 new_type = (type_datum_t *) malloc(sizeof(type_datum_t)); in type_copy_callback() 106 if (!new_type) { in type_copy_callback() 111 memset(new_type, 0, sizeof(type_datum_t)); in type_copy_callback() 113 new_type->flavor = type->flavor; in type_copy_callback() 114 new_type->flags = type->flags; in type_copy_callback() 115 new_type->s.value = ++state->out->p_types.nprim; in type_copy_callback() 116 if (new_type->s.value > UINT16_MAX) { in type_copy_callback() 118 free(new_type); in type_copy_callback() 122 new_type->primary = 1; in type_copy_callback() [all …]
|
/external/chromium/chrome/browser/renderer_host/ |
D | render_widget_host_view_views.cc | 290 ui::TextInputType new_type = static_cast<ui::TextInputType>(type); in ImeUpdateTextInputState() local 291 if (text_input_type_ != new_type) { in ImeUpdateTextInputState() 292 text_input_type_ = new_type; in ImeUpdateTextInputState()
|
/external/grub/stage2/ |
D | builtins.c | 2751 int new_type, new_start, new_len; in partnew_func() local 2798 if (! safe_parse_maxint (&arg, &new_type)) in partnew_func() 2802 if (new_type > 0xFF) in partnew_func() 2837 PC_SLICE_TYPE (mbr, entry) = new_type; in partnew_func() 2870 int new_type; in parttype_func() local 2897 if (! safe_parse_maxint (&arg, &new_type)) in parttype_func() 2901 if (new_type > 0xFF) in parttype_func() 2917 PC_SLICE_TYPE (mbr, entry) = new_type; in parttype_func()
|
/external/chromium/testing/gmock/scripts/generator/cpp/ |
D | ast.py | 1204 new_type = ctor(token.start, token.end, name, fields, 1209 return new_type 1210 name = new_type 1373 new_type = tokens 1375 new_type = self.converter.ToType(tokens)[0] 1377 new_type, self.namespace_stack)
|
/external/chromium/net/disk_cache/ |
D | block_files.cc | 106 int new_type = GetMapBlockType(new_value); in DeleteMapBlock() local 117 header->empty[new_type - 1]++; in DeleteMapBlock()
|
/external/v8/src/ |
D | hydrogen-instructions.h | 606 void set_type(HType new_type) { in set_type() argument 607 ASSERT(new_type.IsSubtypeOf(type_)); in set_type() 608 type_ = new_type; in set_type()
|