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

  /external/skia/tools/
skimage_main.cpp 513 static bool print_strings(const char* title, const SkTArray<SkString, false>& strings) { function
630 bool failed = print_strings("Invalid files", gInvalidStreams);
631 failed |= print_strings("Missing codec", gMissingCodecs);
632 failed |= print_strings("Failed to decode", gDecodeFailures);
633 failed |= print_strings("Failed to encode", gEncodeFailures);
634 print_strings("Decoded", gSuccessfulDecodes);
635 print_strings("Missing expectations", gMissingExpectations);
638 failed |= print_strings("Failed subset decodes", gFailedSubsetDecodes);
639 print_strings("Decoded subsets", gSuccessfulSubsetDecodes);
640 print_strings("Missing subset expectations", gMissingSubsetExpectations)
    [all...]
  /external/elfutils/src/
readelf.c 228 static void print_strings (Ebl *ebl);
661 print_strings (ebl);
6367 print_strings (Ebl *ebl) function
    [all...]

Completed in 240 milliseconds