Searched refs:istr (Results 1 – 2 of 2) sorted by relevance
29 InputStream istr = context.getAssets().open("asset.png"); in init() local30 setBackground(Drawable.createFromStream(istr, null)); in init()
277 std::istringstream istr(mHistogramMicros->dump()); in dumpHistogram() local279 while (std::getline(istr, line)) { in dumpHistogram()