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

  /external/openssh/
compat.c 179 #define SEP ","
189 for ((p = strsep(&q, SEP)); p && *p != '\0'; (p = strsep(&q, SEP))) {
match.c 239 #define SEP ","
250 for ((p = strsep(&sp, SEP)), i=0; p && *p != '\0';
251 (p = strsep(&sp, SEP)), i++) {
259 for ((p = strsep(&cp, SEP)), i=0; p && *p != '\0';
260 (p = strsep(&cp, SEP)), i++) {
  /external/icu4c/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) {
  /external/openssh/openbsd-compat/
glob.c 90 #define SEP '/'
602 *pathend++ = SEP;
608 pathend[-1] != SEP) && (S_ISDIR(sb.st_mode) ||
614 *pathend++ = SEP;
624 while (*p != EOS && *p != SEP) {
635 while (*pattern == SEP) {
698 *pathend++ = SEP;
  /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 69 final static String SEP = File.separator;
86 File file = new File(TEMPPATH + SEP + "log");
125 reset(TEMPPATH + SEP + "log", "");
180 FileOutputStream output = new FileOutputStream(TEMPPATH + SEP + "log"
181 + SEP + "java1.test.0");
185 assertFileContent(TEMPPATH + SEP + "log", "java1.test.0", h
208 assertFileContent(TEMPPATH + SEP + "log", "java0.test.0",
271 + SEP + filename));
301 file = new File(homepath + SEP + filename);
315 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 67 private final static String SEP = ":"; //$NON-NLS-1$
459 sb.append(SEP);
464 sb.append(SEP);
472 sb.append(SEP);
475 // can be mistaken for {@link #SEP}. Instead use {@link #MARKER_FRAMEWORK}.
486 sb.append(SEP);
491 sb.append(SEP);
496 sb.append(SEP);
500 sb.append(SEP);
518 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/icu4c/common/
uloc_tag.c 53 #define SEP '-'
372 if (*p == SEP) {
415 if (*p == SEP) {
939 if (bcpType[i] == SEP) {
1099 *(appendAt + reslen) = SEP;
1141 *(appendAt + reslen) = SEP;
1183 if (*p == SEP || *p == LOCALE_SEP || *p == 0) {
    [all...]
  /prebuilts/tools/common/http-client/
commons-codec-1.4.jar 
  /dalvik/dx/etc/
jasmin.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 492 milliseconds