Searched refs:comma (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/text/src/android/text/util/cts/ |
D | Rfc822TokenizerTest.java | 102 String comma = ","; in testTerminateToken() local 106 assertEquals(text + comma + space, rfc822Tokenizer.terminateToken(text)); in testTerminateToken() 110 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 19 # either give multiple identifier separated by comma (,) or put this option 109 # List of builtins function names that should not be used, separated by a comma 112 # Bad variable names which should always be refused, separated by a comma 133 # Good variable names which should always be accepted, separated by a comma 148 # separated by a comma 155 # Required attributes for module, separated by a comma 167 # List of interface methods to ignore, separated by a comma. This is used for 293 # Deprecated modules which should not be used, separated by a comma 325 # 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 | 152 final String comma = ", "; in testConcat() local 153 Spanned strResult = (Spanned) TextUtils.concat(string1, comma, string2); in testConcat() 154 assertEquals(string1.toString() + comma + string2.toString(), strResult.toString()); in testConcat() 163 assertEquals(string1.length() + comma.length(), strResult.getSpanStart(bgColorSpan)); in testConcat()
|
/cts/tools/dex-tools/dex/ |
D | classes0.out.dex | 107912 private boolean comma
|