Searched refs:needComma (Results 1 – 4 of 4) sorted by relevance
/frameworks/rs/script_api/ |
D | Utilities.cpp | 154 static void addCommaSeparated(const string& value, ostringstream* stream, bool* needComma) { in addCommaSeparated() argument 158 if (*needComma) { in addCommaSeparated() 162 *needComma = true; in addCommaSeparated() 168 bool needComma = false; in makeAttributeTag() local 173 addCommaSeparated(userAttribute.substr(1), &stream, &needComma); in makeAttributeTag() 175 addCommaSeparated(userAttribute, &stream, &needComma); in makeAttributeTag() 176 addCommaSeparated(additionalAttribute, &stream, &needComma); in makeAttributeTag() 180 addCommaSeparated("deprecated", &stream, &needComma); in makeAttributeTag()
|
D | GenerateTestFiles.cpp | 845 bool needComma = false; in writeJavaCallToRs() local 848 needComma = true; in writeJavaCallToRs() 851 if (needComma) { in writeJavaCallToRs() 936 bool needComma = false; in writeRsSection() local 939 needComma = true; in writeRsSection() 942 if (needComma) { in writeRsSection() 972 needComma = false; in writeRsSection() 974 if (needComma) { in writeRsSection() 981 needComma = true; in writeRsSection()
|
D | GenerateDocumentation.cpp | 131 bool needComma = false; in getDetailedHtmlDeclaration() local 133 if (needComma) { in getDetailedHtmlDeclaration() 143 needComma = true; in getDetailedHtmlDeclaration()
|
/frameworks/base/core/java/android/os/ |
D | BatteryStats.java | 5742 boolean needComma = false; in dumpLocked() 5744 needComma = true; in dumpLocked() 5749 if (needComma) { in dumpLocked() 5752 needComma = true; in dumpLocked() 5757 if (needComma) { in dumpLocked() 5760 needComma = true; in dumpLocked() 5765 if (needComma) { in dumpLocked() 5768 needComma = true; in dumpLocked() 5773 if (needComma) { in dumpLocked() 5776 needComma = true; in dumpLocked() [all …]
|