Searched refs:comma (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/text/src/android/text/util/cts/ |
D | Rfc822TokenizerTest.java | 118 String comma = ","; in testTerminateToken() local 122 assertEquals(text + comma + space, rfc822Tokenizer.terminateToken(text)); in testTerminateToken() 126 assertEquals(text + comma + space, rfc822Tokenizer.terminateToken(null)); in testTerminateToken()
|
/cts/apps/CameraITS/build/scripts/ |
D | gpylint_rcfile | 8 # can either give multiple identifiers separated by comma (,) or put this 22 # either give multiple identifier separated by comma (,) or put this option 112 # List of builtins function names that should not be used, separated by a comma 115 # Bad variable names which should always be refused, separated by a comma 136 # Good variable names which should always be accepted, separated by a comma 151 # separated by a comma 158 # Required attributes for module, separated by a comma 170 # List of interface methods to ignore, separated by a comma. This is used for 296 # Deprecated modules which should not be used, separated by a comma 328 # List of plugins (as comma separated values of python modules names) to load, [all …]
|
/cts/tests/tests/text/src/android/text/cts/ |
D | TextUtilsTest.java | 277 final String comma = ", "; in testConcat() local 278 Spanned strResult = (Spanned) TextUtils.concat(string1, comma, string2); in testConcat() 279 assertEquals(string1.toString() + comma + string2.toString(), strResult.toString()); in testConcat() 288 assertEquals(string1.length() + comma.length(), strResult.getSpanStart(bgColorSpan)); in testConcat()
|