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 | 5761 boolean needComma = false; in dumpLocked() 5763 needComma = true; in dumpLocked() 5768 if (needComma) { in dumpLocked() 5771 needComma = true; in dumpLocked() 5776 if (needComma) { in dumpLocked() 5779 needComma = true; in dumpLocked() 5784 if (needComma) { in dumpLocked() 5787 needComma = true; in dumpLocked() 5792 if (needComma) { in dumpLocked() 5795 needComma = true; in dumpLocked() [all …]
|