Searched refs:new_info (Results 1 - 5 of 5) sorted by path

/external/harfbuzz_ng/src/
H A Dhb-buffer.cc91 hb_glyph_info_t *new_info = NULL; local
105 new_info = (hb_glyph_info_t *) realloc (info, new_allocated * sizeof (info[0]));
108 if (unlikely (!new_pos || !new_info))
114 if (likely (new_info))
115 info = new_info;
/external/ltrace/
H A Dvalue.c488 struct arg_type_info *new_info = calloc(sizeof(*new_info), 1); local
489 if (new_info == NULL)
495 type_init_pointer(new_info, orig, own);
496 new_info->lens = orig->lens;
497 value_set_type(value, new_info, 1);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_vbuf.c1114 struct pipe_draw_info new_info = *info; local
1115 new_info.indexed = FALSE;
1116 new_info.index_bias = 0;
1117 new_info.min_index = 0;
1118 new_info.max_index = info->count - 1;
1119 new_info.start = 0;
1121 pipe->draw_vbo(pipe, &new_info);
/external/pcre/dist/
H A Dpcretest.c2410 new_info(pcre *re, pcre_extra *study, int option, void *ptr) function
3639 if (new_info(re, NULL, PCRE_INFO_OPTIONS, &get_options) < 0)
4054 if (new_info(re, NULL, PCRE_INFO_OPTIONS, &get_options) < 0)
4069 new_info(re, NULL, PCRE_INFO_NAMECOUNT, &name_count);
4070 new_info(re, NULL, PCRE_INFO_NAMEENTRYSIZE, &name_entry_size);
4084 new_info(re, NULL, PCRE_INFO_SIZE, &size);
4123 if (new_info(re, extra, PCRE_INFO_JITSIZE, &jitsize) == 0 &&
4165 if (new_info(re, NULL, PCRE_INFO_CAPTURECOUNT, &count) +
4166 new_info(re, NULL, PCRE_INFO_BACKREFMAX, &backrefmax) +
4167 new_info(r
[all...]
/external/v8/src/
H A Dliveedit-debugger.js301 var new_info = old_node.corresponding_node.info;
304 %LiveEditReplaceFunctionCode(new_info.raw_array,
332 change_log.push( {function_patched: new_info.function_name} );
334 change_log.push( {function_patched: new_info.function_name,

Completed in 276 milliseconds