HomeSort by relevance Sort by last modified time
    Searched full:gint (Results 1 - 25 of 133) sorted by null

1 2 3 4 5 6

  /cts/tests/src/android/renderscript/cts/
global_sync.rs 4 int gInt;
10 if (gInt != expected) {
22 gInt = i;
31 gInt = ain;
42 if (gInt != ain) {
  /external/clang/test/CodeGenObjCXX/
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/webkit/Source/WebKit/gtk/webkit/
webkitwebbackforwardlist.h 79 gint limit);
83 gint limit);
96 gint index);
98 WEBKIT_API gint
101 WEBKIT_API gint
104 WEBKIT_API gint
109 gint limit);
webkitwebnavigationaction.h 85 WEBKIT_API gint
88 WEBKIT_API gint
webkitwebbackforwardlist.cpp 205 GList* webkit_web_back_forward_list_get_forward_list_with_limit(WebKitWebBackForwardList* webBackForwardList, gint limit)
235 GList* webkit_web_back_forward_list_get_back_list_with_limit(WebKitWebBackForwardList* webBackForwardList, gint limit)
332 WebKitWebHistoryItem* webkit_web_back_forward_list_get_nth_item(WebKitWebBackForwardList* webBackForwardList, gint index)
351 * Return value: a #gint corresponding to the number of items preceding the current item
353 gint webkit_web_back_forward_list_get_back_length(WebKitWebBackForwardList* webBackForwardList)
370 * Return value: a #gint corresponding to the nuber of items succeeding the current item
372 gint webkit_web_back_forward_list_get_forward_length(WebKitWebBackForwardList* webBackForwardList)
389 * Return value: a #gint indicating the number of #WebKitWebHistoryItem the back forward list can hold
391 gint webkit_web_back_forward_list_get_limit(WebKitWebBackForwardList* webBackForwardList)
411 void webkit_web_back_forward_list_set_limit(WebKitWebBackForwardList* webBackForwardList, gint limit
    [all...]
  /external/webkit/Source/WebCore/accessibility/gtk/
AccessibilityObjectWrapperAtk.cpp 167 static gchar* webkit_accessible_text_get_text(AtkText* text, gint startOffset, gint endOffset);
306 static gint webkit_accessible_get_n_children(AtkObject* object)
311 static AtkObject* webkit_accessible_ref_child(AtkObject* object, gint index)
330 static gint webkit_accessible_get_index_in_parent(AtkObject* object)
751 static gboolean webkit_accessible_action_do_action(AtkAction* action, gint i)
757 static gint webkit_accessible_action_get_n_actions(AtkAction* action)
762 static const gchar* webkit_accessible_action_get_description(AtkAction* action, gint i)
770 static const gchar* webkit_accessible_action_get_keybinding(AtkAction* action, gint i)
777 static const gchar* webkit_accessible_action_get_name(AtkAction* action, gint i
    [all...]
WebKitAccessibleHyperlink.cpp 93 static gboolean webkitAccessibleHyperlinkActionDoAction(AtkAction* action, gint index)
109 static gint webkitAccessibleHyperlinkActionGetNActions(AtkAction* action)
120 static const gchar* webkitAccessibleHyperlinkActionGetDescription(AtkAction* action, gint index)
131 static const gchar* webkitAccessibleHyperlinkActionGetKeybinding(AtkAction* action, gint index)
147 static const gchar* webkitAccessibleHyperlinkActionGetName(AtkAction* action, gint index)
172 static gchar* webkitAccessibleHyperlinkGetURI(AtkHyperlink* link, gint index)
186 static AtkObject* webkitAccessibleHyperlinkGetObject(AtkHyperlink* link, gint index)
198 static gint getRangeLengthForObject(AccessibilityObject* obj, Range* range)
225 static gint webkitAccessibleHyperlinkGetStartIndex(AtkHyperlink* link)
249 static gint webkitAccessibleHyperlinkGetEndIndex(AtkHyperlink* link
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
task_manager_gtk.h 78 gint CompareImpl(GtkTreeModel* tree_model, GtkTreeIter* a,
110 static gint ComparePage(GtkTreeModel* model, GtkTreeIter* a,
117 static gint CompareSharedMemory(GtkTreeModel* model, GtkTreeIter* a,
124 static gint ComparePrivateMemory(GtkTreeModel* model, GtkTreeIter* a,
131 static gint CompareV8Memory(GtkTreeModel* model, GtkTreeIter* a,
139 static gint CompareCPU(GtkTreeModel* model, GtkTreeIter* a,
146 static gint CompareNetwork(GtkTreeModel* model, GtkTreeIter* a,
153 static gint CompareProcessID(GtkTreeModel* model, GtkTreeIter* a,
160 static gint CompareWebCoreImageCache(GtkTreeModel* model, GtkTreeIter* a,
167 static gint CompareWebCoreScriptsCache(GtkTreeModel* model, GtkTreeIter* a
    [all...]
gtk_expanded_container.h 62 GtkWidget* widget, gint x, gint y);
64 GtkWidget* widget, gint x, gint y);
gtk_expanded_container.cc 167 GtkWidget* widget, gint x, gint y) {
174 GtkWidget* widget, gint x, gint y) {
gtk_chrome_shrinkable_hbox.h 66 gint spacing);
82 gint gtk_chrome_shrinkable_hbox_get_visible_child_count(
gtk_chrome_shrinkable_hbox.cc 176 gint children_width_requisition = 0;
201 gint visible_children_count =
231 gint spacing) {
275 gint gtk_chrome_shrinkable_hbox_get_visible_child_count(
277 gint visible_children_count = 0;
theme_install_bubble_view_gtk.cc 139 gint parent_x = 0, parent_y = 0;
141 gint parent_width = parent_->allocation.width;
142 gint parent_height = parent_->allocation.height;
144 gint x = parent_x + parent_width / 2 - req.width / 2;
145 gint y = parent_y + parent_height / 2 - req.height / 2;
gtk_util.cc 82 gint button_mask = GPOINTER_TO_INT(userdata);
92 gint button_mask = GPOINTER_TO_INT(userdata);
350 gint monitor = gdk_screen_get_monitor_at_window(screen,
476 gint x, y;
574 gint button_mask = 0;
606 gint x = 0;
607 gint y = 0;
639 const gchar* stock_id, gint response_id) {
687 static const gint kGtkDefaultCursorBlinkTime = 1200;
689 gint cursor_blink_time = kGtkDefaultCursorBlinkTime
    [all...]
  /external/chromium/chrome/browser/tab_contents/
web_drag_dest_gtk.h 40 gint, gint, guint);
48 GdkDragContext*, gint, gint, GtkSelectionData*,
57 gint, gint, guint);
73 gint drag_over_time_;
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
DumpRenderTreeSupportGtk.h 58 static void dumpConfigurationForViewport(WebKitWebView* webView, gint deviceDPI, gint deviceWidth, gint deviceHeight, gint availableWidth, gint availableHeight);
115 static bool webkitWebFrameSelectionHasSpellingMarker(WebKitWebFrame*, gint from, gint length);
  /external/chromium/chrome/browser/ui/
window_sizer_linux.cc 68 gint data_len = 0;
83 if (data_len < static_cast<gint>(4 * sizeof(glong))) {
90 gint x = data[0];
91 gint y = data[1];
92 gint width = data[2];
93 gint height = data[3];
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLDSAKeyPairGenerator.java 72 BigInteger gInt = dsaParams.getG();
73 if (gInt != null) {
74 g = gInt.toByteArray();
  /external/webkit/Source/WebCore/platform/gtk/
RenderThemeGtk3.cpp 128 gint focusWidth, focusPad;
145 gint indicatorSpacing;
188 gint indicatorSize;
226 gint indicatorSpacing;
292 gint focusWidth, focusPad;
312 gint childDisplacementX;
313 gint childDisplacementY;
355 gint focusWidth, focusPad;
372 gint separatorWidth;
438 gint focusWidth, focusPad
    [all...]
GtkVersioning.h 85 void gdk_window_get_root_coords(GdkWindow* window, gint x, gint y, gint* rootX, gint* rootY);
PopupMenuGtk.h 55 static void menuPositionFunction(GtkMenu*, gint*, gint*, gboolean*, PopupMenuGtk*);
  /external/webkit/Source/WebCore/plugins/gtk/
gtk2xtbin.h 96 gint x, y;
97 gint width, height;
109 gint x,
110 gint y);
112 gint width,
113 gint height);
  /external/icu4c/samples/layout/
cgnomelayout.c 187 static gint eventDelete(GtkWidget *widget, GdkEvent *event, gpointer data)
195 static gint eventConfigure(GtkWidget *widget, GdkEventConfigure *event, Context *context)
209 static gint eventExpose(GtkWidget *widget, GdkEvent *event, Context *context)
212 gint maxLines = pf_getLineCount(context->paragraph) - 1;
213 gint firstLine = 0, lastLine = context->height / pf_getLineHeight(context->paragraph);
gnomelayout.cpp 195 gint eventDelete(GtkWidget *widget, GdkEvent */*event*/, gpointer /*data*/)
203 gint eventConfigure(GtkWidget */*widget*/, GdkEventConfigure *event, Context *context)
217 gint eventExpose(GtkWidget *widget, GdkEvent */*event*/, Context *context)
220 gint maxLines = context->paragraph->getLineCount() - 1;
221 gint firstLine = 0, lastLine = context->height / context->paragraph->getLineHeight();
  /external/chromium/chrome/browser/renderer_host/
gtk_key_bindings_handler.h 88 gint count);
95 gint count, gboolean extend_selection);
99 gint count);

Completed in 1315 milliseconds

1 2 3 4 5 6