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

/frameworks/native/opengl/libs/EGL/
H A Dtrace.cpp107 const char* comma = i < count-1 ? "," : "";
111 ALOGD(" \"%*s\"%s", len, s, comma);
113 ALOGD(" \"%s\"%s", s, comma);
120 const char* comma = i < count-1 ? "," : "";
122 ALOGD(" \"%d\"%s", len, comma);
144 const char* comma = ", ";
147 comma = "";
149 comma = ",";
153 builder.append("%g%s", * (GLfloat*) value, comma);
156 builder.append("%d%s", * (GLint*) value, comma);
[all...]
/frameworks/compile/slang/
H A Dslang_rs_pragma_handler.cpp216 if (PragmaToken.isNot(clang::tok::comma))
/frameworks/base/tools/aapt/
H A DResourceTable.cpp613 * Returns true if needle is one of the elements in the comma-separated list
2548 const char* comma; local
2552 comma = strchr(start, ',');
2553 if (comma != NULL) {
2554 config.setTo(start, comma - start);
2555 start = comma + 1;
2580 } while (comma != NULL);

Completed in 218 milliseconds