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

1 2 3 4 5 6 7 8 91011>>

  /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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/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!
135 @type builds$(SEP)newline
137 @type builds$(SEP)newline
139 @type builds$(SEP)newline
142 @echo configuration directory??????$(subst /,$(SEP),$(BUILD_DIR))
143 @echo configuration rules??????????$(subst /,$(SEP),$(CONFIG_RULES)
    [all...]
exports.mk 50 APINAMES_SRC := $(subst /,$(SEP),$(TOP_DIR)/src/tools/apinames.c)
51 APINAMES_EXE := $(subst /,$(SEP),$(OBJ_DIR)/apinames$(E_BUILD))
64 $(subst /,$(SEP),$(APINAMES_EXE)) -o$@ $(APINAMES_OPTIONS) $(PUBLIC_HEADERS)
modules.mk 33 CLOSE_MODULE := >> $(subst /,$(SEP),$(FTMODULE_H))
34 REMOVE_MODULE := @-$(DELETE) $(subst /,$(SEP),$(FTMODULE_H))
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/rdtypes/ANY/
DNSKEY.py 19 SEP = 0x0001
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/dos/
dos-def.mk 18 SEP := $(strip \ )
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/os2/
os2-def.mk 18 SEP := $(strip \ )
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/windows/
w32-lcc.mk 16 SEP := /
win32-def.mk 18 SEP := $(strip \ )
  /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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/ansi/
ansi-def.mk 18 SEP := /
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/beos/
beos-def.mk 20 SEP := /
detect.mk 32 SEP := /
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/unix/
unixddef.mk 24 SEP := /
  /external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
Extension.java 36 return _key + LanguageTag.SEP + _value;
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/
Extension.java 32 return _key + LanguageTag.SEP + _value;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
Extension.java 32 return _key + LanguageTag.SEP + _value;

Completed in 299 milliseconds

1 2 3 4 5 6 7 8 91011>>