| /hardware/ril/reference-ril/ |
| reference-ril.c | 717 const char* separator = ""; local 734 strlcat(dnslist, separator, dnslist_sz); 736 separator = " "; [all...] |
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
| FileTest.java | 60 return path + File.separator; 72 tempDirectory = new File(addTrailingSlash(System.getProperty("java.io.tmpdir")) + "harmony-test-" + getClass().getSimpleName() + File.separator); 295 File.separator + "pa th" + File.separator + "another\u20ac" + File.separator + "pa%th")); 399 if (!dirName.endsWith(File.separator)) { 400 dirName += File.separator; 403 dir.getPath() + File.separator, dirName); 412 String sep = File.separator; 706 f = new File(base + "Temp" + File.separator + File.separator + "temp.tst") 986 String separator = File.separator; local [all...] |
| /packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
| ExpandingEntryCardView.java | 335 // We need a separator between each list, but not after the last one 394 View separator; local 396 separator = generateSeparator(viewList.get(0)); 397 mSeparators.add(separator); 399 separator = mSeparators.get(i - 1); 401 viewsToDisplay.add(separator); 417 View separator; local 419 separator = generateSeparator(entryViewList.get(0)); 420 mSeparators.add(separator); 422 separator = mSeparators.get(i - 1) 459 View separator = new View(getContext()); local [all...] |
| /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/ |
| InputLogic.java | 901 final String separator = shouldAvoidSendingCode ? LastComposedWord.NOT_A_SEPARATOR local [all...] |
| /prebuilts/tools/common/m2/repository/com/android/tools/external/ant-glob/1.0/ |
| ant-glob-1.0.jar | |
| /prebuilts/tools/common/m2/repository/com/squareup/javawriter/2.5.1/ |
| javawriter-2.5.1.jar | |
| /prebuilts/tools/common/m2/repository/net/sf/jopt-simple/jopt-simple/4.9/ |
| jopt-simple-4.9.jar | |
| /prebuilts/tools/common/offline-m2/net/sf/jopt-simple/jopt-simple/4.9/ |
| jopt-simple-4.9.jar | |
| /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.17/ |
| plexus-utils-3.0.17.jar | |
| /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.22/ |
| plexus-utils-3.0.22.jar | |
| /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.7/ |
| plexus-utils-3.0.7.jar | |
| /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.9/ |
| plexus-utils-3.0.9.jar | |
| /prebuilts/tools/common/m2/repository/com/github/marschall/memoryfilesystem/0.6.4/ |
| memoryfilesystem-0.6.4.jar | |
| /external/libphonenumber/demo/war/WEB-INF/lib/ |
| commons-lang-2.6.jar | |
| /external/owasp/sanitizer/tools/findbugs/lib/ |
| commons-lang-2.6.jar | |
| /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.6/ |
| commons-lang-2.6.jar | |
| /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.2.1/ |
| commons-lang3-3.2.1.jar | |
| /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.3/ |
| commons-lang3-3.3.jar | |
| /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.3.2/ |
| commons-lang3-3.3.2.jar | |
| /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.4/ |
| commons-lang3-3.4.jar | |
| /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.4/ |
| commons-lang-2.4.jar | |
| /cts/tests/tests/text/src/android/text/cts/ |
| TextUtilsTest.java | 123 final String separator = ", "; local 124 final String fullString = TextUtils.join(separator, fullList); 127 TextUtils.listEllipsize(mContext, null, separator, paint, fullWidth, moreId)); 131 TextUtils.listEllipsize(mContext, emptyList, separator, paint, fullWidth, moreId)); 135 null, fullList, separator, paint, fullWidth / 2, 0).toString(); 140 TextUtils.listEllipsize(mContext, fullList, separator, paint, 1.0f, moreId)); 144 TextUtils.listEllipsize(mContext, fullList, separator, paint, fullWidth, moreId) 147 TextUtils.listEllipsize(mContext, fullList, separator, paint, fullWidth * 2, 153 mContext, fullList, separator, paint, width, moreId).toString(); 192 final String separator = ", " local [all...] |
| /external/icu/android_icu4j/src/main/java/android/icu/text/ |
| DecimalFormat_ICU58_Android.java | 189 * <td>Decimal separator or monetary decimal separator 199 * <td>Grouping separator 235 * If present in a pattern, the monetary decimal separator 236 * is used instead of the decimal separator. 268 * decimal separator and thousands separator should be distinct characters, or parsing 271 * <p>The <em>grouping separator</em> is a character that separates clusters of integer 319 * <li>The grouping separator ',' can occur inside the integer and sigDigits 508 * Trailing zero digits to the right of the decimal separator are suppressed after th 4697 char separator = PATTERN_SEPARATOR; local [all...] |
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| DecimalFormat_ICU58_Android.java | 188 * <td>Decimal separator or monetary decimal separator 198 * <td>Grouping separator 234 * If present in a pattern, the monetary decimal separator 235 * is used instead of the decimal separator. 267 * decimal separator and thousands separator should be distinct characters, or parsing 270 * <p>The <em>grouping separator</em> is a character that separates clusters of integer 318 * <li>The grouping separator ',' can occur inside the integer and sigDigits 507 * Trailing zero digits to the right of the decimal separator are suppressed after th 4766 char separator = PATTERN_SEPARATOR; local [all...] |
| /external/clang/lib/Frontend/Rewrite/ |
| RewriteModernObjC.cpp | 5159 const char separator = lastDecl ? ';' : ','; local [all...] |