HomeSort by relevance Sort by last modified time
    Searched defs:SEP (Results 1 - 25 of 46) sorted by null

1 2

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
osdefs.h 15 #define SEP '/'
18 #define SEP '\\'
28 #define SEP '.'
36 #ifndef SEP
37 #define SEP '/'
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
osdefs.h 15 #define SEP '/'
18 #define SEP '\\'
28 #define SEP '.'
36 #ifndef SEP
37 #define SEP '/'
  /external/chromium_org/extensions/common/
file_util_unittest.cc 513 #define SEP "\\"
515 #define SEP "/"
544 #undef SEP
  /external/chromium_org/third_party/icu/source/test/intltest/
jamotest.cpp 21 // SEP is the disambiguation separator used by Latin-Jamo and Jamo-Latin
22 #define SEP "-"
115 //"bag" SEP "gga", "(Bi)(A)(Gf)" SEP "(Gi)(EU)(Gi)(A)", "bag" SEP "geuga",
tsnmfmt.cpp 409 const char *SEP = "============================================================\n";
433 logln(SEP);
438 logln(SEP);
  /external/icu/icu4c/source/test/intltest/
jamotest.cpp 21 // SEP is the disambiguation separator used by Latin-Jamo and Jamo-Latin
22 #define SEP "-"
115 //"bag" SEP "gga", "(Bi)(A)(Gf)" SEP "(Gi)(EU)(Gi)(A)", "bag" SEP "geuga",
tsnmfmt.cpp 420 const char *SEP = "============================================================\n";
444 logln(SEP);
449 logln(SEP);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/generators/rss/
RSSFeedUpdateEntryTask.java 65 private static final String SEP = "----"; //$NON-NLS-1$
143 System.out.println(SEP);
145 System.out.println(SEP);
251 System.out.println(SEP); //$NON-NLS-1$
253 System.out.println(SEP); //$NON-NLS-1$
RSSFeedAddEntryTask.java 118 private static final String SEP = "----"; //$NON-NLS-1$
297 System.out.println(SEP); //$NON-NLS-1$
299 System.out.println(SEP); //$NON-NLS-1$
314 System.out.println(SEP); //$NON-NLS-1$
316 System.out.println(SEP); //$NON-NLS-1$
  /external/nist-sip/java/gov/nist/javax/sip/parser/
TokenNames.java 74 public static final String SEP = SIPDate.SEP;
  /cts/tools/dasm/src/dasm/
sym.java 66 static final int SEP = 65;
  /external/nist-sip/java/gov/nist/javax/sip/header/
SIPDate.java 87 public static final String SEP = "Sep";
229 sipMonth = SEP;
437 } else if (sipMonth.compareToIgnoreCase(SEP) == 0) {
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldFileHandlerTest.java 43 final static String SEP = File.separator;
73 File file = new File(TEMPPATH + SEP + "log");
84 reset(TEMPPATH + SEP + "log", "");
111 assertFileContent(TEMPPATH + SEP + "log", "java0.test.0",
136 assertFileContent(TEMPPATH + SEP + "log", "/string", new LogRecord[] {
153 assertFileContent(TEMPPATH + SEP + "log", "string", h.getFormatter());
154 assertFileContent(TEMPPATH + SEP + "log", "string.1", h.getFormatter());
155 assertFileContent(TEMPPATH + SEP + "log", "string.2", h.getFormatter());
156 assertFileContent(TEMPPATH + SEP + "log", "string.3", h.getFormatter());
166 assertFileContent(TEMPPATH + SEP + "log", "string0.log",
    [all...]
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
FileHandlerTest.java 52 final static String SEP = File.separator;
69 File file = new File(tempPath + SEP + "log");
100 reset(tempPath + SEP + "log", "");
155 FileOutputStream output = new FileOutputStream(tempPath + SEP + "log"
156 + SEP + "java1.test.0");
160 assertFileContent(tempPath + SEP + "log", "java1.test.0", h
183 assertFileContent(tempPath + SEP + "log", "java0.test.0",
246 + SEP + filename));
276 file = new File(homepath + SEP + filename);
290 file = new File(homepath + SEP + filename + ".lck")
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
Configuration.java 111 private final static String SEP = ":"; //$NON-NLS-1$
626 sb.append(SEP);
631 sb.append(SEP);
639 sb.append(SEP);
642 // can be mistaken for {@link #SEP}. Instead use {@link #MARKER_FRAMEWORK}.
653 sb.append(SEP);
658 sb.append(SEP);
663 sb.append(SEP);
667 sb.append(SEP);
748 String[] values = data.split(SEP);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
feedTools.jar 
  /external/chromium_org/third_party/icu/source/common/
uloc_tag.c 45 #define SEP '-'
324 if (*p == SEP) {
367 if (*p == SEP) {
1005 *(appendAt + reslen) = SEP;
1047 *(appendAt + reslen) = SEP;
1089 if (*p == SEP || *p == LOCALE_SEP || *p == 0) {
1152 *(appendAt + reslen) = SEP;
    [all...]
  /external/icu/icu4c/source/common/
uloc_tag.c 55 #define SEP '-'
351 if (*p == SEP) {
394 if (*p == SEP) {
916 if (bcpType[i] == SEP) {
1076 *(appendAt + reslen) = SEP;
1118 *(appendAt + reslen) = SEP;
1160 if (*p == SEP || *p == LOCALE_SEP || *p == 0) {
    [all...]
  /external/smack/src/org/xbill/DNS/
WKSRecord.java 120 public static final int SEP = 33;
190 protocols.add(SEP, "sep");
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
slf4j-api-1.7.5.jar 
  /prebuilts/tools/common/m2/repository/org/slf4j/slf4j-api/1.5.10/
slf4j-api-1.5.10.jar 
  /prebuilts/tools/common/m2/repository/org/slf4j/slf4j-api/1.7.2/
slf4j-api-1.7.2.jar 
  /prebuilts/tools/common/m2/repository/org/slf4j/slf4j-api/1.7.5/
slf4j-api-1.7.5.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/commons/commons-exec/1.2/
commons-exec-1.2.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-exec/1.1/
commons-exec-1.1.jar 

Completed in 1295 milliseconds

1 2