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

1 2 3 4 5 6 7 8 91011>>

  /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.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 '/'
  /external/python/cpython2/Include/
osdefs.h 15 #define SEP '/'
18 #define SEP '\\'
27 #define SEP '.'
34 #ifndef SEP
35 #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/python/cpython3/Include/
osdefs.h 11 #define SEP L'\\'
18 #ifndef SEP
19 #define SEP L'/'
  /external/freetype/builds/
detect.mk 32 # SEP The platform-specific directory separator.
47 SEP := /
58 # SEP := \
63 # SEP := \\
65 # really defines $(SEP) as `\' on Unix, and `\\' on Dos and Windows!
138 @type builds$(SEP)newline
140 @type builds$(SEP)newline
142 @type builds$(SEP)newline
145 @echo configuration directory??????$(subst /,$(SEP),$(BUILD_DIR))
146 @echo configuration rules??????????$(subst /,$(SEP),$(CONFIG_RULES)
    [all...]
exports.mk 54 APINAMES_SRC := $(subst /,$(SEP),$(TOP_DIR)/src/tools/apinames.c)
55 APINAMES_EXE := $(subst /,$(SEP),$(OBJ_DIR)/apinames$(E_BUILD))
68 $(subst /,$(SEP),$(APINAMES_EXE)) -o$@ $(APINAMES_OPTIONS) $(PUBLIC_HEADERS)
  /external/freetype/builds/compiler/
bcc-dev.mk 19 COMPILER_SEP := $(SEP)
75 CLEAN_LIBRARY ?= $(DELETE) $(subst /,$(SEP),$(PROJECT_LIBRARY))
82 $(subst /,$(SEP),$(TOP_DIR)/apinames.$(O)) \
83 $(subst /,$(SEP),$(OBJ_DIR)/apinames.tds)
bcc.mk 19 COMPILER_SEP := $(SEP)
75 CLEAN_LIBRARY ?= $(DELETE) $(subst /,$(SEP),$(PROJECT_LIBRARY))
82 $(subst /,$(SEP),$(TOP_DIR)/apinames.$(O)) \
83 $(subst /,$(SEP),$(OBJ_DIR)/apinames.tds)
ansi-cc.mk 19 COMPILER_SEP := $(SEP)
76 CLEAN_LIBRARY ?= $(DELETE) $(subst /,$(SEP),$(PROJECT_LIBRARY))
watcom.mk 19 COMPILER_SEP := $(SEP)
75 CLEAN_LIBRARY ?= $(DELETE) $(subst /,$(SEP),$(PROJECT_LIBRARY))
win-lcc.mk 19 COMPILER_SEP := $(SEP)
  /external/freetype/builds/dos/
dos-def.mk 18 SEP := $(strip \ )
  /external/freetype/builds/os2/
os2-def.mk 18 SEP := $(strip \ )
  /external/freetype/builds/windows/
w32-lcc.mk 16 SEP := /
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldFileHandlerTest.java 44 final static String SEP = File.separator;
74 File file = new File(TEMPPATH + SEP + "log");
85 reset(TEMPPATH + SEP + "log", "");
112 assertFileContent(TEMPPATH + SEP + "log", "java0.test.0",
137 assertFileContent(TEMPPATH + SEP + "log", "/string", new LogRecord[] {
154 assertFileContent(TEMPPATH + SEP + "log", "string", h.getFormatter());
155 assertFileContent(TEMPPATH + SEP + "log", "string.1", h.getFormatter());
156 assertFileContent(TEMPPATH + SEP + "log", "string.2", h.getFormatter());
157 assertFileContent(TEMPPATH + SEP + "log", "string.3", h.getFormatter());
168 assertFileContent(TEMPPATH + SEP + "log", "string0.log", h.getFormatter())
    [all...]
  /external/freetype/builds/ansi/
ansi-def.mk 18 SEP := /
  /external/freetype/builds/beos/
beos-def.mk 20 SEP := /
detect.mk 32 SEP := /
  /external/freetype/builds/unix/
unixddef.mk 24 SEP := /

Completed in 3899 milliseconds

1 2 3 4 5 6 7 8 91011>>