/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/ |
osdefs.h | 32 #define DELIM ';'
39 #define DELIM ','
59 #ifndef DELIM
61 #define DELIM ';'
64 #define DELIM ':'
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
osdefs.h | 32 #define DELIM ';'
39 #define DELIM ','
59 #ifndef DELIM
61 #define DELIM ';'
64 #define DELIM ':'
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/ |
osdefs.h | 34 #define DELIM ';'
41 #define DELIM ','
69 #ifndef DELIM
71 # define DELIM ';'
74 # define DELIM ':'
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
osdefs.h | 22 #define DELIM ';'
29 #define DELIM ','
56 #ifndef DELIM
57 #define DELIM ':'
|
/prebuilts/gdb/darwin-x86/include/python2.7/ |
osdefs.h | 22 #define DELIM ';' 30 #define DELIM ',' 58 #ifndef DELIM 59 #define DELIM ':'
|
/prebuilts/gdb/linux-x86/include/python2.7/ |
osdefs.h | 22 #define DELIM ';' 30 #define DELIM ',' 58 #ifndef DELIM 59 #define DELIM ':'
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
osdefs.h | 22 #define DELIM ';' 30 #define DELIM ',' 58 #ifndef DELIM 59 #define DELIM ':'
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
osdefs.h | 22 #define DELIM ';' 30 #define DELIM ',' 58 #ifndef DELIM 59 #define DELIM ':'
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/ |
getpath.c | 51 #ifdef DELIM
433 directories separated by the DELIM character.
464 static char delimiter[2] = {DELIM, '\0'};
493 char *delim = strchr(path, DELIM);
local 495 if (delim) {
496 size_t len = delim - path;
509 if (!delim) {
513 path = delim + 1;
592 char *delim = strchr(defpath, DELIM); local 637 char *delim = strchr(defpath, DELIM); local [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/ |
getpath.c | 58 #ifdef DELIM
364 directories separated by the DELIM character.
395 static char delimiter[2] = {DELIM, '\0'};
424 char *delim = strchr(path, DELIM);
local 426 if (delim) {
427 size_t len = delim - path;
440 if (!delim) {
444 path = delim + 1;
523 char *delim = strchr(defpath, DELIM); local 568 char *delim = strchr(defpath, DELIM); local [all...] |
main.c | 124 fprintf(f, usage_4, DELIM);
125 fprintf(f, usage_5, DELIM, PYTHONHOMEHELP);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
getpath.c | 269 char *delim;
local 271 delim = strchr(prefix, DELIM);
272 if (delim)
273 *delim = '\0';
327 char *delim;
local 328 delim = strchr(home, DELIM);
329 if (delim)
330 strncpy(exec_prefix, delim+1, MAXPATHLEN); 423 char *delim = strchr(path, DELIM); local 559 char *delim = strchr(defpath, DELIM); local 604 char *delim = strchr(defpath, DELIM); local [all...] |
main.c | 119 fprintf(f, usage_4, DELIM);
120 fprintf(f, usage_5, DELIM, PYTHONHOMEHELP);
|
/external/owasp/sanitizer/src/main/org/owasp/html/ |
CssTokens.java | 201 DELIM, 440 // <bad-url>, <delim>, <number>, <percentage>, 464 type = TokenType.DELIM; 473 type = TokenType.DELIM; 479 type = TokenType.DELIM; 487 type = TokenType.DELIM; 498 type = TokenType.DELIM; 526 type = TokenType.DELIM; 549 type = TokenType.DELIM; 554 type = TokenType.DELIM; [all...] |
CssGrammar.java | 143 case DELIM:
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/ |
main.c | 124 fprintf(f, usage_4, DELIM);
125 fprintf(f, usage_5, DELIM, PYTHONHOMEHELP);
|
/external/owasp/sanitizer/src/tests/org/owasp/html/ |
CssFuzzerTest.java | 190 CssTokens.TokenType.DELIM, 286 case DELIM:
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.launcher.jar | |
org.eclipse.equinox.launcher_1.1.0.v20100507.jar | |
/prebuilts/gdb/darwin-x86/lib/python2.7/config/ |
Makefile | 90 DELIM= : 213 OLDPATH=$(DELIM)lib-old 214 TKPATH=$(DELIM)lib-tk 216 MACHDEPPATH=$(DELIM)plat-$(MACHDEP) [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/config/ |
Makefile | 90 DELIM= : 213 OLDPATH=$(DELIM)lib-old 214 TKPATH=$(DELIM)lib-tk 216 MACHDEPPATH=$(DELIM)plat-$(MACHDEP) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/ |
Makefile | 90 DELIM= : 213 OLDPATH=$(DELIM)lib-old 214 TKPATH=$(DELIM)lib-tk 216 MACHDEPPATH=$(DELIM)plat-$(MACHDEP) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/ |
Makefile | 90 DELIM= : 213 OLDPATH=$(DELIM)lib-old 214 TKPATH=$(DELIM)lib-tk 216 MACHDEPPATH=$(DELIM)plat-$(MACHDEP) [all...] |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar | |