Searched refs:spaces (Results 1 – 7 of 7) sorted by relevance
3 1. As in the rest of Android, use 4 spaces to indent instead of 2.
8 # "[A-Z][a-z][0-9]_". Do not include spaces or punctuation (the former
39 // The source position of the app, in screen spaces coordinates. If the
12 # "[A-Z][a-z][0-9]_". Do not include spaces or punctuation (the former
26965 StringBuilder spaces = new StringBuilder((depth * 2 + 3) * 2); in debugIndent() local26967 spaces.append(' ').append(' '); in debugIndent()26969 return spaces.toString(); in debugIndent()
262 final int spaces = countStretchableSpaces(0, end); in justify() local263 if (spaces == 0) { in justify()269 mAddedWidthForJustify = (justifyWidth - width) / spaces; in justify()
14 # Values that contain spaces should be placed between quotes (\" \").225 # The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen226 # uses this value to replace tabs by spaces in code fragments.790 # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING2097 # name=definition (no spaces). If the definition and the "=" are omitted, "=1"