/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
D | FileHandlerTest.java | 52 final static String SEP = File.separator; field in FileHandlerTest 69 File file = new File(tempPath + SEP + "log"); in setUp() 100 reset(tempPath + SEP + "log", ""); in tearDown() 155 FileOutputStream output = new FileOutputStream(tempPath + SEP + "log" in testLock() 156 + SEP + "java1.test.0"); in testLock() 160 assertFileContent(tempPath + SEP + "log", "java1.test.0", h in testLock() 183 assertFileContent(tempPath + SEP + "log", "java0.test.0", in testFileHandler() 246 + SEP + filename)); in assertFileContent() 276 file = new File(homepath + SEP + filename); in reset() 290 file = new File(homepath + SEP + filename + ".lck"); in reset() [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
D | InternalLocaleBuilder.java | 75 String var = variant.replaceAll(LanguageTag.SEP, BaseLocale.SEP); in setVariant() 76 int errIdx = checkVariants(var, BaseLocale.SEP); in setVariant() 121 String tp = type.replaceAll(BaseLocale.SEP, LanguageTag.SEP); in setUnicodeLocaleKeyword() 123 StringTokenIterator itr = new StringTokenIterator(tp, LanguageTag.SEP); in setUnicodeLocaleKeyword() 166 String val = value.replaceAll(BaseLocale.SEP, LanguageTag.SEP); in setExtension() 167 StringTokenIterator itr = new StringTokenIterator(val, LanguageTag.SEP); in setExtension() 202 subtags = subtags.replaceAll(BaseLocale.SEP, LanguageTag.SEP); in setExtensions() 203 StringTokenIterator itr = new StringTokenIterator(subtags, LanguageTag.SEP); in setExtensions() 223 sb.append(LanguageTag.SEP).append(s); in setExtensions() 255 sb.append(LanguageTag.SEP).append(s); in setExtensions() [all …]
|
D | LanguageTag.java | 22 public static final String SEP = "-"; field in LanguageTag 172 itr = new StringTokenIterator(gfmap[1], SEP); in parse() 175 itr = new StringTokenIterator(languageTag, SEP); in parse() 338 sb.append(SEP).append(s); in parseExtensions() 382 sb.append(SEP).append(s); in parsePrivateuse() 446 StringTokenIterator varitr = new StringTokenIterator(variant, BaseLocale.SEP); in parseLocale() 476 buf.append(SEP); in parseLocale() 502 extensions.add(locextKey.toString() + SEP + ext.getValue()); in parseLocale() 514 privateuse = PRIVUSE_VARIANT_PREFIX + SEP + privuseVar; in parseLocale() 516 …privateuse = privateuse + SEP + PRIVUSE_VARIANT_PREFIX + SEP + privuseVar.replace(BaseLocale.SEP, … in parseLocale() [all …]
|
D | UnicodeLocaleExtension.java | 57 sb.append(LanguageTag.SEP).append(attribute); in UnicodeLocaleExtension() 63 sb.append(LanguageTag.SEP).append(key); in UnicodeLocaleExtension() 65 sb.append(LanguageTag.SEP).append(value); in UnicodeLocaleExtension() 108 int idx = s.indexOf(LanguageTag.SEP, startIdx); in isType()
|
/external/openssh/ |
D | match.c | 240 #define SEP "," macro 251 for ((p = strsep(&sp, SEP)), i=0; p && *p != '\0'; in match_list() 252 (p = strsep(&sp, SEP)), i++) { in match_list() 260 for ((p = strsep(&cp, SEP)), i=0; p && *p != '\0'; in match_list() 261 (p = strsep(&cp, SEP)), i++) { in match_list()
|
D | compat.c | 187 #define SEP "," macro 199 for ((p = strsep(&q, SEP)); p && *p != '\0'; (p = strsep(&q, SEP))) { in proto_spec()
|
/external/smali/ |
D | gradlew | 120 SEP="" 122 ROOTDIRS="$ROOTDIRS$SEP$dir" 123 SEP="|"
|
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | DefaultFileSystemTest.groovy | 127 private static final String SEP = File.separator 136 assert "abc" + SEP + "def" == fileSystem.path("abc", "def") 175 assertEquals("\\abc", SEP, fileSystem.getParent("\\abc")) 176 assertEquals("/abc", SEP, fileSystem.getParent("/abc")) 177 assertEquals("c:\\abc", "c:" + SEP, fileSystem.getParent("c:\\abc")) 178 assertEquals("c:/abc", "c:" + SEP, fileSystem.getParent("c:/abc")) 179 assertEquals("c:\\abc\\def", "c:" + SEP + "abc", fileSystem.getParent("c:\\abc\\def")) 180 assertEquals("c:/abc/def", "c:" + SEP + "abc", fileSystem.getParent("c:/abc/def")) 204 return p1 + SEP + p2
|
/external/icu/icu4c/source/common/ |
D | uloc_tag.c | 53 #define SEP '-' macro 349 if (*p == SEP) { in _isExtensionSubtags() 392 if (*p == SEP) { in _isPrivateuseValueSubtags() 432 if (*p == SEP) { in ultag_isUnicodeLocaleType() 710 *(appendAt + reslen) = SEP; in _appendScriptToLanguageTag() 752 *(appendAt + reslen) = SEP; in _appendRegionToLanguageTag() 794 if (*p == SEP || *p == LOCALE_SEP || *p == 0) { in _appendVariantsToLanguageTag() 860 *(appendAt + reslen) = SEP; in _appendVariantsToLanguageTag() 1111 *(appendAt + reslen) = SEP; in _appendKeywordsToLanguageTag() 1125 *(appendAt + reslen) = SEP; in _appendKeywordsToLanguageTag() [all …]
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/generators/rss/ |
D | RSSFeedUpdateEntryTask.java | 65 private static final String SEP = "----"; //$NON-NLS-1$ field in RSSFeedUpdateEntryTask 143 System.out.println(SEP); in updateFeedXML() 145 System.out.println(SEP); in updateFeedXML() 251 System.out.println(SEP); //$NON-NLS-1$ in findAndReplace() 253 System.out.println(SEP); //$NON-NLS-1$ in findAndReplace()
|
/external/libcap-ng/libcap-ng-0.7/m4/ |
D | ltsugar.m4 | 16 # lt_join(SEP, ARG1, [ARG2...]) 61 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...]) 63 # Produce a SEP delimited list of all paired combinations of elements of
|
/external/google-breakpad/m4/ |
D | ltsugar.m4 | 16 # lt_join(SEP, ARG1, [ARG2...]) 61 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...]) 63 # Produce a SEP delimited list of all paired combinations of elements of
|
/external/libmtp/m4/ |
D | ltsugar.m4 | 16 # lt_join(SEP, ARG1, [ARG2...]) 61 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...]) 63 # Produce a SEP delimited list of all paired combinations of elements of
|
/external/protobuf/m4/ |
D | ltsugar.m4 | 16 # lt_join(SEP, ARG1, [ARG2...]) 61 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...]) 63 # Produce a SEP delimited list of all paired combinations of elements of
|
/external/libpng/scripts/ |
D | ltsugar.m4 | 16 # lt_join(SEP, ARG1, [ARG2...]) 61 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...]) 63 # Produce a SEP delimited list of all paired combinations of elements of
|
/external/pcre/dist/m4/ |
D | ltsugar.m4 | 16 # lt_join(SEP, ARG1, [ARG2...]) 61 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...]) 63 # Produce a SEP delimited list of all paired combinations of elements of
|
/external/google-tv-pairing-protocol/cpp/m4/ |
D | ltsugar.m4 | 16 # lt_join(SEP, ARG1, [ARG2...]) 61 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...]) 63 # Produce a SEP delimited list of all paired combinations of elements of
|
/external/libusb-compat/m4/ |
D | ltsugar.m4 | 16 # lt_join(SEP, ARG1, [ARG2...]) 61 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...]) 63 # Produce a SEP delimited list of all paired combinations of elements of
|
/external/libopus/m4/ |
D | ltsugar.m4 | 16 # lt_join(SEP, ARG1, [ARG2...]) 61 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...]) 63 # Produce a SEP delimited list of all paired combinations of elements of
|
/external/libedit/m4/ |
D | ltsugar.m4 | 16 # lt_join(SEP, ARG1, [ARG2...]) 61 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...]) 63 # Produce a SEP delimited list of all paired combinations of elements of
|
/external/libexif/auto-m4/ |
D | ltsugar.m4 | 16 # lt_join(SEP, ARG1, [ARG2...]) 61 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...]) 63 # Produce a SEP delimited list of all paired combinations of elements of
|
/external/openfst/m4/ |
D | ltsugar.m4 | 16 # lt_join(SEP, ARG1, [ARG2...]) 61 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...]) 63 # Produce a SEP delimited list of all paired combinations of elements of
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | IntlTestNumberFormat.java | 268 final String SEP = "============================================================\n"; in TestMonster() local 290 logln(SEP); in TestMonster() 295 logln(SEP); in TestMonster()
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
D | TokenNames.java | 74 public static final String SEP = SIPDate.SEP; field
|
/external/slf4j/slf4j-api/src/main/java/org/slf4j/helpers/ |
D | BasicMarker.java | 158 private static String SEP = ", "; field in BasicMarker 188 sb.append(SEP); in toString()
|