Home
last modified time | relevance | path

Searched refs:gchar (Results 1 – 22 of 22) sorted by relevance

/external/autotest/client/deps/fakegudev/src/
Dfakegudev.c122 const gchar **propkeys;
179 load_fake_devices_from_file (const gchar *device_descriptor_file) in load_fake_devices_from_file()
182 gchar **groups; in load_fake_devices_from_file()
197 gchar *group; in load_fake_devices_from_file()
198 gchar **keys; in load_fake_devices_from_file()
200 gchar *id; in load_fake_devices_from_file()
253 gchar *key, *value; in load_fake_devices_from_file()
283 load_fake_devices (const gchar *device_descriptor_files) in load_fake_devices()
285 gchar **files, **file_iter; in load_fake_devices()
364 g_udev_client_query_by_subsystem (GUdevClient *client, const gchar *subsystem) in g_udev_client_query_by_subsystem()
[all …]
Dgudev-exercise.c58 const gchar * const * keys = g_udev_device_get_property_keys (device); in print_device()
61 const gchar * prop; in print_device()
69 printf (" Property %s: %s\n", (gchar *)key, (gchar *)value); in print_device()
83 gchar **parts; in lookup()
Dfakesyscalls.c119 gchar *buf; in setup_redirection_map()
120 gchar **redirections; in setup_redirection_map()
121 gchar **redirections_iter; in setup_redirection_map()
147 gchar **parts; in setup_redirection_map()
/external/freetype/src/pfr/
Dpfrcmap.c79 PFR_Char gchar; in pfr_cmap_char_index() local
84 gchar = cmap->chars + mid; in pfr_cmap_char_index()
86 if ( gchar->char_code == char_code ) in pfr_cmap_char_index()
89 if ( gchar->char_code < char_code ) in pfr_cmap_char_index()
111 PFR_Char gchar; in pfr_cmap_char_next() local
117 gchar = cmap->chars + mid; in pfr_cmap_char_next()
119 if ( gchar->char_code == char_code ) in pfr_cmap_char_next()
132 if ( gchar->char_code < char_code ) in pfr_cmap_char_next()
143 gchar = cmap->chars + min; in pfr_cmap_char_next()
148 char_code = gchar->char_code; in pfr_cmap_char_next()
Dpfrobjs.c239 PFR_Char gchar = phy_font->chars; in pfr_face_init() local
242 for ( ; count > 0; count--, gchar++ ) in pfr_face_init()
244 if ( max < gchar->advance ) in pfr_face_init()
245 max = gchar->advance; in pfr_face_init()
320 PFR_Char gchar; in pfr_slot_load() local
354 gchar = face->phy_font.chars + gindex; in pfr_slot_load()
362 gps_offset, gchar->gps_offset, gchar->gps_size ); in pfr_slot_load()
388 advance = gchar->advance; in pfr_slot_load()
/external/icu/icu4c/source/samples/layout/
Dgnomelayout.cpp53 GtkWidget *newSample(const gchar *fileName);
59 const gchar *documentedBy[] = {NULL}; in showabout()
60 const gchar *writtenBy[] = { in showabout()
82 gchar *prettyTitle(const gchar *path) in prettyTitle()
84 const gchar *name = g_basename(path); in prettyTitle()
85 gchar *title = g_strconcat("Gnome Layout Sample - ", name, NULL); in prettyTitle()
95 gchar *fileName = g_strdup(gtk_file_selection_get_filename(fileselection)); in openOK()
103 gchar *title = prettyTitle(fileName); in openOK()
176 GNOMEUIINFO_MENU_NEW_ITEM((gchar *) "_New Sample",
177 (gchar *) "Create a new Gnome Layout Sample",
[all …]
Dcgnomelayout.c43 GtkWidget *newSample(const gchar *fileName);
49 const gchar *documentedBy[] = {NULL}; in showabout()
50 const gchar *writtenBy[] = { in showabout()
74 static gchar *prettyTitle(const gchar *path) in prettyTitle()
76 const gchar *name = g_basename(path); in prettyTitle()
77 gchar *title = g_strconcat("Gnome Layout Sample - ", name, NULL); in prettyTitle()
87 gchar *fileName = g_strdup(gtk_file_selection_get_filename(fileselection)); in openOK()
95 gchar *title = prettyTitle(fileName); in openOK()
168 GNOMEUIINFO_MENU_NEW_ITEM((gchar *) "_New Sample",
169 (gchar *) "Create a new Gnome Layout Sample",
[all …]
DGnomeGUISupport.cpp31 gchar *s; in postErrorMessage()
/external/autotest/client/deps/fakemodem/src/
Dfakemodem.c67 static const gchar *handle_cmd (FakeModem *fakemodem, const gchar *cmd);
69 static gboolean send_unsolicited (FakeModem* fakemodem, const gchar* text);
70 static gboolean set_response (FakeModem* fakemodem, const gchar* command,
71 const gchar* reply, const gchar* response);
72 static gboolean remove_response (FakeModem* fakemodem, const gchar* command);
95 gchar *pattern_file; in parse_pattern_files()
96 gchar *line; in parse_pattern_files()
115 gchar *command, *responsetext; in parse_pattern_files()
142 gchar *origstr; in parse_pattern_files()
353 gchar *line, *next; in master_read()
[all …]
/external/harfbuzz_ng/src/
Dhb-glib.cc255 gchar utf8[12]; in hb_glib_unicode_compose()
256 gchar *normalized; in hb_glib_unicode_compose()
292 gchar utf8[6]; in hb_glib_unicode_decompose()
293 gchar *normalized; in hb_glib_unicode_decompose()
313 gchar *recomposed = g_utf8_normalize (normalized, -1, G_NORMALIZE_NFC); in hb_glib_unicode_decompose()
324 gchar *end = g_utf8_offset_to_pointer (normalized, len - 1); in hb_glib_unicode_decompose()
325 gchar *recomposed; in hb_glib_unicode_decompose()
/external/u-boot/scripts/kconfig/
Dgconf.c76 static void set_node(GtkTreeIter * node, struct menu *menu, gchar ** row);
77 static gchar **fill_row(struct menu *menu);
113 GtkStyle * style, gchar * btn_name, gchar ** xpm) in replace_button_icon()
131 void init_main_window(const gchar * glade_file) in init_main_window()
173 "button4", (gchar **) xpm_single_view); in init_main_window()
175 "button5", (gchar **) xpm_split_view); in init_main_window()
177 "button6", (gchar **) xpm_tree_view); in init_main_window()
262 const gchar * path_string,
263 const gchar * new_text, gpointer user_data);
493 const gchar *fn; in load_filename()
[all …]
/external/wpa_supplicant_8/src/utils/
Dbrowser.c79 const gchar *uri = webkit_network_request_get_uri(req); in view_cb_resource_request_starting()
100 gchar *mime, WebKitWebPolicyDecision *policy, in view_cb_mime_type_policy_decision()
118 const gchar *uri; in view_cb_download_requested()
125 static void view_cb_hovering_over_link(WebKitWebView *view, gchar *title, in view_cb_hovering_over_link()
126 gchar *uri, struct browser_context *ctx) in view_cb_hovering_over_link()
/external/harfbuzz_ng/util/
Dhb-subset.cc56 gchar *c = (gchar *)text; in consume_line()
Doptions.cc64 static gchar *
133 const gchar *name, in add_group()
134 const gchar *description, in add_group()
135 const gchar *help_description, in add_group()
430 const gchar *features_help = "Comma-separated list of font features\n" in add_options()
567 const gchar *variations_help = "Comma-separated list of font variations\n" in add_options()
Doptions.hh87 const gchar *name,
88 const gchar *description,
89 const gchar *help_description,
/external/harfbuzz_ng/test/api/
Dhb-test.h243 = (void (*) (const gchar *, gsize, gconstpointer, \
271 = (void (*) (const gchar *, const char *, gsize, gconstpointer, \
Dtest-ot-math.c58 gchar* path = g_test_build_filename(G_TEST_DIST, fontFile, NULL); in openFont()
60 gchar* path = g_strdup(fontFile); in openFont()
/external/libxcam/wrapper/gstreamer/
Dgstxcambuffermeta.cpp29 static const gchar *xcam_buf_tags [] = in gst_xcam_buffer_meta_api_get_type()
/external/curl/docs/examples/
Dcurlgtk.c50 gchar *url = ptr; in my_thread()
Dsmooth-gtk-thread.c72 gchar *http; in pull_one_url()
Dghiper.c332 gchar *buf, *tmp, *all = NULL; in fifo_cb()
/external/webrtc/webrtc/examples/peerconnection/client/linux/
Dmain_wnd.cc90 void AddToList(GtkWidget* list, const gchar* str, int value) { in AddToList()