/external/clang/test/CodeGenObjCXX/ |
D | lvalue-reference-getter.mm | 4 static int gint; 6 int & at(int __n) { return gint; } 7 const int& at(int __n) const { return gint; }
|
/external/chromium_org/ui/base/glib/ |
D | glib_integers.h | 14 typedef int gint; typedef 15 typedef gint gboolean;
|
/external/chromium_org/chrome/browser/ui/libgtk2ui/ |
D | gtk2_key_bindings_handler.h | 105 gint count); 112 gint count, gboolean extend_selection); 116 gint count);
|
D | x11_input_method_context_impl_gtk2.cc | 49 gint n_entries = 0; in GdkEventFromXKeyEvent() 53 for (gint i = 0; i < n_entries; ++i) { in GdkEventFromXKeyEvent() 175 gint x = 0; in DispatchKeyEvent() 176 gint y = 0; in DispatchKeyEvent() 260 gint cursor_pos = 0; in OnPreeditChanged()
|
D | gtk2_key_bindings_handler.cc | 218 GtkTextView* text_view, GtkDeleteType type, gint count) { in DeleteFromCursor() 289 GtkTextView* text_view, GtkMovementStep step, gint count, in MoveCursor() 348 GtkTextView* text_view, GtkScrollStep step, gint count) { in MoveViewport()
|
D | select_file_dialog_impl_gtk2.cc | 117 bool IsCancelResponse(gint response_id); 122 gint response_id, 532 bool SelectFileDialogImplGTK::IsCancelResponse(gint response_id) { in IsCancelResponse() 543 gint response_id, in SelectSingleFileHelper()
|
D | gtk2_util.cc | 26 void (*init_func)(gint*, gchar***)) { in CommonInitFromCommandLine() argument
|
D | gtk2_ui.cc | 448 static const gint kGtkDefaultCursorBlinkTime = 1200; in GetCursorBlinkInterval() 456 gint cursor_blink_time = kGtkDefaultCursorBlinkTime; in GetCursorBlinkInterval() 608 gint gtk_antialias = 0; in UseAntialiasing() 620 gint gtk_hinting = 0; in GetHintingStyle()
|
D | print_dialog_gtk2.cc | 427 gint num_ranges; in OnResponse()
|
/external/icu/icu4c/source/samples/layout/ |
D | gnomelayout.cpp | 195 gint eventDelete(GtkWidget *widget, GdkEvent */*event*/, gpointer /*data*/) in eventDelete() 203 gint eventConfigure(GtkWidget */*widget*/, GdkEventConfigure *event, Context *context) in eventConfigure() 217 gint eventExpose(GtkWidget *widget, GdkEvent */*event*/, Context *context) in eventExpose() 220 gint maxLines = context->paragraph->getLineCount() - 1; in eventExpose() 221 gint firstLine = 0, lastLine = context->height / context->paragraph->getLineHeight(); in eventExpose()
|
D | cgnomelayout.c | 187 static gint eventDelete(GtkWidget *widget, GdkEvent *event, gpointer data) in eventDelete() 195 static gint eventConfigure(GtkWidget *widget, GdkEventConfigure *event, Context *context) in eventConfigure() 209 static gint eventExpose(GtkWidget *widget, GdkEvent *event, Context *context) in eventExpose() 212 gint maxLines = pf_getLineCount(context->paragraph) - 1; in eventExpose() 213 gint firstLine = 0, lastLine = context->height / pf_getLineHeight(context->paragraph); in eventExpose()
|
/external/fio/ |
D | gcompat.h | 12 void gtk_combo_box_text_insert_text(GtkComboBoxText *combo_box, gint position, const gchar *text); 14 void gtk_combo_box_text_remove(GtkComboBoxText *combo_box, gint position);
|
D | gcompat.c | 18 void gtk_combo_box_text_insert_text(GtkComboBoxText *combo_box, gint position, in gtk_combo_box_text_insert_text()
|
D | ghelpers.h | 13 GtkWidget *get_scrolled_window(gint border_width);
|
D | ghelpers.c | 35 gint R, G, B; in fill_color_from_rgb() 192 GtkWidget *get_scrolled_window(gint border_width) in get_scrolled_window()
|
D | goptions.c | 657 gint val, mval; in range_value_changed() 714 gint maxval; in gopt_new_int_range() 774 gint index; in gopt_str_val_spin_wrapped() 1240 gint val; in gopt_handle_range_changed() 1255 gint index; in gopt_handle_str_val_changed() 1324 gint index; in gopt_handle_combo_int_changed() 1445 static gint gopt_dialog_cancel(gint response) in gopt_dialog_cancel() 1459 static gint gopt_dialog_done(gint response) in gopt_dialog_done() 1473 gint response; in gopt_handle_option_dialog()
|
D | gfio.c | 320 static gint on_config_drawing_area(GtkWidget *w, GdkEventConfigure *event, in on_config_drawing_area() 340 static gboolean graph_tooltip(GtkWidget *w, gint x, gint y, in graph_tooltip() 766 static struct gui_entry *get_ge_from_page(struct gui *ui, gint cur_page, in get_ge_from_page() 783 gint cur_page; in get_ge_from_cur_tab() 872 gint cur_page; in do_file_open_with_tab() 1272 static gint nmenu_items = sizeof(menu_items) / sizeof(menu_items[0]); 1336 gint index; in combo_entry_changed() 1566 static gint compare_recent_items(GtkRecentInfo *a, GtkRecentInfo *b) in compare_recent_items() 1645 gint x, gint y, GtkSelectionData *seldata, in drag_and_drop_received()
|
D | gerror.c | 11 static void on_info_bar_response(GtkWidget *widget, gint response, in on_info_bar_response()
|
D | gfio.h | 125 gint page_num;
|
D | printing.c | 30 GtkPrintContext *context, gint page_nr, in results_draw_page()
|
/external/qemu/distrib/mini-glib/include/ |
D | glib.h | 21 typedef int gint; typedef 192 gboolean (*prepare)(GSource* source, gint* timeout);
|
/external/chromium_org/ui/events/platform/x11/ |
D | x11_event_source_glib.cc | 21 gboolean XSourcePrepare(GSource* source, gint* timeout_ms) { in XSourcePrepare()
|
/external/chromium_org/ui/base/ime/ |
D | composition_text_util_pango.cc | 54 gint start, end; in ExtractCompositionTextFromGtkPreedit()
|
/external/chromium_org/base/message_loop/ |
D | message_pump_glib.cc | 92 gint* timeout_ms) { in WorkSourcePrepare()
|
D | message_pump_glib_unittest.cc | 113 static gboolean Prepare(GSource* source, gint* timeout_ms) { in Prepare()
|