Searched refs:comma (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/opengl/libs/EGL/
H A Dtrace.cpp106 const char* comma = i < count-1 ? "," : "";
110 ALOGD(" \"%*s\"%s", len, s, comma);
112 ALOGD(" \"%s\"%s", s, comma);
119 const char* comma = i < count-1 ? "," : "";
121 ALOGD(" \"%d\"%s", len, comma);
143 const char* comma = ", ";
146 comma = "";
148 comma = ",";
152 builder.append("%g%s", * (GLfloat*) value, comma);
155 builder.append("%d%s", * (GLint*) value, comma);
[all...]
/frameworks/compile/slang/
H A Dslang_rs_pragma_handler.cpp235 if (PragmaToken.isNot(clang::tok::comma))
/frameworks/base/tools/aapt/
H A DResourceTable.cpp620 * Returns true if needle is one of the elements in the comma-separated list
2702 const char* comma; local
2708 comma = strchr(start, ',');
2709 if (comma != NULL) {
2710 config.setTo(start, comma - start);
2711 start = comma + 1;
2734 } while (comma != NULL);

Completed in 120 milliseconds