HomeSort by relevance Sort by last modified time
    Searched defs:trash (Results 1 - 5 of 5) sorted by null

  /external/bluetooth/glib/tests/
slice-threadinit.c 115 GSList *trash = NULL; local
122 trash = g_slist_prepend (trash, mem);
124 release_trash_list (&trash, magazine_probes[j]);
141 GSList *trash = NULL; local
148 trash = g_slist_prepend (trash, mem);
150 release_trash_list (&trash, magazine_probes[j]);
  /external/openssl/apps/
passwd.c 268 char trash[BUFSIZ]; local
270 r = BIO_gets(in, trash, sizeof trash);
271 while ((r > 0) && (!strchr(trash, '\n')));
  /packages/apps/Email/tests/src/com/android/email/
UtilityUnitTests.java 103 Drawable trash = fp.getIconIds(Mailbox.TYPE_TRASH); local
114 set.add(trash);
  /external/bluetooth/glib/gio/
gfile.h 110 * @trash: Sends a #GFile to the Trash location.
111 * @_trash_async: Asynchronously sends a #GFile to the Trash location.
339 gboolean (* trash) (GFile *file, member in struct:_GFileIface
    [all...]
  /external/bluetooth/glib/glib/
gslice.c 578 ChunkLink *trash = NULL; local
586 /* clear special fields, put on trash stack */
590 magazine_chain_prev (current) = trash;
591 trash = current;
601 /* free trash */
602 if (trash)
606 while (trash)
608 current = trash;
609 trash = magazine_chain_prev (current);
    [all...]

Completed in 251 milliseconds