Searched refs:trim (Results 1 - 13 of 13) sorted by relevance

/system/tools/hidl/docs/src/writer/files/
H A DTypesFileWriter.kt38 """.trim()
H A DInterfaceFileWriter.kt53 """.trim()
H A DIndexFileWriter.kt92 """.trim()
108 """.trim()
/system/tools/hidl/docs/src/writer/elements/
H A DAbstractElement.kt50 """.trim()
80 return sb.toString().trim()
H A DTypedefElement.kt42 """.trim()
H A DEnumElement.kt62 return sb.toString().trim()
H A DMethodElement.kt58 """.trim()
/system/tools/hidl/docs/src/parser/elements/
H A DAnnotationParser.kt64 ?.value?.trim()
/system/tools/hidl/docs/src/writer/
H A Dformatutils.kt63 sb.append(htmlEscape(string.trim()).replace(Regex("\\s*\n\n\\s*"), replaceText))
/system/extras/perfprofd/scripts/
H A Dperf_proto_stack_sqlite_flame.py42 def trim(self, local_threshold_in_percent, global_threshold): member in class:Callsite
49 v.trim(local_threshold_in_percent, global_threshold)
165 self.root.trim(local_threshold_in_percent, global_threshold)
/system/bt/osi/src/
H A Dconfig.cc327 static char* trim(char* str) {
349 char* line_ptr = trim(line);
373 config_set_string(config, section, trim(line_ptr), trim(split + 1));
/system/tools/hidl/docs/src/parser/
H A Dconfig.kt40 """.trim())
/system/timezone/zone_compactor/main/java/
H A DZoneCompactor.java82 s = s.trim();

Completed in 139 milliseconds