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

1 2 3 4 5

  /external/freetype/builds/windows/
w32-lcc.mk 16 SEP := /
detect.mk 70 SEP := $(BACKSLASH)
win32-def.mk 18 SEP := $(strip \ )
  /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 '/'
  /external/freetype/builds/beos/
detect.mk 32 SEP := /
beos-def.mk 20 SEP := /
  /external/freetype/builds/os2/
detect.mk 33 SEP := $(BACKSLASH)
os2-def.mk 18 SEP := $(strip \ )
  /external/python/cpython2/Include/
osdefs.h 15 #define SEP '/'
18 #define SEP '\\'
27 #define SEP '.'
34 #ifndef SEP
35 #define SEP '/'
  /external/python/cpython3/Include/
osdefs.h 11 #define SEP L'\\'
18 #ifndef SEP
19 #define SEP L'/'
  /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/freetype/builds/dos/
detect.mk 116 SEP := /
122 SEP := $(BACKSLASH)
dos-def.mk 18 SEP := $(strip \ )
  /external/freetype/builds/unix/
unixddef.mk 24 SEP := /
  /external/freetype/builds/ansi/
ansi-def.mk 18 SEP := /
  /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...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
IntlTestNumberFormat.java 278 final String SEP = "============================================================\n";
300 logln(SEP);
305 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);

Completed in 510 milliseconds

1 2 3 4 5