HomeSort by relevance Sort by last modified time
    Searched full:glist (Results 51 - 75 of 166) sorted by null

1 23 4 5 6 7

  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
removeAttributeNS01.java 81 NodeList gList;
94 gList = gen.getChildNodes();
95 genElement = (Element) gList.item(0);
setAttributeNS03.java 78 NodeList gList;
92 gList = gen.getChildNodes();
93 genElement = (Element) gList.item(0);
setAttributeNodeNS02.java 82 NodeList gList;
97 gList = gen.getChildNodes();
98 genElement = (Element) gList.item(0);
  /libcore/luni/src/test/java/tests/org/w3c/dom/
RemoveAttributeNS.java 90 // NodeList gList;
103 // gList = gen.getChildNodes();
104 // genElement = (Element) gList.item(0);
SetAttributeNodeNS.java 130 // NodeList gList;
145 // gList = gen.getChildNodes();
146 // genElement = (Element) gList.item(0);
SetAttributeNS.java 150 // NodeList gList;
164 // gList = gen.getChildNodes();
165 // genElement = (Element) gList.item(0);
  /external/bluetooth/glib/gio/
gfileenumerator.c 80 static GList * g_file_enumerator_real_next_files_finish (GFileEnumerator *enumerator,
394 * Returns: a #GList of #GFileInfo<!---->s. You must free the list with
398 GList *
604 GList *files;
686 static GList *
693 GList *res;
gcontenttype.c 348 GList *
355 GList *types;
1055 * Returns: #GList of the registered content types.
1057 GList *
1065 GList *l;
1090 static GList *tree_matches = NULL;
1104 GList *matches;
1111 GList *matches;
1235 GList *last;
    [all...]
gappinfo.c 472 * @files: a #GList of #GFile objects
496 GList *files,
555 * @uris: a #GList containing URIs to launch.
574 GList *uris,
629 GList l;
739 * @files: a #GList of #GFile objects
750 GList *files)
769 * @files: a #GList of of #GFile objects
784 GList *files)
glocalfilemonitor.c 138 GList *extensions, *l;
gdrive.c 226 * Returns: #GList containing any #GVolume objects on the given @drive.
228 GList *
  /external/bluetooth/glib/gio/fen/
fen-data.h 54 GList *subs;
fen-helper.c 71 GList *idx;
253 GList* i;
  /external/bluetooth/glib/tests/
completion-test.c 33 GList *items;
  /external/skia/src/core/
SkGraphics.cpp 299 } gList[] = {
304 for (size_t j = 0; j < SK_ARRAY_COUNT(gList); j++) {
306 proc = gList[j].proc;
310 printf("-------- %s = %d\n", gList[j].name, SkTime::GetMSecs() - now);
  /external/webkit/WebKit/gtk/webkit/
webkitwebdatasource.cpp 420 * Gives you a #GList of #WebKitWebResource objects that compose the
423 * Return value: a #GList of #WebKitResource objects; the objects are
424 * owned by WebKit, but the GList must be freed.
428 GList* webkit_web_data_source_get_subresources(WebKitWebDataSource* webDataSource)
webkitsecurityorigin.cpp 356 * Returns: a #Glist of databases in the security origin.
360 GList* webkit_security_origin_get_all_web_databases(WebKitSecurityOrigin* securityOrigin)
363 GList* databases = NULL;
webkitprivate.h 197 WEBKIT_API GList*
255 GList*
  /external/bluetooth/glib/glib/
Makefile.am 122 glist.c \
206 glist.h \
246 @if test -f $(glibincludedir)/glist.h ; then \
gkeyfile.c 54 #include "glist.h"
69 GList *groups;
97 GList *key_value_pairs;
119 static GList *g_key_file_lookup_group_node (GKeyFile *key_file,
124 static GList *g_key_file_lookup_key_value_pair_node (GKeyFile *key_file,
132 GList *group_node);
135 GList *pair_node);
217 GList *tmp, *group_node;
1027 GList *group_node, *key_file_node;
1099 GList *tmp
    [all...]
goption.c 77 GList *groups;
93 GList *changes;
98 GList *pending_nulls;
367 GList *list;
551 GList *group_list,
588 GList *list;
944 GList *list;
    [all...]
ghash.c     [all...]
  /external/bluetooth/glib/
glib.h 52 #include <glib/glist.h>
NEWS.pre-1-3 105 * GAllocators used for glist, gslist, gnode node allocations
201 * API extensions for GList and GSList.
  /external/webkit/WebCore/platform/graphics/gtk/
GlyphPageTreeNodePango.cpp 48 GList* items = pango_itemize(context, buffer, 0, length, NULL, NULL);

Completed in 360 milliseconds

1 23 4 5 6 7