/external/openfst/src/include/fst/script/ |
convert.h | 34 const string &new_type = args->args.arg2; local 36 Fst<Arc> *result = Convert(fst, new_type); 44 FstClass *Convert(const FstClass& f, const string &new_type);
|
/external/openfst/src/script/ |
convert.cc | 25 FstClass *Convert(const FstClass &ifst, const string &new_type) { 26 ConvertInnerArgs args(ifst, new_type);
|
/external/e2fsprogs/lib/blkid/ |
dev.c | 131 char *new_type, *new_value; local 136 new_type = malloc(strlen(search_type)+1); 138 if (!new_type || !new_value) { 139 free(new_type); 143 strcpy(new_type, search_type); 147 iter->search_type = new_type;
|
/external/libsepol/src/ |
link.c | 399 type_datum_t *type, *base_type, *new_type = NULL; local 438 if ((new_type = 439 (type_datum_t *) calloc(1, sizeof(*new_type))) == NULL) { 442 new_type->primary = type->primary; 443 new_type->flags = type->flags; 444 new_type->flavor = type->flavor; 445 /* for attributes, the writing of new_type->types is 448 new_type->s.value = state->base->p_types.nprim + 1; 452 (hashtab_datum_t) new_type); 457 base_type = new_type; 806 type_datum_t *type, *base_type, *new_type = NULL, *target_type; local 1114 type_datum_t *type, *new_type = NULL; local [all...] |
expand.c | 79 type_datum_t *type, *new_type; local 105 new_type = (type_datum_t *) malloc(sizeof(type_datum_t)); 106 if (!new_type) { 111 memset(new_type, 0, sizeof(type_datum_t)); 113 new_type->flavor = type->flavor; 114 new_type->flags = type->flags; 115 new_type->s.value = ++state->out->p_types.nprim; 116 if (new_type->s.value > UINT16_MAX) { 118 free(new_type); 122 new_type->primary = 1 148 type_datum_t *type, *new_type; local [all...] |
/external/chromium/testing/gmock/scripts/generator/cpp/ |
ast.py | [all...] |
/external/chromium/chrome/browser/renderer_host/ |
render_widget_host_view_views.cc | 290 ui::TextInputType new_type = static_cast<ui::TextInputType>(type); local 291 if (text_input_type_ != new_type) { 292 text_input_type_ = new_type;
|
/external/chromium/net/disk_cache/ |
block_files.cc | 106 int new_type = GetMapBlockType(new_value); local 117 header->empty[new_type - 1]++;
|
/external/grub/stage2/ |
builtins.c | 2751 int new_type, new_start, new_len; local 2870 int new_type; local [all...] |
/external/v8/src/ |
hydrogen-instructions.h | 606 void set_type(HType new_type) { 607 ASSERT(new_type.IsSubtypeOf(type_)); 608 type_ = new_type; [all...] |
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/bin/ |
mipsel-linux-android-gdb | |
mipsel-linux-android-gdbtui | |
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/bin/ |
i686-linux-android-gdb | |
i686-linux-android-gdbtui | |