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

1 2 3 4 5

  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/rdtypes/ANY/
DNSKEY.py 19 SEP = 0x0001
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
osdefs.h 25 #define SEP '/'
28 #define SEP '\\'
37 #define SEP '.'
44 #ifndef SEP
45 #define SEP '/'
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
osdefs.h 15 #define SEP '/'
18 #define SEP '\\'
27 #define SEP '.'
34 #ifndef SEP
35 #define SEP '/'
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
osdefs.h 27 #define SEP '/'
30 #define SEP '\\'
39 #define SEP '.'
46 #ifndef SEP
47 #define SEP '/'
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
osdefs.h 25 #define SEP '/'
28 #define SEP '\\'
37 #define SEP '.'
44 #ifndef SEP
45 #define SEP '/'
  /prebuilts/gdb/darwin-x86/include/python2.7/
osdefs.h 15 #define SEP '/'
18 #define SEP '\\'
28 #define SEP '.'
36 #ifndef SEP
37 #define SEP '/'
  /prebuilts/gdb/linux-x86/include/python2.7/
osdefs.h 15 #define SEP '/'
18 #define SEP '\\'
28 #define SEP '.'
36 #ifndef SEP
37 #define SEP '/'
  /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/openssh/
compat.c 170 { "PuTTY_Local:*," /* dev versions < Sep 2014 */
220 #define SEP ","
232 for ((p = strsep(&q, SEP)); p && *p != '\0'; (p = strsep(&q, SEP))) {
match.c 238 #define SEP ","
249 for ((p = strsep(&sp, SEP)), i=0; p && *p != '\0';
250 (p = strsep(&sp, SEP)), i++) {
258 for ((p = strsep(&cp, SEP)), i=0; p && *p != '\0';
259 (p = strsep(&cp, SEP)), i++) {
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
IntlTestNumberFormat.java 273 final String SEP = "============================================================\n";
295 logln(SEP);
300 logln(SEP);
  /external/icu/icu4c/source/test/intltest/
jamotest.cpp 24 // SEP is the disambiguation separator used by Latin-Jamo and Jamo-Latin
25 #define SEP "-"
118 //"bag" SEP "gga", "(Bi)(A)(Gf)" SEP "(Gi)(EU)(Gi)(A)", "bag" SEP "geuga",
tsnmfmt.cpp 422 const char *SEP = "============================================================\n";
446 logln(SEP);
451 logln(SEP);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
IntlTestNumberFormat.java 272 final String SEP = "============================================================\n";
294 logln(SEP);
299 logln(SEP);
  /external/slf4j/slf4j-api/src/main/java/org/slf4j/helpers/
BasicMarker.java 158 private static String SEP = ", ";
188 sb.append(SEP);
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiCertManager.java 46 private static final String SEP = "\n";
71 String[] keys = new String(bytes, StandardCharsets.UTF_8).split(SEP);
109 String value = TextUtils.join(SEP, values);
  /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$
  /external/fmtlib/fmt/
format.cc 187 static const char SEP[] = ": ";
189 // Subtract 2 to account for terminating null characters in SEP and ERROR_STR.
190 std::size_t error_code_size = sizeof(SEP) + sizeof(ERROR_STR) - 2;
199 out << message << SEP;
  /external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
BaseLocale.java 21 public static final String SEP = "_";
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/
BaseLocale.java 17 public static final String SEP = "_";
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
BaseLocale.java 17 public static final String SEP = "_";
  /external/nist-sip/java/gov/nist/javax/sip/parser/
TokenNames.java 74 public static final String SEP = SIPDate.SEP;
  /external/syslinux/com32/rosh/
rosh.h 215 #define SEP '/'
  /libcore/ojluni/src/main/java/sun/util/locale/
BaseLocale.java 38 public static final String SEP = "_";

Completed in 1426 milliseconds

1 2 3 4 5