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

  /external/clearsilver/util/test/
net_test.c 30 RAND_THING *thing; local
46 err = uListGet(stuff, x, (void *)&thing);
48 if (thing->is_num)
50 err = ne_net_write_int(nsock, thing->n);
51 /* ne_warn("[c] Sending %d", thing->n); */
55 err = ne_net_write_str(nsock, thing->s);
56 /* ne_warn("[c] Sending %s", thing->s); */
72 RAND_THING *thing; local
96 err = uListGet(stuff, x, (void *)&thing);
98 if (thing->is_num
134 RAND_THING *thing; local
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
Utils.java 293 for (Object thing : things) {
299 builder.append(thing.toString());

Completed in 24 milliseconds