Searched refs:kWhitespace (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/foundation/
H A Dhexdump.cpp33 static const char kWhitespace[] = local
37 CHECK_LT((size_t)indent, sizeof(kWhitespace));
39 s->append(kWhitespace, indent);
H A DAMessage.cpp520 static const char kWhitespace[] = local
524 CHECK_LT((size_t)indent, sizeof(kWhitespace));
526 s->append(kWhitespace, indent);
/frameworks/av/cmds/screenrecord/
H A DTextRenderer.h135 static const char kWhitespace[]; member in class:android::TextRenderer
H A DTextRenderer.cpp33 const char TextRenderer::kWhitespace[] = " \t\n\r"; member in class:TextRenderer
305 if (strchr(kWhitespace, ch) != NULL) {
352 if (strchr(kWhitespace, str[i]) != NULL) {
/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp869 static const char kWhitespace[] = " "; local
870 const char *indent = &kWhitespace[sizeof(kWhitespace) - 1 - 2 * depth];

Completed in 1646 milliseconds