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

  /external/toybox/toys/other/
stat.c 62 static void strout(char *val) function
74 strout(s);
86 strout(str);
99 strout(t);
101 else if (type == 'G') strout(getgroupname(stat->st_gid));
110 strout(mt->dir);
124 else if (type == 'U') strout(getusername(stat->st_uid));
160 strout(s);
165 strout(buf);
168 else strout("?")
    [all...]
  /frameworks/base/libs/hwui/
GpuMemoryTracker.cpp 87 std::stringstream strout; local
88 dump(strout);
89 ALOGD("%s", strout.str().c_str());
RenderNode.cpp 84 LogcatStream strout; local
85 strout << "Root";
86 output(strout, 0);
  /external/guice/extensions/struts2/lib/
struts2-core-2.2.1.jar 

Completed in 193 milliseconds