Searched defs:SEPARATOR (Results 1 - 25 of 82) sorted by relevance

1234

/external/skia/src/utils/
H A DSkOSPath.h19 const static char SEPARATOR = '\\'; member in class:SkOSPath
21 const static char SEPARATOR = '/';
/external/libunwind_llvm/src/
H A Dassembly.h20 #define SEPARATOR @ macro
22 #define SEPARATOR %% macro
24 #define SEPARATOR ; macro
47 .def name SEPARATOR \
48 .scl 2 SEPARATOR \
49 .type 32 SEPARATOR \
54 .globl SYMBOL_NAME(name) SEPARATOR \
55 SYMBOL_IS_FUNC(SYMBOL_NAME(name)) SEPARATOR \
59 .globl SYMBOL_NAME(name) SEPARATOR \
60 HIDDEN_DIRECTIVE SYMBOL_NAME(name) SEPARATOR \
[all...]
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DUnixFakeFileSystem.java36 public static final char SEPARATOR = '/'; field in class:UnixFakeFileSystem
50 return SEPARATOR;
77 return c == SEPARATOR;
H A DWindowsFakeFileSystem.java38 public static final char SEPARATOR = '\\'; field in class:WindowsFakeFileSystem
66 return SEPARATOR;
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/fake/filesystem/
H A DUnixFakeFileSystem.java36 public static final char SEPARATOR = '/'; field in class:UnixFakeFileSystem
50 return SEPARATOR;
75 return c == SEPARATOR;
H A DWindowsFakeFileSystem.java38 public static final char SEPARATOR = '\\'; field in class:WindowsFakeFileSystem
66 return SEPARATOR;
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DUnixFakeFileSystem.java36 public static final char SEPARATOR = '/'; field in class:UnixFakeFileSystem
50 return SEPARATOR;
75 return c == SEPARATOR;
H A DWindowsFakeFileSystem.java38 public static final char SEPARATOR = '\\'; field in class:WindowsFakeFileSystem
66 return SEPARATOR;
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/fake/filesystem/
H A DUnixFakeFileSystem.java36 public static final char SEPARATOR = '/'; field in class:UnixFakeFileSystem
50 return SEPARATOR;
75 return c == SEPARATOR;
H A DWindowsFakeFileSystem.java38 public static final char SEPARATOR = '\\'; field in class:WindowsFakeFileSystem
66 return SEPARATOR;
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DUnixFakeFileSystem.java36 public static final char SEPARATOR = '/'; field in class:UnixFakeFileSystem
50 return SEPARATOR;
75 return c == SEPARATOR;
H A DWindowsFakeFileSystem.java38 public static final char SEPARATOR = '\\'; field in class:WindowsFakeFileSystem
66 return SEPARATOR;
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/fake/filesystem/
H A DUnixFakeFileSystem.java36 public static final char SEPARATOR = '/'; field in class:UnixFakeFileSystem
50 return SEPARATOR;
75 return c == SEPARATOR;
H A DWindowsFakeFileSystem.java38 public static final char SEPARATOR = '\\'; field in class:WindowsFakeFileSystem
66 return SEPARATOR;
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/fake/filesystem/
H A DUnixFakeFileSystem.java36 public static final char SEPARATOR = '/'; field in class:UnixFakeFileSystem
50 return SEPARATOR;
75 return c == SEPARATOR;
H A DWindowsFakeFileSystem.java38 public static final char SEPARATOR = '\\'; field in class:WindowsFakeFileSystem
66 return SEPARATOR;
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/fake/filesystem/
H A DUnixFakeFileSystem.java36 public static final char SEPARATOR = '/'; field in class:UnixFakeFileSystem
50 return SEPARATOR;
77 return c == SEPARATOR;
H A DWindowsFakeFileSystem.java38 public static final char SEPARATOR = '\\'; field in class:WindowsFakeFileSystem
66 return SEPARATOR;
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/fake/filesystem/
H A DUnixFakeFileSystem.java36 public static final char SEPARATOR = '/'; field in class:UnixFakeFileSystem
50 return SEPARATOR;
77 return c == SEPARATOR;
H A DWindowsFakeFileSystem.java38 public static final char SEPARATOR = '\\'; field in class:WindowsFakeFileSystem
66 return SEPARATOR;
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/fake/filesystem/
H A DUnixFakeFileSystem.java36 public static final char SEPARATOR = '/'; field in class:UnixFakeFileSystem
50 return SEPARATOR;
77 return c == SEPARATOR;
H A DWindowsFakeFileSystem.java38 public static final char SEPARATOR = '\\'; field in class:WindowsFakeFileSystem
66 return SEPARATOR;
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/fake/filesystem/
H A DUnixFakeFileSystem.java36 public static final char SEPARATOR = '/'; field in class:UnixFakeFileSystem
50 return SEPARATOR;
77 return c == SEPARATOR;
H A DWindowsFakeFileSystem.java38 public static final char SEPARATOR = '\\'; field in class:WindowsFakeFileSystem
66 return SEPARATOR;
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/fake/filesystem/
H A DUnixFakeFileSystem.java36 public static final char SEPARATOR = '/'; field in class:UnixFakeFileSystem
50 return SEPARATOR;
77 return c == SEPARATOR;

Completed in 560 milliseconds

1234