Searched refs:g_free (Results 1 - 25 of 115) sorted by relevance

12345

/external/chromium_org/third_party/icu/source/samples/layout/
H A DGnomeGUISupport.cpp31 g_free(s);
/external/icu/icu4c/source/samples/layout/
H A DGnomeGUISupport.cpp31 g_free(s);
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_truetype_font_list_pango.cc24 g_free(families);
59 g_free(font_faces);
62 g_free(font_families);
/external/qemu/util/
H A Derror.c68 g_free(msg1);
107 g_free(msg2);
108 g_free(msg1);
149 g_free(err->msg);
150 g_free(err);
/external/qemu/qobject/
H A Dqbool.c67 g_free(qobject_to_qbool(obj));
H A Dqfloat.c67 g_free(qobject_to_qfloat(obj));
H A Dqint.c66 g_free(qobject_to_qint(obj));
H A Dqlist.c101 g_free(entry);
166 g_free(entry);
169 g_free(qlist);
H A Dqerror.c154 g_free(qerr->err_msg);
155 g_free(qerr);
H A Dqstring.c147 g_free(qs->string);
148 g_free(qs);
/external/qemu/hw/core/
H A Dirq.c61 g_free(s[0]);
62 g_free(s);
/external/harfbuzz_ng/test/api/
H A Dhb-test.h99 g_free (s);
168 g_free (normal_path);
179 g_free (path);
190 g_free (normal_path);
202 g_free (path);
217 g_free (normal_path);
245 g_free (path);
H A Dtest-version.c46 g_free (s);
/external/qemu/
H A Dasync.c78 g_free(bh);
95 g_free(old);
160 g_free(bh);
/external/chromium_org/content/common/
H A Dfont_list_pango.cc29 g_free(families);
/external/harfbuzz_ng/util/
H A Dhelper-cairo.hh65 g_free (utf8);
/external/qemu/audio/
H A Dwavcapture.c51 g_free (wav->path);
137 g_free (wav);
151 g_free (wav->path);
153 g_free (wav);
H A Daudio_template.h75 g_free (HWBUF);
96 g_free (sw->buf);
130 g_free (sw->buf);
170 g_free (sw->name);
180 g_free (sw->name);
210 g_free (hw);
314 g_free (hw);
382 g_free (sw);
392 g_free (sw);
/external/qemu/include/hw/
H A Delf_ops.h171 g_free(shdr_table);
174 g_free(syms);
175 g_free(str);
176 g_free(shdr_table);
257 g_free(data);
261 g_free(phdr);
268 g_free(data);
269 g_free(phdr);
/external/qemu/block/
H A Dqcow2-snapshot.c55 g_free(s->snapshots[i].name);
56 g_free(s->snapshots[i].id_str);
58 g_free(s->snapshots);
290 g_free(l1_table);
296 g_free(s->snapshots);
308 g_free(sn->name);
309 g_free(l1_table);
375 g_free(sn->id_str);
376 g_free(sn->name);
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-glib.cc272 g_free (normalized);
317 g_free (recomposed);
328 g_free (recomposed);
332 g_free (normalized);
362 g_free (utf8_decomposed);
/external/harfbuzz_ng/src/
H A Dhb-glib.cc272 g_free (normalized);
317 g_free (recomposed);
328 g_free (recomposed);
332 g_free (normalized);
362 g_free (utf8_decomposed);
/external/qemu/qom/
H A Dobject.c221 g_free((char *)info.name);
361 g_free(prop->name);
362 g_free(prop->type);
363 g_free(prop);
429 obj->free = g_free;
772 g_free(prop->name);
773 g_free(prop->type);
774 g_free(prop);
843 g_free(path);
859 g_free(st
[all...]
/external/qemu/backends/
H A Dmsmouse.c64 g_free (chr);
/external/qemu/distrib/mini-glib/src/
H A Dglib-mini.c65 g_free(ptr);
76 void g_free(void* ptr) { function
213 g_free(strings[n]);
215 g_free(strings);
241 g_free(list);
470 g_free(hash_table->entries);
474 g_free(hash_table);
591 g_free(hash_table->entries);
701 g_free(node);
718 g_free(queu
[all...]

Completed in 526 milliseconds

12345